.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  opacity: 1;
  transition: width .1s, opacity .4s;
  background-color: #fff;
  z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
  transition: none
}

.nuxt-progress-failed {
  background-color: red
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus:not(.focus-visible),
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  /* text-decoration: underline; */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  font-style: normal;
  line-height: inherit
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem
}

dl,
ol,
ul {
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  /* cursor: pointer */
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]),
a:not([href]):hover {
  /* color: inherit; */
  text-decoration: none
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem
}

img {
  border-style: none
}

img,
svg {
  vertical-align: middle
}

svg {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none 
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.h3,
h3 {
  font-size: 1.75rem
}

.h4,
h4 {
  font-size: 1.5rem
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem
}

.display-3 {
  font-size: 4.5rem
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
  font-size: 80%;
  font-weight: 400
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}

.blockquote-footer:before {
  content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
  padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  color: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
  border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
  border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width:576px) {
  .form-inline label {
    justify-content: center
  }

  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none
}

.btn-link:hover {
  color: #0056b3
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-toggle:after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
  margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: flex;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
  display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff
}

.custom-control-input:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
  color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
  background-color: #e9ecef
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""
}

.custom-control-label:after {
  background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
  border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  border-color: #007bff;
  background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
  padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}

.custom-switch .custom-control-label:after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label:after {
    transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: #fff;
  transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

.custom-file {
  display: inline-block;
  margin-bottom: 0
}

.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
  background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
  content: attr(data-browse)
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: none
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range::-ms-fill-upper {
  margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
  margin-bottom: -1px
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  padding: .5rem 1rem
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%
}

@media (max-width:575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex ;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media (max-width:767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-collapse {
    display: flex ;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media (max-width:991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex ;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (max-width:1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex ;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: flex ;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, .5);
  border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-bottom: -.75rem;
  border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group>.card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px
}

.breadcrumb {
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}

.breadcrumb,
.breadcrumb-item {
  display: flex
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  /* text-decoration: underline; */
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6c757d
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}

a.badge:focus,
a.badge:hover {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.alert-primary hr {
  border-top-color: #9fcdff
}

.alert-primary .alert-link {
  color: #002752
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.alert-secondary hr {
  border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
  color: #202326
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-success hr {
  border-top-color: #b1dfbb
}

.alert-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link {
  color: #491217
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  height: 1rem;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress,
.progress-bar {
  display: flex;
  overflow: hidden
}

.progress-bar {
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}

.media {
  display: flex;
  align-items: flex-start
}

.media-body {
  flex: 1
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}

a.close.disabled {
  pointer-events: none
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: hsla(0, 0%, 100%, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem
}

.toast:not(:last-child) {
  margin-bottom: .75rem
}

.toast.showing {
  opacity: 1
}

.toast.show {
  display: block;
  opacity: 1
}

.toast.hide {
  display: none
}

.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
  padding: .75rem
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

[dir=ltr] .tooltip {
  text-align: left
}

[dir=rtl] .tooltip {
  text-align: right
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

[dir=ltr] .popover {
  text-align: left
}

[dir=rtl] .popover {
  text-align: right
}

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover,
.popover .arrow {
  position: absolute;
  display: block
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
  bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
  top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
  top: 0;
  border-width: 0 .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
  top: 1px;
  border-width: 0 .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn)
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(1turn)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid;
  border-right: .25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

.align-baseline {
  vertical-align: baseline 
}

.align-top {
  vertical-align: top 
}

.align-middle {
  vertical-align: middle 
}

.align-bottom {
  vertical-align: bottom 
}

.align-text-bottom {
  vertical-align: text-bottom 
}

.align-text-top {
  vertical-align: text-top 
}

.bg-primary {
  background-color: #007bff 
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc 
}

.bg-secondary {
  background-color: #6c757d 
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 
}

.bg-success {
  background-color: #28a745 
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 
}

.bg-info {
  background-color: #17a2b8 
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b 
}

.bg-warning {
  background-color: #ffc107 
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 
}

.bg-danger {
  background-color: #dc3545 
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 
}

.bg-light {
  background-color: #f8f9fa 
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 
}

.bg-dark {
  background-color: #343a40 
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 
}

.bg-white {
  background-color: #fff 
}

.bg-transparent {
  background-color: transparent 
}

.border {
  border: 1px solid #dee2e6 
}

.border-top {
  border-top: 1px solid #dee2e6 
}

.border-right {
  border-right: 1px solid #dee2e6 
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 
}

.border-left {
  border-left: 1px solid #dee2e6 
}

.border-0 {
  border: 0 
}

.border-top-0 {
  border-top: 0 
}

.border-right-0 {
  border-right: 0 
}

.border-bottom-0 {
  border-bottom: 0 
}

.border-left-0 {
  border-left: 0 
}

.border-primary {
  border-color: #007bff 
}

.border-secondary {
  border-color: #6c757d 
}

.border-success {
  border-color: #28a745 
}

.border-info {
  border-color: #17a2b8 
}

.border-warning {
  border-color: #ffc107 
}

.border-danger {
  border-color: #dc3545 
}

.border-light {
  border-color: #f8f9fa 
}

.border-dark {
  border-color: #343a40 
}

.border-white {
  border-color: #fff 
}

.rounded-sm {
  border-radius: .2rem 
}

.rounded {
  border-radius: .25rem 
}

.rounded-top {
  border-top-left-radius: .25rem 
}

.rounded-right,
.rounded-top {
  border-top-right-radius: .25rem 
}

.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: .25rem 
}

.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: .25rem 
}

.rounded-left {
  border-top-left-radius: .25rem 
}

.rounded-lg {
  border-radius: .3rem 
}

.rounded-circle {
  border-radius: 50% 
}

.rounded-pill {
  border-radius: 50rem 
}

.rounded-0 {
  border-radius: 0 
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none 
}

.d-inline {
  display: inline 
}

.d-inline-block {
  display: inline-block 
}

.d-block {
  display: block 
}

.d-table {
  display: table 
}

.d-table-row {
  display: table-row 
}

.d-table-cell {
  display: table-cell 
}

.d-flex {
  display: flex 
}

.d-inline-flex {
  display: inline-flex 
}

@media (min-width:576px) {
  .d-sm-none {
    display: none 
  }

  .d-sm-inline {
    display: inline 
  }

  .d-sm-inline-block {
    display: inline-block 
  }

  .d-sm-block {
    display: block 
  }

  .d-sm-table {
    display: table 
  }

  .d-sm-table-row {
    display: table-row 
  }

  .d-sm-table-cell {
    display: table-cell 
  }

  .d-sm-flex {
    display: flex 
  }

  .d-sm-inline-flex {
    display: inline-flex 
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none 
  }

  .d-md-inline {
    display: inline 
  }

  .d-md-inline-block {
    display: inline-block 
  }

  .d-md-block {
    display: block 
  }

  .d-md-table {
    display: table 
  }

  .d-md-table-row {
    display: table-row 
  }

  .d-md-table-cell {
    display: table-cell 
  }

  .d-md-flex {
    display: flex 
  }

  .d-md-inline-flex {
    display: inline-flex 
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none 
  }

  .d-lg-inline {
    display: inline 
  }

  .d-lg-inline-block {
    display: inline-block 
  }

  .d-lg-block {
    display: block 
  }

  .d-lg-table {
    display: table 
  }

  .d-lg-table-row {
    display: table-row 
  }

  .d-lg-table-cell {
    display: table-cell 
  }

  .d-lg-flex {
    display: flex 
  }

  .d-lg-inline-flex {
    display: inline-flex 
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none 
  }

  .d-xl-inline {
    display: inline 
  }

  .d-xl-inline-block {
    display: inline-block 
  }

  .d-xl-block {
    display: block 
  }

  .d-xl-table {
    display: table 
  }

  .d-xl-table-row {
    display: table-row 
  }

  .d-xl-table-cell {
    display: table-cell 
  }

  .d-xl-flex {
    display: flex 
  }

  .d-xl-inline-flex {
    display: inline-flex 
  }
}

@media print {
  .d-print-none {
    display: none 
  }

  .d-print-inline {
    display: inline 
  }

  .d-print-inline-block {
    display: inline-block 
  }

  .d-print-block {
    display: block 
  }

  .d-print-table {
    display: table 
  }

  .d-print-table-row {
    display: table-row 
  }

  .d-print-table-cell {
    display: table-cell 
  }

  .d-print-flex {
    display: flex 
  }

  .d-print-inline-flex {
    display: inline-flex 
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive:before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9:before {
  padding-top: 42.857143%
}

.embed-responsive-16by9:before {
  padding-top: 56.25%
}

.embed-responsive-4by3:before {
  padding-top: 75%
}

.embed-responsive-1by1:before {
  padding-top: 100%
}

.flex-row {
  flex-direction: row 
}

.flex-column {
  flex-direction: column 
}

.flex-row-reverse {
  flex-direction: row-reverse 
}

.flex-column-reverse {
  flex-direction: column-reverse 
}

.flex-wrap {
  flex-wrap: wrap 
}

.flex-nowrap {
  flex-wrap: nowrap 
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse 
}

.flex-fill {
  flex: 1 1 auto 
}

.flex-grow-0 {
  flex-grow: 0 
}

.flex-grow-1 {
  flex-grow: 1 
}

.flex-shrink-0 {
  flex-shrink: 0 
}

.flex-shrink-1 {
  flex-shrink: 1 
}

.justify-content-start {
  justify-content: flex-start 
}

.justify-content-end {
  justify-content: flex-end 
}

.justify-content-center {
  justify-content: center 
}

.justify-content-between {
  justify-content: space-between 
}

.justify-content-around {
  justify-content: space-around 
}

.align-items-start {
  align-items: flex-start 
}

.align-items-end {
  align-items: flex-end 
}

.align-items-center {
  align-items: center 
}

.align-items-baseline {
  align-items: baseline 
}

.align-items-stretch {
  align-items: stretch 
}

.align-content-start {
  align-content: flex-start 
}

.align-content-end {
  align-content: flex-end 
}

.align-content-center {
  align-content: center 
}

.align-content-between {
  align-content: space-between 
}

.align-content-around {
  align-content: space-around 
}

.align-content-stretch {
  align-content: stretch 
}

.align-self-auto {
  align-self: auto 
}

.align-self-start {
  align-self: flex-start 
}

.align-self-end {
  align-self: flex-end 
}

.align-self-center {
  align-self: center 
}

.align-self-baseline {
  align-self: baseline 
}

.align-self-stretch {
  align-self: stretch 
}

@media (min-width:576px) {
  .flex-sm-row {
    flex-direction: row 
  }

  .flex-sm-column {
    flex-direction: column 
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse 
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse 
  }

  .flex-sm-wrap {
    flex-wrap: wrap 
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap 
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse 
  }

  .flex-sm-fill {
    flex: 1 1 auto 
  }

  .flex-sm-grow-0 {
    flex-grow: 0 
  }

  .flex-sm-grow-1 {
    flex-grow: 1 
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 
  }

  .justify-content-sm-start {
    justify-content: flex-start 
  }

  .justify-content-sm-end {
    justify-content: flex-end 
  }

  .justify-content-sm-center {
    justify-content: center 
  }

  .justify-content-sm-between {
    justify-content: space-between 
  }

  .justify-content-sm-around {
    justify-content: space-around 
  }

  .align-items-sm-start {
    align-items: flex-start 
  }

  .align-items-sm-end {
    align-items: flex-end 
  }

  .align-items-sm-center {
    align-items: center 
  }

  .align-items-sm-baseline {
    align-items: baseline 
  }

  .align-items-sm-stretch {
    align-items: stretch 
  }

  .align-content-sm-start {
    align-content: flex-start 
  }

  .align-content-sm-end {
    align-content: flex-end 
  }

  .align-content-sm-center {
    align-content: center 
  }

  .align-content-sm-between {
    align-content: space-between 
  }

  .align-content-sm-around {
    align-content: space-around 
  }

  .align-content-sm-stretch {
    align-content: stretch 
  }

  .align-self-sm-auto {
    align-self: auto 
  }

  .align-self-sm-start {
    align-self: flex-start 
  }

  .align-self-sm-end {
    align-self: flex-end 
  }

  .align-self-sm-center {
    align-self: center 
  }

  .align-self-sm-baseline {
    align-self: baseline 
  }

  .align-self-sm-stretch {
    align-self: stretch 
  }
}

@media (min-width:768px) {
  .flex-md-row {
    flex-direction: row 
  }

  .flex-md-column {
    flex-direction: column 
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse 
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse 
  }

  .flex-md-wrap {
    flex-wrap: wrap 
  }

  .flex-md-nowrap {
    flex-wrap: nowrap 
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse 
  }

  .flex-md-fill {
    flex: 1 1 auto 
  }

  .flex-md-grow-0 {
    flex-grow: 0 
  }

  .flex-md-grow-1 {
    flex-grow: 1 
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 
  }

  .justify-content-md-start {
    justify-content: flex-start 
  }

  .justify-content-md-end {
    justify-content: flex-end 
  }

  .justify-content-md-center {
    justify-content: center 
  }

  .justify-content-md-between {
    justify-content: space-between 
  }

  .justify-content-md-around {
    justify-content: space-around 
  }

  .align-items-md-start {
    align-items: flex-start 
  }

  .align-items-md-end {
    align-items: flex-end 
  }

  .align-items-md-center {
    align-items: center 
  }

  .align-items-md-baseline {
    align-items: baseline 
  }

  .align-items-md-stretch {
    align-items: stretch 
  }

  .align-content-md-start {
    align-content: flex-start 
  }

  .align-content-md-end {
    align-content: flex-end 
  }

  .align-content-md-center {
    align-content: center 
  }

  .align-content-md-between {
    align-content: space-between 
  }

  .align-content-md-around {
    align-content: space-around 
  }

  .align-content-md-stretch {
    align-content: stretch 
  }

  .align-self-md-auto {
    align-self: auto 
  }

  .align-self-md-start {
    align-self: flex-start 
  }

  .align-self-md-end {
    align-self: flex-end 
  }

  .align-self-md-center {
    align-self: center 
  }

  .align-self-md-baseline {
    align-self: baseline 
  }

  .align-self-md-stretch {
    align-self: stretch 
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    flex-direction: row 
  }

  .flex-lg-column {
    flex-direction: column 
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse 
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse 
  }

  .flex-lg-wrap {
    flex-wrap: wrap 
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap 
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse 
  }

  .flex-lg-fill {
    flex: 1 1 auto 
  }

  .flex-lg-grow-0 {
    flex-grow: 0 
  }

  .flex-lg-grow-1 {
    flex-grow: 1 
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 
  }

  .justify-content-lg-start {
    justify-content: flex-start 
  }

  .justify-content-lg-end {
    justify-content: flex-end 
  }

  .justify-content-lg-center {
    justify-content: center 
  }

  .justify-content-lg-between {
    justify-content: space-between 
  }

  .justify-content-lg-around {
    justify-content: space-around 
  }

  .align-items-lg-start {
    align-items: flex-start 
  }

  .align-items-lg-end {
    align-items: flex-end 
  }

  .align-items-lg-center {
    align-items: center 
  }

  .align-items-lg-baseline {
    align-items: baseline 
  }

  .align-items-lg-stretch {
    align-items: stretch 
  }

  .align-content-lg-start {
    align-content: flex-start 
  }

  .align-content-lg-end {
    align-content: flex-end 
  }

  .align-content-lg-center {
    align-content: center 
  }

  .align-content-lg-between {
    align-content: space-between 
  }

  .align-content-lg-around {
    align-content: space-around 
  }

  .align-content-lg-stretch {
    align-content: stretch 
  }

  .align-self-lg-auto {
    align-self: auto 
  }

  .align-self-lg-start {
    align-self: flex-start 
  }

  .align-self-lg-end {
    align-self: flex-end 
  }

  .align-self-lg-center {
    align-self: center 
  }

  .align-self-lg-baseline {
    align-self: baseline 
  }

  .align-self-lg-stretch {
    align-self: stretch 
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction: row 
  }

  .flex-xl-column {
    flex-direction: column 
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse 
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse 
  }

  .flex-xl-wrap {
    flex-wrap: wrap 
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap 
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse 
  }

  .flex-xl-fill {
    flex: 1 1 auto 
  }

  .flex-xl-grow-0 {
    flex-grow: 0 
  }

  .flex-xl-grow-1 {
    flex-grow: 1 
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 
  }

  .justify-content-xl-start {
    justify-content: flex-start 
  }

  .justify-content-xl-end {
    justify-content: flex-end 
  }

  .justify-content-xl-center {
    justify-content: center 
  }

  .justify-content-xl-between {
    justify-content: space-between 
  }

  .justify-content-xl-around {
    justify-content: space-around 
  }

  .align-items-xl-start {
    align-items: flex-start 
  }

  .align-items-xl-end {
    align-items: flex-end 
  }

  .align-items-xl-center {
    align-items: center 
  }

  .align-items-xl-baseline {
    align-items: baseline 
  }

  .align-items-xl-stretch {
    align-items: stretch 
  }

  .align-content-xl-start {
    align-content: flex-start 
  }

  .align-content-xl-end {
    align-content: flex-end 
  }

  .align-content-xl-center {
    align-content: center 
  }

  .align-content-xl-between {
    align-content: space-between 
  }

  .align-content-xl-around {
    align-content: space-around 
  }

  .align-content-xl-stretch {
    align-content: stretch 
  }

  .align-self-xl-auto {
    align-self: auto 
  }

  .align-self-xl-start {
    align-self: flex-start 
  }

  .align-self-xl-end {
    align-self: flex-end 
  }

  .align-self-xl-center {
    align-self: center 
  }

  .align-self-xl-baseline {
    align-self: baseline 
  }

  .align-self-xl-stretch {
    align-self: stretch 
  }
}

.float-left {
  float: left 
}

.float-right {
  float: right 
}

.float-none {
  float: none 
}

@media (min-width:576px) {
  .float-sm-left {
    float: left 
  }

  .float-sm-right {
    float: right 
  }

  .float-sm-none {
    float: none 
  }
}

@media (min-width:768px) {
  .float-md-left {
    float: left 
  }

  .float-md-right {
    float: right 
  }

  .float-md-none {
    float: none 
  }
}

@media (min-width:992px) {
  .float-lg-left {
    float: left 
  }

  .float-lg-right {
    float: right 
  }

  .float-lg-none {
    float: none 
  }
}

@media (min-width:1200px) {
  .float-xl-left {
    float: left 
  }

  .float-xl-right {
    float: right 
  }

  .float-xl-none {
    float: none 
  }
}

.user-select-all {
  -webkit-user-select: all ;
  -moz-user-select: all ;
  -ms-user-select: all ;
  user-select: all 
}

.user-select-auto {
  -webkit-user-select: auto ;
  -moz-user-select: auto ;
  -ms-user-select: auto ;
  user-select: auto 
}

.user-select-none {
  -webkit-user-select: none ;
  -moz-user-select: none ;
  -ms-user-select: none ;
  user-select: none 
}

.overflow-auto {
  overflow: auto 
}

.overflow-hidden {
  overflow: hidden 
}

.position-static {
  position: static 
}

.position-relative {
  position: relative 
}

.position-absolute {
  position: absolute 
}

.position-fixed {
  position: fixed 
}

.position-sticky {
  position: -webkit-sticky ;
  position: sticky 
}

.fixed-top {
  top: 0
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) 
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) 
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) 
}

.shadow-none {
  box-shadow: none 
}

.w-0 {
  width: 25% 
}

.w-25 {
  width: 25% 
}

.w-50 {
  width: 50% 
}

.w-75 {
  width: 75% 
}

.w-100 {
  width: 100% 
}

.w-auto {
  width: auto 
}

.h-25 {
  height: 25% 
}

.h-50 {
  height: 50% 
}

.h-75 {
  height: 75% 
}

.h-100 {
  height: 100% 
}

.h-auto {
  height: auto 
}

.mw-100 {
  max-width: 100% 
}

.mh-100 {
  max-height: 100% 
}

.min-vw-100 {
  min-width: 100vw 
}

.min-vh-100 {
  min-height: 100vh 
}

.vw-100 {
  width: 100vw 
}

.vh-100 {
  height: 100vh 
}

.m-0 {
  margin: 0 
}

.mt-0,
.my-0 {
  margin-top: 0 
}

.mr-0,
.mx-0 {
  margin-right: 0 
}

.mb-0,
.my-0 {
  margin-bottom: 0 
}

.ml-0,
.mx-0 {
  margin-left: 0 
}

.m-1 {
  margin: .25rem 
}

.mt-1,
.my-1 {
  margin-top: .25rem 
}

.mr-1,
.mx-1 {
  margin-right: .25rem 
}

.mb-1,
.my-1 {
  margin-bottom: .25rem 
}

.ml-1,
.mx-1 {
  margin-left: .25rem 
}

.m-2 {
  margin: .5rem 
}

.mt-2,
.my-2 {
  margin-top: .5rem 
}

.mr-2,
.mx-2 {
  margin-right: .5rem 
}

.mb-2,
.my-2 {
  margin-bottom: .5rem 
}

.ml-2,
.mx-2 {
  margin-left: .5rem 
}

.m-3 {
  margin: 1rem 
}

.mt-3,
.my-3 {
  margin-top: 1rem 
}

.mr-3,
.mx-3 {
  margin-right: 1rem 
}

.mb-3,
.my-3 {
  margin-bottom: 1rem 
}

.ml-3,
.mx-3 {
  margin-left: 1rem 
}

.m-4 {
  margin: 1.5rem 
}

.mt-4,
.my-4 {
  margin-top: 1.5rem 
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem 
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem 
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem 
}

.m-5 {
  margin: 3rem 
}

.mt-5,
.my-5 {
  margin-top: 3rem 
}

.mr-5,
.mx-5 {
  margin-right: 3rem 
}

.mb-5,
.my-5 {
  margin-bottom: 3rem 
}

.ml-5,
.mx-5 {
  margin-left: 3rem 
}

.p-0 {
  padding: 0 
}

.pt-0,
.py-0 {
  padding-top: 0 
}

.pr-0,
.px-0 {
  padding-right: 0 
}

.pb-0,
.py-0 {
  padding-bottom: 0 
}

.pl-0,
.px-0 {
  padding-left: 0 
}

.p-1 {
  padding: .25rem 
}

.pt-1,
.py-1 {
  padding-top: .25rem 
}

.pr-1,
.px-1 {
  padding-right: .25rem 
}

.pb-1,
.py-1 {
  padding-bottom: .25rem 
}

.pl-1,
.px-1 {
  padding-left: .25rem 
}

.p-2 {
  padding: .5rem 
}

.pt-2,
.py-2 {
  padding-top: .5rem 
}

.pr-2,
.px-2 {
  padding-right: .5rem 
}

.pb-2,
.py-2 {
  padding-bottom: .5rem 
}

.pl-2,
.px-2 {
  padding-left: .5rem 
}

.p-3 {
  padding: 1rem 
}

.pt-3,
.py-3 {
  padding-top: 1rem 
}

.pr-3,
.px-3 {
  padding-right: 1rem 
}

.pb-3,
.py-3 {
  padding-bottom: 1rem 
}

.pl-3,
.px-3 {
  padding-left: 1rem 
}

.p-4 {
  padding: 1.5rem 
}

.pt-4,
.py-4 {
  padding-top: 1.5rem 
}

.pr-4,
.px-4 {
  padding-right: 1.5rem 
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem 
}

.pl-4,
.px-4 {
  padding-left: 1.5rem 
}

.p-5 {
  padding: 3rem 
}

.pt-5,
.py-5 {
  padding-top: 3rem 
}

.pr-5,
.px-5 {
  padding-right: 3rem 
}

.pb-5,
.py-5 {
  padding-bottom: 3rem 
}

.pl-5,
.px-5 {
  padding-left: 3rem 
}

.m-n1 {
  margin: -.25rem 
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem 
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem 
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem 
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem 
}

.m-n2 {
  margin: -.5rem 
}

.mt-n2,
.my-n2 {
  margin-top: -.5rem 
}

.mr-n2,
.mx-n2 {
  margin-right: -.5rem 
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem 
}

.ml-n2,
.mx-n2 {
  margin-left: -.5rem 
}

.m-n3 {
  margin: -1rem 
}

.mt-n3,
.my-n3 {
  margin-top: -1rem 
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem 
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem 
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem 
}

.m-n4 {
  margin: -1.5rem 
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem 
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem 
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem 
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem 
}

.m-n5 {
  margin: -3rem 
}

.mt-n5,
.my-n5 {
  margin-top: -3rem 
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem 
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem 
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem 
}

.m-auto {
  margin: auto 
}

.mt-auto,
.my-auto {
  margin-top: auto 
}

.mr-auto,
.mx-auto {
  margin-right: auto 
}

.mb-auto,
.my-auto {
  margin-bottom: auto 
}

.ml-auto,
.mx-auto {
  margin-left: auto 
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 
  }

  .m-sm-1 {
    margin: .25rem 
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem 
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem 
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem 
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem 
  }

  .m-sm-2 {
    margin: .5rem 
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem 
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem 
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem 
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem 
  }

  .m-sm-3 {
    margin: 1rem 
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem 
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem 
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem 
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem 
  }

  .m-sm-4 {
    margin: 1.5rem 
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem 
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem 
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem 
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem 
  }

  .m-sm-5 {
    margin: 3rem 
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem 
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem 
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem 
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem 
  }

  .p-sm-0 {
    padding: 0 
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 
  }

  .p-sm-1 {
    padding: .25rem 
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem 
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem 
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem 
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem 
  }

  .p-sm-2 {
    padding: .5rem 
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem 
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem 
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem 
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem 
  }

  .p-sm-3 {
    padding: 1rem 
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem 
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem 
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem 
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem 
  }

  .p-sm-4 {
    padding: 1.5rem 
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem 
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem 
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem 
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem 
  }

  .p-sm-5 {
    padding: 3rem 
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem 
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem 
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem 
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem 
  }

  .m-sm-n1 {
    margin: -.25rem 
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem 
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem 
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem 
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem 
  }

  .m-sm-n2 {
    margin: -.5rem 
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem 
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem 
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem 
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem 
  }

  .m-sm-n3 {
    margin: -1rem 
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem 
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem 
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem 
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem 
  }

  .m-sm-n4 {
    margin: -1.5rem 
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem 
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem 
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem 
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem 
  }

  .m-sm-n5 {
    margin: -3rem 
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem 
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem 
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem 
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem 
  }

  .m-sm-auto {
    margin: auto 
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto 
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto 
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto 
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto 
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 
  }

  .m-md-1 {
    margin: .25rem 
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem 
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem 
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem 
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem 
  }

  .m-md-2 {
    margin: .5rem 
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem 
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem 
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem 
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem 
  }

  .m-md-3 {
    margin: 1rem 
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem 
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem 
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem 
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem 
  }

  .m-md-4 {
    margin: 1.5rem 
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem 
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem 
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem 
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem 
  }

  .m-md-5 {
    margin: 3rem 
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem 
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem 
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem 
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem 
  }

  .p-md-0 {
    padding: 0 
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 
  }

  .p-md-1 {
    padding: .25rem 
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem 
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem 
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem 
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem 
  }

  .p-md-2 {
    padding: .5rem 
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem 
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem 
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem 
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem 
  }

  .p-md-3 {
    padding: 1rem 
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem 
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem 
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem 
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem 
  }

  .p-md-4 {
    padding: 1.5rem 
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem 
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem 
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem 
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem 
  }

  .p-md-5 {
    padding: 3rem 
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem 
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem 
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem 
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem 
  }

  .m-md-n1 {
    margin: -.25rem 
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem 
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem 
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem 
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem 
  }

  .m-md-n2 {
    margin: -.5rem 
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem 
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem 
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem 
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem 
  }

  .m-md-n3 {
    margin: -1rem 
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem 
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem 
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem 
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem 
  }

  .m-md-n4 {
    margin: -1.5rem 
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem 
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem 
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem 
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem 
  }

  .m-md-n5 {
    margin: -3rem 
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem 
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem 
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem 
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem 
  }

  .m-md-auto {
    margin: auto 
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto 
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto 
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto 
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto 
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 
  }

  .m-lg-1 {
    margin: .25rem 
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem 
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem 
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem 
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem 
  }

  .m-lg-2 {
    margin: .5rem 
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem 
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem 
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem 
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem 
  }

  .m-lg-3 {
    margin: 1rem 
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem 
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem 
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem 
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem 
  }

  .m-lg-4 {
    margin: 1.5rem 
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem 
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem 
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem 
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem 
  }

  .m-lg-5 {
    margin: 3rem 
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem 
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem 
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem 
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem 
  }

  .p-lg-0 {
    padding: 0 
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 
  }

  .p-lg-1 {
    padding: .25rem 
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem 
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem 
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem 
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem 
  }

  .p-lg-2 {
    padding: .5rem 
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem 
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem 
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem 
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem 
  }

  .p-lg-3 {
    padding: 1rem 
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem 
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem 
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem 
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem 
  }

  .p-lg-4 {
    padding: 1.5rem 
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem 
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem 
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem 
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem 
  }

  .p-lg-5 {
    padding: 3rem 
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem 
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem 
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem 
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem 
  }

  .m-lg-n1 {
    margin: -.25rem 
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem 
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem 
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem 
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem 
  }

  .m-lg-n2 {
    margin: -.5rem 
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem 
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem 
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem 
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem 
  }

  .m-lg-n3 {
    margin: -1rem 
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem 
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem 
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem 
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem 
  }

  .m-lg-n4 {
    margin: -1.5rem 
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem 
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem 
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem 
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem 
  }

  .m-lg-n5 {
    margin: -3rem 
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem 
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem 
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem 
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem 
  }

  .m-lg-auto {
    margin: auto 
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto 
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto 
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto 
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto 
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 
  }

  .m-xl-1 {
    margin: .25rem 
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem 
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem 
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem 
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem 
  }

  .m-xl-2 {
    margin: .5rem 
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem 
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem 
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem 
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem 
  }

  .m-xl-3 {
    margin: 1rem 
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem 
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem 
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem 
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem 
  }

  .m-xl-4 {
    margin: 1.5rem 
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem 
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem 
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem 
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem 
  }

  .m-xl-5 {
    margin: 3rem 
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem 
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem 
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem 
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem 
  }

  .p-xl-0 {
    padding: 0 
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 
  }

  .p-xl-1 {
    padding: .25rem 
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem 
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem 
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem 
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem 
  }

  .p-xl-2 {
    padding: .5rem 
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem 
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem 
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem 
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem 
  }

  .p-xl-3 {
    padding: 1rem 
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem 
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem 
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem 
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem 
  }

  .p-xl-4 {
    padding: 1.5rem 
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem 
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem 
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem 
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem 
  }

  .p-xl-5 {
    padding: 3rem 
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem 
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem 
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem 
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem 
  }

  .m-xl-n1 {
    margin: -.25rem 
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem 
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem 
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem 
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem 
  }

  .m-xl-n2 {
    margin: -.5rem 
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem 
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem 
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem 
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem 
  }

  .m-xl-n3 {
    margin: -1rem 
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem 
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem 
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem 
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem 
  }

  .m-xl-n4 {
    margin: -1.5rem 
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem 
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem 
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem 
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem 
  }

  .m-xl-n5 {
    margin: -3rem 
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem 
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem 
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem 
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem 
  }

  .m-xl-auto {
    margin: auto 
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto 
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto 
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto 
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto 
  }
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace 
}

.text-justify {
  text-align: justify 
}

.text-wrap {
  white-space: normal 
}

.text-nowrap {
  white-space: nowrap 
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left 
}

.text-right {
  text-align: right 
}

.text-center {
  text-align: center 
}

@media (min-width:576px) {
  .text-sm-left {
    text-align: left 
  }

  .text-sm-right {
    text-align: right 
  }

  .text-sm-center {
    text-align: center 
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left 
  }

  .text-md-right {
    text-align: right 
  }

  .text-md-center {
    text-align: center 
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left 
  }

  .text-lg-right {
    text-align: right 
  }

  .text-lg-center {
    text-align: center 
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left 
  }

  .text-xl-right {
    text-align: right 
  }

  .text-xl-center {
    text-align: center 
  }
}

.text-lowercase {
  text-transform: lowercase 
}

.text-uppercase {
  text-transform: uppercase 
}

.text-capitalize {
  text-transform: capitalize 
}

.font-weight-light {
  font-weight: 300 
}

.font-weight-lighter {
  font-weight: lighter 
}

.font-weight-normal {
  font-weight: 400 
}

.font-weight-bold {
  font-weight: 700 
}

.font-weight-bolder {
  font-weight: bolder 
}

.font-italic {
  font-style: italic 
}

.text-white {
  color: #fff 
}

.text-primary {
  color: #007bff 
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 
}

.text-secondary {
  color: #6c757d 
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 
}

.text-success {
  color: #28a745 
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c 
}

.text-info {
  color: #17a2b8 
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 
}

.text-warning {
  color: #ffc107 
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 
}

.text-danger {
  color: #dc3545 
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a 
}

.text-light {
  color: #f8f9fa 
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da 
}

.text-dark {
  color: #343a40 
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 
}

.text-body {
  color: #212529 
}

.text-muted {
  color: #6c757d 
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) 
}

.text-white-50 {
  color: hsla(0, 0%, 100%, .5) 
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none 
}

.text-break {
  word-wrap: break-word 
}

.text-reset {
  color: inherit 
}

.visible {
  visibility: visible 
}

.invisible {
  visibility: hidden 
}

@media print {

  *,
  :after,
  :before {
    text-shadow: none ;
    box-shadow: none 
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]:after {
    content: " ("attr(title) ")"
  }

  pre {
    white-space: pre-wrap 
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  .container,
  body {
    min-width: 992px 
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse 
  }

  .table td,
  .table th {
    background-color: #fff 
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 
  }

  .table-dark {
    color: inherit
  }

  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}
.bv-no-focus-ring:focus {
  outline: none
}

@media (max-width:575.98px) {
  .bv-d-xs-down-none {
    display: none 
  }
}

@media (max-width:767.98px) {
  .bv-d-sm-down-none {
    display: none 
  }
}

@media (max-width:991.98px) {
  .bv-d-md-down-none {
    display: none 
  }
}

@media (max-width:1199.98px) {
  .bv-d-lg-down-none {
    display: none 
  }
}

.bv-d-xl-down-none {
  display: none 
}

.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.b-form-btn-label-control.form-control {
  background-image: none;
  padding: 0
}

.input-group .b-form-btn-label-control.form-control {
  padding: 0
}

.b-form-btn-label-control.form-control[dir=rtl],
[dir=rtl] .b-form-btn-label-control.form-control {
  flex-direction: row-reverse
}

.b-form-btn-label-control.form-control[dir=rtl]>label,
[dir=rtl] .b-form-btn-label-control.form-control>label {
  text-align: right
}

.b-form-btn-label-control.form-control>.btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none ;
  border: 0
}

.b-form-btn-label-control.form-control>.btn:disabled {
  pointer-events: none
}

.b-form-btn-label-control.form-control.is-valid>.btn {
  color: #28a745
}

.b-form-btn-label-control.form-control.is-invalid>.btn {
  color: #dc3545
}

.b-form-btn-label-control.form-control>.dropdown-menu {
  padding: .5rem
}

.b-form-btn-label-control.form-control>label {
  outline: 0;
  padding-left: .25rem;
  margin: 0;
  border: 0;
  font-size: inherit;
  cursor: pointer;
  min-height: calc(1.5em + .75rem)
}

.b-form-btn-label-control.form-control>label.form-control-sm {
  min-height: calc(1.5em + .5rem)
}

.b-form-btn-label-control.form-control>label.form-control-lg {
  min-height: calc(1.5em + 1rem)
}

.input-group.input-group-sm .b-form-btn-label-control.form-control>label {
  min-height: calc(1.5em + .5rem);
  padding-top: .25rem;
  padding-bottom: .25rem
}

.input-group.input-group-lg .b-form-btn-label-control.form-control>label {
  min-height: calc(1.5em + 1rem);
  padding-top: .5rem;
  padding-bottom: .5rem
}

.b-form-btn-label-control.form-control[aria-disabled=true],
.b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #e9ecef;
  opacity: 1
}

.b-form-btn-label-control.form-control[aria-disabled=true] {
  pointer-events: none
}

.b-form-btn-label-control.form-control[aria-disabled=true]>label {
  cursor: default
}

.b-form-btn-label-control.btn-group>.dropdown-menu {
  padding: .5rem
}

.b-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  max-width: 100%;
  max-height: auto;
  text-align: center;
  overflow: visible;
  position: relative;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.b-avatar:focus {
  outline: 0
}

.b-avatar.btn,
.b-avatar[href] {
  padding: 0;
  border: 0
}

.b-avatar.btn .b-avatar-img img,
.b-avatar[href] .b-avatar-img img {
  transition: transform .15s ease-in-out
}

.b-avatar.btn:not(:disabled):not(.disabled),
.b-avatar[href]:not(:disabled):not(.disabled) {
  cursor: pointer
}

.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img,
.b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
  transform: scale(1.15)
}

.b-avatar.disabled,
.b-avatar:disabled,
.b-avatar[disabled] {
  opacity: .65;
  pointer-events: none
}

.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-img,
.b-avatar .b-avatar-text {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center
}

.b-avatar .b-avatar-text {
  text-transform: uppercase;
  white-space: nowrap
}

.b-avatar[href] {
  text-decoration: none
}

.b-avatar>.b-icon {
  width: 60%;
  height: auto;
  max-width: 100%
}

.b-avatar .b-avatar-img img {
  width: 100%;
  height: 100%;
  max-height: auto;
  border-radius: inherit
}

.b-avatar .b-avatar-badge {
  position: absolute;
  min-height: 1.5em;
  min-width: 1.5em;
  padding: .25em;
  line-height: 1;
  border-radius: 10em;
  font-size: 70%;
  font-weight: 700;
  z-index: 5
}

.b-avatar-group .b-avatar-group-inner {
  display: flex;
  flex-wrap: wrap
}

.b-avatar-group .b-avatar {
  border: 1px solid #dee2e6
}

.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled) {
  z-index: 3
}

.b-calendar {
  display: inline-flex
}

.b-calendar .b-calendar-inner {
  min-width: 250px
}

.b-calendar .b-calendar-header,
.b-calendar .b-calendar-nav {
  margin-bottom: .25rem
}

.b-calendar .b-calendar-nav .btn {
  padding: .25rem
}

.b-calendar output {
  padding: .25rem;
  font-size: 80%
}

.b-calendar output.readonly {
  background-color: #e9ecef;
  opacity: 1
}

.b-calendar .b-calendar-footer {
  margin-top: .5rem
}

.b-calendar .b-calendar-grid {
  padding: 0;
  margin: 0;
  overflow: hidden
}

.b-calendar .b-calendar-grid .row {
  flex-wrap: nowrap
}

.b-calendar .b-calendar-grid-caption {
  padding: .25rem
}

.b-calendar .b-calendar-grid-body .col[data-date] .btn {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  margin: 3px auto;
  padding: 9px 0
}

.b-calendar .btn.disabled,
.b-calendar .btn:disabled,
.b-calendar .btn[aria-disabled=true] {
  cursor: default;
  pointer-events: none
}

.card-img-left {
  border-top-left-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-img-right {
  border-top-right-radius: calc(.25rem - 1px);
  border-bottom-right-radius: calc(.25rem - 1px)
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before,
.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after {
  display: none 
}

.dropdown .dropdown-menu:focus {
  outline: none
}

.b-dropdown-form {
  display: inline-block;
  padding: .25rem 1.5rem;
  width: 100%;
  clear: both;
  font-weight: 400
}

.b-dropdown-form:focus {
  outline: 1px dotted ;
  outline: 5px auto -webkit-focus-ring-color 
}

.b-dropdown-form.disabled,
.b-dropdown-form:disabled {
  outline: 0 ;
  color: #6c757d;
  pointer-events: none
}

.b-dropdown-text {
  display: inline-block;
  padding: .25rem 1.5rem;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem
}

.custom-checkbox.b-custom-control-lg .custom-control-label:before,
.input-group-lg .custom-checkbox .custom-control-label:before {
  top: .3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: .3rem
}

.custom-checkbox.b-custom-control-lg .custom-control-label:after,
.input-group-lg .custom-checkbox .custom-control-label:after {
  top: .3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: .875rem;
  line-height: 1.5;
  padding-left: 1.3125rem
}

.custom-checkbox.b-custom-control-sm .custom-control-label:before,
.input-group-sm .custom-checkbox .custom-control-label:before {
  top: .21875rem;
  left: -1.3125rem;
  width: .875rem;
  height: .875rem;
  border-radius: .2rem
}

.custom-checkbox.b-custom-control-sm .custom-control-label:after,
.input-group-sm .custom-checkbox .custom-control-label:after {
  top: .21875rem;
  left: -1.3125rem;
  width: .875rem;
  height: .875rem;
  background-size: 50% 50%
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem
}

.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5
}

.custom-switch.b-custom-control-lg .custom-control-label:before,
.input-group-lg .custom-switch .custom-control-label:before {
  top: .3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: .625rem
}

.custom-switch.b-custom-control-lg .custom-control-label:after,
.input-group-lg .custom-switch .custom-control-label:after {
  top: calc(.3125rem + 2px);
  left: calc(-2.8125rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  border-radius: .625rem;
  background-size: 50% 50%
}

.custom-switch.b-custom-control-lg .custom-control-input:checked~.custom-control-label:after,
.input-group-lg .custom-switch .custom-control-input:checked~.custom-control-label:after {
  transform: translateX(.9375rem)
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem
}

.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: .875rem;
  line-height: 1.5
}

.custom-switch.b-custom-control-sm .custom-control-label:before,
.input-group-sm .custom-switch .custom-control-label:before {
  top: .21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: .875rem;
  border-radius: .4375rem
}

.custom-switch.b-custom-control-sm .custom-control-label:after,
.input-group-sm .custom-switch .custom-control-label:after {
  top: calc(.21875rem + 2px);
  left: calc(-1.96875rem + 2px);
  width: calc(.875rem - 4px);
  height: calc(.875rem - 4px);
  border-radius: .4375rem;
  background-size: 50% 50%
}

.custom-switch.b-custom-control-sm .custom-control-input:checked~.custom-control-label:after,
.input-group-sm .custom-switch .custom-control-input:checked~.custom-control-label:after {
  transform: translateX(.65625rem)
}

.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn,
.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,
.input-group>.input-group-prepend>.btn-group>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn-group>.btn,
.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px)
}

.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  padding: .5rem 1rem;
  line-height: 1.5
}

.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
  border-radius: .3rem
}

.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label:after {
  font-size: inherit;
  height: calc(1.5em + 1rem);
  border-radius: 0 .3rem .3rem 0
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: .875rem;
  height: calc(1.5em + .5rem + 2px)
}

.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  padding: .25rem .5rem;
  line-height: 1.5
}

.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
  border-radius: .2rem
}

.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label:after {
  font-size: inherit;
  height: calc(1.5em + .5rem);
  border-radius: 0 .2rem .2rem 0
}

.form-control.is-invalid,
.form-control.is-valid,
.was-validated .form-control:invalid,
.was-validated .form-control:valid {
  background-position: right calc(.375em + .1875rem) center
}

input[type=color].form-control {
  height: calc(1.5em + .75rem + 2px);
  padding: .125rem .25rem
}

.input-group-sm input[type=color].form-control,
input[type=color].form-control.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .125rem .25rem
}

.input-group-lg input[type=color].form-control,
input[type=color].form-control.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .125rem .25rem
}

input[type=color].form-control:disabled {
  background-color: #adb5bd;
  opacity: .65
}

.input-group>.custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

.input-group>.custom-file+.custom-range,
.input-group>.custom-range+.custom-file,
.input-group>.custom-range+.custom-range,
.input-group>.custom-range+.custom-select,
.input-group>.custom-range+.form-control,
.input-group>.custom-range+.form-control-plaintext,
.input-group>.custom-select+.custom-range,
.input-group>.form-control+.custom-range,
.input-group>.form-control-plaintext+.custom-range {
  margin-left: -1px
}

.input-group>.custom-range:focus {
  z-index: 3
}

.input-group>.custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-range {
  padding: 0 .75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + .75rem + 2px);
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .input-group>.custom-range {
    transition: none
  }
}

.input-group>.custom-range:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.input-group>.custom-range:disabled,
.input-group>.custom-range[readonly] {
  background-color: #e9ecef
}

.input-group-lg>.custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: .3rem
}

.input-group-sm>.custom-range {
  height: calc(1.5em + .5rem + 2px);
  padding: 0 .5rem;
  border-radius: .2rem
}

.input-group .custom-range.is-valid,
.was-validated .input-group .custom-range:valid {
  border-color: #28a745
}

.input-group .custom-range.is-valid:focus,
.was-validated .input-group .custom-range:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-range.is-valid:focus::-webkit-slider-thumb,
.was-validated .custom-range:valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
}

.custom-range.is-valid:focus::-moz-range-thumb,
.was-validated .custom-range:valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
}

.custom-range.is-valid:focus::-ms-thumb,
.was-validated .custom-range:valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
}

.custom-range.is-valid::-webkit-slider-thumb,
.was-validated .custom-range:valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none
}

.custom-range.is-valid::-webkit-slider-thumb:active,
.was-validated .custom-range:valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none
}

.custom-range.is-valid::-webkit-slider-runnable-track,
.was-validated .custom-range:valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, .35)
}

.custom-range.is-valid::-moz-range-thumb,
.was-validated .custom-range:valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none
}

.custom-range.is-valid::-moz-range-thumb:active,
.was-validated .custom-range:valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none
}

.custom-range.is-valid::-moz-range-track,
.was-validated .custom-range:valid::-moz-range-track {
  background: rgba(40, 167, 69, .35)
}

.custom-range.is-valid~.valid-feedback,
.custom-range.is-valid~.valid-tooltip,
.was-validated .custom-range:valid~.valid-feedback,
.was-validated .custom-range:valid~.valid-tooltip {
  display: block
}

.custom-range.is-valid::-ms-thumb,
.was-validated .custom-range:valid::-ms-thumb {
  background-color: #28a745;
  background-image: none
}

.custom-range.is-valid::-ms-thumb:active,
.was-validated .custom-range:valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none
}

.custom-range.is-valid::-ms-track-lower,
.custom-range.is-valid::-ms-track-upper,
.was-validated .custom-range:valid::-ms-track-lower,
.was-validated .custom-range:valid::-ms-track-upper {
  background: rgba(40, 167, 69, .35)
}

.input-group .custom-range.is-invalid,
.was-validated .input-group .custom-range:invalid {
  border-color: #dc3545
}

.input-group .custom-range.is-invalid:focus,
.was-validated .input-group .custom-range:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-range.is-invalid:focus::-webkit-slider-thumb,
.was-validated .custom-range:invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid:focus::-moz-range-thumb,
.was-validated .custom-range:invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid:focus::-ms-thumb,
.was-validated .custom-range:invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid::-webkit-slider-thumb,
.was-validated .custom-range:invalid::-webkit-slider-thumb {
  background-color: #dc3545;
  background-image: none
}

.custom-range.is-invalid::-webkit-slider-thumb:active,
.was-validated .custom-range:invalid::-webkit-slider-thumb:active {
  background-color: #f6cdd1;
  background-image: none
}

.custom-range.is-invalid::-webkit-slider-runnable-track,
.was-validated .custom-range:invalid::-webkit-slider-runnable-track {
  background-color: rgba(220, 53, 69, .35)
}

.custom-range.is-invalid::-moz-range-thumb,
.was-validated .custom-range:invalid::-moz-range-thumb {
  background-color: #dc3545;
  background-image: none
}

.custom-range.is-invalid::-moz-range-thumb:active,
.was-validated .custom-range:invalid::-moz-range-thumb:active {
  background-color: #f6cdd1;
  background-image: none
}

.custom-range.is-invalid::-moz-range-track,
.was-validated .custom-range:invalid::-moz-range-track {
  background: rgba(220, 53, 69, .35)
}

.custom-range.is-invalid~.invalid-feedback,
.custom-range.is-invalid~.invalid-tooltip,
.was-validated .custom-range:invalid~.invalid-feedback,
.was-validated .custom-range:invalid~.invalid-tooltip {
  display: block
}

.custom-range.is-invalid::-ms-thumb,
.was-validated .custom-range:invalid::-ms-thumb {
  background-color: #dc3545;
  background-image: none
}

.custom-range.is-invalid::-ms-thumb:active,
.was-validated .custom-range:invalid::-ms-thumb:active {
  background-color: #f6cdd1;
  background-image: none
}

.custom-range.is-invalid::-ms-track-lower,
.custom-range.is-invalid::-ms-track-upper,
.was-validated .custom-range:invalid::-ms-track-lower,
.was-validated .custom-range:invalid::-ms-track-upper {
  background: rgba(220, 53, 69, .35)
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem
}

.custom-radio.b-custom-control-lg .custom-control-label:before,
.input-group-lg .custom-radio .custom-control-label:before {
  top: .3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%
}

.custom-radio.b-custom-control-lg .custom-control-label:after,
.input-group-lg .custom-radio .custom-control-label:after {
  top: .3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50%/50% 50%
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: .875rem;
  line-height: 1.5;
  padding-left: 1.3125rem
}

.custom-radio.b-custom-control-sm .custom-control-label:before,
.input-group-sm .custom-radio .custom-control-label:before {
  top: .21875rem;
  left: -1.3125rem;
  width: .875rem;
  height: .875rem;
  border-radius: 50%
}

.custom-radio.b-custom-control-sm .custom-control-label:after,
.input-group-sm .custom-radio .custom-control-label:after {
  top: .21875rem;
  left: -1.3125rem;
  width: .875rem;
  height: .875rem;
  background: no-repeat 50%/50% 50%
}

.b-rating {
  text-align: center
}

.b-rating.d-inline-flex {
  width: auto
}

.b-rating .b-rating-star,
.b-rating .b-rating-value {
  padding: 0 .25em
}

.b-rating .b-rating-value {
  min-width: 2.5em
}

.b-rating .b-rating-star {
  display: inline-flex;
  justify-content: center;
  outline: 0
}

.b-rating .b-rating-star .b-rating-icon {
  display: inline-flex;
  transition: all .15s ease-in-out
}

.b-rating.disabled,
.b-rating:disabled {
  background-color: #e9ecef;
  color: #6c757d
}

.b-rating:not(.disabled):not(.readonly) .b-rating-star {
  cursor: pointer
}

.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon,
.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon {
  transform: scale(1.5)
}

.b-rating[dir=rtl] .b-rating-star-half {
  transform: scaleX(-1)
}

.b-form-spinbutton {
  text-align: center;
  overflow: hidden;
  background-image: none;
  padding: 0
}

.b-form-spinbutton[dir=rtl]:not(.flex-column),
[dir=rtl] .b-form-spinbutton:not(.flex-column) {
  flex-direction: row-reverse
}

.b-form-spinbutton output {
  font-size: inherit;
  outline: 0;
  border: 0;
  background-color: transparent;
  width: auto;
  margin: 0;
  padding: 0 .25rem
}

.b-form-spinbutton output>bdi,
.b-form-spinbutton output>div {
  display: block;
  min-width: 2.25em;
  height: 1.5em
}

.b-form-spinbutton.flex-column {
  height: auto;
  width: auto
}

.b-form-spinbutton.flex-column output {
  margin: 0 .25rem;
  padding: .25rem 0
}

.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
  output-width: 100%
}

.b-form-spinbutton.d-inline-flex:not(.flex-column) {
  width: auto
}

.b-form-spinbutton .btn {
  line-height: 1;
  box-shadow: none 
}

.b-form-spinbutton .btn:disabled {
  pointer-events: none
}

.b-form-spinbutton .btn:hover:not(:disabled)>div>.b-icon {
  transform: scale(1.25)
}

.b-form-spinbutton.disabled,
.b-form-spinbutton.readonly {
  background-color: #e9ecef
}

.b-form-spinbutton.disabled {
  pointer-events: none
}

.b-form-tags.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.b-form-tags.focus.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.b-form-tags.disabled {
  background-color: #e9ecef
}

.b-form-tag {
  font-size: 75%;
  font-weight: 400;
  line-height: 1.5
}

.b-form-tag.disabled {
  opacity: .75
}

.b-form-tag>button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none
}

.form-control-lg .b-form-tag,
.form-control-sm .b-form-tag {
  line-height: 1.5
}

.modal-backdrop {
  opacity: .5
}

.b-pagination-pills .page-item .page-link {
  border-radius: 50rem ;
  margin-left: .25rem;
  line-height: 1
}

.b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0
}

.popover.b-popover.fade:not(.show) {
  opacity: 0
}

.popover.b-popover.show {
  opacity: 1
}

.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-primary.bs-popover-top>.arrow:before {
  border-top-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-primary.bs-popover-top>.arrow:after {
  border-top-color: #cce5ff
}

.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-primary.bs-popover-right>.arrow:before {
  border-right-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-primary.bs-popover-right>.arrow:after {
  border-right-color: #cce5ff
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-primary.bs-popover-bottom>.arrow:before {
  border-bottom-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-primary.bs-popover-bottom .popover-header:before,
.b-popover-primary.bs-popover-bottom>.arrow:after {
  border-bottom-color: #bdddff
}

.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-primary.bs-popover-left>.arrow:before {
  border-left-color: #b8daff
}

.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-primary.bs-popover-left>.arrow:after {
  border-left-color: #cce5ff
}

.b-popover-primary .popover-header {
  color: #212529;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff
}

.b-popover-primary .popover-body {
  color: #004085
}

.b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-secondary.bs-popover-top>.arrow:before {
  border-top-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-secondary.bs-popover-top>.arrow:after {
  border-top-color: #e2e3e5
}

.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-secondary.bs-popover-right>.arrow:before {
  border-right-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-secondary.bs-popover-right>.arrow:after {
  border-right-color: #e2e3e5
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-secondary.bs-popover-bottom>.arrow:before {
  border-bottom-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-secondary.bs-popover-bottom .popover-header:before,
.b-popover-secondary.bs-popover-bottom>.arrow:after {
  border-bottom-color: #dadbde
}

.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-secondary.bs-popover-left>.arrow:before {
  border-left-color: #d6d8db
}

.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-secondary.bs-popover-left>.arrow:after {
  border-left-color: #e2e3e5
}

.b-popover-secondary .popover-header {
  color: #212529;
  background-color: #dadbde;
  border-bottom-color: #ccced2
}

.b-popover-secondary .popover-body {
  color: #383d41
}

.b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-success.bs-popover-top>.arrow:before {
  border-top-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-success.bs-popover-top>.arrow:after {
  border-top-color: #d4edda
}

.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-success.bs-popover-right>.arrow:before {
  border-right-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-success.bs-popover-right>.arrow:after {
  border-right-color: #d4edda
}

.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-success.bs-popover-bottom>.arrow:before {
  border-bottom-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-success.bs-popover-bottom .popover-header:before,
.b-popover-success.bs-popover-bottom>.arrow:after {
  border-bottom-color: #c9e8d1
}

.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-success.bs-popover-left>.arrow:before {
  border-left-color: #c3e6cb
}

.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-success.bs-popover-left>.arrow:after {
  border-left-color: #d4edda
}

.b-popover-success .popover-header {
  color: #212529;
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1
}

.b-popover-success .popover-body {
  color: #155724
}

.b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-info.bs-popover-top>.arrow:before {
  border-top-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-info.bs-popover-top>.arrow:after {
  border-top-color: #d1ecf1
}

.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-info.bs-popover-right>.arrow:before {
  border-right-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-info.bs-popover-right>.arrow:after {
  border-right-color: #d1ecf1
}

.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-info.bs-popover-bottom>.arrow:before {
  border-bottom-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-info.bs-popover-bottom .popover-header:before,
.b-popover-info.bs-popover-bottom>.arrow:after {
  border-bottom-color: #c5e7ed
}

.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-info.bs-popover-left>.arrow:before {
  border-left-color: #bee5eb
}

.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-info.bs-popover-left>.arrow:after {
  border-left-color: #d1ecf1
}

.b-popover-info .popover-header {
  color: #212529;
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7
}

.b-popover-info .popover-body {
  color: #0c5460
}

.b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-warning.bs-popover-top>.arrow:before {
  border-top-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-warning.bs-popover-top>.arrow:after {
  border-top-color: #fff3cd
}

.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-warning.bs-popover-right>.arrow:before {
  border-right-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-warning.bs-popover-right>.arrow:after {
  border-right-color: #fff3cd
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-warning.bs-popover-bottom>.arrow:before {
  border-bottom-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-warning.bs-popover-bottom .popover-header:before,
.b-popover-warning.bs-popover-bottom>.arrow:after {
  border-bottom-color: #ffefbe
}

.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-warning.bs-popover-left>.arrow:before {
  border-left-color: #ffeeba
}

.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-warning.bs-popover-left>.arrow:after {
  border-left-color: #fff3cd
}

.b-popover-warning .popover-header {
  color: #212529;
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4
}

.b-popover-warning .popover-body {
  color: #856404
}

.b-popover-danger.popover {
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-danger.bs-popover-top>.arrow:before {
  border-top-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-danger.bs-popover-top>.arrow:after {
  border-top-color: #f8d7da
}

.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-danger.bs-popover-right>.arrow:before {
  border-right-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-danger.bs-popover-right>.arrow:after {
  border-right-color: #f8d7da
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-danger.bs-popover-bottom>.arrow:before {
  border-bottom-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-danger.bs-popover-bottom .popover-header:before,
.b-popover-danger.bs-popover-bottom>.arrow:after {
  border-bottom-color: #f6cace
}

.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-danger.bs-popover-left>.arrow:before {
  border-left-color: #f5c6cb
}

.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-danger.bs-popover-left>.arrow:after {
  border-left-color: #f8d7da
}

.b-popover-danger .popover-header {
  color: #212529;
  background-color: #f6cace;
  border-bottom-color: #f2b4ba
}

.b-popover-danger .popover-body {
  color: #721c24
}

.b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-light.bs-popover-top>.arrow:before {
  border-top-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-light.bs-popover-top>.arrow:after {
  border-top-color: #fefefe
}

.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-light.bs-popover-right>.arrow:before {
  border-right-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-light.bs-popover-right>.arrow:after {
  border-right-color: #fefefe
}

.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-light.bs-popover-bottom>.arrow:before {
  border-bottom-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-light.bs-popover-bottom .popover-header:before,
.b-popover-light.bs-popover-bottom>.arrow:after {
  border-bottom-color: #f6f6f6
}

.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-light.bs-popover-left>.arrow:before {
  border-left-color: #fdfdfe
}

.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-light.bs-popover-left>.arrow:after {
  border-left-color: #fefefe
}

.b-popover-light .popover-header {
  color: #212529;
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea
}

.b-popover-light .popover-body {
  color: #818182
}

.b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow:before,
.b-popover-dark.bs-popover-top>.arrow:before {
  border-top-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow:after,
.b-popover-dark.bs-popover-top>.arrow:after {
  border-top-color: #d6d8d9
}

.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow:before,
.b-popover-dark.bs-popover-right>.arrow:before {
  border-right-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow:after,
.b-popover-dark.bs-popover-right>.arrow:after {
  border-right-color: #d6d8d9
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.b-popover-dark.bs-popover-bottom>.arrow:before {
  border-bottom-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.b-popover-dark.bs-popover-bottom .popover-header:before,
.b-popover-dark.bs-popover-bottom>.arrow:after {
  border-bottom-color: #ced0d2
}

.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow:before,
.b-popover-dark.bs-popover-left>.arrow:before {
  border-left-color: #c6c8ca
}

.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow:after,
.b-popover-dark.bs-popover-left>.arrow:after {
  border-left-color: #d6d8d9
}

.b-popover-dark .popover-header {
  color: #212529;
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5
}

.b-popover-dark .popover-body {
  color: #1b1e21
}

.b-sidebar-outer {
  right: 0;
  height: 0;
  overflow: visible;
  z-index: 1035
}

.b-sidebar-backdrop,
.b-sidebar-outer {
  position: fixed ;
  top: 0;
  left: 0
}

.b-sidebar-backdrop {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: .6
}

.b-sidebar {
  display: flex;
  flex-direction: column;
  position: fixed ;
  top: 0;
  height: 100vh;
  width: 320px;
  max-width: 100% ;
  height: 100vh ;
  margin: 0 ;
  outline: 0;
  transform: translateX(0)
}

.b-sidebar.slide {
  transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .b-sidebar.slide {
    transition: none
  }
}

.b-sidebar:not(.b-sidebar-right) {
  left: 0;
  right: auto
}

.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
  transform: translateX(-100%)
}

.b-sidebar:not(.b-sidebar-right)>.b-sidebar-header .close {
  margin-left: auto
}

.b-sidebar.b-sidebar-right {
  left: auto;
  right: 0
}

.b-sidebar.b-sidebar-right.slide:not(.show) {
  transform: translateX(100%)
}

.b-sidebar.b-sidebar-right>.b-sidebar-header .close {
  margin-right: auto
}

.b-sidebar>.b-sidebar-header {
  font-size: 1.5rem;
  padding: .5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  align-items: center
}

[dir=rtl] .b-sidebar>.b-sidebar-header {
  flex-direction: row-reverse
}

.b-sidebar>.b-sidebar-header .close {
  float: none;
  font-size: 1.5rem
}

.b-sidebar>.b-sidebar-body {
  flex-grow: 1;
  height: 100%;
  overflow-y: auto
}

.b-sidebar>.b-sidebar-footer {
  flex-grow: 0
}

.table.b-table.b-table-fixed {
  table-layout: fixed
}

.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0
}

.table.b-table[aria-busy=true] {
  opacity: .55
}

.table.b-table>tbody>tr.b-table-details>td {
  border-top: none 
}

.table.b-table>caption {
  caption-side: bottom
}

.table.b-table.b-table-caption-top>caption {
  caption-side: top 
}

.table.b-table>tbody>.table-active,
.table.b-table>tbody>.table-active>td,
.table.b-table>tbody>.table-active>th {
  background-color: rgba(0, 0, 0, .075)
}

.table.b-table.table-hover>tbody>tr.table-active:hover td,
.table.b-table.table-hover>tbody>tr.table-active:hover th {
  color: #212529;
  background-image: linear-gradient(rgba(0, 0, 0, .075), rgba(0, 0, 0, .075));
  background-repeat: no-repeat
}

.table.b-table>tbody>.bg-active,
.table.b-table>tbody>.bg-active>td,
.table.b-table>tbody>.bg-active>th {
  background-color: hsla(0, 0%, 100%, .075) 
}

.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover td,
.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(hsla(0, 0%, 100%, .075), hsla(0, 0%, 100%, .075));
  background-repeat: no-repeat
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
  margin-bottom: 1rem
}

.b-table-sticky-header>.table,
.table-responsive>.table,
[class*=table-responsive-]>.table {
  margin-bottom: 0
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible ;
    max-height: none 
  }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .b-table-sticky-header>.table.b-table>thead>tr>th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2
  }

  .b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,
  .b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,
  .b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,
  .table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,
  .table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,
  .table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,
  [class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,
  [class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column,
  [class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0
  }

  .b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,
  .table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,
  [class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column {
    z-index: 5
  }

  .b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,
  .b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,
  .table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,
  .table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,
  [class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,
  [class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column {
    z-index: 2
  }

  .table.b-table>tbody>tr>.table-b-table-default,
  .table.b-table>tfoot>tr>.table-b-table-default,
  .table.b-table>thead>tr>.table-b-table-default {
    color: #212529;
    background-color: #fff
  }

  .table.b-table.table-dark>tbody>tr>.bg-b-table-default,
  .table.b-table.table-dark>tfoot>tr>.bg-b-table-default,
  .table.b-table.table-dark>thead>tr>.bg-b-table-default {
    color: #fff;
    background-color: #343a40
  }

  .table.b-table.table-striped>tbody>tr:nth-of-type(odd)>.table-b-table-default {
    background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
    background-repeat: no-repeat
  }

  .table.b-table.table-striped.table-dark>tbody>tr:nth-of-type(odd)>.bg-b-table-default {
    background-image: linear-gradient(hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, .05));
    background-repeat: no-repeat
  }

  .table.b-table.table-hover>tbody>tr:hover>.table-b-table-default {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, .075), rgba(0, 0, 0, .075));
    background-repeat: no-repeat
  }

  .table.b-table.table-hover.table-dark>tbody>tr:hover>.bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(hsla(0, 0%, 100%, .075), hsla(0, 0%, 100%, .075));
    background-repeat: no-repeat
  }
}

.table.b-table>tfoot>tr>[aria-sort],
.table.b-table>thead>tr>[aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: .65em 1em
}

.table.b-table>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left),
.table.b-table>thead>tr>[aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right .375rem center;
  padding-right: calc(.75rem + .65em)
}

.table.b-table>tfoot>tr>[aria-sort].b-table-sort-icon-left,
.table.b-table>thead>tr>[aria-sort].b-table-sort-icon-left {
  background-position: left .375rem center;
  padding-left: calc(.75rem + .65em)
}

.table.b-table>tfoot>tr>[aria-sort=none],
.table.b-table>thead>tr>[aria-sort=none] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>[aria-sort=ascending],
.table.b-table>thead>tr>[aria-sort=ascending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>[aria-sort=descending],
.table.b-table>thead>tr>[aria-sort=descending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-dark>tfoot>tr>[aria-sort=none],
.table.b-table.table-dark>thead>tr>[aria-sort=none],
.table.b-table>.thead-dark>tr>[aria-sort=none] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-dark>tfoot>tr>[aria-sort=ascending],
.table.b-table.table-dark>thead>tr>[aria-sort=ascending],
.table.b-table>.thead-dark>tr>[aria-sort=ascending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-dark>tfoot>tr>[aria-sort=descending],
.table.b-table.table-dark>thead>tr>[aria-sort=descending],
.table.b-table>.thead-dark>tr>[aria-sort=descending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>.table-dark[aria-sort=none],
.table.b-table>thead>tr>.table-dark[aria-sort=none] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>.table-dark[aria-sort=ascending],
.table.b-table>thead>tr>.table-dark[aria-sort=ascending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table>tfoot>tr>.table-dark[aria-sort=descending],
.table.b-table>thead>tr>.table-dark[aria-sort=descending] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E")
}

.table.b-table.table-sm>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm>thead>tr>[aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right .15rem center;
  padding-right: calc(.3rem + .65em)
}

.table.b-table.table-sm>tfoot>tr>[aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm>thead>tr>[aria-sort].b-table-sort-icon-left {
  background-position: left .15rem center;
  padding-left: calc(.3rem + .65em)
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click)>tbody>tr {
  cursor: pointer
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range>tbody>tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media (max-width:575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%
  }

  .table.b-table.b-table-stacked-sm>caption,
  .table.b-table.b-table-stacked-sm>tbody,
  .table.b-table.b-table-stacked-sm>tbody>tr,
  .table.b-table.b-table-stacked-sm>tbody>tr>td,
  .table.b-table.b-table-stacked-sm>tbody>tr>th {
    display: block
  }

  .table.b-table.b-table-stacked-sm>tfoot,
  .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm>thead,
  .table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row {
    display: none
  }

  .table.b-table.b-table-stacked-sm>caption {
    caption-side: top 
  }

  .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    word-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 .5rem 0 0;
    margin: 0
  }

  .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:after {
    display: block;
    clear: both;
    content: ""
  }

  .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 .5rem;
    margin: 0
  }

  .table.b-table.b-table-stacked-sm>tbody>tr.bottom-row,
  .table.b-table.b-table-stacked-sm>tbody>tr.top-row {
    display: none
  }

  .table.b-table.b-table-stacked-sm>tbody>tr>:first-child,
  .table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,
  .table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th {
    border-top-width: 3px
  }
}

@media (max-width:767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%
  }

  .table.b-table.b-table-stacked-md>caption,
  .table.b-table.b-table-stacked-md>tbody,
  .table.b-table.b-table-stacked-md>tbody>tr,
  .table.b-table.b-table-stacked-md>tbody>tr>td,
  .table.b-table.b-table-stacked-md>tbody>tr>th {
    display: block
  }

  .table.b-table.b-table-stacked-md>tfoot,
  .table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,
  .table.b-table.b-table-stacked-md>thead,
  .table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-md>thead>tr.b-table-top-row {
    display: none
  }

  .table.b-table.b-table-stacked-md>caption {
    caption-side: top 
  }

  .table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    word-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 .5rem 0 0;
    margin: 0
  }

  .table.b-table.b-table-stacked-md>tbody>tr>[data-label]:after {
    display: block;
    clear: both;
    content: ""
  }

  .table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 .5rem;
    margin: 0
  }

  .table.b-table.b-table-stacked-md>tbody>tr.bottom-row,
  .table.b-table.b-table-stacked-md>tbody>tr.top-row {
    display: none
  }

  .table.b-table.b-table-stacked-md>tbody>tr>:first-child,
  .table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,
  .table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th {
    border-top-width: 3px
  }
}

@media (max-width:991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%
  }

  .table.b-table.b-table-stacked-lg>caption,
  .table.b-table.b-table-stacked-lg>tbody,
  .table.b-table.b-table-stacked-lg>tbody>tr,
  .table.b-table.b-table-stacked-lg>tbody>tr>td,
  .table.b-table.b-table-stacked-lg>tbody>tr>th {
    display: block
  }

  .table.b-table.b-table-stacked-lg>tfoot,
  .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg>thead,
  .table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row {
    display: none
  }

  .table.b-table.b-table-stacked-lg>caption {
    caption-side: top 
  }

  .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    word-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 .5rem 0 0;
    margin: 0
  }

  .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:after {
    display: block;
    clear: both;
    content: ""
  }

  .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 .5rem;
    margin: 0
  }

  .table.b-table.b-table-stacked-lg>tbody>tr.bottom-row,
  .table.b-table.b-table-stacked-lg>tbody>tr.top-row {
    display: none
  }

  .table.b-table.b-table-stacked-lg>tbody>tr>:first-child,
  .table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,
  .table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th {
    border-top-width: 3px
  }
}

@media (max-width:1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%
  }

  .table.b-table.b-table-stacked-xl>caption,
  .table.b-table.b-table-stacked-xl>tbody,
  .table.b-table.b-table-stacked-xl>tbody>tr,
  .table.b-table.b-table-stacked-xl>tbody>tr>td,
  .table.b-table.b-table-stacked-xl>tbody>tr>th {
    display: block
  }

  .table.b-table.b-table-stacked-xl>tfoot,
  .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl>thead,
  .table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row {
    display: none
  }

  .table.b-table.b-table-stacked-xl>caption {
    caption-side: top 
  }

  .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    word-wrap: break-word;
    font-weight: 700;
    font-style: normal;
    padding: 0 .5rem 0 0;
    margin: 0
  }

  .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:after {
    display: block;
    clear: both;
    content: ""
  }

  .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 .5rem;
    margin: 0
  }

  .table.b-table.b-table-stacked-xl>tbody>tr.bottom-row,
  .table.b-table.b-table-stacked-xl>tbody>tr.top-row {
    display: none
  }

  .table.b-table.b-table-stacked-xl>tbody>tr>:first-child,
  .table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,
  .table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th {
    border-top-width: 3px
  }
}

.table.b-table.b-table-stacked {
  display: block;
  width: 100%
}

.table.b-table.b-table-stacked>caption,
.table.b-table.b-table-stacked>tbody,
.table.b-table.b-table-stacked>tbody>tr,
.table.b-table.b-table-stacked>tbody>tr>td,
.table.b-table.b-table-stacked>tbody>tr>th {
  display: block
}

.table.b-table.b-table-stacked>tfoot,
.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row,
.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,
.table.b-table.b-table-stacked>thead,
.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,
.table.b-table.b-table-stacked>thead>tr.b-table-top-row {
  display: none
}

.table.b-table.b-table-stacked>caption {
  caption-side: top 
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]:before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  word-wrap: break-word;
  font-weight: 700;
  font-style: normal;
  padding: 0 .5rem 0 0;
  margin: 0
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]:after {
  display: block;
  clear: both;
  content: ""
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]>div {
  display: inline-block;
  width: 60%;
  padding: 0 0 0 .5rem;
  margin: 0
}

.table.b-table.b-table-stacked>tbody>tr.bottom-row,
.table.b-table.b-table-stacked>tbody>tr.top-row {
  display: none
}

.table.b-table.b-table-stacked>tbody>tr>:first-child,
.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,
.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th {
  border-top-width: 3px
}

.b-time {
  min-width: 150px
}

.b-time[aria-disabled=true] output,
.b-time[aria-readonly=true] output,
.b-time output.disabled {
  background-color: #e9ecef;
  opacity: 1
}

.b-time[aria-disabled=true] output {
  pointer-events: none
}

[dir=rtl] .b-time>.d-flex:not(.flex-column) {
  flex-direction: row-reverse
}

.b-time .b-time-header {
  margin-bottom: .5rem
}

.b-time .b-time-header output {
  padding: .25rem;
  font-size: 80%
}

.b-time .b-time-footer {
  margin-top: .5rem
}

.b-time .b-time-ampm {
  margin-left: .5rem
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: .25rem
}

.b-toast .toast {
  background-color: hsla(0, 0%, 100%, .85)
}

.b-toast:not(:last-child) {
  margin-bottom: .75rem
}

.b-toast.b-toast-solid .toast {
  background-color: #fff
}

.b-toast .toast {
  opacity: 1
}

.b-toast .toast.fade:not(.show) {
  opacity: 0
}

.b-toast .toast .toast-body {
  display: block
}

.b-toast-primary .toast {
  background-color: rgba(230, 242, 255, .85);
  border-color: rgba(184, 218, 255, .85);
  color: #004085
}

.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: rgba(204, 229, 255, .85);
  border-bottom-color: rgba(184, 218, 255, .85)
}

.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff
}

.b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, .85);
  border-color: rgba(214, 216, 219, .85);
  color: #383d41
}

.b-toast-secondary .toast .toast-header {
  color: #383d41;
  background-color: rgba(226, 227, 229, .85);
  border-bottom-color: rgba(214, 216, 219, .85)
}

.b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1
}

.b-toast-success .toast {
  background-color: rgba(230, 245, 233, .85);
  border-color: rgba(195, 230, 203, .85);
  color: #155724
}

.b-toast-success .toast .toast-header {
  color: #155724;
  background-color: rgba(212, 237, 218, .85);
  border-bottom-color: rgba(195, 230, 203, .85)
}

.b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9
}

.b-toast-info .toast {
  background-color: rgba(229, 244, 247, .85);
  border-color: rgba(190, 229, 235, .85);
  color: #0c5460
}

.b-toast-info .toast .toast-header {
  color: #0c5460;
  background-color: rgba(209, 236, 241, .85);
  border-bottom-color: rgba(190, 229, 235, .85)
}

.b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7
}

.b-toast-warning .toast {
  background-color: rgba(255, 249, 231, .85);
  border-color: rgba(255, 238, 186, .85);
  color: #856404
}

.b-toast-warning .toast .toast-header {
  color: #856404;
  background-color: rgba(255, 243, 205, .85);
  border-bottom-color: rgba(255, 238, 186, .85)
}

.b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7
}

.b-toast-danger .toast {
  background-color: rgba(252, 237, 238, .85);
  border-color: rgba(245, 198, 203, .85);
  color: #721c24
}

.b-toast-danger .toast .toast-header {
  color: #721c24;
  background-color: rgba(248, 215, 218, .85);
  border-bottom-color: rgba(245, 198, 203, .85)
}

.b-toast-danger.b-toast-solid .toast {
  background-color: #fcedee
}

.b-toast-light .toast {
  background-color: hsla(0, 0%, 100%, .85);
  border-color: rgba(253, 253, 254, .85);
  color: #818182
}

.b-toast-light .toast .toast-header {
  color: #818182;
  background-color: hsla(0, 0%, 99.6%, .85);
  border-bottom-color: rgba(253, 253, 254, .85)
}

.b-toast-light.b-toast-solid .toast {
  background-color: #fff
}

.b-toast-dark .toast {
  background-color: rgba(227, 229, 229, .85);
  border-color: rgba(198, 200, 202, .85);
  color: #1b1e21
}

.b-toast-dark .toast .toast-header {
  color: #1b1e21;
  background-color: rgba(214, 216, 217, .85);
  border-bottom-color: rgba(198, 200, 202, .85)
}

.b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5
}

.b-toaster {
  z-index: 1100
}

.b-toaster .b-toaster-slot {
  position: relative;
  display: block
}

.b-toaster .b-toaster-slot:empty {
  display: none 
}

.b-toaster.b-toaster-bottom-center,
.b-toaster.b-toaster-bottom-full,
.b-toaster.b-toaster-bottom-left,
.b-toaster.b-toaster-bottom-right,
.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-right {
  position: fixed;
  left: .5rem;
  right: .5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-right .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0
}

.b-toaster.b-toaster-bottom-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%
}

.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-right {
  top: 0
}

.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-right .b-toaster-slot {
  top: .5rem
}

.b-toaster.b-toaster-bottom-center,
.b-toaster.b-toaster-bottom-full,
.b-toaster.b-toaster-bottom-left,
.b-toaster.b-toaster-bottom-right {
  bottom: 0
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot {
  bottom: .5rem
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-right .b-toaster-slot {
  margin-left: auto
}

.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot {
  margin-right: auto
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-move,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-move {
  transition: transform .175s
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade {
  transition-delay: .175s
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: .175s
}

.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s
}

.tooltip.b-tooltip {
  display: block;
  opacity: .9;
  outline: 0
}

.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0
}

.tooltip.b-tooltip.show {
  opacity: .9
}

.tooltip.b-tooltip.noninteractive {
  pointer-events: none
}

.tooltip.b-tooltip .arrow {
  margin: 0 .25rem
}

.tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip.bs-tooltip-left .arrow,
.tooltip.b-tooltip.bs-tooltip-right .arrow {
  margin: .25rem 0
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-primary.bs-tooltip-top .arrow:before {
  border-top-color: #007bff
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow:before {
  border-right-color: #007bff
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #007bff
}

.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow:before {
  border-left-color: #007bff
}

.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow:before {
  border-top-color: #6c757d
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow:before {
  border-right-color: #6c757d
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #6c757d
}

.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow:before {
  border-left-color: #6c757d
}

.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
  background-color: #6c757d
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-success.bs-tooltip-top .arrow:before {
  border-top-color: #28a745
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-success.bs-tooltip-right .arrow:before {
  border-right-color: #28a745
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #28a745
}

.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-success.bs-tooltip-left .arrow:before {
  border-left-color: #28a745
}

.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #28a745
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-info.bs-tooltip-top .arrow:before {
  border-top-color: #17a2b8
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-info.bs-tooltip-right .arrow:before {
  border-right-color: #17a2b8
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #17a2b8
}

.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-info.bs-tooltip-left .arrow:before {
  border-left-color: #17a2b8
}

.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #17a2b8
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-warning.bs-tooltip-top .arrow:before {
  border-top-color: #ffc107
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow:before {
  border-right-color: #ffc107
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ffc107
}

.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow:before {
  border-left-color: #ffc107
}

.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
  background-color: #ffc107
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-danger.bs-tooltip-top .arrow:before {
  border-top-color: #dc3545
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow:before {
  border-right-color: #dc3545
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #dc3545
}

.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow:before {
  border-left-color: #dc3545
}

.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dc3545
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-light.bs-tooltip-top .arrow:before {
  border-top-color: #f8f9fa
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-light.bs-tooltip-right .arrow:before {
  border-right-color: #f8f9fa
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #f8f9fa
}

.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-light.bs-tooltip-left .arrow:before {
  border-left-color: #f8f9fa
}

.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
  background-color: #f8f9fa
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.b-tooltip-dark.bs-tooltip-top .arrow:before {
  border-top-color: #343a40
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow:before {
  border-right-color: #343a40
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #343a40
}

.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow:before {
  border-left-color: #343a40
}

.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #343a40
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -.15em
}

.b-icon.b-icon-animation-cylon,
.b-icon.b-iconstack .b-icon-animation-cylon>g {
  transform-origin: center;
  -webkit-animation: b-icon-animation-cylon .75s ease-in-out infinite alternate;
  animation: b-icon-animation-cylon .75s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {

  .b-icon.b-icon-animation-cylon,
  .b-icon.b-iconstack .b-icon-animation-cylon>g {
    -webkit-animation: none;
    animation: none
  }
}

.b-icon.b-icon-animation-cylon-vertical,
.b-icon.b-iconstack .b-icon-animation-cylon-vertical>g {
  transform-origin: center;
  -webkit-animation: b-icon-animation-cylon-vertical .75s ease-in-out infinite alternate;
  animation: b-icon-animation-cylon-vertical .75s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {

  .b-icon.b-icon-animation-cylon-vertical,
  .b-icon.b-iconstack .b-icon-animation-cylon-vertical>g {
    -webkit-animation: none;
    animation: none
  }
}

.b-icon.b-icon-animation-fade,
.b-icon.b-iconstack .b-icon-animation-fade>g {
  transform-origin: center;
  -webkit-animation: b-icon-animation-fade .75s ease-in-out infinite alternate;
  animation: b-icon-animation-fade .75s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {

  .b-icon.b-icon-animation-fade,
  .b-icon.b-iconstack .b-icon-animation-fade>g {
    -webkit-animation: none;
    animation: none
  }
}

.b-icon.b-icon-animation-spin,
.b-icon.b-iconstack .b-icon-animation-spin>g {
  transform-origin: center;
  -webkit-animation: b-icon-animation-spin 2s linear infinite normal;
  animation: b-icon-animation-spin 2s linear infinite normal
}

@media (prefers-reduced-motion:reduce) {

  .b-icon.b-icon-animation-spin,
  .b-icon.b-iconstack .b-icon-animation-spin>g {
    -webkit-animation: none;
    animation: none
  }
}

.b-icon.b-icon-animation-spin-reverse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse>g {
  transform-origin: center;
  animation: b-icon-animation-spin 2s linear infinite reverse
}

@media (prefers-reduced-motion:reduce) {

  .b-icon.b-icon-animation-spin-reverse,
  .b-icon.b-iconstack .b-icon-animation-spin-reverse>g {
    -webkit-animation: none;
    animation: none
  }
}

.b-icon.b-icon-animation-spin-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-pulse>g {
  transform-origin: center;
  -webkit-animation: b-icon-animation-spin 1s steps(8) infinite normal;
  animation: b-icon-animation-spin 1s steps(8) infinite normal
}

@media (prefers-reduced-motion:reduce) {

  .b-icon.b-icon-animation-spin-pulse,
  .b-icon.b-iconstack .b-icon-animation-spin-pulse>g {
    -webkit-animation: none;
    animation: none
  }
}

.b-icon.b-icon-animation-spin-reverse-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse>g {
  transform-origin: center;
  animation: b-icon-animation-spin 1s steps(8) infinite reverse
}

@media (prefers-reduced-motion:reduce) {

  .b-icon.b-icon-animation-spin-reverse-pulse,
  .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse>g {
    -webkit-animation: none;
    animation: none
  }
}

.b-icon.b-icon-animation-throb,
.b-icon.b-iconstack .b-icon-animation-throb>g {
  transform-origin: center;
  -webkit-animation: b-icon-animation-throb .75s ease-in-out infinite alternate;
  animation: b-icon-animation-throb .75s ease-in-out infinite alternate
}

@media (prefers-reduced-motion:reduce) {

  .b-icon.b-icon-animation-throb,
  .b-icon.b-iconstack .b-icon-animation-throb>g {
    -webkit-animation: none;
    animation: none
  }
}

@-webkit-keyframes b-icon-animation-cylon {
  0% {
    transform: translateX(-25%)
  }

  to {
    transform: translateX(25%)
  }
}

@keyframes b-icon-animation-cylon {
  0% {
    transform: translateX(-25%)
  }

  to {
    transform: translateX(25%)
  }
}

@-webkit-keyframes b-icon-animation-cylon-vertical {
  0% {
    transform: translateY(25%)
  }

  to {
    transform: translateY(-25%)
  }
}

@keyframes b-icon-animation-cylon-vertical {
  0% {
    transform: translateY(25%)
  }

  to {
    transform: translateY(-25%)
  }
}

@-webkit-keyframes b-icon-animation-fade {
  0% {
    opacity: .1
  }

  to {
    opacity: 1
  }
}

@keyframes b-icon-animation-fade {
  0% {
    opacity: .1
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes b-icon-animation-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

@keyframes b-icon-animation-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(359deg)
  }
}

@-webkit-keyframes b-icon-animation-throb {
  0% {
    opacity: .5;
    transform: scale(.5)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes b-icon-animation-throb {
  0% {
    opacity: .5;
    transform: scale(.5)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.btn .b-icon.bi,
.dropdown-item .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.input-group-text .b-icon.bi,
.nav-link .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom
}
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none
}

body {
  overflow-x: hidden;
  overflow-y: hidden;
}
body,
html {
  font-size: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  list-style: none;
  font-style: normal;
  font-family: Noto Sans KR, sans-serif
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.3rem;
  box-sizing: border-box;
  list-style: none;
  font-style: normal;
  font-family: Noto Sans KR, sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: ""
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a:focus,
a:hover {
  text-decoration: none 
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type=number] {
  -moz-appearance: textfield
}

select::-ms-expand {
  display: none
}

select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0
}

input::-webkit-input-placeholder {
  color: #93939f 
}

input:-moz-placeholder,
input::-moz-placeholder {
  color: #93939f 
}

input:-ms-input-placeholder {
  color: #93939f 
}

select::-webkit-input-placeholder {
  color: #93939f 
}

select:-moz-placeholder,
select::-moz-placeholder {
  color: #93939f 
}

select:-ms-input-placeholder {
  color: #93939f 
}

textarea::-webkit-input-placeholder {
  color: #93939f 
}

textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #93939f 
}

textarea:-ms-input-placeholder {
  color: #93939f 
}

button {
  cursor: pointer;
  background: none
}

:active,
:focus {
  outline: none ;
  box-shadow: none 
}

@media (max-width:1439px) {
  html {
    font-size: 10px
  }
}

@media (max-width:1190px) {
  html {
    font-size: 10px
  }
}

@media (max-width:991px) {
  html {
    font-size: 10px
  }
}

@media (max-width:767px) {
  html {
    font-size: 9px
  }
}

@media (max-width:575px) {
  html {
    font-size: 9px
  }
}
 body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}
@font-face {
  font-family: BebasNeuePro;
  src: url(../fonts/BebasNeuePro/Bebas-Neue-Pro-Thin.woff) format("woff");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: BebasNeuePro;
  src: url(../fonts/BebasNeuePro/Bebas-Neue-Pro-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: BebasNeuePro;
  src: url(../fonts/BebasNeuePro/Bebas-Neue-Pro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: BebasNeuePro;
  src: url(../fonts/BebasNeuePro/Bebas-Neue-Pro-Book.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

/* @font-face {
  font-family: BebasNeuePro;
  src: url(../fonts/BebasNeuePro/Bebas-Neue-Pro-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal
} */

@font-face {
  font-family: NEXON1;
  src: url(../fonts/NEXON%20Lv1%20Gothic%20OTF%20Light.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: NEXON1;
  src: url(../fonts/NEXON%20Lv1%20Gothic%20OTF.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: NEXON1;
  src: url(../fonts/NEXON%20Lv1%20Gothic%20OTF%20Bold.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: NEXON2;
  src: url(../fonts/NEXON%20Lv2%20Gothic%20Light.ttf) format("ttf");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: NEXON2;
  src: url(../fonts/NEXON%20Lv2%20Gothic.ttf) format("ttf");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: NEXON2;
  src: url(../fonts/NEXON%20Lv2%20Gothic%20Bold.ttf) format("ttf");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: NEXONFootball;
  src: url(../fonts/NEXONFootballGothicLA1.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: NEXONFootball;
  src: url(../fonts/NEXONFootballGothicBA1.woff) format("woff");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: Gmarket;
  src: url(../fonts/GmarketSansLight.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: Gmarket;
  src: url(../fonts/GmarketSansMedium.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Gmarket;
  src: url(../fonts/GmarketSansBold.woff) format("woff");
  font-weight: 600;
  font-style: normal
}
/* 
@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");

}

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");

}

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/NotoSansKR-Bold.otf) format("otf");
  /* unicode-range: U+0041-005a, U+0061-007a, U+0030-0039 */
} */

@font-face {
  font-family: sans-serif;
  src: url(../fonts/BebasNeuePro/micross.ttf) format("ttf");
  font-weight: 200;
  font-style: normal
}


/*---------------------------------------------------------------------------------------------------------------------- */


@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOalvI7dAGs2lYoVAUOdqfkBNGBJWUFERI.117.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 


@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOalvI7dAGs2lYoVAUOdqfkBNGBJWUFERI.118.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 


@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOalvI7dAGs2lYoVAUOdqfkBNGBJWUFERI.119.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOelzI7dAGs2lYoVAUOdqfkBNGBJWUFERI.115.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOelzI7dAGs2lYoVAUOdqfkBNGBJWUFERI.116.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOelzI7dAGs2lYoVAUOdqfkBNGBJWUFERI.117.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 


@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOelzI7dAGs2lYoVAUOdqfkBNGBJWUFERI.118.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOelzI7dAGs2lYoVAUOdqfkBNGBJWUFERI.119.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7dAGs2lYoVAUOdqfkBNGBJWUFERI.114.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7dAGs2lYoVAUOdqfkBNGBJWUFERI.115.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7dAGs2lYoVAUOdqfkBNGBJWUFERI.116.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7dAGs2lYoVAUOdqfkBNGBJWUFERI.117.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7dAGs2lYoVAUOdqfkBNGBJWUFERI.118.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7dAGs2lYoVAUOdqfkBNGBJWUFERI.119.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 



@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/PbykFmXiEBPT4ITbgNA5Cgm20xz64px_1hVWr0wuPNGmlQNMEfD4.113.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/PbykFmXiEBPT4ITbgNA5Cgm20xz64px_1hVWr0wuPNGmlQNMEfD4.114.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/PbykFmXiEBPT4ITbgNA5Cgm20xz64px_1hVWr0wuPNGmlQNMEfD4.115.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/PbykFmXiEBPT4ITbgNA5Cgm20xz64px_1hVWr0wuPNGmlQNMEfD4.116.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/PbykFmXiEBPT4ITbgNA5Cgm20xz64px_1hVWr0wuPNGmlQNMEfD4.117.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 


@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/PbykFmXiEBPT4ITbgNA5Cgm20xz64px_1hVWr0wuPNGmlQNMEfD4.118.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 

@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/v27/PbykFmXiEBPT4ITbgNA5Cgm20xz64px_1hVWr0wuPNGmlQNMEfD4.119.woff2) format('woff2');
  /* unicode-range: U+cc3f-cc43, U+cc46-cc47, U+cc49-cc4b, U+cc4d-cc53, U+cc55-cc58, U+cc5a-cc5f, U+cc61-cc97, U+cc9a-cc9b, U+cc9d-cc9f, U+cca1-cca7, U+ccaa, U+ccac, U+ccae-ccb3, U+ccb6-ccb7, U+ccb9-ccbb, U+ccbd-cccf, U+ccd1-cce3, U+cce5-ccee; */

 } 




 /* ------------------------------------------------------------------------------------------------- */

.noto_sans {
  font-family: Noto Sans KR 
}

.roboto {
  font-family: Roboto, sans-serif 
}

.nova {
  font-family: Proxima Nova 
}

.nexon1 {
  font-family: NEXON1 
}

.nexon2 {
  font-family: NEXON2 
}

.bebas {
  font-family: BebasNeuePro 
}

.gmarket {
  font-family: Gmarket 
}

.NEXONFootball {
  font-family: NEXONFootball 
}

.text-extra-small {
  font-size: .688rem;
  line-height: 1.5
}

.text-small {
  font-size: .75rem;
  line-height: 1.5
}

.text-extra-medium {
  font-size: .875rem;
  line-height: 1.5
}

.text-medium {
  font-size: 1rem;
  line-height: 1.5
}

.text-large {
  font-size: 1.125rem;
  line-height: 1.5
}

.text-extra-large {
  font-size: 1.25rem;
  line-height: 1.5
}

.text-ultra-large {
  font-size: 1.5rem;
  line-height: 1.5
}

.title-extra-small {
  font-size: 2rem;
  line-height: 1.5
}

.title-small {
  font-size: 2.5rem;
  line-height: 1.5
}

.title-medium {
  font-size: 2.813rem;
  line-height: 1.5
}

.title-large {
  font-size: 6.25rem;
  line-height: 1.5
}

.title-extra-large {
  font-size: 8.125rem;
  line-height: 1.5
}

.font-size-11 {
  font-size: 1.1rem 
}

.font-size-12 {
  font-size: 1.2rem 
}

.font-size-13 {
  font-size: 1.3rem 
}

.font-size-14 {
  font-size: 1.4rem 
}

.font-size-15 {
  font-size: 1.5rem 
}

.font-size-16 {
  font-size: 1.6rem 
}

.font-size-17 {
  font-size: 1.7rem 
}

.font-size-18 {
  font-size: 1.8rem 
}

.font-size-19 {
  font-size: 1.9rem 
}

.font-size-20 {
  font-size: 2rem 
}

.font-size-22 {
  font-size: 2.2rem 
}

.font-size-24 {
  font-size: 2.4rem 
}

.font-size-26 {
  font-size: 2.6rem 
}

.font-size-28 {
  font-size: 2.8rem 
}

.font-size-29 {
  font-size: 2.9rem 
}

.font-size-30 {
  font-size: 3rem 
}

.font-size-31 {
  font-size: 3.1rem 
}

.font-size-32 {
  font-size: 3.2rem 
}

.font-size-33 {
  font-size: 3.3rem 
}

.font-size-34 {
  font-size: 3.4rem 
}

.text-white {
  color: #fff 
}

.text-black {
  color: #000 
}

.text-extra-dark-gray {
  color: #232323
}

.text-dark-gray {
  color: #626262
}

.text-extra-medium-gray {
  color: #757575
}

.text-medium-gray {
  color: #939393
}

.text-extra-light-gray {
  color: #b7b7b7
}

.text-light-gray {
  color: #d6d5d5
}

.text-very-light-gray {
  color: #ededed
}

.text-deep-pink {
  color: #ff214f
}

.text-aqua {
  color: #21d0f6
}

.text-aqua-light {
  color: #b5cfdf
}

.text-blue {
  color: #439ff1
}

.text-sky {
  color: #36c7c3
}

.text-sky-light {
  color: #9ab2d1
}

.text-orange {
  color: #fe860a
}

blockquote {
  padding: 20px 30px
}

blockquote p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 17px ;
  font-weight: 300
}

blockquote {
  border-left: 2px solid;
  padding: 15px 40px;
  margin: 45px 0
}

blockquote footer {
  color: #939393
}

.blog-image blockquote {
  padding: 60px;
  border: 0;
  margin: 0
}

.blog-image blockquote h6:before {
  content: "\e67f";
  font-family: themify;
  font-size: 40px;
  top: 5px;
  position: relative;
  margin-right: 12px;
  color: #ff214f
}

a.text-link-white,
a.text-link-white i {
  color: #fff
}

a.text-link-white:focus,
a.text-link-white:focus i,
a.text-link-white:hover,
a.text-link-white:hover i {
  color: #ff214f
}

a.text-link-black,
a.text-link-black i {
  color: #000
}

a.text-link-dark-gray {
  color: #939393
}

.text-link-dark-gray:focus,
a.text-link-dark-gray:hover,
a.text-link-extra-dark-gray {
  color: #232323
}

a.text-link-extra-dark-gray:focus,
a.text-link-extra-dark-gray:hover {
  color: #000
}

a.text-link-deep-pink,
a.text-link-deep-pink i {
  color: #ff214f
}

a.text-link-deep-pink:focus,
a.text-link-deep-pink:focus i,
a.text-link-deep-pink:hover,
a.text-link-deep-pink:hover i {
  color: #fff
}

a.text-white-hover:focus,
a.text-white-hover:hover {
  color: #fff 
}

a.text-black-hover:focus,
a.text-black-hover:hover {
  color: #000 
}

a.text-deep-pink-hover:focus,
a.text-deep-pink-hover:hover {
  color: #ff214f 
}

a.text-extra-dark-gray-hover:hover {
  color: #232323 
}

a.text-dark-gray-hover:hover {
  color: #626262 
}

a.text-extra-medium-gray-hover:hover {
  color: #757575 
}

a.text-medium-gray-hover:hover {
  color: #939393 
}

a.text-extra-light-gray-hover:hover {
  color: #b7b7b7 
}

a.text-light-gray-hover:hover {
  color: #d6d5d5 
}

a.text-very-light-gray-hover:hover {
  color: #ededed 
}

.no-letter-spacing {
  letter-spacing: 0
}

.letter-spacing-1 {
  letter-spacing: 1px
}

.letter-spacing-2 {
  letter-spacing: 2px
}

.letter-spacing-3 {
  letter-spacing: 3px
}

.letter-spacing-4 {
  letter-spacing: 4px
}

.letter-spacing-5 {
  letter-spacing: 5px
}

.letter-spacing-6 {
  letter-spacing: 6px
}

.letter-spacing-7 {
  letter-spacing: 7px
}

.letter-spacing-8 {
  letter-spacing: 8px
}

.letter-spacing-9 {
  letter-spacing: 9px
}

.letter-spacing-10 {
  letter-spacing: 10px
}

.letter-spacing-minus-05 {
  letter-spacing: -.5px
}

.letter-spacing-minus-1 {
  letter-spacing: -1px
}

.letter-spacing-minus-2 {
  letter-spacing: -2px
}

.letter-spacing-minus-3 {
  letter-spacing: -3px
}

.letter-spacing-minus-4 {
  letter-spacing: -4px
}

.letter-spacing-minus-5 {
  letter-spacing: -5px
}

.letter-spacing-minus-6 {
  letter-spacing: -6px
}

.letter-spacing-minus-7 {
  letter-spacing: -7px
}

.letter-spacing-minus-8 {
  letter-spacing: -8px
}

.letter-spacing-minus-9 {
  letter-spacing: -9px
}

.letter-spacing-minus-10 {
  letter-spacing: -10px
}

.font-weight-100 {
  font-weight: 100
}

.font-weight-200 {
  font-weight: 200
}

.font-weight-300 {
  font-weight: 300
}

.font-weight-400 {
  font-weight: 400
}

.font-weight-500 {
  font-weight: 500
}

.font-weight-600 {
  font-weight: 600
}

.font-weight-700 {
  font-weight: 700
}

.font-weight-800 {
  font-weight: 800
}

.font-weight-900 {
  font-weight: 900
}

.text-transform-unset {
  text-transform: unset
}

.text-decoration-underline {
  text-decoration: underline
}

.text-decoration-line-through {
  text-decoration: line-through
}

.line-height-unset {
  line-height: unset
}

.line-height-normal {
  line-height: normal
}

.line-height-none {
  line-height: 0 
}

.word-wrap {
  word-wrap: break-word
}

.text-nowrap {
  white-space: nowrap
}

.text-transform-none {
  text-transform: none
}

.title-line-through {
  padding: 0 15px
}

.text-middle-line {
  position: relative;
  white-space: nowrap
}

.text-outside-line {
  position: relative
}

.text-outside-line:before {
  left: auto;
  right: -60px
}

.text-outside-line:after,
.text-outside-line:before {
  border-top: 1px solid;
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  opacity: .4
}

.text-outside-line:after {
  left: auto;
  left: -60px
}

.text-leftside-line {
  position: relative;
  padding-left: 35px
}

.text-leftside-line:before {
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  left: 0;
  top: 45%;
  width: 25px;
  opacity: .7
}

.text-outside-line-full {
  position: relative;
  display: inline-block
}

.text-outside-line-full:before {
  right: 100%;
  margin-right: 25px
}

.text-outside-line-full:after,
.text-outside-line-full:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 99%;
  display: block;
  border-bottom: 1px solid;
  opacity: .15
}

.text-outside-line-full:after {
  left: 100%;
  margin-left: 25px
}

.text-middle-line:before {
  border-bottom: 1px solid;
  position: absolute;
  content: "";
  width: 100%;
  top: 53%;
  opacity: .35
}

.text-bottom-line {
  width: 1px;
  border-top: 30px solid;
  margin-left: auto;
  margin-right: auto
}

.text-middle-line-deep-pink:before {
  border-bottom: 1px solid #ff214f;
  position: absolute;
  content: "";
  width: 100%;
  margin-top: 5px;
  margin-left: -20px;
  top: 50%;
  transform: translateY(-50%)
}

.text-decoration-line-through-black,
.text-decoration-line-through-deep-pink {
  position: relative
}

.text-decoration-line-through-deep-pink:before {
  background: #ff214f
}

.text-decoration-line-through-black:before {
  background: #000
}

.text-decoration-line-through-black:before,
.text-decoration-line-through-deep-pink:before {
  content: "";
  height: 1px;
  left: -10px;
  position: absolute;
  top: 53%;
  width: calc(100% + 20px);
  transform: translateY(-53%)
}

.line-height-10 {
  line-height: 1rem 
}

.line-height-13 {
  line-height: 1.3rem 
}

.line-height-14 {
  line-height: 1.4rem 
}

.line-height-15 {
  line-height: 1.5rem 
}

.line-height-16 {
  line-height: 1.6rem 
}

.line-height-18 {
  line-height: 1.8rem 
}

.line-height-20 {
  line-height: 2rem 
}

.line-height-22 {
  line-height: 2.2rem 
}

.line-height-24 {
  line-height: 2.4rem 
}

.line-height-26 {
  line-height: 2.6rem 
}

.line-height-28 {
  line-height: 2.8rem 
}

.line-height-30 {
  line-height: 3rem 
}

.line-height-31 {
  line-height: 3.1rem 
}

.line-height-35 {
  line-height: 3.5rem 
}

.line-height-36 {
  line-height: 3.6rem 
}

.b1 {
  border: 1px solid red
}

.bg-transparent {
  background-color: transparent
}

.bg-white {
  background-color: #fff
}

.bg-black {
  background-color: #000
}

.bg-extra-dark-gray {
  background-color: #1c1c1c
}

.bg-dark-gray {
  background-color: #757575
}

.bg-extra-medium-gray {
  background-color: #939393
}

.bg-medium-gray {
  background-color: #dbdbdb
}

.bg-extra-light-gray {
  background-color: #e0e0e0
}

.bg-medium-light-gray {
  background-color: #ededed
}

.bg-light-gray {
  background-color: #f7f7f7
}

.bg-very-light-gray {
  background-color: #fafafa
}

.bg-deep-pink {
  background-color: #ff214f
}

.bg-transparent-white {
  background-color: hsla(0, 0%, 100%, .3);
  background: -webkit-gradient(left top, right top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(37%, hsla(0, 0%, 100%, 0)), color-stop(96%, #fff), color-stop(100%, #fff));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 37%, #fff 96%, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1)
}

.bg-transparent-black {
  background-color: transparent;
  background: -webkit-gradient(left top, right top, color-stop(0, transparent), color-stop(37%, transparent), color-stop(96%, #000), color-stop(100%, #000));
  background: linear-gradient(90deg, transparent 0, transparent 37%, #000 96%, #000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1)
}

.bg-white-opacity {
  background-color: hsla(0, 0%, 100%, .85)
}

.bg-black-opacity {
  background-color: rgba(0, 0, 0, .85)
}

.bg-black-opacity-light {
  background-color: rgba(0, 0, 0, .5)
}

.bg-deep-pink-opacity {
  background-color: rgba(255, 33, 79, .85)
}

.bg-charcoal-gray {
  background-color: #0e0f10
}

.bg-dark-blue {
  background: #1a2e50
}

.bg-dark-blue-1 {
  background: #1a2d47
}

.bg-dark-blue-deep {
  background: #022342
}

.bg-dark-blue-light {
  background: #233d5e
}

.center-col {
  float: none;
  margin-left: auto;
  margin-right: auto
}

.divider-full {
  width: 100%;
  height: 1px;
  display: inline-block
}

.new-demo {
  background: #ff214f;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  margin-left: 8px;
  padding: 2px 8px
}

.opacity1 {
  opacity: .1
}

.opacity2 {
  opacity: .2
}

.opacity3 {
  opacity: .3
}

.opacity4 {
  opacity: .4
}

.opacity5 {
  opacity: .5
}

.opacity6 {
  opacity: .6
}

.opacity7 {
  opacity: .7
}

.opacity8 {
  opacity: .8
}

.opacity9 {
  opacity: .9
}

.btn-shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, .3)
}

.box-shadow-light {
  box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.box-shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.box-shadow-dark {
  box-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

.box-shadow-large {
  box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}

.z-index-1111 {
  z-index: 1111
}

.z-index-111 {
  z-index: 111
}

.z-index-1 {
  z-index: 1
}

.z-index-2 {
  z-index: 2
}

.z-index-3 {
  z-index: 3
}

.z-index-4 {
  z-index: 4
}

.z-index-5 {
  z-index: 5
}

.z-index-0 {
  z-index: 0
}

.z-index-minus2 {
  z-index: -2
}

.vertical-align-middle {
  vertical-align: middle
}

.vertical-align-top {
  vertical-align: top
}

.vertical-align-bottom {
  vertical-align: bottom
}

.vertical-middle {
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0
}

.clear-both {
  clear: both
}

.line-break {
  display: block
}

.header-searchbar *,
.header-social-icon *,
.mfp-container *,
.no-transition *,
.parallax,
.portfolio-grid *,
.rev-slider *,
.skillbar-bar-main *,
.swiper-container * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  -ms-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s
}

.absolute-middle-center {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%)
}

.absolute-bottom-center {
  left: 50%;
  top: 80%;
  position: absolute;
  transform: translateX(-50%) translateY(-80%);
  -o-transform: translateX(-50%) translateY(-80%)
}

.btn {
  display: inline-block;
  border: 2px solid transparent;
  letter-spacing: .5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition-duration: .3s;
  transition-timing-function: ease-in-out
}

.btn.btn-very-small {
  font-size: 9px;
  padding: 1px 17px;
  line-height: 22px
}

.btn.btn-small {
  font-size: 11px;
  padding: 4px 24px
}

.btn.btn-medium {
  font-size: 12px;
  padding: 6px 25px 5px
}

.btn.btn-large {
  font-size: 13px;
  padding: 9px 34px;
  line-height: 25px
}

.btn.btn-extra-large {
  font-size: 15px;
  padding: 12px 40px 13px;
  line-height: 25px
}

.btn-dual .btn {
  margin: 0 10px
}

.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #232323
}

.btn.btn-white:focus,
.btn.btn-white:hover {
  background: transparent;
  color: #fff
}

.btn.btn-black {
  background: #000;
  border-color: #000;
  color: #fff
}

.btn.btn-black:focus,
.btn.btn-black:hover {
  background: transparent;
  color: #000
}

.btn.btn-dark-gray {
  background: #232323;
  border-color: #232323;
  color: #fff
}

.btn.btn-dark-gray:focus,
.btn.btn-dark-gray:hover {
  background: transparent;
  color: #232323
}

.btn.btn-light-gray {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #232323
}

.btn.btn-light-gray:focus,
.btn.btn-light-gray:hover {
  background: transparent;
  border-color: #dbdbdb;
  color: #dbdbdb
}

.btn.btn-deep-pink {
  background: #ff214f;
  border-color: #ff214f;
  color: #fff
}

.btn.btn-deep-pink:focus,
.btn.btn-deep-pink:hover {
  background: transparent;
  border-color: #ff214f;
  color: #ff214f
}

.btn.btn-transparent-white {
  background: transparent;
  border-color: #fff;
  color: #fff
}

.btn.btn-transparent-white:focus,
.btn.btn-transparent-white:hover {
  background: #fff;
  border-color: #fff;
  color: #232323
}

.btn.btn-transparent-black {
  background: transparent;
  border-color: #000;
  color: #000
}

.btn.btn-transparent-black:focus,
.btn.btn-transparent-black:hover {
  background: #000;
  border-color: #000;
  color: #fff
}

.btn.btn-transparent-dark-gray {
  background: transparent;
  border-color: #232323;
  color: #232323
}

.btn.btn-transparent-dark-gray:focus,
.btn.btn-transparent-dark-gray:hover {
  background: #232323;
  border-color: #232323;
  color: #fff
}

.btn.btn-transparent-light-gray {
  background: transparent;
  border-color: #dbdbdb;
  color: #dbdbdb
}

.btn.btn-transparent-light-gray:focus,
.btn.btn-transparent-light-gray:hover {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #232323
}

.btn.btn-transparent-deep-pink {
  background: transparent;
  border-color: #ff214f;
  color: #ff214f
}

.btn.btn-transparent-deep-pink:focus,
.btn.btn-transparent-deep-pink:hover {
  background: #ff214f;
  border-color: #ff214f;
  color: #fff
}

.btn.btn-rounded {
  border-radius: 50px
}

.btn.btn-rounded.btn-very-small {
  padding: 2px 23px 1px
}

.btn.btn-rounded.btn-small {
  padding: 5px 29px
}

.btn.btn-rounded.btn-medium {
  padding: 6px 32px
}

.btn.btn-rounded.btn-large {
  padding: 9px 38px
}

.btn.btn-rounded.btn-extra-large {
  padding: 12px 45px 13px
}

.image-button {
  width: 100%;
  background: rgba(0, 0, 0, .8);
  padding: 26px;
  font-family: Roboto, sans-serif;
  font-size: 16px
}

.image-button:hover {
  background: rgba(0, 0, 0, .5)
}

.tag-cloud a {
  font-size: 10px;
  padding: 3px 8px;
  border: 1px solid #d9d9d9;
  margin: 0 8px 8px 0;
  display: inline-block;
  text-transform: uppercase;
  color: #232323;
  line-height: 18px
}

.tag-cloud a:hover {
  background: #232323;
  color: #fff ;
  border: 1px solid #232323
}

.dropdown-style-1 .btn {
  color: #fff;
  font-size: 11px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  font-weight: 400
}

.custom-dropdown btn:focus,
.dropdown-style-1 .btn:hover {
  color: #ff214f
}

.dropdown-style-1 .dropdown-menu {
  margin-top: 2px;
  min-width: 130px;
  border-radius: 0;
  border: none;
  z-index: 444;
  right: 0;
  left: auto
}

.dropdown-style-1 .dropdown-menu>li>a {
  padding: 6px 15px;
  font-size: 12px
}

.dropdown-style-1 .dropdown-menu>li>a:focus,
.dropdown-style-1 .dropdown-menu>li>a:hover {
  background: #ededed
}

.border-all {
  border: 1px solid #ededed
}

.border-width-1 {
  border-width: 1px
}

.border-width-2 {
  border-width: 2px
}

.border-width-3 {
  border-width: 3px
}

.border-width-4 {
  border-width: 4px
}

.border-width-5 {
  border-width: 5px
}

.border-width-6 {
  border-width: 6px
}

.border-width-7 {
  border-width: 7px
}

.border-width-8 {
  border-width: 8px
}

.border-width-9 {
  border-width: 9px
}

.border-width-10 {
  border-width: 10px
}

.border-width-20 {
  border-width: 20px
}

.border-top {
  border-top: 1px solid
}

.border-bottom {
  border-bottom: 1px solid
}

.border-left {
  border-left: 1px solid
}

.border-lr,
.border-right {
  border-right: 1px solid
}

.border-lr {
  border-left: 1px solid
}

.border-tb {
  border-top: 1px solid;
  border-bottom: 1px solid
}

.border-color-white {
  border-color: #fff
}

.border-color-black {
  border-color: #000
}

.border-color-extra-dark-gray {
  border-color: #232323
}

.border-color-medium-dark-gray {
  border-color: #363636
}

.border-color-dark-gray {
  border-color: #939393
}

.border-color-extra-medium-gray {
  border-color: #dbdbdb
}

.border-color-medium-gray {
  border-color: #e4e4e4
}

.border-color-extra-light-gray {
  border-color: #ededed
}

.border-color-light-gray {
  border-color: #f5f5f5
}

.border-color-light-pink {
  border-color: #862237
}

.border-color-deep-pink {
  border-color: #ff214f
}

.border-color-transparent-pink {
  border-color: rgba(255, 33, 79, .45)
}

.border-dotted {
  border-style: dotted 
}

.border-dashed {
  border-style: dashed 
}

.border-solid {
  border-style: solid 
}

.border-double {
  border-style: double 
}

.border-groove {
  border-style: groove 
}

.border-ridge {
  border-style: ridge 
}

.border-inset {
  border-style: inset 
}

.border-outset {
  border-style: outset 
}

.border-none {
  border-style: none 
}

.border-hidden {
  border-style: hidden 
}

.border-transperent {
  border-color: transparent 
}

.no-border-top {
  border-top: 0 
}

.no-border-bottom {
  border-bottom: 0 
}

.no-border-right {
  border-right: 0 
}

.no-border-left {
  border-left: 0 
}

.overline-icon-box {
  border-top-width: 4px
}

.overline-icon-box.overline-white {
  border-top-color: #fff
}

.overline-icon-box.overline-black {
  border-top-color: #000
}

.overline-icon-box.overline-extra-dark-gray {
  border-top-color: #232323
}

.overline-icon-box.overline-medium-dark-gray {
  border-top-color: #363636
}

.overline-icon-box.overline-dark-gray {
  border-top-color: #939393
}

.overline-icon-box.overline-extra-light-gray {
  border-top-color: #dbdbdb
}

.overline-icon-box.overline-medium-gray {
  border-top-color: #e4e4e4
}

.overline-icon-box.overline-light-gray {
  border-top-color: #f5f5f5
}

.overline-icon-box.overline-light-pink {
  border-top-color: #862237
}

.overline-icon-box.overline-deep-pink {
  border-top-color: #ff214f
}

.overline-icon-box.overline-transparent-pink {
  border-top-color: rgba(255, 33, 79, .45)
}

.border-black-light {
  border-color: rgba(0, 0, 0, .1) 
}

.border-white-light {
  border-color: hsla(0, 0%, 100%, .1) 
}

.border-radius-1 {
  border-radius: 1px 
}

.border-radius-2 {
  border-radius: 2px 
}

.border-radius-3 {
  border-radius: 3px 
}

.border-radius-4 {
  border-radius: 4px 
}

.border-radius-5 {
  border-radius: 5px 
}

.border-radius-6 {
  border-radius: 6px 
}

.border-radius-7 {
  border-radius: 7px 
}

.border-radius-8 {
  border-radius: 8px 
}

.border-radius-9 {
  border-radius: 9px 
}

.border-radius-10 {
  border-radius: 10px 
}

.border-radius-50px {
  border-radius: 50px 
}

.border-radius-22px {
  border-radius: 22px 
}

.border-radius-25px {
  border-radius: 25px 
}

.border-radius-50 {
  border-radius: 50% 
}

.border-radius-100 {
  border-radius: 100% 
}

.border-radius-none {
  border-radius: 0 
}

.aside-title {
  position: relative;
  overflow: hidden
}

.aside-title span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px
}

.aside-title:after {
  content: "";
  display: inline-block;
  width: 100%;
  background: #ff214f;
  height: 1px;
  top: 50%;
  position: absolute
}

.right-sidebar {
  padding-right: 45px
}

.left-sidebar {
  padding-left: 45px
}

.video-wrapper {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%
}

.html-video {
  background-color: #000;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: auto;
  z-index: -3
}

.video-wrapper iframe {
  left: 0;
  top: -5px 
}

.video-background,
.video-wrapper iframe {
  height: 100%;
  position: absolute;
  width: 100%
}

.video-background {
  z-index: 1;
  top: 0;
  background: rgba(67, 67, 67, .5)
}

.fix-background,
.parallax {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed
}

.fix-background {
  animation-duration: 0s;
  animation-fill-mode: none;
  -webkit-animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  -moz-animation-duration: 0s;
  -moz-animation-fill-mode: none;
  -ms-animation-duration: 0s;
  -ms-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  background-position: 50%;
  background-repeat: no-repeat
}

.cover-background {
  position: relative ;
  background-size: cover ;
  overflow: hidden ;
  background-position: 50% ;
  background-repeat: no-repeat 
}

.background-size-inherit {
  background-size: inherit
}

.background-attachment-inherit {
  background-attachment: inherit
}

.background-position-left {
  background-position: 0
}

.background-position-left-bottom {
  background-position: 0 100%
}

.background-position-right {
  background-position: 100%
}

.background-position-top {
  background-position: top 
}

.up-down-ani {
  display: table;
  position: relative;
  -webkit-animation-name: up-down-animation;
  -webkit-animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: .7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-name: up-down-animation;
  -moz-animation-duration: .7s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: .7s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: up-down-animation;
  -ms-animation-duration: .7s;
  -ms-animation-timing-function: linear;
  -ms-animation-delay: .7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: alternate;
  -o-animation-direction: alternate;
  -o-animation-name: up-down-animation;
  -o-animation-duration: .7s;
  -o-animation-timing-function: linear;
  -o-animation-delay: .7s;
  -o-animation-iteration-count: infinite;
  animation-name: up-down-animation;
  animation-duration: .7s;
  animation-timing-function: linear;
  animation-delay: .7s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  margin: 0 auto
}

.background-position-x-50 {
  background-position-x: 50% 
}

.margin-half-all {
  margin: .5%
}

.margin-one-all {
  margin: 1%
}

.margin-one-half-all {
  margin: 1.5%
}

.margin-two-all {
  margin: 2%
}

.margin-two-half-all {
  margin: 2.5%
}

.margin-three-all {
  margin: 3%
}

.margin-three-half-all {
  margin: 3.5%
}

.margin-four-all {
  margin: 4%
}

.margin-four-half-all {
  margin: 4.5%
}

.margin-five-all {
  margin: 5%
}

.margin-five-half-all {
  margin: 5.5%
}

.margin-six-all {
  margin: 6%
}

.margin-six-half-all {
  margin: 6.5%
}

.margin-seven-all {
  margin: 7%
}

.margin-seven-half-all {
  margin: 7.5%
}

.margin-eight-all {
  margin: 8%
}

.margin-eight-half-all {
  margin: 8.5%
}

.margin-nine-all {
  margin: 9%
}

.margin-nine-half-all {
  margin: 9.5%
}

.margin-ten-all {
  margin: 10%
}

.margin-ten-half-all {
  margin: 10.5%
}

.margin-eleven-all {
  margin: 11%
}

.margin-eleven-half-all {
  margin: 11.5%
}

.margin-twelve-all {
  margin: 12%
}

.margin-twelve-half-all {
  margin: 12.5%
}

.margin-thirteen-all {
  margin: 13%
}

.margin-thirteen-half-all {
  margin: 13.5%
}

.margin-fourteen-all {
  margin: 14%
}

.margin-fourteen-half-all {
  margin: 14.5%
}

.margin-fifteen-all {
  margin: 15%
}

.margin-fifteen-half-all {
  margin: 15.5%
}

.margin-sixteen-all {
  margin: 16%
}

.margin-sixteen-half-all {
  margin: 16.5%
}

.margin-seventeen-all {
  margin: 17%
}

.margin-seventeen-half-all {
  margin: 17.5%
}

.margin-eighteen-all {
  margin: 18%
}

.margin-eighteen-half-all {
  margin: 18.5%
}

.margin-nineteen-all {
  margin: 19%
}

.margin-nineteen-half-all {
  margin: 19.5%
}

.margin-twenty-all {
  margin: 20%
}

.margin-twenty-half-all {
  margin: 20.5%
}

.margin-twenty-one-all {
  margin: 21%
}

.margin-twenty-one-half-all {
  margin: 21.5%
}

.margin-twenty-two-all {
  margin: 22%
}

.margin-twenty-two-half-all {
  margin: 22.5%
}

.margin-twenty-three-all {
  margin: 23%
}

.margin-twenty-three-half-all {
  margin: 23.5%
}

.margin-twenty-four-all {
  margin: 24%
}

.margin-twenty-four-half-all {
  margin: 24.5%
}

.margin-twenty-five-all {
  margin: 25%
}

.margin-5px-all {
  margin: 5px
}

.margin-10px-all {
  margin: 10px
}

.margin-15px-all {
  margin: 15px
}

.margin-20px-all {
  margin: 20px
}

.margin-25px-all {
  margin: 25px
}

.margin-30px-all {
  margin: 30px
}

.margin-35px-all {
  margin: 35px
}

.margin-40px-all {
  margin: 40px
}

.margin-45px-all {
  margin: 45px
}

.margin-50px-all {
  margin: 50px
}

.margin-55px-all {
  margin: 55px
}

.margin-60px-all {
  margin: 60px
}

.margin-65px-all {
  margin: 65px
}

.margin-70px-all {
  margin: 70px
}

.margin-75px-all {
  margin: 75px
}

.margin-80px-all {
  margin: 80px
}

.margin-85px-all {
  margin: 85px
}

.margin-90px-all {
  margin: 90px
}

.margin-95px-all {
  margin: 95px
}

.margin-100px-all {
  margin: 100px
}

.no-margin {
  margin: 0 
}

.no-margin-lr {
  margin-left: 0 ;
  margin-right: 0 
}

.no-margin-tb {
  margin-bottom: 0 
}

.no-margin-tb,
.no-margin-top {
  margin-top: 0 
}

.no-margin-bottom {
  margin-bottom: 0 
}

.no-margin-left {
  margin-left: 0 
}

.no-margin-right {
  margin-right: 0 
}

.margin-lr-auto {
  margin-left: auto ;
  margin-right: auto 
}

.margin-auto {
  margin: 0 auto 
}

.margin-one-top {
  margin-top: 1%
}

.margin-one-half-top {
  margin-top: 1.5%
}

.margin-two-top {
  margin-top: 2%
}

.margin-two-half-top {
  margin-top: 2.5%
}

.margin-three-top {
  margin-top: 3%
}

.margin-three-half-top {
  margin-top: 3.5%
}

.margin-four-top {
  margin-top: 4%
}

.margin-four-half-top {
  margin-top: 4.5%
}

.margin-five-top {
  margin-top: 5%
}

.margin-five-half-top {
  margin-top: 5.5%
}

.margin-six-top {
  margin-top: 6%
}

.margin-six-half-top {
  margin-top: 6.5%
}

.margin-seven-top {
  margin-top: 7%
}

.margin-seven-half-top {
  margin-top: 7.5%
}

.margin-eight-top {
  margin-top: 8%
}

.margin-eight-half-top {
  margin-top: 8.5%
}

.margin-nine-top {
  margin-top: 9%
}

.margin-nine-half-top {
  margin-top: 9.5%
}

.margin-ten-top {
  margin-top: 10%
}

.margin-ten-half-top {
  margin-top: 10.5%
}

.margin-eleven-top {
  margin-top: 11%
}

.margin-eleven-half-top {
  margin-top: 11.5%
}

.margin-twelve-top {
  margin-top: 12%
}

.margin-twelve-half-top {
  margin-top: 12.5%
}

.margin-thirteen-top {
  margin-top: 13%
}

.margin-thirteen-half-top {
  margin-top: 13.5%
}

.margin-fourteen-top {
  margin-top: 14%
}

.margin-fourteen-half-top {
  margin-top: 14.5%
}

.margin-fifteen-top {
  margin-top: 15%
}

.margin-fifteen-half-top {
  margin-top: 15.5%
}

.margin-sixteen-top {
  margin-top: 16%
}

.margin-sixteen-half-top {
  margin-top: 16.5%
}

.margin-seventeen-top {
  margin-top: 17%
}

.margin-seventeen-half-top {
  margin-top: 17.5%
}

.margin-eighteen-top {
  margin-top: 18%
}

.margin-eighteen-half-top {
  margin-top: 18.5%
}

.margin-nineteen-top {
  margin-top: 19%
}

.margin-nineteen-half-top {
  margin-top: 19.5%
}

.margin-twenty-top {
  margin-top: 20%
}

.margin-twenty-half-top {
  margin-top: 20.5%
}

.margin-twenty-one-top {
  margin-top: 21%
}

.margin-twenty-one-half-top {
  margin-top: 21.5%
}

.margin-twenty-two-top {
  margin-top: 22%
}

.margin-twenty-two-half-top {
  margin-top: 22.5%
}

.margin-twenty-three-top {
  margin-top: 23%
}

.margin-twenty-three-half-top {
  margin-top: 23.5%
}

.margin-twenty-four-top {
  margin-top: 24%
}

.margin-twenty-four-half-top {
  margin-top: 24.5%
}

.margin-twenty-five-top {
  margin-top: 25%
}

.margin-4px-top {
  margin-top: 4px
}

.margin-5px-top {
  margin-top: 5px
}

.margin-7px-top {
  margin-top: 7px
}

.margin-8px-top {
  margin-top: 8px
}

.margin-9px-top {
  margin-top: 9px
}

.margin-10px-top {
  margin-top: 10px 
}

.margin-15px-top {
  margin-top: 15px
}

.margin-20px-top {
  margin-top: 20px
}

.margin-25px-top {
  margin-top: 25px
}

.margin-30px-top {
  margin-top: 30px
}

.margin-35px-top {
  margin-top: 35px
}

.margin-40px-top {
  margin-top: 40px
}

.margin-45px-top {
  margin-top: 45px
}

.margin-50px-top {
  margin-top: 50px
}

.margin-55px-top {
  margin-top: 55px
}

.margin-60px-top {
  margin-top: 60px
}

.margin-65px-top {
  margin-top: 65px
}

.margin-70px-top {
  margin-top: 70px
}

.margin-75px-top {
  margin-top: 75px
}

.margin-80px-top {
  margin-top: 80px
}

.margin-90px-top {
  margin-top: 90px
}

.margin-100px-top {
  margin-top: 100px
}

.margin-110px-top {
  margin-top: 110px
}

.margin-120px-top {
  margin-top: 120px
}

.margin-130px-top {
  margin-top: 130px
}

.margin-140px-top {
  margin-top: 140px
}

.margin-150px-top {
  margin-top: 150px
}

.margin-200px-top {
  margin-top: 200px
}

.margin-one-bottom {
  margin-bottom: 1%
}

.margin-one-half-bottom {
  margin-bottom: 1.5%
}

.margin-two-bottom {
  margin-bottom: 2%
}

.margin-two-half-bottom {
  margin-bottom: 2.5%
}

.margin-three-bottom {
  margin-bottom: 3%
}

.margin-three-half-bottom {
  margin-bottom: 3.5%
}

.margin-four-bottom {
  margin-bottom: 4%
}

.margin-four-half-bottom {
  margin-bottom: 4.5%
}

.margin-five-bottom {
  margin-bottom: 5%
}

.margin-five-half-bottom {
  margin-bottom: 5.5%
}

.margin-six-bottom {
  margin-bottom: 6%
}

.margin-six-half-bottom {
  margin-bottom: 6.5%
}

.margin-seven-bottom {
  margin-bottom: 7%
}

.margin-seven-half-bottom {
  margin-bottom: 7.5%
}

.margin-eight-bottom {
  margin-bottom: 8%
}

.margin-eight-half-bottom {
  margin-bottom: 8.5%
}

.margin-nine-bottom {
  margin-bottom: 9%
}

.margin-nine-half-bottom {
  margin-bottom: 9.5%
}

.margin-ten-bottom {
  margin-bottom: 10%
}

.margin-ten-half-bottom {
  margin-bottom: 10.5%
}

.margin-eleven-bottom {
  margin-bottom: 11%
}

.margin-eleven-half-bottom {
  margin-bottom: 11.5%
}

.margin-twelve-bottom {
  margin-bottom: 12%
}

.margin-twelve-half-bottom {
  margin-bottom: 12.5%
}

.margin-thirteen-bottom {
  margin-bottom: 13%
}

.margin-thirteen-half-bottom {
  margin-bottom: 13.5%
}

.margin-fourteen-bottom {
  margin-bottom: 14%
}

.margin-fourteen-half-bottom {
  margin-bottom: 14.5%
}

.margin-fifteen-bottom {
  margin-bottom: 15%
}

.margin-fifteen-half-bottom {
  margin-bottom: 15.5%
}

.margin-sixteen-bottom {
  margin-bottom: 16%
}

.margin-sixteen-half-bottom {
  margin-bottom: 16.5%
}

.margin-seventeen-bottom {
  margin-bottom: 17%
}

.margin-seventeen-half-bottom {
  margin-bottom: 17.5%
}

.margin-eighteen-bottom {
  margin-bottom: 18%
}

.margin-eighteen-half-bottom {
  margin-bottom: 18.5%
}

.margin-nineteen-bottom {
  margin-bottom: 19%
}

.margin-nineteen-half-bottom {
  margin-bottom: 19.5%
}

.margin-twenty-bottom {
  margin-bottom: 20%
}

.margin-twenty-half-bottom {
  margin-bottom: 20.5%
}

.margin-twenty-one-bottom {
  margin-bottom: 21%
}

.margin-twenty-one-half-bottom {
  margin-bottom: 21.5%
}

.margin-twenty-two-bottom {
  margin-bottom: 22%
}

.margin-twenty-two-half-bottom {
  margin-bottom: 22.5%
}

.margin-twenty-three-bottom {
  margin-bottom: 23%
}

.margin-twenty-three-half-bottom {
  margin-bottom: 23.5%
}

.margin-twenty-four-bottom {
  margin-bottom: 24%
}

.margin-twenty-four-half-bottom {
  margin-bottom: 24.5%
}

.margin-twenty-five-bottom {
  margin-bottom: 25%
}

.margin-1px-bottom {
  margin-bottom: 1px 
}

.margin-2px-bottom {
  margin-bottom: 2px 
}

.margin-3px-bottom {
  margin-bottom: 3px 
}

.margin-4px-bottom {
  margin-bottom: 4px 
}

.margin-5px-bottom {
  margin-bottom: 5px 
}

.margin-10px-bottom {
  margin-bottom: 10px 
}

.margin-15px-bottom {
  margin-bottom: 15px 
}

.margin-20px-bottom {
  margin-bottom: 20px 
}

.margin-25px-bottom {
  margin-bottom: 25px 
}

.margin-30px-bottom {
  margin-bottom: 30px 
}

.margin-35px-bottom {
  margin-bottom: 35px 
}

.margin-40px-bottom {
  margin-bottom: 40px 
}

.margin-45px-bottom {
  margin-bottom: 45px 
}

.margin-50px-bottom {
  margin-bottom: 50px 
}

.margin-55px-bottom {
  margin-bottom: 55px 
}

.margin-60px-bottom {
  margin-bottom: 60px 
}

.margin-65px-bottom {
  margin-bottom: 65px 
}

.margin-70px-bottom {
  margin-bottom: 70px 
}

.margin-75px-bottom {
  margin-bottom: 75px 
}

.margin-80px-bottom {
  margin-bottom: 80px 
}

.margin-85px-bottom {
  margin-bottom: 85px 
}

.margin-90px-bottom {
  margin-bottom: 90px 
}

.margin-95px-bottom {
  margin-bottom: 95px 
}

.margin-100px-bottom {
  margin-bottom: 100px 
}

.margin-one-right {
  margin-right: 1%
}

.margin-one-half-right {
  margin-right: 1.5%
}

.margin-two-right {
  margin-right: 2%
}

.margin-two-half-right {
  margin-right: 2.5%
}

.margin-three-right {
  margin-right: 3%
}

.margin-three-half-right {
  margin-right: 3.5%
}

.margin-four-right {
  margin-right: 4%
}

.margin-four-half-right {
  margin-right: 4.5%
}

.margin-five-right {
  margin-right: 5%
}

.margin-five-half-right {
  margin-right: 5.5%
}

.margin-six-right {
  margin-right: 6%
}

.margin-six-half-right {
  margin-right: 6.5%
}

.margin-seven-right {
  margin-right: 7%
}

.margin-seven-half-right {
  margin-right: 7.5%
}

.margin-eight-right {
  margin-right: 8%
}

.margin-eight-half-right {
  margin-right: 8.5%
}

.margin-nine-right {
  margin-right: 9%
}

.margin-nine-half-right {
  margin-right: 9.5%
}

.margin-ten-right {
  margin-right: 10%
}

.margin-ten-half-right {
  margin-right: 10.5%
}

.margin-eleven-right {
  margin-right: 11%
}

.margin-eleven-half-right {
  margin-right: 11.5%
}

.margin-twelve-right {
  margin-right: 12%
}

.margin-twelve-half-right {
  margin-right: 12.5%
}

.margin-thirteen-right {
  margin-right: 13%
}

.margin-thirteen-half-right {
  margin-right: 13.5%
}

.margin-fourteen-right {
  margin-right: 14%
}

.margin-fourteen-half-right {
  margin-right: 14.5%
}

.margin-fifteen-right {
  margin-right: 15%
}

.margin-fifteen-half-right {
  margin-right: 15.5%
}

.margin-sixteen-right {
  margin-right: 16%
}

.margin-sixteen-half-right {
  margin-right: 16.5%
}

.margin-seventeen-right {
  margin-right: 17%
}

.margin-seventeen-half-right {
  margin-right: 17.5%
}

.margin-eighteen-right {
  margin-right: 18%
}

.margin-eighteen-half-right {
  margin-right: 18.5%
}

.margin-nineteen-right {
  margin-right: 19%
}

.margin-nineteen-half-right {
  margin-right: 19.5%
}

.margin-twenty-right {
  margin-right: 20%
}

.margin-twenty-half-right {
  margin-right: 20.5%
}

.margin-twenty-right {
  margin-right: 21%
}

.margin-twenty-one-half-right {
  margin-right: 21.5%
}

.margin-twenty-two-right {
  margin-right: 22%
}

.margin-twenty-two-half-right {
  margin-right: 22.5%
}

.margin-twenty-three-right {
  margin-right: 23%
}

.margin-twenty-three-half-right {
  margin-right: 23.5%
}

.margin-twenty-four-right {
  margin-right: 24%
}

.margin-twenty-four-half-right {
  margin-right: 24.5%
}

.margin-twenty-five-right {
  margin-right: 25%
}

.margin-1px-right {
  margin-right: 1px
}

.margin-2px-right {
  margin-right: 2px
}

.margin-3px-right {
  margin-right: 3px
}

.margin-4px-right {
  margin-right: 4px
}

.margin-5px-right {
  margin-right: 5px
}

.margin-10px-right {
  margin-right: 10px
}

.margin-15px-right {
  margin-right: 15px
}

.margin-20px-right {
  margin-right: 20px
}

.margin-25px-right {
  margin-right: 25px
}

.margin-30px-right {
  margin-right: 30px
}

.margin-35px-right {
  margin-right: 35px
}

.margin-40px-right {
  margin-right: 40px
}

.margin-45px-right {
  margin-right: 45px
}

.margin-50px-right {
  margin-right: 50px
}

.margin-55px-right {
  margin-right: 55px
}

.margin-60px-right {
  margin-right: 60px
}

.margin-65px-right {
  margin-right: 65px
}

.margin-70px-right {
  margin-right: 70px
}

.margin-75px-right {
  margin-right: 75px
}

.margin-80px-right {
  margin-right: 80px
}

.margin-85px-right {
  margin-right: 85px
}

.margin-90px-right {
  margin-right: 90px
}

.margin-95px-right {
  margin-right: 95px
}

.margin-100px-right {
  margin-right: 100px
}

.margin-one-left {
  margin-left: 1%
}

.margin-one-half-left {
  margin-left: 1.5%
}

.margin-two-left {
  margin-left: 2%
}

.margin-two-half-left {
  margin-left: 2.5%
}

.margin-three-left {
  margin-left: 3%
}

.margin-three-half-left {
  margin-left: 3.5%
}

.margin-four-left {
  margin-left: 4%
}

.margin-four-half-left {
  margin-left: 4.5%
}

.margin-five-left {
  margin-left: 5%
}

.margin-five-half-left {
  margin-left: 5.5%
}

.margin-six-left {
  margin-left: 6%
}

.margin-six-half-left {
  margin-left: 6.5%
}

.margin-seven-left {
  margin-left: 7%
}

.margin-seven-half-left {
  margin-left: 7.5%
}

.margin-eight-left {
  margin-left: 8%
}

.margin-eight-half-left {
  margin-left: 8.5%
}

.margin-nine-left {
  margin-left: 9%
}

.margin-nine-half-left {
  margin-left: 9.5%
}

.margin-ten-left {
  margin-left: 10%
}

.margin-ten-half-left {
  margin-left: 10.5%
}

.margin-eleven-left {
  margin-left: 11%
}

.margin-eleven-half-left {
  margin-left: 11.5%
}

.margin-twelve-left {
  margin-left: 12%
}

.margin-twelve-half-left {
  margin-left: 12.5%
}

.margin-thirteen-left {
  margin-left: 13%
}

.margin-thirteen-half-left {
  margin-left: 13.5%
}

.margin-fourteen-left {
  margin-left: 14%
}

.margin-fourteen-half-left {
  margin-left: 14.5%
}

.margin-fifteen-left {
  margin-left: 15%
}

.margin-fifteen-half-left {
  margin-left: 15.5%
}

.margin-sixteen-left {
  margin-left: 16%
}

.margin-sixteen-half-left {
  margin-left: 16.5%
}

.margin-seventeen-left {
  margin-left: 17%
}

.margin-seventeen-half-left {
  margin-left: 17.5%
}

.margin-eighteen-left {
  margin-left: 18%
}

.margin-eighteen-half-left {
  margin-left: 18.5%
}

.margin-nineteen-left {
  margin-left: 19%
}

.margin-nineteen-half-left {
  margin-left: 19.5%
}

.margin-twenty-left {
  margin-left: 20%
}

.margin-twenty-half-left {
  margin-left: 20.5%
}

.margin-twenty-one-left {
  margin-left: 21%
}

.margin-twenty-one-half-left {
  margin-left: 21.5%
}

.margin-twenty-two-left {
  margin-left: 22%
}

.margin-twenty-two-half-left {
  margin-left: 22.5%
}

.margin-twenty-three-left {
  margin-left: 23%
}

.margin-twenty-three-half-left {
  margin-left: 23.5%
}

.margin-twenty-four-left {
  margin-left: 24%
}

.margin-twenty-four-half-left {
  margin-left: 24.5%
}

.margin-twenty-five-left {
  margin-left: 25%
}

.margin-5px-left {
  margin-left: 5px
}

.margin-10px-left {
  margin-left: 10px
}

.margin-15px-left {
  margin-left: 15px
}

.margin-20px-left {
  margin-left: 20px
}

.margin-25px-left {
  margin-left: 25px
}

.margin-30px-left {
  margin-left: 30px
}

.margin-35px-left {
  margin-left: 35px
}

.margin-40px-left {
  margin-left: 40px
}

.margin-45px-left {
  margin-left: 45px
}

.margin-50px-left {
  margin-left: 50px
}

.margin-55px-left {
  margin-left: 55px
}

.margin-60px-left {
  margin-left: 60px
}

.margin-65px-left {
  margin-left: 65px
}

.margin-70px-left {
  margin-left: 70px
}

.margin-75px-left {
  margin-left: 75px
}

.margin-80px-left {
  margin-left: 80px
}

.margin-85px-left {
  margin-left: 85px
}

.margin-90px-left {
  margin-left: 90px
}

.margin-95px-left {
  margin-left: 95px
}

.margin-100px-left {
  margin-left: 100px
}

.margin-one-lr {
  margin-left: 1%;
  margin-right: 1%
}

.margin-one-half-lr {
  margin-left: 1.5%;
  margin-right: 1.5%
}

.margin-two-lr {
  margin-left: 2%;
  margin-right: 2%
}

.margin-two-half-lr {
  margin-left: 2.5%;
  margin-right: 2.5%
}

.margin-three-lr {
  margin-left: 3%;
  margin-right: 3%
}

.margin-three-half-lr {
  margin-left: 3.5%;
  margin-right: 3.5%
}

.margin-four-lr {
  margin-left: 4%;
  margin-right: 4%
}

.margin-four-half-lr {
  margin-left: 4.5%;
  margin-right: 4.5%
}

.margin-five-lr {
  margin-left: 5%;
  margin-right: 5%
}

.margin-five-half-lr {
  margin-left: 5.5%;
  margin-right: 5.5%
}

.margin-six-lr {
  margin-left: 6%;
  margin-right: 6%
}

.margin-six-half-lr {
  margin-left: 6.5%;
  margin-right: 6.5%
}

.margin-seven-lr {
  margin-left: 7%;
  margin-right: 7%
}

.margin-seven-half-lr {
  margin-left: 7.5%;
  margin-right: 7.5%
}

.margin-eight-lr {
  margin-left: 8%;
  margin-right: 8%
}

.margin-eight-half-lr {
  margin-left: 8.5%;
  margin-right: 8.5%
}

.margin-nine-lr {
  margin-left: 9%;
  margin-right: 9%
}

.margin-nine-half-lr {
  margin-left: 9.5%;
  margin-right: 9.5%
}

.margin-ten-lr {
  margin-left: 10%;
  margin-right: 10%
}

.margin-ten-half-lr {
  margin-left: 10.5%;
  margin-right: 10.5%
}

.margin-eleven-lr {
  margin-left: 11%;
  margin-right: 11%
}

.margin-eleven-half-lr {
  margin-left: 11.5%;
  margin-right: 11.5%
}

.margin-twelve-lr {
  margin-left: 12%;
  margin-right: 12%
}

.margin-twelve-half-lr {
  margin-left: 12.5%;
  margin-right: 12.5%
}

.margin-thirteen-lr {
  margin-left: 13%;
  margin-right: 13%
}

.margin-thirteen-half-lr {
  margin-left: 13.5%;
  margin-right: 13.5%
}

.margin-fourteen-lr {
  margin-left: 14%;
  margin-right: 14%
}

.margin-fourteen-half-lr {
  margin-left: 14.5%;
  margin-right: 14.5%
}

.margin-fifteen-lr {
  margin-left: 15%;
  margin-right: 15%
}

.margin-fifteen-half-lr {
  margin-left: 15.5%;
  margin-right: 15.5%
}

.margin-sixteen-lr {
  margin-left: 16%;
  margin-right: 16%
}

.margin-sixteen-half-lr {
  margin-left: 16.5%;
  margin-right: 16.5%
}

.margin-seventeen-lr {
  margin-left: 17%;
  margin-right: 17%
}

.margin-seventeen-half-lr {
  margin-left: 17.5%;
  margin-right: 17.5%
}

.margin-eighteen-lr {
  margin-left: 18%;
  margin-right: 18%
}

.margin-eighteen-half-lr {
  margin-left: 18.5%;
  margin-right: 18.5%
}

.margin-nineteen-lr {
  margin-left: 19%;
  margin-right: 19%
}

.margin-nineteen-half-lr {
  margin-left: 19.5%;
  margin-right: 19.5%
}

.margin-twenty-lr {
  margin-left: 20%;
  margin-right: 20%
}

.margin-twenty-half-lr {
  margin-left: 20.5%;
  margin-right: 20.5%
}

.margin-twenty-one-lr {
  margin-left: 21%;
  margin-right: 21%
}

.margin-twenty-one-half-lr {
  margin-left: 21.5%;
  margin-right: 21.5%
}

.margin-twenty-two-lr {
  margin-left: 22%;
  margin-right: 22%
}

.margin-twenty-two-half-lr {
  margin-left: 22.5%;
  margin-right: 22.5%
}

.margin-twenty-three-lr {
  margin-left: 23%;
  margin-right: 23%
}

.margin-twenty-three-half-lr {
  margin-left: 23.5%;
  margin-right: 23.5%
}

.margin-twenty-four-lr {
  margin-left: 24%;
  margin-right: 24%
}

.margin-twenty-four-half-lr {
  margin-left: 24.5%;
  margin-right: 24.5%
}

.margin-twenty-five-lr {
  margin-left: 25%;
  margin-right: 25%
}

.margin-5px-lr {
  margin-left: 5px;
  margin-right: 5px
}

.margin-10px-lr {
  margin-left: 10px;
  margin-right: 10px
}

.margin-15px-lr {
  margin-left: 15px;
  margin-right: 15px
}

.margin-20px-lr {
  margin-left: 20px;
  margin-right: 20px
}

.margin-25px-lr {
  margin-left: 25px;
  margin-right: 25px
}

.margin-30px-lr {
  margin-left: 30px;
  margin-right: 30px
}

.margin-35px-lr {
  margin-left: 35px;
  margin-right: 35px
}

.margin-40px-lr {
  margin-left: 40px;
  margin-right: 40px
}

.margin-45px-lr {
  margin-left: 45px;
  margin-right: 45px
}

.margin-50px-lr {
  margin-left: 50px;
  margin-right: 50px
}

.margin-55px-lr {
  margin-left: 55px;
  margin-right: 55px
}

.margin-60px-lr {
  margin-left: 60px;
  margin-right: 60px
}

.margin-65px-lr {
  margin-left: 65px;
  margin-right: 65px
}

.margin-70px-lr {
  margin-left: 70px;
  margin-right: 70px
}

.margin-75px-lr {
  margin-left: 75px;
  margin-right: 75px
}

.margin-80px-lr {
  margin-left: 80px;
  margin-right: 80px
}

.margin-85px-lr {
  margin-left: 85px;
  margin-right: 85px
}

.margin-90px-lr {
  margin-left: 90px;
  margin-right: 90px
}

.margin-95px-lr {
  margin-left: 95px;
  margin-right: 95px
}

.margin-100px-lr {
  margin-left: 100px;
  margin-right: 100px
}

.margin-one-tb {
  margin-top: 1%;
  margin-bottom: 1%
}

.margin-one-half-tb {
  margin-top: 1.5%;
  margin-bottom: 1.5%
}

.margin-two-tb {
  margin-top: 2%;
  margin-bottom: 2%
}

.margin-two-half-tb {
  margin-top: 2.5%;
  margin-bottom: 2.5%
}

.margin-three-tb {
  margin-top: 3%;
  margin-bottom: 3%
}

.margin-three-half-tb {
  margin-top: 3.5%;
  margin-bottom: 3.5%
}

.margin-four-tb {
  margin-top: 4%;
  margin-bottom: 4%
}

.margin-four-half-tb {
  margin-top: 4.5%;
  margin-bottom: 4.5%
}

.margin-five-tb {
  margin-top: 5%;
  margin-bottom: 5%
}

.margin-five-half-tb {
  margin-top: 5.5%;
  margin-bottom: 5.5%
}

.margin-six-tb {
  margin-top: 6%;
  margin-bottom: 6%
}

.margin-six-half-tb {
  margin-top: 6.5%;
  margin-bottom: 6.5%
}

.margin-seven-tb {
  margin-top: 7%;
  margin-bottom: 7%
}

.margin-seven-half-tb {
  margin-top: 7.5%;
  margin-bottom: 7.5%
}

.margin-eight-tb {
  margin-top: 8%;
  margin-bottom: 8%
}

.margin-eight-half-tb {
  margin-top: 8.5%;
  margin-bottom: 8.5%
}

.margin-nine-tb {
  margin-top: 9%;
  margin-bottom: 9%
}

.margin-nine-half-tb {
  margin-top: 9.5%;
  margin-bottom: 9.5%
}

.margin-ten-tb {
  margin-top: 10%;
  margin-bottom: 10%
}

.margin-ten-half-tb {
  margin-top: 10.5%;
  margin-bottom: 10.5%
}

.margin-eleven-tb {
  margin-top: 11%;
  margin-bottom: 11%
}

.margin-eleven-half-tb {
  margin-top: 11.5%;
  margin-bottom: 11.5%
}

.margin-twelve-tb {
  margin-top: 12%;
  margin-bottom: 12%
}

.margin-twelve-half-tb {
  margin-top: 12.5%;
  margin-bottom: 12.5%
}

.margin-thirteen-tb {
  margin-top: 13%;
  margin-bottom: 13%
}

.margin-thirteen-half-tb {
  margin-top: 13.5%;
  margin-bottom: 13.5%
}

.margin-fourteen-tb {
  margin-top: 14%;
  margin-bottom: 14%
}

.margin-fourteen-half-tb {
  margin-top: 14.5%;
  margin-bottom: 14.5%
}

.margin-fifteen-tb {
  margin-top: 15%;
  margin-bottom: 15%
}

.margin-fifteen-half-tb {
  margin-top: 15.5%;
  margin-bottom: 15.5%
}

.margin-sixteen-tb {
  margin-top: 16%;
  margin-bottom: 16%
}

.margin-sixteen-half-tb {
  margin-top: 16.5%;
  margin-bottom: 16.5%
}

.margin-seventeen-tb {
  margin-top: 17%;
  margin-bottom: 17%
}

.margin-seventeen-half-tb {
  margin-top: 17.5%;
  margin-bottom: 17.5%
}

.margin-eighteen-tb {
  margin-top: 18%;
  margin-bottom: 18%
}

.margin-eighteen-half-tb {
  margin-top: 18.5%;
  margin-bottom: 18.5%
}

.margin-nineteen-tb {
  margin-top: 19%;
  margin-bottom: 19%
}

.margin-nineteen-half-tb {
  margin-top: 19.5%;
  margin-bottom: 19.5%
}

.margin-twenty-tb {
  margin-top: 20%;
  margin-bottom: 20%
}

.margin-twenty-half-tb {
  margin-top: 20.5%;
  margin-bottom: 20.5%
}

.margin-twenty-one-tb {
  margin-top: 21%;
  margin-bottom: 21%
}

.margin-twenty-one-half-tb {
  margin-top: 21.5%;
  margin-bottom: 21.5%
}

.margin-twenty-two-tb {
  margin-top: 22%;
  margin-bottom: 22%
}

.margin-twenty-two-half-tb {
  margin-top: 22.5%;
  margin-bottom: 22.5%
}

.margin-twenty-three-tb {
  margin-top: 23%;
  margin-bottom: 23%
}

.margin-twenty-three-half-tb {
  margin-top: 23.5%;
  margin-bottom: 23.5%
}

.margin-twenty-four-tb {
  margin-top: 24%;
  margin-bottom: 24%
}

.margin-twenty-four-half-tb {
  margin-top: 24.5%;
  margin-bottom: 24.5%
}

.margin-twenty-five-tb {
  margin-top: 25%;
  margin-bottom: 25%
}

.margin-5px-tb {
  margin-top: 5px;
  margin-bottom: 5px
}

.margin-10px-tb {
  margin-top: 10px;
  margin-bottom: 10px
}

.margin-15px-tb {
  margin-top: 15px;
  margin-bottom: 15px
}

.margin-20px-tb {
  margin-top: 20px;
  margin-bottom: 20px
}

.margin-25px-tb {
  margin-top: 25px;
  margin-bottom: 25px
}

.margin-30px-tb {
  margin-top: 30px;
  margin-bottom: 30px
}

.margin-35px-tb {
  margin-top: 35px;
  margin-bottom: 35px
}

.margin-40px-tb {
  margin-top: 40px;
  margin-bottom: 40px
}

.margin-45px-tb {
  margin-top: 45px;
  margin-bottom: 45px
}

.margin-50px-tb {
  margin-top: 50px;
  margin-bottom: 50px
}

.margin-55px-tb {
  margin-top: 55px;
  margin-bottom: 55px
}

.margin-60px-tb {
  margin-top: 60px;
  margin-bottom: 60px
}

.margin-65px-tb {
  margin-top: 65px;
  margin-bottom: 65px
}

.margin-70px-tb {
  margin-top: 70px;
  margin-bottom: 70px
}

.margin-75px-tb {
  margin-top: 75px;
  margin-bottom: 75px
}

.margin-80px-tb {
  margin-top: 80px;
  margin-bottom: 80px
}

.margin-85px-tb {
  margin-top: 85px;
  margin-bottom: 85px
}

.margin-90px-tb {
  margin-top: 90px;
  margin-bottom: 90px
}

.margin-95px-tb {
  margin-top: 95px;
  margin-bottom: 95px
}

.margin-100px-tb {
  margin-top: 100px;
  margin-bottom: 100px
}

.no-padding {
  padding: 0 
}

.no-padding-lr {
  padding-left: 0 ;
  padding-right: 0 
}

.no-padding-tb {
  padding-bottom: 0 
}

.no-padding-tb,
.no-padding-top {
  padding-top: 0 
}

.no-padding-bottom {
  padding-bottom: 0 
}

.no-padding-left {
  padding-left: 0 
}

.no-padding-right {
  padding-right: 0 
}

.padding-one-all {
  padding: 1%
}

.padding-one-half-all {
  padding: 1.5%
}

.padding-two-all {
  padding: 2%
}

.padding-two-half-all {
  padding: 2.5%
}

.padding-three-all {
  padding: 3%
}

.padding-three-half-all {
  padding: 3.5%
}

.padding-four-all {
  padding: 4%
}

.padding-four-half-all {
  padding: 4.5%
}

.padding-five-all {
  padding: 5%
}

.padding-five-half-all {
  padding: 5.5%
}

.padding-six-all {
  padding: 6%
}

.padding-six-half-all {
  padding: 6.5%
}

.padding-seven-all {
  padding: 7%
}

.padding-seven-half-all {
  padding: 7.5%
}

.padding-eight-all {
  padding: 8%
}

.padding-eight-half-all {
  padding: 8.5%
}

.padding-nine-all {
  padding: 9%
}

.padding-nine-half-all {
  padding: 9.5%
}

.padding-ten-all {
  padding: 10%
}

.padding-ten-half-all {
  padding: 10.5%
}

.padding-eleven-all {
  padding: 11%
}

.padding-eleven-half-all {
  padding: 11.5%
}

.padding-twelve-all {
  padding: 12%
}

.padding-twelve-half-all {
  padding: 12.5%
}

.padding-thirteen-all {
  padding: 13%
}

.padding-thirteen-half-all {
  padding: 13.5%
}

.padding-fourteen-all {
  padding: 14%
}

.padding-fourteen-half-all {
  padding: 14.5%
}

.padding-fifteen-all {
  padding: 15%
}

.padding-fifteen-half-all {
  padding: 15.5%
}

.padding-sixteen-all {
  padding: 16%
}

.padding-sixteen-half-all {
  padding: 16.5%
}

.padding-seventeen-all {
  padding: 17%
}

.padding-seventeen-half-all {
  padding: 17.5%
}

.padding-eighteen-all {
  padding: 18%
}

.padding-eighteen-half-all {
  padding: 18.5%
}

.padding-nineteen-all {
  padding: 19%
}

.padding-nineteen-half-all {
  padding: 19.5%
}

.padding-twenty-all {
  padding: 20%
}

.padding-twenty-half-all {
  padding: 20.5%
}

.padding-twenty-one-all {
  padding: 21%
}

.padding-twenty-one-half-all {
  padding: 21.5%
}

.padding-twenty-two-all {
  padding: 22%
}

.padding-twenty-two-half-all {
  padding: 22.5%
}

.padding-twenty-three-all {
  padding: 23%
}

.padding-twenty-three-half-all {
  padding: 23.5%
}

.padding-twenty-four-all {
  padding: 24%
}

.padding-twenty-four-half-all {
  padding: 24.5%
}

.padding-twenty-five-all {
  padding: 25%
}

.padding-twenty-five-half-all {
  padding: 25.5%
}

.padding-5px-all {
  padding: 5px
}

.padding-10px-all {
  padding: 10px
}

.padding-15px-all {
  padding: 15px
}

.padding-20px-all {
  padding: 20px
}

.padding-25px-all {
  padding: 25px
}

.padding-30px-all {
  padding: 30px
}

.padding-35px-all {
  padding: 35px
}

.padding-40px-all {
  padding: 40px
}

.padding-45px-all {
  padding: 45px
}

.padding-50px-all {
  padding: 50px
}

.padding-55px-all {
  padding: 55px
}

.padding-60px-all {
  padding: 60px
}

.padding-65px-all {
  padding: 65px
}

.padding-70px-all {
  padding: 70px
}

.padding-75px-all {
  padding: 75px
}

.padding-80px-all {
  padding: 80px
}

.padding-85px-all {
  padding: 85px
}

.padding-90px-all {
  padding: 90px
}

.padding-95px-all {
  padding: 95px
}

.padding-100px-all {
  padding: 100px
}

.padding-one-top {
  padding-top: 1%
}

.padding-one-half-top {
  padding-top: 1.5%
}

.padding-two-top {
  padding-top: 2%
}

.padding-two-half-top {
  padding-top: 2.5%
}

.padding-three-top {
  padding-top: 3%
}

.padding-three-half-top {
  padding-top: 3.5%
}

.padding-four-top {
  padding-top: 4%
}

.padding-four-half-top {
  padding-top: 4.5%
}

.padding-five-top {
  padding-top: 5%
}

.padding-five-half-top {
  padding-top: 5.5%
}

.padding-six-top {
  padding-top: 6%
}

.padding-six-half-top {
  padding-top: 6.5%
}

.padding-seven-top {
  padding-top: 7%
}

.padding-seven-half-top {
  padding-top: 7.5%
}

.padding-eight-top {
  padding-top: 8%
}

.padding-eight-half-top {
  padding-top: 8.5%
}

.padding-nine-top {
  padding-top: 9%
}

.padding-nine-half-top {
  padding-top: 9.5%
}

.padding-ten-top {
  padding-top: 10%
}

.padding-ten-half-top {
  padding-top: 10.5%
}

.padding-eleven-top {
  padding-top: 11%
}

.padding-eleven-half-top {
  padding-top: 11.5%
}

.padding-twelve-top {
  padding-top: 12%
}

.padding-twelve-half-top {
  padding-top: 12.5%
}

.padding-thirteen-top {
  padding-top: 13%
}

.padding-thirteen-half-top {
  padding-top: 13.5%
}

.padding-fourteen-top {
  padding-top: 14%
}

.padding-fourteen-half-top {
  padding-top: 14.5%
}

.padding-fifteen-top {
  padding-top: 15%
}

.padding-fifteen-half-top {
  padding-top: 15.5%
}

.padding-sixteen-top {
  padding-top: 16%
}

.padding-sixteen-half-top {
  padding-top: 16.5%
}

.padding-seventeen-top {
  padding-top: 17%
}

.padding-seventeen-half-top {
  padding-top: 17.5%
}

.padding-eighteen-top {
  padding-top: 18%
}

.padding-eighteen-half-top {
  padding-top: 18.5%
}

.padding-nineteen-top {
  padding-top: 19%
}

.padding-nineteen-half-top {
  padding-top: 19.5%
}

.padding-twenty-top {
  padding-top: 20%
}

.padding-twenty-half-top {
  padding-top: 20.5%
}

.padding-twenty-one-top {
  padding-top: 21%
}

.padding-twenty-one-half-top {
  padding-top: 21.5%
}

.padding-twenty-two-top {
  padding-top: 22%
}

.padding-twenty-two-half-top {
  padding-top: 22.5%
}

.padding-twenty-three-top {
  padding-top: 23%
}

.padding-twenty-three-half-top {
  padding-top: 23.5%
}

.padding-twenty-four-top {
  padding-top: 24%
}

.padding-twenty-four-half-top {
  padding-top: 24.5%
}

.padding-twenty-five-top {
  padding-top: 25%
}

.padding-5px-top {
  padding-top: 5px
}

.padding-10px-top {
  padding-top: 10px
}

.padding-15px-top {
  padding-top: 15px
}

.padding-20px-top {
  padding-top: 20px
}

.padding-25px-top {
  padding-top: 25px
}

.padding-30px-top {
  padding-top: 30px
}

.padding-35px-top {
  padding-top: 35px
}

.padding-40px-top {
  padding-top: 40px
}

.padding-45px-top {
  padding-top: 45px
}

.padding-50px-top {
  padding-top: 50px
}

.padding-55px-top {
  padding-top: 55px
}

.padding-60px-top {
  padding-top: 60px
}

.padding-65px-top {
  padding-top: 65px
}

.padding-70px-top {
  padding-top: 70px
}

.padding-75px-top {
  padding-top: 75px
}

.padding-80px-top {
  padding-top: 80px
}

.padding-85px-top {
  padding-top: 85px
}

.padding-90px-top {
  padding-top: 90px
}

.padding-95px-top {
  padding-top: 95px
}

.padding-100px-top {
  padding-top: 100px
}

.padding-one-bottom {
  padding-bottom: 1%
}

.padding-one-half-bottom {
  padding-bottom: 1.5%
}

.padding-two-bottom {
  padding-bottom: 2%
}

.padding-two-half-bottom {
  padding-bottom: 2.5%
}

.padding-three-bottom {
  padding-bottom: 3%
}

.padding-three-half-bottom {
  padding-bottom: 3.5%
}

.padding-four-bottom {
  padding-bottom: 4%
}

.padding-four-half-bottom {
  padding-bottom: 4.5%
}

.padding-five-bottom {
  padding-bottom: 5%
}

.padding-five-half-bottom {
  padding-bottom: 5.5%
}

.padding-six-bottom {
  padding-bottom: 6%
}

.padding-six-half-bottom {
  padding-bottom: 6.5%
}

.padding-seven-bottom {
  padding-bottom: 7%
}

.padding-seven-half-bottom {
  padding-bottom: 7.5%
}

.padding-eight-bottom {
  padding-bottom: 8%
}

.padding-eight-half-bottom {
  padding-bottom: 8.5%
}

.padding-nine-bottom {
  padding-bottom: 9%
}

.padding-nine-half-bottom {
  padding-bottom: 9.5%
}

.padding-ten-bottom {
  padding-bottom: 10%
}

.padding-ten-half-bottom {
  padding-bottom: 10.5%
}

.padding-eleven-bottom {
  padding-bottom: 11%
}

.padding-eleven-half-bottom {
  padding-bottom: 11.5%
}

.padding-twelve-bottom {
  padding-bottom: 12%
}

.padding-twelve-half-bottom {
  padding-bottom: 12.5%
}

.padding-thirteen-bottom {
  padding-bottom: 13%
}

.padding-thirteen-half-bottom {
  padding-bottom: 13.5%
}

.padding-fourteen-bottom {
  padding-bottom: 14%
}

.padding-fourteen-half-bottom {
  padding-bottom: 14.5%
}

.padding-fifteen-bottom {
  padding-bottom: 15%
}

.padding-fifteen-half-bottom {
  padding-bottom: 15.5%
}

.padding-sixteen-bottom {
  padding-bottom: 16%
}

.padding-sixteen-half-bottom {
  padding-bottom: 16.5%
}

.padding-seventeen-bottom {
  padding-bottom: 17%
}

.padding-seventeen-half-bottom {
  padding-bottom: 17.5%
}

.padding-eighteen-bottom {
  padding-bottom: 18%
}

.padding-eighteen-half-bottom {
  padding-bottom: 18.5%
}

.padding-nineteen-bottom {
  padding-bottom: 19%
}

.padding-nineteen-half-bottom {
  padding-bottom: 19.5%
}

.padding-twenty-bottom {
  padding-bottom: 20%
}

.padding-twenty-half-bottom {
  padding-bottom: 20.5%
}

.padding-twenty-one-bottom {
  padding-bottom: 21%
}

.padding-twenty-one-half-bottom {
  padding-bottom: 21.5%
}

.padding-twenty-two-bottom {
  padding-bottom: 22%
}

.padding-twenty-two-half-bottom {
  padding-bottom: 22.5%
}

.padding-twenty-three-bottom {
  padding-bottom: 23%
}

.padding-twenty-three-half-bottom {
  padding-bottom: 23.5%
}

.padding-twenty-four-bottom {
  padding-bottom: 24%
}

.padding-twenty-four-half-bottom {
  padding-bottom: 24.5%
}

.padding-twenty-five-bottom {
  padding-bottom: 25%
}

.padding-2px-bottom {
  padding-bottom: 2px 
}

.padding-5px-bottom {
  padding-bottom: 5px 
}

.padding-10px-bottom {
  padding-bottom: 10px 
}

.padding-15px-bottom {
  padding-bottom: 15px
}

.padding-20px-bottom {
  padding-bottom: 20px
}

.padding-25px-bottom {
  padding-bottom: 25px
}

.padding-30px-bottom {
  padding-bottom: 30px
}

.padding-35px-bottom {
  padding-bottom: 35px
}

.padding-40px-bottom {
  padding-bottom: 40px
}

.padding-45px-bottom {
  padding-bottom: 45px
}

.padding-50px-bottom {
  padding-bottom: 50px
}

.padding-55px-bottom {
  padding-bottom: 55px
}

.padding-60px-bottom {
  padding-bottom: 60px
}

.padding-65px-bottom {
  padding-bottom: 65px
}

.padding-70px-bottom {
  padding-bottom: 70px
}

.padding-75px-bottom {
  padding-bottom: 75px
}

.padding-80px-bottom {
  padding-bottom: 80px
}

.padding-85px-bottom {
  padding-bottom: 85px
}

.padding-90px-bottom {
  padding-bottom: 90px
}

.padding-95px-bottom {
  padding-bottom: 95px
}

.padding-100px-bottom {
  padding-bottom: 100px
}

.padding-one-right {
  padding-right: 1%
}

.padding-one-half-right {
  padding-right: 1.5%
}

.padding-two-right {
  padding-right: 2%
}

.padding-two-half-right {
  padding-right: 2.5%
}

.padding-three-right {
  padding-right: 3%
}

.padding-three-half-right {
  padding-right: 3.5%
}

.padding-four-right {
  padding-right: 4%
}

.padding-four-half-right {
  padding-right: 4.5%
}

.padding-five-right {
  padding-right: 5%
}

.padding-five-half-right {
  padding-right: 5.5%
}

.padding-six-right {
  padding-right: 6%
}

.padding-six-half-right {
  padding-right: 6.5%
}

.padding-seven-right {
  padding-right: 7%
}

.padding-seven-half-right {
  padding-right: 7.5%
}

.padding-eight-right {
  padding-right: 8%
}

.padding-eight-half-right {
  padding-right: 8.5%
}

.padding-nine-right {
  padding-right: 9%
}

.padding-nine-half-right {
  padding-right: 9.5%
}

.padding-ten-right {
  padding-right: 10%
}

.padding-ten-half-right {
  padding-right: 10.5%
}

.padding-eleven-right {
  padding-right: 11%
}

.padding-eleven-half-right {
  padding-right: 11.5%
}

.padding-twelve-right {
  padding-right: 12%
}

.padding-twelve-half-right {
  padding-right: 12.5%
}

.padding-thirteen-right {
  padding-right: 13%
}

.padding-thirteen-half-right {
  padding-right: 13.5%
}

.padding-fourteen-right {
  padding-right: 14%
}

.padding-fourteen-half-right {
  padding-right: 14.5%
}

.padding-fifteen-right {
  padding-right: 15%
}

.padding-fifteen-half-right {
  padding-right: 15.5%
}

.padding-sixteen-right {
  padding-right: 16%
}

.padding-sixteen-half-right {
  padding-right: 16.5%
}

.padding-seventeen-right {
  padding-right: 17%
}

.padding-seventeen-half-right {
  padding-right: 17.5%
}

.padding-eighteen-right {
  padding-right: 18%
}

.padding-eighteen-half-right {
  padding-right: 18.5%
}

.padding-nineteen-right {
  padding-right: 19%
}

.padding-nineteen-half-right {
  padding-right: 19.5%
}

.padding-twenty-right {
  padding-right: 20%
}

.padding-twenty-half-right {
  padding-right: 20.5%
}

.padding-twenty-one-right {
  padding-right: 21%
}

.padding-twenty-one-half-right {
  padding-right: 21.5%
}

.padding-twenty-two-right {
  padding-right: 22%
}

.padding-twenty-two-half-right {
  padding-right: 22.5%
}

.padding-twenty-three-right {
  padding-right: 23%
}

.padding-twenty-three-half-right {
  padding-right: 23.5%
}

.padding-twenty-four-right {
  padding-right: 24%
}

.padding-twenty-four-half-right {
  padding-right: 24.5%
}

.padding-twenty-five-right {
  padding-right: 25%
}

.padding-twenty-nine-right {
  padding-right: 29% 
}

.padding-5px-right {
  padding-right: 5px
}

.padding-10px-right {
  padding-right: 10px
}

.padding-15px-right {
  padding-right: 15px
}

.padding-20px-right {
  padding-right: 20px
}

.padding-25px-right {
  padding-right: 25px
}

.padding-30px-right {
  padding-right: 30px 
}

.padding-35px-right {
  padding-right: 35px 
}

.padding-40px-right {
  padding-right: 40px 
}

.padding-45px-right {
  padding-right: 45px
}

.padding-50px-right {
  padding-right: 50px 
}

.padding-55px-right {
  padding-right: 55px
}

.padding-60px-right {
  padding-right: 60px
}

.padding-65px-right {
  padding-right: 65px
}

.padding-70px-right {
  padding-right: 70px
}

.padding-75px-right {
  padding-right: 75px
}

.padding-80px-right {
  padding-right: 80px
}

.padding-85px-right {
  padding-right: 85px
}

.padding-90px-right {
  padding-right: 90px
}

.padding-95px-right {
  padding-right: 95px
}

.padding-100px-right {
  padding-right: 100px
}

.padding-one-left {
  padding-left: 1%
}

.padding-one-half-left {
  padding-left: 1.5%
}

.padding-two-left {
  padding-left: 2%
}

.padding-two-half-left {
  padding-left: 2.5%
}

.padding-three-left {
  padding-left: 3%
}

.padding-three-half-left {
  padding-left: 3.5%
}

.padding-four-left {
  padding-left: 4%
}

.padding-four-half-left {
  padding-left: 4.5%
}

.padding-five-left {
  padding-left: 5%
}

.padding-five-half-left {
  padding-left: 5.5%
}

.padding-six-left {
  padding-left: 6%
}

.padding-six-half-left {
  padding-left: 6.5%
}

.padding-seven-left {
  padding-left: 7%
}

.padding-seven-half-left {
  padding-left: 7.5%
}

.padding-eight-left {
  padding-left: 8%
}

.padding-eight-half-left {
  padding-left: 8.5%
}

.padding-nine-left {
  padding-left: 9%
}

.padding-nine-half-left {
  padding-left: 9.5%
}

.padding-ten-left {
  padding-left: 10%
}

.padding-ten-half-left {
  padding-left: 10.5%
}

.padding-eleven-left {
  padding-left: 11%
}

.padding-eleven-half-left {
  padding-left: 11.5%
}

.padding-twelve-left {
  padding-left: 12%
}

.padding-twelve-half-left {
  padding-left: 12.5%
}

.padding-thirteen-left {
  padding-left: 13%
}

.padding-thirteen-half-left {
  padding-left: 13.5%
}

.padding-fourteen-left {
  padding-left: 14%
}

.padding-fourteen-half-left {
  padding-left: 14.5%
}

.padding-fifteen-left {
  padding-left: 15%
}

.padding-fifteen-half-left {
  padding-left: 15.5%
}

.padding-sixteen-left {
  padding-left: 16%
}

.padding-sixteen-half-left {
  padding-left: 16.5%
}

.padding-seventeen-left {
  padding-left: 17%
}

.padding-seventeen-half-left {
  padding-left: 17.5%
}

.padding-eighteen-left {
  padding-left: 18%
}

.padding-eighteen-half-left {
  padding-left: 18.5%
}

.padding-nineteen-left {
  padding-left: 19%
}

.padding-nineteen-half-left {
  padding-left: 19.5%
}

.padding-twenty-left {
  padding-left: 20%
}

.padding-twenty-half-left {
  padding-left: 20.5%
}

.padding-twenty-one-left {
  padding-left: 21%
}

.padding-twenty-one-half-left {
  padding-left: 21.5%
}

.padding-twenty-two-left {
  padding-left: 22%
}

.padding-twenty-two-half-left {
  padding-left: 22.5%
}

.padding-twenty-three-left {
  padding-left: 23%
}

.padding-twenty-three-half-left {
  padding-left: 23.5%
}

.padding-twenty-four-left {
  padding-left: 24%
}

.padding-twenty-four-half-left {
  padding-left: 24.5%
}

.padding-twenty-five-left {
  padding-left: 25%
}

.padding-5px-left {
  padding-left: 5px
}

.padding-10px-left {
  padding-left: 10px
}

.padding-15px-left {
  padding-left: 15px
}

.padding-20px-left {
  padding-left: 20px
}

.padding-25px-left {
  padding-left: 25px
}

.padding-30px-left {
  padding-left: 30px
}

.padding-35px-left {
  padding-left: 35px
}

.padding-40px-left {
  padding-left: 40px
}

.padding-45px-left {
  padding-left: 45px
}

.padding-50px-left {
  padding-left: 50px
}

.padding-55px-left {
  padding-left: 55px
}

.padding-60px-left {
  padding-left: 60px
}

.padding-65px-left {
  padding-left: 65px
}

.padding-70px-left {
  padding-left: 70px
}

.padding-75px-left {
  padding-left: 75px
}

.padding-80px-left {
  padding-left: 80px
}

.padding-85px-left {
  padding-left: 85px
}

.padding-90px-left {
  padding-left: 90px
}

.padding-95px-left {
  padding-left: 95px
}

.padding-100px-left {
  padding-left: 100px
}

.padding-one-tb {
  padding-top: 1%;
  padding-bottom: 1%
}

.padding-one-half-tb {
  padding-top: 1.5%;
  padding-bottom: 1.5%
}

.padding-two-tb {
  padding-top: 2%;
  padding-bottom: 2%
}

.padding-two-half-tb {
  padding-top: 2.5%;
  padding-bottom: 2.5%
}

.padding-three-tb {
  padding-top: 3%;
  padding-bottom: 3%
}

.padding-three-half-tb {
  padding-top: 3.5%;
  padding-bottom: 3.5%
}

.padding-four-tb {
  padding-top: 4%;
  padding-bottom: 4%
}

.padding-four-half-tb {
  padding-top: 4.5%;
  padding-bottom: 4.5%
}

.padding-five-tb {
  padding-top: 5%;
  padding-bottom: 5%
}

.padding-five-half-tb {
  padding-top: 5.5%;
  padding-bottom: 5.5%
}

.padding-six-tb {
  padding-top: 6%;
  padding-bottom: 6%
}

.padding-six-half-tb {
  padding-top: 6.5%;
  padding-bottom: 6.5%
}

.padding-seven-tb {
  padding-top: 7%;
  padding-bottom: 7%
}

.padding-seven-half-tb {
  padding-top: 7.5%;
  padding-bottom: 7.5%
}

.padding-eight-tb {
  padding-top: 8%;
  padding-bottom: 8%
}

.padding-eight-half-tb {
  padding-top: 8.5%;
  padding-bottom: 8.5%
}

.padding-nine-tb {
  padding-top: 9%;
  padding-bottom: 9%
}

.padding-nine-half-tb {
  padding-top: 9.5%;
  padding-bottom: 9.5%
}

.padding-ten-tb {
  padding-top: 10%;
  padding-bottom: 10%
}

.padding-ten-half-tb {
  padding-top: 10.5%;
  padding-bottom: 10.5%
}

.padding-eleven-tb {
  padding-top: 11%;
  padding-bottom: 11%
}

.padding-eleven-half-tb {
  padding-top: 11.5%;
  padding-bottom: 11.5%
}

.padding-twelve-tb {
  padding-top: 12%;
  padding-bottom: 12%
}

.padding-twelve-half-tb {
  padding-top: 12.5%;
  padding-bottom: 12.5%
}

.padding-thirteen-tb {
  padding-top: 13%;
  padding-bottom: 13%
}

.padding-thirteen-half-tb {
  padding-top: 13.5%;
  padding-bottom: 13.5%
}

.padding-fourteen-tb {
  padding-top: 14%;
  padding-bottom: 14%
}

.padding-fourteen-half-tb {
  padding-top: 14.5%;
  padding-bottom: 14.5%
}

.padding-fifteen-tb {
  padding-top: 15%;
  padding-bottom: 15%
}

.padding-fifteen-half-tb {
  padding-top: 15.5%;
  padding-bottom: 15.5%
}

.padding-sixteen-tb {
  padding-top: 16%;
  padding-bottom: 16%
}

.padding-sixteen-half-tb {
  padding-top: 16.5%;
  padding-bottom: 16.5%
}

.padding-seventeen-tb {
  padding-top: 17%;
  padding-bottom: 17%
}

.padding-seventeen-half-tb {
  padding-top: 17.5%;
  padding-bottom: 17.5%
}

.padding-eighteen-tb {
  padding-top: 18%;
  padding-bottom: 18%
}

.padding-eighteen-half-tb {
  padding-top: 18.5%;
  padding-bottom: 18.5%
}

.padding-nineteen-tb {
  padding-top: 19%;
  padding-bottom: 19%
}

.padding-nineteen-half-tb {
  padding-top: 19.5%;
  padding-bottom: 19.5%
}

.padding-twenty-tb {
  padding-top: 20%;
  padding-bottom: 20%
}

.padding-twenty-half-tb {
  padding-top: 20.5%;
  padding-bottom: 20%
}

.padding-twenty-one-tb {
  padding-top: 21%;
  padding-bottom: 21%
}

.padding-twenty-one-half-tb {
  padding-top: 21.5%;
  padding-bottom: 21.5%
}

.padding-twenty-two-tb {
  padding-top: 22%;
  padding-bottom: 22%
}

.padding-twenty-two-half-tb {
  padding-top: 22.5%;
  padding-bottom: 22.5%
}

.padding-twenty-three-tb {
  padding-top: 23%;
  padding-bottom: 23%
}

.padding-twenty-three-half-tb {
  padding-top: 23.5%;
  padding-bottom: 23.5%
}

.padding-twenty-four-tb {
  padding-top: 24%;
  padding-bottom: 24%
}

.padding-twenty-four-half-tb {
  padding-top: 24.5%;
  padding-bottom: 24.5%
}

.padding-twenty-five-tb {
  padding-top: 25%;
  padding-bottom: 25%
}

.padding-thirty-tb {
  padding-top: 30%;
  padding-bottom: 30%
}

.padding-5px-tb {
  padding-top: 5px;
  padding-bottom: 5px
}

.padding-10px-tb {
  padding-top: 10px ;
  padding-bottom: 10px 
}

.padding-15px-tb {
  padding-top: 15px ;
  padding-bottom: 15px 
}

.padding-20px-tb {
  padding-top: 20px;
  padding-bottom: 20px
}

.padding-25px-tb {
  padding-top: 25px;
  padding-bottom: 25px
}

.padding-30px-tb {
  padding-top: 30px;
  padding-bottom: 30px
}

.padding-35px-tb {
  padding-top: 35px;
  padding-bottom: 35px
}

.padding-40px-tb {
  padding-top: 40px;
  padding-bottom: 40px
}

.padding-45px-tb {
  padding-top: 45px;
  padding-bottom: 45px
}

.padding-50px-tb {
  padding-top: 50px;
  padding-bottom: 50px
}

.padding-55px-tb {
  padding-top: 55px;
  padding-bottom: 55px
}

.padding-60px-tb {
  padding-top: 60px;
  padding-bottom: 60px
}

.padding-65px-tb {
  padding-top: 65px;
  padding-bottom: 65px
}

.padding-70px-tb {
  padding-top: 70px;
  padding-bottom: 70px
}

.padding-75px-tb {
  padding-top: 75px;
  padding-bottom: 75px
}

.padding-80px-tb {
  padding-top: 80px;
  padding-bottom: 80px
}

.padding-85px-tb {
  padding-top: 85px;
  padding-bottom: 85px
}

.padding-90px-tb {
  padding-top: 90px;
  padding-bottom: 90px
}

.padding-95px-tb {
  padding-top: 95px;
  padding-bottom: 95px
}

.padding-100px-tb {
  padding-top: 100px;
  padding-bottom: 100px
}

.padding-120px-tb {
  padding-top: 120px;
  padding-bottom: 120px
}

.padding-150px-tb {
  padding-top: 150px;
  padding-bottom: 150px
}

.padding-200px-tb {
  padding-top: 200px;
  padding-bottom: 200px
}

.padding-one-lr {
  padding-left: 1%;
  padding-right: 1%
}

.padding-one-half-lr {
  padding-left: 1.5%;
  padding-right: 1.5%
}

.padding-two-lr {
  padding-left: 2%;
  padding-right: 2%
}

.padding-two-half-lr {
  padding-left: 2.5%;
  padding-right: 2.5%
}

.padding-three-lr {
  padding-left: 3%;
  padding-right: 3%
}

.padding-three-half-lr {
  padding-left: 3.5%;
  padding-right: 3.5%
}

.padding-four-lr {
  padding-left: 4%;
  padding-right: 4%
}

.padding-four-half-lr {
  padding-left: 4.5%;
  padding-right: 4.5%
}

.padding-five-lr {
  padding-left: 5%;
  padding-right: 5%
}

.padding-five-half-lr {
  padding-left: 5.5%;
  padding-right: 5.5%
}

.padding-six-lr {
  padding-left: 6%;
  padding-right: 6%
}

.padding-six-half-lr {
  padding-left: 6.5%;
  padding-right: 6.5%
}

.padding-seven-lr {
  padding-left: 7%;
  padding-right: 7%
}

.padding-seven-half-lr {
  padding-left: 7.5%;
  padding-right: 7.5%
}

.padding-eight-lr {
  padding-left: 8%;
  padding-right: 8%
}

.padding-eight-half-lr {
  padding-left: 8.5%;
  padding-right: 8.5%
}

.padding-nine-lr {
  padding-left: 9%;
  padding-right: 9%
}

.padding-nine-half-lr {
  padding-left: 9.5%;
  padding-right: 9.5%
}

.padding-ten-lr {
  padding-left: 10%;
  padding-right: 10%
}

.padding-ten-half-lr {
  padding-left: 10.5%;
  padding-right: 10.5%
}

.padding-eleven-lr {
  padding-left: 11%;
  padding-right: 11%
}

.padding-eleven-half-lr {
  padding-left: 11.5%;
  padding-right: 11.5%
}

.padding-twelve-lr {
  padding-left: 12%;
  padding-right: 12%
}

.padding-twelve-half-lr {
  padding-left: 12.5%;
  padding-right: 12.5%
}

.padding-thirteen-lr {
  padding-left: 13%;
  padding-right: 13%
}

.padding-thirteen-half-lr {
  padding-left: 13.5%;
  padding-right: 13.5%
}

.padding-fourteen-lr {
  padding-left: 14%;
  padding-right: 14%
}

.padding-fourteen-half-lr {
  padding-left: 14.5%;
  padding-right: 14.5%
}

.padding-fifteen-lr {
  padding-left: 15%;
  padding-right: 15%
}

.padding-fifteen-half-lr {
  padding-left: 15.5%;
  padding-right: 15.5%
}

.padding-sixteen-lr {
  padding-left: 16%;
  padding-right: 16%
}

.padding-sixteen-half-lr {
  padding-left: 16.5%;
  padding-right: 16.5%
}

.padding-seventeen-lr {
  padding-left: 17%;
  padding-right: 17%
}

.padding-seventeen-half-lr {
  padding-left: 17.5%;
  padding-right: 17.5%
}

.padding-eighteen-lr {
  padding-left: 18%;
  padding-right: 18%
}

.padding-eighteen-half-lr {
  padding-left: 18.5%;
  padding-right: 18.5%
}

.padding-nineteen-lr {
  padding-left: 19%;
  padding-right: 19%
}

.padding-nineteen-half-lr {
  padding-left: 19.5%;
  padding-right: 19.5%
}

.padding-twenty-lr {
  padding-left: 20%;
  padding-right: 20%
}

.padding-twenty-half-lr {
  padding-left: 20.5%;
  padding-right: 20.5%
}

.padding-twenty-one-lr {
  padding-left: 21%;
  padding-right: 21%
}

.padding-twenty-one-half-lr {
  padding-left: 21.5%;
  padding-right: 21.5%
}

.padding-twenty-two-lr {
  padding-left: 22%;
  padding-right: 22%
}

.padding-twenty-two-half-lr {
  padding-left: 22.5%;
  padding-right: 22.5%
}

.padding-twenty-three-lr {
  padding-left: 23%;
  padding-right: 23%
}

.padding-twenty-three-half-lr {
  padding-left: 23.5%;
  padding-right: 23.5%
}

.padding-twenty-four-lr {
  padding-left: 24%;
  padding-right: 24%
}

.padding-twenty-four-half-lr {
  padding-left: 24.5%;
  padding-right: 24.5%
}

.padding-twenty-five-lr {
  padding-left: 25%;
  padding-right: 25%
}

.padding-5px-lr {
  padding-left: 5px;
  padding-right: 5px
}

.padding-7px-lr {
  padding-left: 7px;
  padding-right: 7px
}

.padding-10px-lr {
  padding-left: 10px;
  padding-right: 10px
}

.padding-15px-lr {
  padding-left: 15px ;
  padding-right: 15px 
}

.padding-20px-lr {
  padding-left: 20px ;
  padding-right: 20px 
}

.padding-25px-lr {
  padding-left: 25px;
  padding-right: 25px
}

.padding-30px-lr {
  padding-left: 30px;
  padding-right: 30px
}

.padding-35px-lr {
  padding-left: 35px;
  padding-right: 35px
}

.padding-40px-lr {
  padding-left: 40px;
  padding-right: 40px
}

.padding-45px-lr {
  padding-left: 45px;
  padding-right: 45px
}

.padding-50px-lr {
  padding-left: 50px;
  padding-right: 50px
}

.padding-55px-lr {
  padding-left: 55px;
  padding-right: 55px
}

.padding-60px-lr {
  padding-left: 60px;
  padding-right: 60px
}

.padding-65px-lr {
  padding-left: 65px;
  padding-right: 65px
}

.padding-70px-lr {
  padding-left: 70px;
  padding-right: 70px
}

.padding-75px-lr {
  padding-left: 75px;
  padding-right: 75px
}

.padding-80px-lr {
  padding-left: 80px;
  padding-right: 80px
}

.padding-85px-lr {
  padding-left: 85px;
  padding-right: 85px
}

.padding-90px-lr {
  padding-left: 90px;
  padding-right: 90px
}

.padding-95px-lr {
  padding-left: 95px;
  padding-right: 95px
}

.padding-100px-lr {
  padding-left: 100px;
  padding-right: 100px
}

.display-block {
  display: block 
}

.display-inline-block {
  display: inline-block 
}

.display-inline {
  display: inline 
}

.display-none {
  display: none 
}

.display-inherit {
  display: inherit 
}

.display-table {
  display: table 
}

.display-table-cell {
  display: table-cell 
}

.overflow-hidden {
  overflow: hidden 
}

.overflow-visible {
  overflow: visible 
}

.overflow-auto {
  overflow: auto 
}

.display-flex {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  flex-flow: row;
  -o-flex-flow: row
}

.float-left {
  float: left 
}

.float-right {
  float: right 
}

.float-none {
  float: none 
}

.position-inherit {
  position: inherit 
}

.position-relative {
  position: relative 
}

.position-absolute {
  position: absolute 
}

.position-fixed {
  position: fixed 
}

.position-right {
  right: 0 
}

.position-left {
  left: 0 
}

.position-top {
  top: 0 
}

.top-auto {
  top: auto
}

.top-inherit {
  top: inherit 
}

.top-0 {
  top: 0 
}

.top-1 {
  top: 1px
}

.top-2 {
  top: 2px
}

.top-3 {
  top: 3px
}

.top-4 {
  top: 4px
}

.top-5 {
  top: 5px
}

.top-6 {
  top: 6px
}

.top-7 {
  top: 7px
}

.top-8 {
  top: 8px
}

.top-9 {
  top: 9px
}

.top-10 {
  top: 10px
}

.top-15 {
  top: 15px
}

.top-20 {
  top: 20px
}

.top-25 {
  top: 25px
}

.top-30 {
  top: 30px
}

.top-35 {
  top: 35px
}

.top-40 {
  top: 40px
}

.top-45 {
  top: 45px
}

.top-50 {
  top: 50px
}

.top-minus1 {
  top: -1px
}

.top-minus2 {
  top: -2px
}

.top-minus3 {
  top: -3px
}

.top-minus4 {
  top: -4px
}

.top-minus5 {
  top: -5px
}

.top-minus6 {
  top: -6px
}

.top-minus7 {
  top: -7px
}

.top-minus8 {
  top: -8px
}

.top-minus9 {
  top: -9px
}

.top-minus10 {
  top: -10px
}

.top-minus15 {
  top: -15px
}

.top-minus20 {
  top: -20px
}

.top-minus25 {
  top: -25px
}

.top-minus30 {
  top: -30px
}

.top-minus35 {
  top: -35px
}

.top-minus40 {
  top: -40px
}

.bottom-auto {
  bottom: auto
}

.bottom-0 {
  bottom: 0
}

.bottom-1 {
  bottom: 1px
}

.bottom-2 {
  bottom: 2px
}

.bottom-3 {
  bottom: 3px
}

.bottom-4 {
  bottom: 4px
}

.bottom-5 {
  bottom: 5px
}

.bottom-6 {
  bottom: 6px
}

.bottom-7 {
  bottom: 7px
}

.bottom-8 {
  bottom: 8px
}

.bottom-9 {
  bottom: 9px
}

.bottom-10 {
  bottom: 10px
}

.bottom-15 {
  bottom: 15px
}

.bottom-20 {
  bottom: 20px
}

.bottom-25 {
  bottom: 25px
}

.bottom-30 {
  bottom: 30px
}

.bottom-35 {
  bottom: 35px
}

.bottom-40 {
  bottom: 40px
}

.bottom-45 {
  bottom: 45px
}

.bottom-50 {
  bottom: 50px
}

.left-auto {
  left: auto
}

.left-0 {
  left: 0
}

.left-1 {
  left: 1px
}

.left-2 {
  left: 2px
}

.left-3 {
  left: 3px
}

.left-4 {
  left: 4px
}

.left-5 {
  left: 5px
}

.left-6 {
  left: 6px
}

.left-7 {
  left: 7px
}

.left-8 {
  left: 8px
}

.left-9 {
  left: 9px
}

.left-10 {
  left: 10px
}

.left-15 {
  left: 15px
}

.left-20 {
  left: 20px
}

.left-25 {
  left: 25px
}

.left-30 {
  left: 30px
}

.left-35 {
  left: 35px
}

.left-40 {
  left: 40px
}

.left-45 {
  left: 45px
}

.left-50 {
  left: 50px
}

.right-auto {
  right: auto
}

.right-0 {
  right: 0
}

.right-1 {
  right: 1px
}

.right-2 {
  right: 2px
}

.right-3 {
  right: 3px
}

.right-4 {
  right: 4px
}

.right-5 {
  right: 5px
}

.right-6 {
  right: 6px
}

.right-7 {
  right: 7px
}

.right-8 {
  right: 8px
}

.right-9 {
  right: 9px
}

.right-10 {
  right: 10px
}

.width-1px {
  width: 1px
}

.width-2px {
  width: 2px
}

.width-3px {
  width: 3px
}

.width-4px {
  width: 4px
}

.width-5px {
  width: 5px
}

.width-6px {
  width: 6px
}

.width-7px {
  width: 7px
}

.width-8px {
  width: 8px
}

.width-9px {
  width: 9px
}

.width-10px {
  width: 10px
}

.width-15px {
  width: 15px
}

.width-20px {
  width: 20px
}

.width-25px {
  width: 25px
}

.width-30px {
  width: 30px
}

.width-35px {
  width: 35px
}

.width-40px {
  width: 40px
}

.width-50px {
  width: 50px
}

.width-55px {
  width: 55px
}

.width-60px {
  width: 60px
}

.width-65px {
  width: 65px
}

.width-70px {
  width: 70px
}

.width-75px {
  width: 75px
}

.width-80px {
  width: 80px
}

.width-85px {
  width: 85px
}

.width-90px {
  width: 90px
}

.width-100px {
  width: 100px 
}

.width-120px {
  width: 120px 
}

.width-130px {
  width: 130px 
}

.width-150px {
  width: 150px 
}

.width-180px {
  width: 180px 
}

.width-200px {
  width: 200px 
}

.width-250px {
  width: 250px 
}

.width-300px {
  width: 300px 
}

.width-350px {
  width: 350px
}

.width-400px {
  width: 400px
}

.width-450px {
  width: 450px
}

.width-500px {
  width: 500px
}

.width-550px {
  width: 550px
}

.width-600px {
  width: 600px
}

.width-650px {
  width: 650px
}

.width-700px {
  width: 700px
}

.width-750px {
  width: 750px
}

.width-800px {
  width: 800px
}

.width-850px {
  width: 850px
}

.width-900px {
  width: 900px
}

.width-950px {
  width: 950px
}

.width-1000px {
  width: 1000px
}

.max-width-300px {
  max-width: 300px 
}

.width-10 {
  width: 10% 
}

.width-12 {
  width: 12% 
}

.width-15 {
  width: 15% 
}

.width-20 {
  width: 20% 
}

.width-25 {
  width: 25% 
}

.width-30 {
  width: 30% 
}

.width-35 {
  width: 35% 
}

.width-40 {
  width: 40% 
}

.width-45 {
  width: 45% 
}

.width-50 {
  width: 50% 
}

.width-55 {
  width: 55% 
}

.width-60 {
  width: 60% 
}

.width-65 {
  width: 65% 
}

.width-70 {
  width: 70% 
}

.width-75 {
  width: 75% 
}

.width-80 {
  width: 80% 
}

.width-85 {
  width: 85% 
}

.width-90 {
  width: 90% 
}

.width-95 {
  width: 95% 
}

.width-100 {
  width: 100% 
}

.width-auto {
  width: auto 
}

.height-1px {
  height: 1px
}

.height-2px {
  height: 2px
}

.height-3px {
  height: 3px
}

.height-4px {
  height: 4px
}

.height-5px {
  height: 5px
}

.height-6px {
  height: 6px
}

.height-7px {
  height: 7px
}

.height-8px {
  height: 8px
}

.height-9px {
  height: 9px
}

.height-10px {
  height: 10px
}

.height-20px {
  height: 20px
}

.height-25px {
  height: 25px
}

.height-30px {
  height: 30px
}

.height-34px {
  height: 34px 
}

.height-36px {
  height: 36px
}

.height-40px {
  height: 40px 
}

.height-42px {
  height: 42px 
}

.height-44px {
  height: 44px 
}

.height-50px {
  height: 50px 
}

.height-80px {
  height: 80px
}

.height-90px {
  height: 90px
}

.height-100px {
  height: 100px
}

.height-130px {
  height: 130px
}

.height-150px {
  height: 150px
}

.height-200px {
  height: 200px
}

.height-250px {
  height: 250px
}

.height-300px {
  height: 300px
}

.height-350px {
  height: 350px
}

.height-400px {
  height: 400px
}

.height-450px {
  height: 450px
}

.height-500px {
  height: 500px
}

.height-550px {
  height: 550px
}

.height-600px {
  height: 600px
}

.height-650px {
  height: 650px
}

.height-700px {
  height: 700px
}

.height-50 {
  height: 50%
}

.height-100 {
  height: 100% 
}

.height-auto {
  height: auto 
}

.max-height-100 {
  max-height: 100%
}

.full-screen {
  min-height: 980px
}

.min-height-100px {
  min-height: 100px
}

.min-height-200px {
  min-height: 200px
}

.min-height-300px {
  min-height: 300px
}

.min-height-400px {
  min-height: 400px
}

.min-height-500px {
  min-height: 500px
}

.min-height-600px {
  min-height: 600px
}

.min-height-700px {
  min-height: 700px
}

.extra-small-screen {
  height: 300px
}

.small-screen {
  height: 400px
}

.one-second-screen {
  height: 600px
}

.one-third-screen {
  height: 700px
}

.one-fourth-screen {
  height: 800px
}

.one-fifth-screen {
  height: 900px
}

.one-sixth-screen {
  height: 887px
}

.inner-match-height {
  position: relative;
  height: 100%
}

.icon-very-small {
  font-size: 16px
}

.icon-small {
  font-size: 24px
}

.icon-medium {
  font-size: 35px
}

.icon-extra-medium {
  font-size: 40px
}

.icon-large {
  font-size: 50px
}

.icon-round-small {
  height: 80px;
  width: 80px;
  font-size: 32px
}

.icon-round-medium,
.icon-round-small {
  border-radius: 100%;
  display: table-cell;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle
}

.icon-round-medium {
  height: 90px;
  width: 90px
}

.icon-social-very-small {
  font-size: 12px
}

.icon-social-small {
  font-size: 14px
}

.icon-social-medium {
  font-size: 16px
}

.icon-social-large {
  font-size: 20px
}

.icon-social-extra-large {
  font-size: 24px
}

.icon-social-medium a i,
.icon-social-small a i,
.icon-social-very-small a i {
  margin: 0 8px;
  vertical-align: middle
}

.icon-social-large a i {
  margin: 0 4px;
  vertical-align: middle
}

.extra-large-icon,
.extra-small-icon,
.large-icon,
.medium-icon,
.small-icon {
  list-style: none;
  padding: 0
}

.extra-large-icon li,
.extra-small-icon li,
.large-icon li,
.medium-icon li,
.small-icon li {
  display: inline-block
}

footer .extra-large-icon li:first-child,
footer .extra-small-icon li:first-child,
footer .large-icon li:first-child,
footer .medium-icon li:first-child,
footer .small-icon li:first-child {
  margin-left: 0
}

footer .extra-large-icon li:last-child,
footer .extra-small-icon li:last-child,
footer .large-icon li:last-child,
footer .medium-icon li:last-child,
footer .small-icon li:last-child {
  margin-right: 0
}

.extra-small-icon li {
  margin: 0 2px
}

.small-icon li {
  margin: 0 5px
}

.medium-icon li {
  margin: 0 8px
}

.large-icon li {
  margin: 0 10px
}

.extra-large-icon li {
  margin: 0 12px
}

.extra-small-icon a {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 29px
}

.small-icon a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 38px
}

.medium-icon a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px
}

.large-icon a {
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 61px
}

.extra-large-icon a {
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 68px
}

a.likes-count {
  padding: 0 15px;
  width: auto;
  border-radius: 30px 
}

a.likes-count i {
  margin-right: 8px
}

a.likes-count span {
  position: relative;
  top: -1px
}

.mfp-bg,
.my-mfp-slide-bottom.mfp-ready.mfp-bg,
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  background: #000;
  opacity: .93
}

.mfp-bg,
.mfp-wrap {
  z-index: 10007
}

#popup-form {
  cursor: default
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  background: transparent
}

.mfp-iframe-scaler iframe {
  box-shadow: none
}

.mfp-close,
.mfp-close:active {
  opacity: 1;
  background-color: transparent;
  color: #fff;
  right: 30px;
  top: 30px
}

.modal-popup-main .mfp-close,
.modal-popup-main .mfp-close:active {
  right: 0;
  top: 0
}

.lightbox-gallery a {
  position: relative;
  display: block
}

.lightbox-gallery .gallary-over-layer {
  position: absolute;
  top: 0;
  left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-right:after {
  display: none
}

.mfp-arrow-right:before {
  border-left: none;
  content: "\e628";
  font-size: 2em;
  font-family: themify;
  color: #fff
}

.mfp-arrow-left:before {
  border-right: none;
  content: "\e629";
  font-size: 2em;
  font-family: themify;
  color: #fff
}

.mfp-bottom-bar {
  margin-top: -24px;
  font-size: 12px
}

.mfp-close {
  font-size: 36px;
  font-family: Montserrat, sans-serif;
  font-weight: 500
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.mfp-figure {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all .3s ease-in-out;
  transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(.8);
  opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all .3s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .97
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .3s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

.show-grid [class^=col-] {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, .2);
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center
}

.alert-dismissable .close,
.alert-dismissible .close {
  top: 0
}

.blog-grid.gutter-very-small li,
.portfolio-grid.gutter-very-small li {
  padding: 3px
}

.blog-grid.gutter-small li,
.portfolio-grid.gutter-small li {
  padding: 5px
}

.blog-grid.gutter-medium li,
.portfolio-grid.gutter-medium li {
  padding: 7px
}

.blog-grid.gutter-large li,
.portfolio-grid.gutter-large li {
  padding: 10px
}

.blog-grid.gutter-extra-large li,
.portfolio-grid.gutter-extra-large li {
  padding: 20px
}

.blog-grid.gutter-extra-large,
.portfolio-grid.gutter-extra-large {
  margin: 0 -20px
}

.blog-grid.gutter-large {
  margin-left: 10px;
  margin-right: 10px
}

.portfolio-grid.gutter-large {
  margin: 0 10px
}

.blog-grid.gutter-very-small,
.portfolio-grid.gutter-very-small {
  margin: 0 3px
}

.blog-grid.gutter-small,
.portfolio-grid.gutter-small {
  margin: 0 5px
}

.blog-grid.gutter-medium,
.portfolio-grid.gutter-medium {
  margin: 0 7px
}

.blog-grid.blog-6col li,
.portfolio-grid.work-6col li {
  width: 16.67%
}

.blog-grid.blog-6col li.grid-item-double,
.portfolio-grid.work-6col li.grid-item-double {
  width: 33.33%
}

.blog-grid.blog-5col li,
.portfolio-grid.work-5col li {
  width: 20%
}

.blog-grid.blog-5col li.grid-item-double,
.portfolio-grid.work-5col li.grid-item-double {
  width: 40%
}

.blog-grid.blog-4col li,
.portfolio-grid.work-4col li {
  width: 25%
}

.blog-grid.blog-4col li.grid-item-double,
.portfolio-grid.work-4col li.grid-item-double {
  width: 50%
}

.blog-grid.blog-3col li,
.portfolio-grid.work-3col li {
  width: 33.33%;
  float: left
}

.blog-grid.blog-3col li.grid-item-double,
.portfolio-grid.work-3col li.grid-item-double {
  width: 66.67%
}

.blog-grid.blog-2col li,
.portfolio-grid.work-2col li {
  width: 50%
}

.blog-grid.blog-2col li.grid-item-double,
.portfolio-grid.work-1col li,
.portfolio-grid.work-2col li.grid-item-double {
  width: 100%
}

.portfolio-grid {
  list-style: none;
  padding: 0;
  margin: 0
}

.portfolio-grid .grid-item figure {
  margin: 0;
  position: relative;
  overflow: hidden
}

.portfolio-grid .grid-item {
  opacity: 1;
  overflow: hidden
}

.portfolio-grid .grid-item figure img {
  cursor: pointer;
  display: block;
  opacity: 1;
  width: 100%;
  transition: all .3s ease 0s
}

.portfolio-grid .grid-item figcaption {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 45px;
  z-index: 1;
  text-align: center
}

.portfolio-grid .grid-item figcaption,
.portfolio-grid .grid-item figure .portfolio-img,
.portfolio-grid .grid-item figure:hover .portfolio-img,
.portfolio-grid .grid-item figure:hover img {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s
}

.portfolio-grid .grid-item figure:hover img {
  opacity: .15;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1)
}

.portfolio-grid .grid-item figure:hover figcaption {
  opacity: 1;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s
}

.container .hover-option4 .grid-item figcaption {
  padding: 30px
}

.blog-grid {
  list-style: none;
  padding: 0;
  margin: 0
}

.blog-grid .grid-item a {
  position: relative;
  z-index: 11
}

.blog-grid .grid-item a img {
  width: 100%
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption {
  padding: 7px 15px;
  opacity: 0;
  display: inline ;
  display: initial ;
  bottom: -20px;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase
}

.caption.caption-visible {
  opacity: 1;
  bottom: 0 
}

.grid-item .portfolio-hover-box {
  display: table-cell;
  height: 100%
}

.hover-option1 .grid-item figcaption {
  height: 100%
}

.hover-option1 .grid-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%
}

.hover-option2 .grid-item figcaption {
  height: 100%
}

.hover-option2 .grid-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%
}

.hover-option2 .grid-item .portfolio-hover-content {
  bottom: -15px;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s
}

.hover-option2 .grid-item:hover .portfolio-hover-content {
  bottom: 0
}

.hover-option2 .separator-line-horrizontal-medium-light2 {
  opacity: .5
}

.hover-option2 .grid-item figure:hover img {
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  opacity: .1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s
}

.container .hover-option2 .grid-item figcaption {
  padding: 30px
}

.hover-option3 .grid-item .slide-hover-box {
  position: absolute;
  width: 100%;
  height: 100%
}

.hover-option3 .grid-item .opacity-medium {
  opacity: 0
}

.hover-option3 .grid-item .opacity-medium,
.hover-option3 .grid-item .slide-hover-box:hover .opacity-medium {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s
}

.hover-option3 .grid-item .slide-hover-box:hover .opacity-medium {
  opacity: .5
}

.hover-option3 .grid-item figure {
  bottom: 130px;
  z-index: 5;
  width: 100%;
  overflow: visible
}

.hover-option3 .grid-item figure h6 {
  position: relative;
  bottom: -70px;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s
}

.hover-option3 .grid-item .slide-hover-box:hover h6 {
  bottom: 0
}

.hover-option3 .grid-item figure p {
  bottom: -40px;
  opacity: 0;
  position: relative;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s
}

.hover-option3 .grid-item .slide-hover-box:hover p {
  opacity: .6;
  bottom: 0
}

.hover-option3 .grid-item figure figcaption {
  left: 0;
  right: 0;
  opacity: 1;
  padding: 0 60px;
  height: auto;
  text-align: left
}

.hover-option3 .grid-item .separator-line-horrizontal-medium-light2 {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  width: 20%
}

.hover-option3 .grid-item .slide-hover-box:hover .separator-line-horrizontal-medium-light2 {
  width: 60%;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s
}

.hover-option4 .grid-item figcaption {
  height: 100%
}

.hover-option4 .grid-item .portfolio-hover-main {
  transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%
}

.hover-option4 .grid-item figure:hover img {
  opacity: .08;
  transform: scale(1);
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px)
}

.hover-option4 .grid-item .portfolio-hover-content,
.hover-option4 .grid-item figure:hover img {
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s
}

.hover-option4 .grid-item .portfolio-hover-content {
  bottom: -15px
}

.hover-option4 .grid-item:hover .portfolio-hover-content {
  bottom: 0
}

.hover-option4 .swiper-slide.grid-item figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0
}

.hover-option4 .swiper-slide.grid-item:hover figcaption {
  opacity: 1
}

.hover-option5 .grid-item figcaption {
  height: 100%;
  padding: 20px
}

.hover-option5 .grid-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%
}

.hover-option5 .grid-item .portfolio-hover-box {
  padding: 20px
}

.hover-option5 .grid-item:hover .portfolio-hover-box {
  background: rgba(0, 0, 0, .8)
}

.hover-option5 .grid-item .separator-line-horrizontal-medium-light2 {
  transition: all .2s ease 0s;
  top: 5px;
  width: 100px
}

.hover-option5 .grid-item:hover .separator-line-horrizontal-medium-light2 {
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px)
}

.hover-option5 .grid-item figure:hover img {
  opacity: .8
}

.container .hover-option5 .grid-item .portfolio-hover-box {
  padding: 10px
}

.hover-option6 .grid-item figcaption {
  height: 100%;
  position: relative;
  opacity: 1;
  padding: 35px 10px;
  background: #fff
}

.hover-option6 .grid-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%
}

.hover-option6 .grid-item .portfolio-icon {
  transition: all .3s ease 0s;
  transform: translateY(-50%);
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  opacity: 0
}

.hover-option6 .grid-item figure:hover .portfolio-icon {
  opacity: 1;
  top: 50%
}

.hover-option6 .grid-item .portfolio-icon a {
  border-radius: 50%;
  border: 2px solid transparent;
  background: #fff;
  margin: 0 7px;
  height: 46px;
  width: 46px;
  display: inline-block;
  transition: all .2s ease 0s
}

.hover-option6 .grid-item .portfolio-icon i.fa-link {
  font-size: 20px;
  position: relative;
  top: 11px
}

.hover-option6 .grid-item .portfolio-icon i.fa-search {
  font-size: 16px;
  position: relative;
  top: 10px
}

.hover-option6 .grid-item .portfolio-icon a:hover,
.hover-option6 .grid-item .portfolio-icon a:hover i {
  background: transparent;
  color: #fff
}

.hover-option6 .grid-item .portfolio-icon a:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1)
}

.hover-option6 .grid-item figure:hover img {
  cursor: default;
  opacity: .15;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1)
}

.hover-option6 .grid-item figure:hover figcaption {
  cursor: default
}

.hover-option6 .grid-item figure:hover .portfolio-img {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s
}

.container .hover-option6 .grid-item figcaption {
  padding: 25px 10px
}

.hover-option7 .grid-item figcaption {
  height: auto;
  position: absolute;
  opacity: 0;
  padding: 32px;
  bottom: -101px
}

.hover-option7 .grid-item figure:hover figcaption {
  bottom: 0
}

.hover-option7 .grid-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%
}

.hover-option7 .grid-item figure img {
  top: 0;
  position: relative
}

.hover-option7 .grid-item figure:hover img {
  cursor: pointer;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  top: -101px
}

.hover-option7 .grid-item figure:hover figcaption {
  cursor: pointer
}

.hover-option7 .grid-item figure:hover .portfolio-img {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  background: transparent
}

.container .hover-option7 .grid-item figcaption {
  padding: 20px
}

.container .hover-option7 .grid-item figure:hover img {
  top: -81px
}

.hover-option8 .grid-item figure figcaption {
  opacity: 0;
  padding: 0;
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s
}

.hover-option8 .grid-item figure:hover figcaption {
  opacity: 1;
  cursor: pointer
}

.hover-option8 .grid-item .portfolio-hover-main {
  display: table;
  height: 100%;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  width: 100%
}

.hover-option8 .grid-item .portfolio-icon {
  position: absolute;
  right: 55px;
  top: 51px;
  transition: all .1s ease 0s;
  -webkit-transition: all .1s ease 0s;
  -moz-transition: all .1s ease 0s;
  -ms-transition: all .1s ease 0s;
  -o-transition: all .1s ease 0s
}

.hover-option8 .grid-item figure:hover figcaption {
  padding: 25px;
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  box-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

.hover-option8 .grid-item figure:hover figcaption .portfolio-hover-main {
  background: #fff
}

.hover-option8.portfolio-grid .grid-item figure:hover img {
  opacity: 1;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px)
}

.container .hover-option8 .grid-item figure:hover figcaption {
  padding: 20px
}

.container .hover-option8 .grid-item .portfolio-icon {
  top: 30px;
  right: 35px
}

.hover-option10 .grid-item * {
  transition: all .3s ease 0s
}

.hover-option10 .grid-item figure .portfolio-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05)
}

.hover-option10 .grid-item figure:hover .portfolio-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: .15
}

.hover-option10 .grid-item figure figcaption {
  padding: 0
}

.hover-option10 .grid-item figure .portfolio-hover-main {
  display: table;
  width: 100%;
  height: 100%;
  padding: 50px
}

.hover-option10 .grid-item figure .portfolio-icon {
  margin-bottom: 30px;
  position: relative;
  transform: translateY(-100%)
}

.hover-option10 .grid-item figure .portfolio-hover-content {
  position: relative;
  transform: translateY(100%)
}

.hover-option10 .grid-item figure:hover .portfolio-hover-content,
.hover-option10 .grid-item figure:hover .portfolio-icon {
  transform: translateY(0)
}

.hover-option10 .grid-item .portfolio-icon a {
  margin: 0 7px;
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #fff;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  color: #fff
}

.hover-option10 .grid-item .portfolio-icon a:hover {
  color: #232323;
  background: #fff;
  border-radius: 5px
}

.hover-option10 .grid-item .portfolio-icon a:hover i {
  color: #232323
}

.hover-option10 .grid-item .portfolio-icon i.fa-link {
  font-size: 22px;
  position: relative;
  top: 14px
}

.hover-option10 .grid-item .portfolio-icon i.fa-search {
  font-size: 20px;
  position: relative;
  top: 13px
}

.container .hover-option10 .grid-item .portfolio-icon i.fa-link {
  font-size: 16px;
  position: relative;
  top: 10px
}

.container .hover-option10 .grid-item .portfolio-icon i.fa-search {
  font-size: 14px;
  position: relative;
  top: 8px
}

.container .hover-option10 .grid-item .portfolio-icon a {
  width: 45px;
  height: 45px
}

.container .hover-option10 .grid-item figure .portfolio-hover-main {
  padding: 30px
}

.hover-option11 .grid-item figcaption {
  height: 100%
}

.hover-option11 .grid-item .portfolio-hover-main {
  transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%
}

.hover-option11 .grid-item figure:hover img {
  opacity: .05;
  transform: scale(1);
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px)
}

.hover-option11 .grid-item .portfolio-hover-content,
.hover-option11 .grid-item figure:hover img {
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s
}

.hover-option11 .grid-item .portfolio-hover-content {
  bottom: -15px
}

.hover-option11 .grid-item:hover .portfolio-hover-content {
  bottom: 0
}

.hover-option11 .swiper-slide.grid-item figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0
}

.hover-option11 .swiper-slide.grid-item:hover figcaption {
  opacity: 1
}

.hover-option11 .grid-item .portfolio-item-title {
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s
}

.hover-option11 .grid-item>a:hover .portfolio-item-title {
  color: #fff
}

.hover-option11 .grid-item .portfolio-img {
  margin-bottom: 33px;
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s
}

.hover-option11 .grid-item .portfolio-img img {
  box-shadow: 0 0 8px #000
}

.hover-option11 .grid-item:hover .portfolio-img img {
  opacity: .6;
  transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -ms-transition: all .2s ease 0s
}

.hover-option11 .grid-item>a {
  display: block;
  position: relative
}

.hover-option11 .grid-item>a:hover .portfolio-img {
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .2);
  transform: translateY(-10px)
}

.portfolio-filter-tab-1 li {
  margin: 0 25px;
  display: inline-block;
  float: none
}

.portfolio-filter-tab-1 li a {
  background: transparent;
  border: none;
  padding: 0 0 2px;
  display: inline;
  color: #6f6f6f;
  margin: 0
}

.portfolio-filter-tab-1 li a:focus,
.portfolio-filter-tab-1 li a:hover {
  background: transparent;
  border-bottom: 1px solid #232323;
  color: #232323
}

.portfolio-filter-tab-1 li.active a {
  background: transparent ;
  border-bottom: 1px solid #232323;
  color: #232323
}

.portfolio-filter-tab-2 li {
  display: inline-block;
  float: none
}

.portfolio-filter-tab-2 li a {
  border: none;
  border-radius: 50px;
  padding: 7px 24px;
  margin-right: 4px
}

.portfolio-filter-tab-2 li>a:focus,
.portfolio-filter-tab-2 li a:hover {
  background: hsla(0, 0%, 56.5%, .22);
  color: #fff
}

.portfolio-filter-tab-2.nav-tabs li.active a,
.portfolio-filter-tab-2.nav-tabs li.active a:focus,
.portfolio-filter-tab-2.nav-tabs li.active a:hover {
  background: hsla(0, 0%, 56.5%, .22);
  color: #fff;
  border: none
}

.blog-nav-link {
  padding: 30px 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: relative
}

.blog-nav-link-next .blog-nav-icon,
.blog-nav-link-prev .blog-nav-icon {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute
}

.blog-nav-link-next {
  padding-right: 50px
}

.blog-nav-link-next .blog-nav-icon {
  right: 0
}

.blog-nav-link-prev {
  padding-left: 50px
}

.blog-nav-link-prev .blog-nav-icon {
  left: 0
}

.special-char-small {
  font-size: 40px;
  line-height: 60px
}

.special-char-medium {
  font-size: 80px;
  line-height: 120px
}

.special-char-large {
  font-size: 140px;
  line-height: 120px
}

.special-char-extra-large {
  font-size: 200px;
  line-height: 150px
}

.search-box .add-on .input-group-btn>.btn {
  left: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin-right: 0;
  margin-left: -1px;
  text-transform: uppercase;
  border: 1px solid #ededed;
  padding: 5px 9px;
  height: 31px
}

.search-box .add-on .form-control:focus,
.search-box .add-on .input-group-btn>.btn:focus,
.search-box .add-on .input-group-btn>.btn:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-color: #ededed;
  background: #f7f7f7
}

.search-box .add-on i {
  color: #939393;
  font-size: 11px;
  top: -5px;
  left: -2px
}

.sidebar-nav-style-1 .search-box .add-on i {
  top: -3px
}

.search-box input[type=search],
.search-box input[type=text] {
  border-color: #ededed;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  color: #232323;
  height: 31px
}

.search-box .add-on input[type=text] {
  padding: 5px 8px
}

.search-box input[type=text]::-webkit-input-placeholder {
  color: #939393;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .015em
}

.search-box input[type=text]::-moz-placeholder {
  color: #939393;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .015em
}

.search-box input[type=text]::-ms-input-placeholder {
  color: #939393;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .015em
}

.search-box input[type=text]::-o-placeholder {
  color: #939393;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .015em
}

.search-box2 .add-on .input-group-btn>.btn {
  left: 0;
  background-color: #4f4f4f;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  margin-right: 0;
  margin-left: -1px;
  text-transform: uppercase;
  border: 1px solid #4f4f4f;
  padding: 5px 8px 5px 10px;
  height: 45px;
  width: 45px
}

.search-box2 .add-on .input-group-btn {
  width: 45px
}

.search-box2 .add-on .input-group-btn>.btn:focus,
.search-box2 .add-on .input-group-btn>.btn:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-color: #4f4f4f;
  background-color: #4f4f4f
}

.search-box2 .add-on i {
  color: #fff;
  font-size: 17px
}

.search-box2 input[type=search],
.search-box2 input[type=text] {
  border-color: #474747;
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  height: 45px
}

.search-box2 .add-on input[type=text] {
  padding: 10px 14px
}

.search-box2 input[type=text]::-webkit-input-placeholder {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .015em;
  background-color: transparent
}

.search-box2 input[type=text]::-moz-placeholder {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .015em;
  background-color: transparent
}

.search-box2 input[type=text]::-ms-input-placeholder {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .015em;
  background-color: transparent
}

.search-box2 input[type=text]::-o-placeholder {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .015em;
  background-color: transparent
}

.search-cart-header {
  padding-top: 14px;
  float: right;
  letter-spacing: 1px
}

.header-search-form {
  color: #232323
}

.search-form .search-input {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid hsla(0, 0%, 100%, .5);
  font-size: 30px;
  font-weight: 100;
  padding: 20px 38px 20px 2px;
  text-transform: capitalize;
  background: transparent;
  line-height: 40px;
  color: #fff
}

.search-form .search-input:focus {
  outline: none
}

.search-input ::-moz-placeholder,
.search-input [placeholder] {
  color: red
}

.search-form .search-button {
  font-size: 21px;
  color: #fff;
  top: 31px;
  right: 0;
  outline: none
}

#search-header {
  height: 100%;
  width: 45%;
  margin: 0 auto
}

.close-search {
  color: #373737;
  position: absolute;
  right: 0;
  top: 23px;
  z-index: 998;
  cursor: pointer
}

.close-search:hover {
  color: #9a9a9a
}

.search-button {
  cursor: pointer;
  z-index: 0;
  margin-right: 0;
  border: none;
  background: none
}

.list-style-none li {
  list-style: none
}

.list-style-1 li {
  padding: 5px 0
}

.list-style-2 {
  list-style: none;
  margin: 0;
  padding: 0
}

.list-style-2 li {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 9px
}

.list-style-2 li:before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #ff214f;
  position: absolute;
  top: 12px;
  left: 0
}

.list-style-3 {
  list-style: none;
  margin: 0;
  padding: 0
}

.list-style-3 li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 15px
}

.list-style-3 li:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #ff214f;
  position: absolute;
  top: 11px;
  left: 0
}

.list-style-4 {
  list-style: none;
  margin: 0;
  padding: 0
}

.list-style-4 li {
  position: relative;
  padding: 0 0 10px 22px;
  margin: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.list-style-4 li:before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900
}

.list-style-4 li:last-child {
  border-bottom: 0
}

.list-style-4.list-style-color li {
  border-color: hsla(0, 0%, 100%, .15)
}

.list-style-4.list-style-color li:before {
  color: #ff214f
}

.list-style-5 {
  list-style: none;
  margin: 0;
  padding: 0
}

.list-style-5 li {
  position: relative;
  padding: 0 0 10px 22px;
  margin: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.list-style-5 li:before {
  content: "\f192";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
  color: silver
}

.list-style-5 li:last-child {
  border-bottom: 0
}

.list-style-5.list-style-color li {
  border-color: hsla(0, 0%, 100%, .15)
}

.list-style-5.list-style-color li:before {
  color: #ff214f
}

.list-style-6 {
  list-style: none;
  margin: 0;
  padding: 0
}

.list-style-6 li {
  position: relative;
  padding: 0 15px 8px 0;
  margin: 0 0 8px;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.list-style-6 li span {
  position: absolute;
  top: 3px;
  right: 0
}

.list-style-6 li:last-child {
  border-bottom: none
}

.list-style-6 li:before {
  content: ""
}

.list-style-7 {
  list-style: none;
  margin: 0;
  padding: 0
}

.list-style-7 li {
  padding: 0 0 13px;
  margin: 0 0 10px
}

.list-style-7 li:last-child,
.list-style-8 {
  margin: 0;
  padding: 0
}

.list-style-8 {
  list-style: none
}

.list-style-8 li {
  position: relative;
  padding: 15px 0;
  margin: 0 0 4px;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.list-style-8 li span {
  margin-bottom: 2px
}

.list-style-8 li p {
  margin-bottom: 0
}

.list-style-8 li:last-child {
  border-bottom: none
}

.list-style-8 li:before {
  content: ""
}

.list-style-9 {
  list-style: none;
  margin: 0;
  padding: 0
}

.list-style-9 li {
  position: relative;
  padding: 15px 0;
  margin: 0 0 4px;
  border-bottom: 1px solid #373737
}

.list-style-9 li span {
  margin-bottom: 2px
}

.list-style-9 li p {
  margin-bottom: 0
}

.list-style-9 li:last-child {
  border-bottom: none
}

.list-style-9 li:before {
  content: ""
}

.list-style-10 {
  list-style: none;
  margin: 0;
  padding: 0
}

.list-style-10 li {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.list-style-10 li i {
  float: left;
  margin-top: 5px
}

.list-style-10 li span {
  padding-left: 15px;
  display: table
}

.list-style-10 li:last-child {
  border-bottom: none
}

.list-style-11 {
  list-style: none;
  margin: 0;
  padding: 0
}

.list-style-11 li {
  position: relative;
  padding: 0 0 8px;
  margin: 0 0 8px;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.list-style-11 li span {
  position: absolute;
  top: 3px;
  right: 0
}

.list-style-11 li:last-child {
  border-bottom: none
}

.list-style-11 li:before {
  content: ""
}

.image-hover-style-1 {
  background: #222
}

.image-hover-style-1:hover img {
  opacity: .5;
  transform: scale(1.2) rotate(-5deg);
  transition: all .3s ease 0s
}

.image-hover-style-3:hover .cover-background {
  filter: contrast(130%);
  -moz-filter: contrast(130%);
  -ms-filter: contrast(130%);
  -o-filter: contrast(130%);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1)
}

.banner-style1 figure {
  position: relative;
  overflow: hidden;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -ms-transition-duration: .2s
}

.banner-style1 figure figcaption {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 100%;
  width: 100%
}

.banner-style1 figure:hover .banner-image,
.banner-style1 figure:hover .banner-image img {
  opacity: .3;
  filter: contrast(130%);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1)
}

.banner-style1 figure figcaption p {
  opacity: 0;
  margin-bottom: 0;
  height: 0
}

.banner-style1 figure:hover figcaption p {
  height: 100px;
  opacity: 1
}

.banner-style2 figure {
  position: relative;
  overflow: hidden
}

.banner-style2 figure:hover .banner-image img {
  opacity: .4
}

.banner-style2 figcaption {
  position: absolute;
  right: -50px;
  top: 40px;
  height: 100%;
  height: calc(100% - 80px);
  width: 50%;
  opacity: 0;
  visibility: hidden
}

.banner-style2 figure:hover figcaption {
  right: 40px;
  opacity: 1;
  visibility: visible
}

.banner-style3 figure {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -ms-transition-duration: .2s
}

.banner-style3 figure figcaption {
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 100%;
  width: 100%;
  opacity: 0
}

.banner-style3 figure:hover figcaption {
  opacity: 1;
  top: 50%
}

.banner-style1 figure:hover .banner-image,
.banner-style3 figure:hover .banner-image img {
  opacity: .3
}

.highlight .pricing-box {
  box-shadow: 0 0 40px hsla(0, 0%, 78.4%, .3);
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15)
}

.feature-box {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer
}

.feature-box .content {
  padding: 35px 15px
}

.feature-box .content:after,
.feature-box .content:before,
.feature-box:after,
.feature-box:before {
  display: inline-block;
  position: absolute;
  content: "";
  background-color: #ff214f;
  z-index: 1
}

.feature-box .content:before,
.feature-box:before {
  right: 0;
  top: 0
}

.feature-box .content:after,
.feature-box .content:before,
.feature-box:after,
.feature-box:before {
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s
}

.feature-box .content:after,
.feature-box:after {
  left: 0;
  bottom: 0
}

.feature-box:hover:after,
.feature-box:hover:before {
  transform: scaleY(1);
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s
}

.feature-box:before {
  transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0
}

.feature-box:after {
  transform-origin: left bottom 0;
  -webkit-transform-origin: left bottom 0;
  -moz-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  -o-transform-origin: left bottom 0
}

.feature-box .content:before {
  transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0
}

.feature-box .content:after {
  transform-origin: top left 0;
  -webkit-transform-origin: top left 0;
  -moz-transform-origin: top left 0;
  -ms-transform-origin: top left 0;
  -o-transform-origin: top left 0
}

.feature-box:after,
.feature-box:before {
  height: 100%;
  width: 3px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0)
}

.feature-box:after,
.feature-box:before,
.feature-box:hover .content:after,
.feature-box:hover .content:before {
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s
}

.feature-box:hover .content:after,
.feature-box:hover .content:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1)
}

.feature-box .content:after,
.feature-box .content:before {
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s
}

.feature-box-1 {
  display: table
}

.feature-box-1 .char-value {
  display: table-cell;
  vertical-align: middle
}

.grid-item.feature-box-4 {
  overflow: hidden;
  position: relative
}

.grid-item.feature-box-4 figure img {
  width: 100%;
  cursor: auto
}

.grid-item.feature-box-4 figure figcaption {
  position: absolute;
  left: 0;
  top: auto;
  z-index: 9;
  bottom: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: transform .35s ease-out;
  -webkit-transition: transform .35s ease-out;
  -moz-transition: transform .35s ease-out;
  -ms-transition: transform .35s ease-out;
  -o-transition: transform .35s ease-out;
  padding: 0 0 15px 60px;
  width: auto;
  height: auto;
  text-align: left;
  opacity: 1;
  cursor: default
}

.feature-box-4 figure:focus img,
.grid-item.feature-box-4 figure:hover img {
  opacity: 1;
  transform: none
}

.grid-item.feature-box-4 figure:hover figcaption {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px)
}

.grid-item.feature-box-4 figure figcaption .btn {
  opacity: 0
}

.grid-item.feature-box-4 figure:hover .btn {
  opacity: 1;
  display: inline-block
}

.grid-item.feature-box-4 figure:hover img {
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09)
}

.feature-box-5 {
  padding-left: 75px
}

.feature-box-5 i {
  position: absolute;
  top: 0;
  left: 0
}

.feature-box-6 {
  padding-left: 70px
}

.feature-box-6 i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-22px);
  -webkit-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  -o-transform: translateY(-22px)
}

.feature-box.feature-box-7:after,
.feature-box.feature-box-7:before {
  content: "";
  display: table
}

.feature-box.feature-box-7:hover,
.feature-box.feature-box-7:hover:after,
.feature-box.feature-box-7:hover:before {
  border: none
}

.feature-box.feature-box-7 .content:after,
.feature-box.feature-box-7 .content:before,
.feature-box.feature-box-7:after,
.feature-box.feature-box-7:before {
  background: transparent
}

.feature-box.feature-box-7:after {
  clear: both
}

.feature-box.feature-box-7 .box {
  cursor: default;
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
  -webkit-transition: all .4s cubic-bezier(.48, .83, .63, .91);
  -moz-transition: all .4s cubic-bezier(.48, .83, .63, .91);
  -mstransition: all .4s cubic-bezier(.48, .83, .63, .91);
  transition: all .4s cubic-bezier(.48, .83, .63, .91);
  border: 1px solid #ededed;
  border-right: none;
  overflow: hidden
}

.feature-box.feature-box-7 div:first-child .box {
  border-left: none
}

.feature-box.feature-box-7 .box figure {
  transition: all .4s cubic-bezier(.48, .83, .63, .91);
  padding: 8% 0
}

.feature-box.feature-box-7 .box .content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0;
  position: relative;
  top: 30px
}

.feature-box.feature-box-7 .box .content .details {
  opacity: 0
}

.feature-box.feature-box-7 .box:hover .content .details {
  opacity: 1
}

.feature-box.feature-box-7 .box:hover .content {
  top: 0;
  border-bottom-color: #ff214f
}

.feature-box.feature-box-7 .box:hover i {
  color: #ff214f
}

.container .feature-box.feature-box-7 .box .content {
  top: 43px
}

.container .feature-box.feature-box-7 .box:hover .content {
  top: 0
}

.feature-box-8 .feature-box-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: -2
}

.feature-box-8:hover .feature-box-overlay {
  height: 100%;
  background: #2f2f2f
}

.feature-box-8:hover div,
.feature-box-8:hover p {
  color: #fff
}

.feature-box-8:hover .icon-round-small {
  background: #fff;
  color: #ff214f
}

.parallax-feature-box-bottom {
  position: absolute;
  bottom: -150%
}

.parallax-feature-box {
  overflow: visible
}

.feature-box-9 i {
  position: relative;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  top: 0
}

.feature-box-9:hover i {
  top: -8px;
  color: #fff
}

.feature-box-9:hover p {
  color: #ff214f
}

.feature-box-9 .text-bottom-line {
  margin-bottom: 15px
}

.feature-box-9:hover .text-bottom-line {
  border-top: 45px solid;
  margin-bottom: 0
}

.feature-box-10 .number {
  display: table-cell;
  font-size: 30px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  position: relative
}

.feature-box-10:hover .number {
  background: #ff214f;
  color: #fff
}

.feature-box-10 .number-center:after {
  left: 130px
}

.feature-box-10 .number-center:after,
.feature-box-10 .number-center:before {
  width: 250%;
  position: absolute;
  content: "";
  height: 1px;
  background: #e2e2e2;
  top: 45px;
  z-index: -1
}

.feature-box-10 .number-center:before {
  right: 130px
}

.feature-box-11 .progress-line:after {
  content: "";
  display: block;
  width: 12%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  right: -6%;
  top: 65px;
  text-align: center
}

.feature-box-11 .process-bg {
  border-radius: 100%;
  height: 130px;
  width: 130px;
  line-height: 130px
}

.feature-box-12 .feature-icon-box {
  width: 90px;
  height: 90px;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #d6d5d5;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg)
}

.feature-box-12 .feature-content-box,
.feature-box-12 .feature-icon-box {
  vertical-align: middle;
  display: table-cell;
  transition: .6s ease-in-out;
  -webkit-transition: .6s ease-in-out;
  -moz-transition: ease-in-out .6s;
  -ms-transition: ease-in-out .6s;
  -o-transition: ease-in-out .6s
}

.feature-box-12 .feature-content-box {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  opacity: 1
}

.feature-box-12 .feature-content-box,
.feature-box-12 .hover-content-box {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d
}

.feature-box-12 .hover-content-box {
  background-color: #232323;
  width: 80%;
  transition: .6s ease-in-out;
  -webkit-transition: .6s ease-in-out;
  -moz-transition: ease-in-out .6s;
  -ms-transition: ease-in-out .6s;
  -o-transition: ease-in-out .6s;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  position: absolute;
  top: -45%;
  left: 0;
  opacity: 0
}

.feature-box-12:hover .hover-content-box {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  opacity: 1
}

.feature-box-12:hover .feature-content-box,
.feature-box-12:hover .feature-icon-box {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  opacity: 0
}

.feature-box-13 {
  overflow: hidden;
  z-index: 1
}

.feature-box-13:before {
  background: #ff214f;
  left: 0;
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  display: block;
  content: "";
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  opacity: 0
}

.feature-box-13:before,
.feature-box-13:hover:before {
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -o-transition-duration: .3s
}

.feature-box-13:hover:before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  opacity: 1
}

.feature-box-13:hover i {
  color: #232323
}

.feature-box-13:hover p {
  color: #fff
}

.feature-box-14>div {
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed
}

.feature-box-14>div:last-child {
  border-right: 0
}

.feature-box-15 .feature-box-content {
  position: relative;
  overflow: hidden
}

.feature-box-15 .feature-box-image {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg)
}

.feature-box-15 .feature-box-image,
.feature-box-15 .hover-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  transition: .4s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -webkit-transition: .4s ease-in-out;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -moz-transition: ease-in-out .4s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  -ms-transition: ease-in-out .4s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -o-transition: ease-in-out .4s
}

.feature-box-15 .hover-content {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%
}

.feature-box-15 .feature-box-content:hover .feature-box-image,
.feature-box-15 .hover-content {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  opacity: 0
}

.feature-box-15 .feature-box-content:hover .hover-content {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  opacity: 1
}

.feature-box-16 .feature-box-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: .4s ease-in-out;
  height: 60px
}

.feature-box-16 .feature-box-content p {
  opacity: 0;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: ease-in-out .5s;
  -ms-transition: ease-in-out .5s;
  -o-transition: ease-in-out .5s
}

.feature-box-16 {
  position: relative;
  overflow: hidden
}

.feature-box-16:hover .feature-box-content {
  height: 100%
}

.feature-box-16:hover .feature-box-content p {
  opacity: 1
}

.feature-box.feature-box-17:after,
.feature-box.feature-box-17:before {
  content: "";
  display: table
}

.feature-box.feature-box-17:hover,
.feature-box.feature-box-17:hover:after,
.feature-box.feature-box-17:hover:before {
  border: none
}

.feature-box.feature-box-17 .content:after,
.feature-box.feature-box-17 .content:before,
.feature-box.feature-box-17:after,
.feature-box.feature-box-17:before {
  background: transparent
}

.feature-box.feature-box-17:after {
  clear: both
}

.feature-box.feature-box-17 .box {
  cursor: default;
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
  transition: all .4s cubic-bezier(.48, .83, .63, .91);
  overflow: hidden
}

.feature-box.feature-box-17 div:first-child .box {
  border-left: none
}

.feature-box.feature-box-17 .box figure {
  transition: all .4s cubic-bezier(.48, .83, .63, .91);
  padding: 10% 0
}

.feature-box.feature-box-17 .box .content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 0;
  position: relative;
  top: 30px
}

.feature-box.feature-box-17 .box .content .details {
  opacity: 0
}

.feature-box.feature-box-17 .box:hover .content .details {
  opacity: 1
}

.feature-box.feature-box-17 .box:hover .content {
  top: 0;
  border-bottom-color: #ff214f
}

.feature-box.feature-box-17 .box:hover {
  background-color: #ff214f
}

.feature-box.feature-box-17 .box:hover .text-white-hover,
.feature-box.feature-box-17 .box:hover i {
  color: #fff
}

.info-banner-box-2 {
  position: relative;
  overflow: hidden;
  height: 200px
}

.info-banner-box-2 .hover-box {
  left: 100%
}

.info-banner-box-2 .content-box,
.info-banner-box-2 .hover-box {
  position: absolute;
  top: 0;
  height: 100%;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: ease-in-out .5s;
  -ms-transition: ease-in-out .5s;
  -o-transition: ease-in-out .5s
}

.info-banner-box-2 .content-box,
.info-banner-box-2:hover .hover-box {
  left: 0
}

.info-banner-box-2:hover .content-box {
  left: -100%
}

.counter-feature-box-1 {
  height: 199px
}

.counter-feature-box-1:hover {
  background: #ff214f;
  border-color: #ff214f
}

.counter-box-3 .counter-box {
  display: inline-block;
  width: 140px;
  padding: 0;
  vertical-align: top;
  text-align: center;
  position: relative
}

.counter-box-3 .counter-box:after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 36px;
  background-color: #eb214b;
  content: "";
  top: 8px
}

.counter-box-3 .counter-box:last-child:after {
  width: 0
}

.counter-box-3 .counter-box .number {
  display: block;
  font-weight: 400;
  font-size: 32px;
  line-height: 30px
}

.counter-box-3 .counter-box span {
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase
}

.counter-box-4 .timer:after {
  content: "+";
  position: absolute;
  right: -5%;
  top: 35%;
  color: #b6b6b6;
  font-weight: 300
}

.counter-box-4:last-child .timer:after {
  display: none
}

.counter-box-5 .counter-box {
  display: inline-block;
  width: 13%;
  padding: 0;
  vertical-align: top;
  text-align: center;
  position: relative
}

.counter-box-5 .counter-box .number {
  display: block;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -3px
}

.counter-box-5 .counter-box span {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: .5;
  line-height: 28px;
  text-transform: uppercase
}

.skillbar-bar-style1 .skillbar {
  position: relative;
  display: inline-block;
  margin: 35px 0 10px;
  background: rgba(0, 0, 0, .15);
  height: 5px;
  width: 88%;
  border-radius: 10px;
  text-align: left
}

.skillbar-bar-style1 .skillbar-bar {
  height: 5px;
  border-radius: 10px;
  width: 0;
  background: rgba(0, 0, 0, .7);
  display: inline-block;
  position: absolute;
  top: 0;
  margin-bottom: 0
}

.skillbar-bar-style1 .skill-bar-percent {
  position: absolute;
  top: -12px;
  right: -39px
}

.skillbar-bar-style1 .skill-bar-text {
  top: -22px;
  position: absolute
}

.skillbar-bar-style2 .skillbar {
  position: relative;
  display: inline-block;
  margin: 35px 0 10px;
  background: rgba(0, 0, 0, .15);
  height: 3px;
  width: 88%;
  text-align: left
}

.skillbar-bar-style2 .skillbar-bar {
  height: 3px;
  width: 0;
  background: rgba(0, 0, 0, .7);
  display: inline-block;
  position: absolute;
  top: 0;
  margin: 0
}

.skillbar-bar-style2 .skill-bar-percent {
  position: absolute;
  top: -9px;
  right: -39px
}

.skillbar-bar-style2 .skill-bar-text {
  top: -24px;
  position: absolute
}

.skillbar-bar-style3 .skillbar {
  position: relative;
  display: inline-block;
  margin: 15px 0 30px;
  background: hsla(0, 0%, 100%, .2);
  height: 5px;
  width: 88%;
  text-align: left
}

.skillbar-bar-style3 .skillbar-bar {
  height: 5px;
  width: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  margin: 0;
  overflow: visible;
  background: #ff214f;
  background: linear-gradient(90deg, #ff214f 0, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff214f", endColorstr="#ffffff", GradientType=1)
}

.skillbar-bar-style3 .skill-bar-percent {
  position: absolute;
  top: 13px;
  right: 0
}

.skillbar-bar-style3 .skill-bar-text {
  top: 15px;
  position: absolute
}

.chart-style1 .chart1 {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 50%
}

.chart-style1 .chart1 canvas {
  position: absolute;
  top: 0;
  left: 0
}

.chart-style1 .chart-percent {
  margin: 0 0 15px
}

.chart-style1 .percent {
  display: inline-block;
  line-height: 150px;
  z-index: 2
}

.percent:after {
  content: "%"
}

.chart-style2 .chart2 {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%
}

.chart-style2 .chart2 canvas {
  position: absolute;
  top: 0;
  left: 0
}

.chart-style2 .percent {
  display: inline-block;
  line-height: 120px;
  z-index: 2
}

.chart-style2 .chart-percent {
  margin: 0 0 10px
}

.chart-style3 .chart3 {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  text-align: center;
  border-radius: 50%
}

.chart-style3 .chart3 canvas {
  position: absolute;
  top: 0;
  left: 0
}

.chart-style3 .percent {
  display: inline-block;
  line-height: 68px;
  z-index: 2;
  background: #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  color: #232323;
  right: -60px;
  top: 10px;
  position: relative
}

.chart-style3 .percent:after {
  content: "%"
}

.chart-style3 .chart-percent {
  margin: 0 0 15px
}

.team-style-1 figure .team-image {
  position: relative;
  overflow: hidden
}

.team-style-1 .team-overlay {
  display: block;
  position: absolute;
  overflow: hidden;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0
}

.team-style-1 figure:hover .team-overlay {
  height: 100%
}

.team-style-1 figure figcaption {
  width: 100%;
  position: relative;
  margin-top: 17px
}

.team-style-1 figure .overlay-content {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  top: -15px
}

.team-style-1 figure:hover .overlay-content {
  opacity: 1;
  z-index: 1111;
  top: 0
}

.team-style-1 figure figcaption .team-member-position {
  position: relative;
  top: 0;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s
}

.team-style-2 figure,
.team-style-2 figure .team-image {
  position: relative
}

.team-style-2 .team-overlay {
  display: block;
  position: absolute;
  overflow: hidden;
  transition: all .3s ease 0s;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}

.team-style-2 figure:hover .team-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: .9
}

.team-style-2 figure .team-member-position {
  position: absolute;
  top: 100%;
  width: 100%;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s
}

.team-style-2 figure:hover .team-member-position {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0
}

.team-style-2 figure:hover .team-member-position .text-extra-dark-gray,
.team-style-2 figure:hover .team-member-position .text-medium-gray {
  color: #fff
}

.team-style-2 figure figcaption {
  min-height: 20px
}

.team-style-2 figure figcaption .overlay-content {
  opacity: 0;
  top: 0;
  position: relative
}

.team-style-2 figure:hover figcaption .overlay-content {
  opacity: 1;
  top: 30px
}

.accordion-style1 .panel {
  background: transparent;
  box-shadow: none;
  margin-top: 0 
}

.accordion-style1.panel-group .panel-heading {
  border: 0;
  border-bottom: 1px solid #e4e4e4
}

.accordion-style1 .panel-heading {
  padding: 16px 0
}

.accordion-style1 .panel-title {
  font-size: 13px;
  padding-right: 30px;
  position: relative
}

.accordion-style1 .panel-title>span.pull-right {
  position: absolute;
  right: 0;
  top: 0
}

.accordion-style1 .panel-heading i {
  font-size: 12px;
  color: #626262
}

.accordion-style1.panel-group .panel-heading+.panel-collapse>.list-group,
.accordion-style1.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding: 25px 0
}

.accordion-style2 .panel {
  margin-bottom: 15px;
  box-shadow: none
}

.accordion-style2 .panel,
.accordion-style2 .panel-title {
  background: transparent;
  border: none
}

.accordion-style2 .panel .panel-heading {
  background: #fff;
  border-radius: 0;
  padding: 18px 28px 19px
}

.accordion-style2 .panel-body {
  padding: 35px 28px 25px;
  border-top: none
}

.accordion-style2 .panel-heading i {
  font-size: 25px;
  margin: 0
}

.accordion-style2 .panel-title {
  padding: 0
}

.accordion-style2 .tab-tag {
  font-size: 20px;
  padding: 0;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top
}

.accordion-style2 a,
.accordion-style2 a:hover,
.accordion-style2 a:hover i {
  color: #282828
}

.accordion-style2 .panel-default:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0
}

.accordion-style2 {
  margin-bottom: 0
}

.accordion-style3 .panel {
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
  box-shadow: none;
  border-radius: 0
}

.accordion-style3 .panel-title {
  background: transparent;
  border: none
}

.accordion-style3 .panel .panel-heading {
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 18px 28px 19px
}

.accordion-style3 .panel-body {
  padding: 35px 28px 25px;
  border-top: none
}

.accordion-style3 .panel-heading i {
  font-size: 25px;
  margin: 0;
  color: #fff
}

.accordion-style3 .tab-tag {
  font-size: 20px;
  padding: 0;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top
}

.accordion-style2 a:hover,
.accordion-style3 a,
.accordion-style3 a:hover i {
  color: #fff
}

.accordion-style3 .panel-default:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0
}

.accordion-style3 {
  margin-bottom: 0
}

.toggles .panel {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #ddd
}

.toggles .panel-title {
  font-size: 13px;
  padding-right: 30px;
  position: relative
}

.toggles .panel-title>span.pull-right {
  position: absolute;
  right: 0;
  top: 0
}

.toggles .panel-heading {
  padding: 18px;
  background-color: transparent
}

.toggles .panel-heading i {
  font-size: 12px;
  color: #626262
}

.toggles .panel+.panel {
  margin-top: -1px
}

.toggles .panel-body {
  padding: 25px
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: 0;
  border-bottom: 1px solid
}

.tab-style1 .nav-tabs {
  border: none;
  display: inline-block;
  width: 100%
}

.tab-style1 .nav-tabs li {
  display: inline-block;
  float: none;
  width: 24%
}

.tab-style1 .nav-tabs li a {
  margin: 0
}

.tab-style1 .nav-tabs li:hover {
  background: transparent
}

.tab-style1 .nav-tabs>li>a,
.tab-style1 .nav-tabs>li>a:focus,
.tab-style1 .nav-tabs>li>a:hover {
  border: none;
  background-color: transparent
}

.tab-style1 .nav-tabs li.active i,
.tab-style1 .nav-tabs li:hover i {
  color: #ff214f
}

.tab-style1 .nav-tabs li.active span,
.tab-style1 .nav-tabs li:hover span {
  color: #232323
}

.tab-style2 .tab-content {
  padding: 55px 0 0;
  border-top: 1px solid #e5e5e5
}

.tab-style2 .nav-tabs {
  border: 0
}

.tab-style2 .nav-tabs li {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 0;
  margin-bottom: 0;
  display: inline-block;
  float: none;
  margin-right: 2px
}

.tab-style2 .nav-tabs li a {
  background-color: #f7f7f7;
  border: none;
  color: #575757;
  line-height: 44px;
  margin: 0 ;
  padding: 0 25px;
  border-radius: 0
}

.tab-style2 .nav-tabs-light li:first-child {
  border-left: 1px solid #e5e5e5;
  margin-left: 15px
}

.tab-style2 .nav-tabs>li.active>a {
  border: none;
  border-radius: 0;
  background: #fff;
  top: 1px
}

.tab-style3 .nav-tabs {
  border-bottom: 1px solid transparent
}

.tab-style3 .nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  padding: 3px 0
}

.tab-style3 .nav-tabs li.active {
  border-bottom: 1px solid #232323
}

.tab-style3 .nav-tabs li.active a {
  color: #232323
}

.tab-style3 .nav-tabs>li.active>a:hover,
.tab-style3 .nav-tabs>li>a,
.tab-style3 .nav-tabs>li>a:focus,
.tab-style3 .nav-tabs>li>a:hover {
  background-color: transparent;
  border: none;
  padding: 0
}

.tab-style4 .tab-content {
  padding: 0 0 0 55px;
  border-left: 1px solid #e5e5e5
}

.tab-style4 .nav-tabs {
  border: 0
}

.tab-style4 .nav-tabs li {
  border: 1px solid #e5e5e5;
  border-right: none;
  border-radius: 0;
  margin-bottom: 0;
  display: block;
  float: left;
  width: 100%;
  left: 1px
}

.tab-style4 .nav-tabs li.active {
  z-index: 1
}

.tab-style4 .nav-tabs li a {
  background-color: #f7f7f7;
  border: none;
  color: #575757;
  line-height: 44px;
  margin: 0 ;
  padding: 0 25px;
  border-radius: 0;
  top: 1px
}

.tab-style4 .nav-tabs li:last-child a {
  top: 0
}

.tab-style4 .nav-tabs-light li:first-child {
  border-left: 1px solid #e5e5e5;
  margin-left: 15px
}

.tab-style4 .nav-tabs>li.active>a {
  border: none;
  border-radius: 0;
  background: #fff
}

.testimonial-style2 .profile-box {
  margin-top: -50px
}

.testimonial-style3 .arrow-bottom:after {
  border-top-color: #d6d5d5;
  left: 15%;
  border-width: 10px;
  margin-left: -10px
}

.testimonial-box .image-box,
.testimonial-box .name-box {
  display: table-cell;
  vertical-align: middle
}

.blog-image a>img {
  width: 100%
}

.blog-post.blog-post-style1 .blog-post-images {
  background: #232323
}

.blog-post.blog-post-style1 .blog-post-images img {
  width: 100%
}

.blog-post.blog-post-style1:hover .blog-post-images img {
  opacity: .5;
  transform: scale(1.2);
  transition: all .3s ease 0s
}

.blog-post.blog-post-style2 .author img {
  width: 30px;
  display: inline-block;
  vertical-align: middle
}

.blog-post.blog-post-style2 .author span {
  max-width: calc(100% - 40px);
  vertical-align: middle;
  display: inline-block
}

.blog-post-style3 .grid-item .blog-post * {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .3s;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s
}

.blog-post-style3 .grid-item .blog-post .author img {
  width: 25px
}

.blog-post-style3 .grid-item .blog-post .blog-post-images a {
  display: block
}

.blog-post-style3 .grid-item .blog-post .blog-post-images .blog-hover-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0
}

.blog-post-style3 .grid-item .blog-post:hover .blog-post-images .blog-hover-icon {
  opacity: 1
}

.blog-post-style3 .grid-item .blog-post .blog-post-images .blog-hover-icon span {
  top: 35%;
  position: relative;
  font-size: 48px;
  color: #fff;
  opacity: 0
}

.blog-post-style3 .grid-item .blog-post:hover .blog-post-images .blog-hover-icon span {
  top: 40%;
  opacity: 1
}

.blog-post-style4 .blog-grid .grid-item figure {
  position: relative;
  overflow: hidden
}

.blog-post-style4 figure figcaption {
  padding: 45px;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, .85);
  width: 100%;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: ease-in-out .5s;
  -ms-transition: ease-in-out .5s;
  -o-transition: ease-in-out .5s
}

.blog-post-style4 .grid-item figure figcaption p {
  margin-bottom: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  display: none
}

.blog-post-style4 .blog-grid .grid-item .blog-img img {
  cursor: pointer;
  display: block;
  width: 100%;
  opacity: .9
}

.blog-post-style4 .blog-grid .grid-item .blog-img img,
.blog-post-style4 .blog-grid .grid-item:hover .blog-img img {
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s
}

.blog-post-style4 .blog-grid .grid-item:hover .blog-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: .5
}

.blog-post-style4 .blog-grid a {
  position: relative;
  z-index: auto
}

.container .blog-post-style4 figure figcaption {
  padding: 35px
}

.blog-post-style5 .blog-post .blog-post-images {
  height: 100%;
  position: relative
}

.blog-post-style5 .blog-post .blog-categories {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 25;
  padding: 10px 20px 8px
}

.blog-post-style6:hover {
  background-color: #fff
}

.blog-post-style6:hover .text-white {
  color: #000
}

.blog-post-style6:hover .author:before {
  background-color: #000
}

.blog-post-style6 .author:before {
  width: 100px;
  height: 1px;
  background-color: #fff;
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: ""
}

.blog-post-style7:hover {
  background-color: #1c1c1c;
  color: #fff
}

.blog-post-style7:hover a {
  color: #fff
}

.blog-post-style7:hover .author:before {
  background-color: #fff;
  opacity: .8
}

.blog-post-style7 .author:before {
  width: 100px;
  height: 1px;
  background-color: #939393;
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: ""
}

.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0
}

.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0
}

.pagination li {
  display: inline
}

.pagination a {
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  background: #fff
}

.pagination a:hover {
  background-color: #232323;
  color: #fff
}

.pagination .active a {
  background-color: #f5f5f5;
  color: #999;
  cursor: default
}

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled span {
  color: #999;
  background-color: transparent;
  cursor: default
}

.pagination li:first-child a {
  border-left-width: 1px
}

.pagination-centered {
  text-align: center
}

.pagination-right {
  text-align: right
}

.about-author-img {
  float: left;
  max-width: 100px;
  margin-right: 35px;
  margin-bottom: 15px
}

.about-author-text {
  top: -5px
}

.author-sharing a {
  margin-right: 15px;
  color: #737373
}

.author-sharing a:hover {
  color: #000
}

.alignnone {
  margin: 5px 30px 40px 0
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto
}

.alignright {
  float: right;
  margin: 5px 0 30px 40px
}

.alignleft {
  float: left;
  margin: 5px 40px 30px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 40px 30px
}

a img.alignleft,
a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #f7f7f7;
  padding: 17px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  max-width: 50%
}

.wp-caption figcaption {
  padding: 18px 25px 0
}

.wp-caption img {
  width: 100%
}

.wp-caption.alignnone {
  margin: 5px 30px 40px 0
}

.wp-caption.alignleft {
  margin: 5px 40px 30px 0
}

.wp-caption.alignright {
  margin: 5px 0 40px 30px
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute ;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto ;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 1
}

.blog-comment {
  list-style: none;
  margin: 0;
  padding: 0
}

.blog-comment li {
  padding: 50px 0;
  border-bottom: 1px solid #ededed;
  position: relative
}

.blog-comment li .btn-reply {
  float: right;
  border: 1px solid #ededed;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 600;
  position: relative
}

.blog-comment>li:first-child {
  padding-top: 0
}

.blog-comment li:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.blog-comment li ul.child-comment {
  margin-left: 40px;
  list-style: none
}

.blog-comment li ul.child-comment li {
  padding-bottom: 0;
  border: none;
  border-top: 1px solid #ededed;
  margin-top: 50px
}

.scroll-top-arrow,
.scroll-top-arrow:focus {
  color: #fff;
  background: #878787;
  line-height: 28px;
  display: none;
  height: 30px;
  width: 30px;
  padding: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  top: 91%;
  z-index: 10006;
  border-radius: 100%
}

.scroll-top-arrow:hover {
  background: #000;
  opacity: .8;
  color: #fff;
  border-color: #ff214f
}

.scroll-top-arrow i {
  line-height: 30px;
  position: relative
}

.bg-dark-footer {
  background-color: #141414
}

.footer-logo {
  max-height: 28px
}

footer input::-webkit-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  font-size: 11px;
  font-weight: 400;
  opacity: 1
}

footer input::-moz-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  font-size: 11px;
  font-weight: 400;
  opacity: 1
}

footer input:-ms-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  font-size: 11px;
  font-weight: 400;
  opacity: 1
}

footer .newsletter input {
  color: #6f6f6f;
  letter-spacing: normal
}
@media (max-width:1439px) {
  .xl-text-center {
    text-align: center
  }

  .xl-text-left {
    text-align: left
  }

  .xl-text-right {
    text-align: right
  }

  .xl-float-left {
    float: left 
  }

  .xl-float-right {
    float: right 
  }

  .xl-float-none {
    float: none 
  }

  .xl-vertical-align-middle {
    vertical-align: middle
  }

  .xl-vertical-align-top {
    vertical-align: top
  }

  .xl-vertical-align-bottom {
    vertical-align: bottom
  }

  .xl-background-image-left {
    background-position: 0
  }

  .xl-background-image-right {
    background-position: 100%
  }

  .xl-background-image-center {
    background-position: 50%
  }

  .xl-margin-one-all {
    margin: 1%
  }

  .xl-margin-one-half-all {
    margin: 1.5%
  }

  .xl-margin-two-all {
    margin: 2%
  }

  .xl-margin-two-half-all {
    margin: 2.5%
  }

  .xl-margin-three-all {
    margin: 3%
  }

  .xl-margin-three-half-all {
    margin: 3.5%
  }

  .xl-margin-four-all {
    margin: 4%
  }

  .xl-margin-four-half-all {
    margin: 4.5%
  }

  .xl-margin-five-all {
    margin: 5%
  }

  .xl-margin-five-half-all {
    margin: 5.5%
  }

  .xl-margin-six-all {
    margin: 6%
  }

  .xl-margin-six-half-all {
    margin: 6.5%
  }

  .xl-margin-seven-all {
    margin: 7%
  }

  .xl-margin-seven-half-all {
    margin: 7.5%
  }

  .xl-margin-eight-all {
    margin: 8%
  }

  .xl-margin-eight-half-all {
    margin: 8.5%
  }

  .xl-margin-nine-all {
    margin: 9%
  }

  .xl-margin-nine-half-all {
    margin: 9.5%
  }

  .xl-margin-ten-all {
    margin: 10%
  }

  .xl-margin-ten-half-all {
    margin: 10.5%
  }

  .xl-margin-eleven-all {
    margin: 11%
  }

  .xl-margin-eleven-half-all {
    margin: 11.5%
  }

  .xl-margin-twelve-all {
    margin: 12%
  }

  .xl-margin-twelve-half-all {
    margin: 12.5%
  }

  .xl-margin-thirteen-all {
    margin: 13%
  }

  .xl-margin-thirteen-half-all {
    margin: 13.5%
  }

  .xl-margin-fourteen-all {
    margin: 14%
  }

  .xl-margin-fourteen-half-all {
    margin: 14.5%
  }

  .xl-margin-fifteen-all {
    margin: 15%
  }

  .xl-margin-fifteen-half-all {
    margin: 15.5%
  }

  .xl-margin-sixteen-all {
    margin: 16%
  }

  .xl-margin-sixteen-half-all {
    margin: 16.5%
  }

  .xl-margin-seventeen-all {
    margin: 17%
  }

  .xl-margin-seventeen-half-all {
    margin: 17.5%
  }

  .xl-margin-eighteen-all {
    margin: 18%
  }

  .xl-margin-eighteen-half-all {
    margin: 18.5%
  }

  .xl-margin-nineteen-all {
    margin: 19%
  }

  .xl-margin-nineteen-half-all {
    margin: 19.5%
  }

  .xl-margin-twenty-all {
    margin: 20%
  }

  .xl-margin-twenty-half-all {
    margin: 20.5%
  }

  .xl-margin-twenty-one-all {
    margin: 21%
  }

  .xl-margin-twenty-one-half-all {
    margin: 21.5%
  }

  .xl-margin-twenty-two-all {
    margin: 22%
  }

  .xl-margin-twenty-two-half-all {
    margin: 22.5%
  }

  .xl-margin-twenty-three-all {
    margin: 23%
  }

  .xl-margin-twenty-three-half-all {
    margin: 23.5%
  }

  .xl-margin-twenty-four-all {
    margin: 24%
  }

  .xl-margin-twenty-four-half-all {
    margin: 24.5%
  }

  .xl-margin-twenty-five-all {
    margin: 25%
  }

  .xl-margin-5px-all {
    margin: 5px 
  }

  .xl-margin-10px-all {
    margin: 10px 
  }

  .xl-margin-15px-all {
    margin: 15px 
  }

  .xl-margin-20px-all {
    margin: 20px 
  }

  .xl-margin-25px-all {
    margin: 25px 
  }

  .xl-margin-30px-all {
    margin: 30px 
  }

  .xl-margin-35px-all {
    margin: 35px 
  }

  .xl-margin-40px-all {
    margin: 40px 
  }

  .xl-margin-45px-all {
    margin: 45px 
  }

  .xl-margin-50px-all {
    margin: 50px 
  }

  .xl-margin-55px-all {
    margin: 55px 
  }

  .xl-margin-60px-all {
    margin: 60px 
  }

  .xl-margin-65px-all {
    margin: 65px 
  }

  .xl-margin-70px-all {
    margin: 70px 
  }

  .xl-margin-75px-all {
    margin: 75px 
  }

  .xl-margin-80px-all {
    margin: 80px 
  }

  .xl-margin-85px-all {
    margin: 85px 
  }

  .xl-margin-90px-all {
    margin: 90px 
  }

  .xl-margin-95px-all {
    margin: 95px 
  }

  .xl-margin-100px-all {
    margin: 100px 
  }

  .xl-no-margin {
    margin: 0 
  }

  .xl-no-margin-lr {
    margin-left: 0 ;
    margin-right: 0 
  }

  .xl-no-margin-tb {
    margin-bottom: 0 
  }

  .xl-no-margin-tb,
  .xl-no-margin-top {
    margin-top: 0 
  }

  .xl-no-margin-bottom {
    margin-bottom: 0 
  }

  .xl-no-margin-left {
    margin-left: 0 
  }

  .xl-no-margin-right {
    margin-right: 0 
  }

  .xl-margin-lr-auto {
    margin-left: auto ;
    margin-right: auto 
  }

  .xl-margin-auto {
    margin: 0 auto 
  }

  .xl-margin-one-top {
    margin-top: 1%
  }

  .xl-margin-one-half-top {
    margin-top: 1.5%
  }

  .xl-margin-two-top {
    margin-top: 2%
  }

  .xl-margin-two-half-top {
    margin-top: 2.5%
  }

  .xl-margin-three-top {
    margin-top: 3%
  }

  .xl-margin-three-half-top {
    margin-top: 3.5%
  }

  .xl-margin-four-top {
    margin-top: 4%
  }

  .xl-margin-four-half-top {
    margin-top: 4.5%
  }

  .xl-margin-five-top {
    margin-top: 5%
  }

  .xl-margin-five-half-top {
    margin-top: 5.5%
  }

  .xl-margin-six-top {
    margin-top: 6%
  }

  .xl-margin-six-half-top {
    margin-top: 6.5%
  }

  .xl-margin-seven-top {
    margin-top: 7%
  }

  .xl-margin-seven-half-top {
    margin-top: 7.5%
  }

  .xl-margin-eight-top {
    margin-top: 8%
  }

  .xl-margin-eight-half-top {
    margin-top: 8.5%
  }

  .xl-margin-nine-top {
    margin-top: 9%
  }

  .xl-margin-nine-half-top {
    margin-top: 9.5%
  }

  .xl-margin-ten-top {
    margin-top: 10%
  }

  .xl-margin-ten-half-top {
    margin-top: 10.5%
  }

  .xl-margin-eleven-top {
    margin-top: 11%
  }

  .xl-margin-eleven-half-top {
    margin-top: 11.5%
  }

  .xl-margin-twelve-top {
    margin-top: 12%
  }

  .xl-margin-twelve-half-top {
    margin-top: 12.5%
  }

  .xl-margin-thirteen-top {
    margin-top: 13%
  }

  .xl-margin-thirteen-half-top {
    margin-top: 13.5%
  }

  .xl-margin-fourteen-top {
    margin-top: 14%
  }

  .xl-margin-fourteen-half-top {
    margin-top: 14.5%
  }

  .xl-margin-fifteen-top {
    margin-top: 15%
  }

  .xl-margin-fifteen-half-top {
    margin-top: 15.5%
  }

  .xl-margin-sixteen-top {
    margin-top: 16%
  }

  .xl-margin-sixteen-half-top {
    margin-top: 16.5%
  }

  .xl-margin-seventeen-top {
    margin-top: 17%
  }

  .xl-margin-seventeen-half-top {
    margin-top: 17.5%
  }

  .xl-margin-eighteen-top {
    margin-top: 18%
  }

  .xl-margin-eighteen-half-top {
    margin-top: 18.5%
  }

  .xl-margin-nineteen-top {
    margin-top: 19%
  }

  .xl-margin-nineteen-half-top {
    margin-top: 19.5%
  }

  .xl-margin-twenty-top {
    margin-top: 20%
  }

  .xl-margin-twenty-half-top {
    margin-top: 20.5%
  }

  .xl-margin-twenty-one-top {
    margin-top: 21%
  }

  .xl-margin-twenty-one-half-top {
    margin-top: 21.5%
  }

  .xl-margin-twenty-two-top {
    margin-top: 22%
  }

  .xl-margin-twenty-two-half-top {
    margin-top: 22.5%
  }

  .xl-margin-twenty-top {
    margin-top: 23%
  }

  .xl-margin-twenty-half-top {
    margin-top: 23.5%
  }

  .xl-margin-twenty-four-top {
    margin-top: 24%
  }

  .xl-margin-twenty-four-half-top {
    margin-top: 24.5%
  }

  .xl-margin-twenty-five-top {
    margin-top: 25%
  }

  .xl-margin-5px-top {
    margin-top: 5px 
  }

  .xl-margin-10px-top {
    margin-top: 10px 
  }

  .xl-margin-15px-top {
    margin-top: 15px 
  }

  .xl-margin-20px-top {
    margin-top: 20px 
  }

  .xl-margin-25px-top {
    margin-top: 25px 
  }

  .xl-margin-30px-top {
    margin-top: 30px 
  }

  .xl-margin-35px-top {
    margin-top: 35px 
  }

  .xl-margin-40px-top {
    margin-top: 40px 
  }

  .xl-margin-45px-top {
    margin-top: 45px 
  }

  .xl-margin-50px-top {
    margin-top: 50px 
  }

  .xl-margin-55px-top {
    margin-top: 55px 
  }

  .xl-margin-60px-top {
    margin-top: 60px 
  }

  .xl-margin-65px-top {
    margin-top: 65px 
  }

  .xl-margin-70px-top {
    margin-top: 70px 
  }

  .xl-margin-75px-top {
    margin-top: 75px 
  }

  .xl-margin-80px-top {
    margin-top: 80px 
  }

  .xl-margin-85px-top {
    margin-top: 85px 
  }

  .xl-margin-90px-top {
    margin-top: 90px 
  }

  .xl-margin-95px-top {
    margin-top: 95px 
  }

  .xl-margin-100px-top {
    margin-top: 100px 
  }

  .xl-margin-one-bottom {
    margin-bottom: 1%
  }

  .xl-margin-one-half-bottom {
    margin-bottom: 1.5%
  }

  .xl-margin-two-bottom {
    margin-bottom: 2%
  }

  .xl-margin-two-half-bottom {
    margin-bottom: 2.5%
  }

  .xl-margin-three-bottom {
    margin-bottom: 3%
  }

  .xl-margin-three-half-bottom {
    margin-bottom: 3.5%
  }

  .xl-margin-four-bottom {
    margin-bottom: 4%
  }

  .xl-margin-four-half-bottom {
    margin-bottom: 4.5%
  }

  .xl-margin-five-bottom {
    margin-bottom: 5%
  }

  .xl-margin-five-half-bottom {
    margin-bottom: 5.5%
  }

  .xl-margin-six-bottom {
    margin-bottom: 6%
  }

  .xl-margin-six-half-bottom {
    margin-bottom: 6.5%
  }

  .xl-margin-seven-bottom {
    margin-bottom: 7%
  }

  .xl-margin-seven-half-bottom {
    margin-bottom: 7.5%
  }

  .xl-margin-eight-bottom {
    margin-bottom: 8%
  }

  .xl-margin-eight-half-bottom {
    margin-bottom: 8.5%
  }

  .xl-margin-nine-bottom {
    margin-bottom: 9%
  }

  .xl-margin-nine-half-bottom {
    margin-bottom: 9.5%
  }

  .xl-margin-ten-bottom {
    margin-bottom: 10%
  }

  .xl-margin-ten-half-bottom {
    margin-bottom: 10.5%
  }

  .xl-margin-eleven-bottom {
    margin-bottom: 11%
  }

  .xl-margin-eleven-half-bottom {
    margin-bottom: 11.5%
  }

  .xl-margin-twelve-bottom {
    margin-bottom: 12%
  }

  .xl-margin-twelve-half-bottom {
    margin-bottom: 12.5%
  }

  .xl-margin-thirteen-bottom {
    margin-bottom: 13%
  }

  .xl-margin-thirteen-half-bottom {
    margin-bottom: 13.5%
  }

  .xl-margin-fourteen-bottom {
    margin-bottom: 14%
  }

  .xl-margin-fourteen-half-bottom {
    margin-bottom: 14.5%
  }

  .xl-margin-fifteen-bottom {
    margin-bottom: 15%
  }

  .xl-margin-fifteen-half-bottom {
    margin-bottom: 15.5%
  }

  .xl-margin-sixteen-bottom {
    margin-bottom: 16%
  }

  .xl-margin-sixteen-half-bottom {
    margin-bottom: 16.5%
  }

  .xl-margin-seventeen-bottom {
    margin-bottom: 17%
  }

  .xl-margin-seventeen-half-bottom {
    margin-bottom: 17.5%
  }

  .xl-margin-eighteen-bottom {
    margin-bottom: 18%
  }

  .xl-margin-eighteen-half-bottom {
    margin-bottom: 18.5%
  }

  .xl-margin-nineteen-bottom {
    margin-bottom: 19%
  }

  .xl-margin-nineteen-half-bottom {
    margin-bottom: 19.5%
  }

  .xl-margin-twenty-bottom {
    margin-bottom: 20%
  }

  .xl-margin-twenty-half-bottom {
    margin-bottom: 20.5%
  }

  .xl-margin-twenty-one-bottom {
    margin-bottom: 21%
  }

  .xl-margin-twenty-one-half-bottom {
    margin-bottom: 21.5%
  }

  .xl-margin-twenty-two-bottom {
    margin-bottom: 22%
  }

  .xl-margin-twenty-two-half-bottom {
    margin-bottom: 22.5%
  }

  .xl-margin-twenty-three-bottom {
    margin-bottom: 23%
  }

  .xl-margin-twenty-three-half-bottom {
    margin-bottom: 23.5%
  }

  .xl-margin-twenty-five-bottom {
    margin-bottom: 24%
  }

  .xl-margin-twenty-five-half-bottom {
    margin-bottom: 24.5%
  }

  .xl-margin-twenty-five-bottom {
    margin-bottom: 25%
  }

  .xl-margin-5px-bottom {
    margin-bottom: 5px 
  }

  .xl-margin-10px-bottom {
    margin-bottom: 10px 
  }

  .xl-margin-15px-bottom {
    margin-bottom: 15px 
  }

  .xl-margin-20px-bottom {
    margin-bottom: 20px 
  }

  .xl-margin-25px-bottom {
    margin-bottom: 25px 
  }

  .xl-margin-30px-bottom {
    margin-bottom: 30px 
  }

  .xl-margin-35px-bottom {
    margin-bottom: 35px 
  }

  .xl-margin-40px-bottom {
    margin-bottom: 40px 
  }

  .xl-margin-45px-bottom {
    margin-bottom: 45px 
  }

  .xl-margin-50px-bottom {
    margin-bottom: 50px 
  }

  .xl-margin-55px-bottom {
    margin-bottom: 55px 
  }

  .xl-margin-60px-bottom {
    margin-bottom: 60px 
  }

  .xl-margin-65px-bottom {
    margin-bottom: 65px 
  }

  .xl-margin-70px-bottom {
    margin-bottom: 70px 
  }

  .xl-margin-75px-bottom {
    margin-bottom: 75px 
  }

  .xl-margin-80px-bottom {
    margin-bottom: 80px 
  }

  .xl-margin-85px-bottom {
    margin-bottom: 85px 
  }

  .xl-margin-90px-bottom {
    margin-bottom: 90px 
  }

  .xl-margin-95px-bottom {
    margin-bottom: 95px 
  }

  .xl-margin-100px-bottom {
    margin-bottom: 100px 
  }

  .xl-margin-one-right {
    margin-right: 1%
  }

  .xl-margin-one-half-right {
    margin-right: 1.5%
  }

  .xl-margin-two-right {
    margin-right: 2%
  }

  .xl-margin-two-half-right {
    margin-right: 2.5%
  }

  .xl-margin-three-right {
    margin-right: 3%
  }

  .xl-margin-three-half-right {
    margin-right: 3.5%
  }

  .xl-margin-four-right {
    margin-right: 4%
  }

  .xl-margin-four-half-right {
    margin-right: 4.5%
  }

  .xl-margin-five-right {
    margin-right: 5%
  }

  .xl-margin-five-half-right {
    margin-right: 5.5%
  }

  .xl-margin-six-right {
    margin-right: 6%
  }

  .xl-margin-six-half-right {
    margin-right: 6.5%
  }

  .xl-margin-seven-right {
    margin-right: 7%
  }

  .xl-margin-seven-half-right {
    margin-right: 7.5%
  }

  .xl-margin-eight-right {
    margin-right: 8%
  }

  .xl-margin-eight-half-right {
    margin-right: 8.5%
  }

  .xl-margin-nine-right {
    margin-right: 9%
  }

  .xl-margin-nine-half-right {
    margin-right: 9.5%
  }

  .xl-margin-ten-right {
    margin-right: 10%
  }

  .xl-margin-ten-half-right {
    margin-right: 10.5%
  }

  .xl-margin-eleven-right {
    margin-right: 11%
  }

  .xl-margin-eleven-half-right {
    margin-right: 11.5%
  }

  .xl-margin-twelve-right {
    margin-right: 12%
  }

  .xl-margin-twelve-half-right {
    margin-right: 12.5%
  }

  .xl-margin-thirteen-right {
    margin-right: 13%
  }

  .xl-margin-thirteen-half-right {
    margin-right: 13.5%
  }

  .xl-margin-fourteen-right {
    margin-right: 14%
  }

  .xl-margin-fourteen-half-right {
    margin-right: 14.5%
  }

  .xl-margin-fifteen-right {
    margin-right: 15%
  }

  .xl-margin-fifteen-half-right {
    margin-right: 15.5%
  }

  .xl-margin-sixteen-right {
    margin-right: 16%
  }

  .xl-margin-sixteen-half-right {
    margin-right: 16.5%
  }

  .xl-margin-seventeen-right {
    margin-right: 17%
  }

  .xl-margin-seventeen-half-right {
    margin-right: 17.5%
  }

  .xl-margin-eighteen-right {
    margin-right: 18%
  }

  .xl-margin-eighteen-half-right {
    margin-right: 18.5%
  }

  .xl-margin-nineteen-right {
    margin-right: 19%
  }

  .xl-margin-nineteen-half-right {
    margin-right: 19.5%
  }

  .xl-margin-twenty-right {
    margin-right: 20%
  }

  .xl-margin-twenty-half-right {
    margin-right: 20.5%
  }

  .xl-margin-twenty-one-right {
    margin-right: 21%
  }

  .xl-margin-twenty-one-half-right {
    margin-right: 21.5%
  }

  .xl-margin-twenty-two-right {
    margin-right: 22%
  }

  .xl-margin-twenty-two-half-right {
    margin-right: 22.5%
  }

  .xl-margin-twenty-three-right {
    margin-right: 23%
  }

  .xl-margin-twenty-three-half-right {
    margin-right: 23.5%
  }

  .xl-margin-twenty-four-right {
    margin-right: 24%
  }

  .xl-margin-twenty-four-half-right {
    margin-right: 24.5%
  }

  .xl-margin-twenty-five-right {
    margin-right: 25%
  }

  .xl-margin-10px-right {
    margin-right: 10px 
  }

  .xl-margin-15px-right {
    margin-right: 15px 
  }

  .xl-margin-20px-right {
    margin-right: 20px 
  }

  .xl-margin-25px-right {
    margin-right: 25px 
  }

  .xl-margin-30px-right {
    margin-right: 30px 
  }

  .xl-margin-35px-right {
    margin-right: 35px 
  }

  .xl-margin-40px-right {
    margin-right: 40px 
  }

  .xl-margin-45px-right {
    margin-right: 45px 
  }

  .xl-margin-50px-right {
    margin-right: 50px 
  }

  .xl-margin-55px-right {
    margin-right: 55px 
  }

  .xl-margin-60px-right {
    margin-right: 60px 
  }

  .xl-margin-65px-right {
    margin-right: 65px 
  }

  .xl-margin-70px-right {
    margin-right: 70px 
  }

  .xl-margin-75px-right {
    margin-right: 75px 
  }

  .xl-margin-80px-right {
    margin-right: 80px 
  }

  .xl-margin-85px-right {
    margin-right: 85px 
  }

  .xl-margin-90px-right {
    margin-right: 90px 
  }

  .xl-margin-95px-right {
    margin-right: 95px 
  }

  .xl-margin-100px-right {
    margin-right: 100px 
  }

  .xl-margin-one-left {
    margin-left: 1%
  }

  .xl-margin-one-half-left {
    margin-left: 1.5%
  }

  .xl-margin-two-left {
    margin-left: 2%
  }

  .xl-margin-two-half-left {
    margin-left: 2.5%
  }

  .xl-margin-three-left {
    margin-left: 3%
  }

  .xl-margin-three-half-left {
    margin-left: 3.5%
  }

  .xl-margin-four-left {
    margin-left: 4%
  }

  .xl-margin-four-half-left {
    margin-left: 4.5%
  }

  .xl-margin-five-left {
    margin-left: 5%
  }

  .xl-margin-five-half-left {
    margin-left: 5.5%
  }

  .xl-margin-six-left {
    margin-left: 6%
  }

  .xl-margin-six-half-left {
    margin-left: 6.5%
  }

  .xl-margin-seven-left {
    margin-left: 7%
  }

  .xl-margin-seven-half-left {
    margin-left: 7.5%
  }

  .xl-margin-eight-left {
    margin-left: 8%
  }

  .xl-margin-eight-half-left {
    margin-left: 8.5%
  }

  .xl-margin-nine-left {
    margin-left: 9%
  }

  .xl-margin-nine-half-left {
    margin-left: 9.5%
  }

  .xl-margin-ten-left {
    margin-left: 10%
  }

  .xl-margin-ten-half-left {
    margin-left: 10.5%
  }

  .xl-margin-eleven-left {
    margin-left: 11%
  }

  .xl-margin-eleven-half-left {
    margin-left: 11.5%
  }

  .xl-margin-twelve-left {
    margin-left: 12%
  }

  .xl-margin-twelve-half-left {
    margin-left: 12.5%
  }

  .xl-margin-thirteen-left {
    margin-left: 13%
  }

  .xl-margin-thirteen-half-left {
    margin-left: 13.5%
  }

  .xl-margin-fourteen-left {
    margin-left: 14%
  }

  .xl-margin-fourteen-half-left {
    margin-left: 14.5%
  }

  .xl-margin-fifteen-left {
    margin-left: 15%
  }

  .xl-margin-fifteen-half-left {
    margin-left: 15.5%
  }

  .xl-margin-sixteen-left {
    margin-left: 16%
  }

  .xl-margin-sixteen-half-left {
    margin-left: 16.5%
  }

  .xl-margin-seventeen-left {
    margin-left: 17%
  }

  .xl-margin-seventeen-half-left {
    margin-left: 17.5%
  }

  .xl-margin-eighteen-left {
    margin-left: 18%
  }

  .xl-margin-eighteen-half-left {
    margin-left: 18.5%
  }

  .xl-margin-nineteen-left {
    margin-left: 19%
  }

  .xl-margin-nineteen-half-left {
    margin-left: 19.5%
  }

  .xl-margin-twenty-left {
    margin-left: 20%
  }

  .xl-margin-twenty-half-left {
    margin-left: 20.5%
  }

  .xl-margin-twenty-one-left {
    margin-left: 21%
  }

  .xl-margin-twenty-one-half-left {
    margin-left: 21.5%
  }

  .xl-margin-twenty-two-left {
    margin-left: 22%
  }

  .xl-margin-twenty-two-half-left {
    margin-left: 22.5%
  }

  .xl-margin-twenty-three-left {
    margin-left: 23%
  }

  .xl-margin-twenty-three-half-left {
    margin-left: 23.5%
  }

  .xl-margin-twenty-four-left {
    margin-left: 24%
  }

  .xl-margin-twenty-four-half-left {
    margin-left: 24.5%
  }

  .xl-margin-twenty-five-left {
    margin-left: 25%
  }

  .xl-margin-5px-left {
    margin-left: 5px 
  }

  .xl-margin-10px-left {
    margin-left: 10px 
  }

  .xl-margin-15px-left {
    margin-left: 15px 
  }

  .xl-margin-20px-left {
    margin-left: 20px 
  }

  .xl-margin-25px-left {
    margin-left: 25px 
  }

  .xl-margin-30px-left {
    margin-left: 30px 
  }

  .xl-margin-35px-left {
    margin-left: 35px 
  }

  .xl-margin-40px-left {
    margin-left: 40px 
  }

  .xl-margin-45px-left {
    margin-left: 45px 
  }

  .xl-margin-50px-left {
    margin-left: 50px 
  }

  .xl-margin-55px-left {
    margin-left: 55px 
  }

  .xl-margin-60px-left {
    margin-left: 60px 
  }

  .xl-margin-65px-left {
    margin-left: 65px 
  }

  .xl-margin-70px-left {
    margin-left: 70px 
  }

  .xl-margin-75px-left {
    margin-left: 75px 
  }

  .xl-margin-80px-left {
    margin-left: 80px 
  }

  .xl-margin-85px-left {
    margin-left: 85px 
  }

  .xl-margin-90px-left {
    margin-left: 90px 
  }

  .xl-margin-95px-left {
    margin-left: 95px 
  }

  .xl-margin-100px-left {
    margin-left: 100px 
  }

  .xl-margin-one-lr {
    margin-left: 1%;
    margin-right: 1%
  }

  .xl-margin-one-half-lr {
    margin-left: 1.5%;
    margin-right: 1.5%
  }

  .xl-margin-two-lr {
    margin-left: 2%;
    margin-right: 2%
  }

  .xl-margin-two-half-lr {
    margin-left: 2.5%;
    margin-right: 2.5%
  }

  .xl-margin-three-lr {
    margin-left: 3%;
    margin-right: 3%
  }

  .xl-margin-three-half-lr {
    margin-left: 3.5%;
    margin-right: 3.5%
  }

  .xl-margin-four-lr {
    margin-left: 4%;
    margin-right: 4%
  }

  .xl-margin-four-half-lr {
    margin-left: 4.5%;
    margin-right: 4.5%
  }

  .xl-margin-five-lr {
    margin-left: 5%;
    margin-right: 5%
  }

  .xl-margin-five-half-lr {
    margin-left: 5.5%;
    margin-right: 5.5%
  }

  .xl-margin-six-lr {
    margin-left: 6%;
    margin-right: 6%
  }

  .xl-margin-six-half-lr {
    margin-left: 6.5%;
    margin-right: 6.5%
  }

  .xl-margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%
  }

  .xl-margin-seven-half-lr {
    margin-left: 7.5%;
    margin-right: 7.5%
  }

  .xl-margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%
  }

  .xl-margin-eight-half-lr {
    margin-left: 8.5%;
    margin-right: 8.5%
  }

  .xl-margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%
  }

  .xl-margin-nine-half-lr {
    margin-left: 9.5%;
    margin-right: 9.5%
  }

  .xl-margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%
  }

  .xl-margin-ten-half-lr {
    margin-left: 10.5%;
    margin-right: 10.5%
  }

  .xl-margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%
  }

  .xl-margin-eleven-half-lr {
    margin-left: 11.5%;
    margin-right: 11.5%
  }

  .xl-margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%
  }

  .xl-margin-twelve-half-lr {
    margin-left: 12.5%;
    margin-right: 12.5%
  }

  .xl-margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%
  }

  .xl-margin-thirteen-half-lr {
    margin-left: 13.5%;
    margin-right: 13.5%
  }

  .xl-margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%
  }

  .xl-margin-fourteen-half-lr {
    margin-left: 14.5%;
    margin-right: 14.5%
  }

  .xl-margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%
  }

  .xl-margin-fifteen-half-lr {
    margin-left: 15.5%;
    margin-right: 15.5%
  }

  .xl-margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%
  }

  .xl-margin-sixteen-half-lr {
    margin-left: 16.5%;
    margin-right: 16.5%
  }

  .xl-margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%
  }

  .xl-margin-seventeen-half-lr {
    margin-left: 17.5%;
    margin-right: 17.5%
  }

  .xl-margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%
  }

  .xl-margin-eighteen-half-lr {
    margin-left: 18.5%;
    margin-right: 18.5%
  }

  .xl-margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%
  }

  .xl-margin-nineteen-half-lr {
    margin-left: 19.5%;
    margin-right: 19.5%
  }

  .xl-margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%
  }

  .xl-margin-twenty-half-lr {
    margin-left: 20.5%;
    margin-right: 20.5%
  }

  .xl-margin-twenty-one-lr {
    margin-left: 21%;
    margin-right: 21%
  }

  .xl-margin-twenty-one-half-lr {
    margin-left: 21.5%;
    margin-right: 21.5%
  }

  .xl-margin-twenty-two-lr {
    margin-left: 22%;
    margin-right: 22%
  }

  .xl-margin-twenty-two-half-lr {
    margin-left: 22.5%;
    margin-right: 22.5%
  }

  .xl-margin-twenty-three-lr {
    margin-left: 23%;
    margin-right: 23%
  }

  .xl-margin-twenty-three-half-lr {
    margin-left: 23.5%;
    margin-right: 23.5%
  }

  .xl-margin-twenty-four-lr {
    margin-left: 24%;
    margin-right: 24%
  }

  .xl-margin-twenty-four-half-lr {
    margin-left: 24.5%;
    margin-right: 24.5%
  }

  .xl-margin-twenty-five-lr {
    margin-left: 25%;
    margin-right: 25%
  }

  .xl-margin-5px-lr {
    margin-left: 5px ;
    margin-right: 5px 
  }

  .xl-margin-10px-lr {
    margin-left: 10px ;
    margin-right: 10px 
  }

  .xl-margin-15px-lr {
    margin-left: 15px ;
    margin-right: 15px 
  }

  .xl-margin-20px-lr {
    margin-left: 20px ;
    margin-right: 20px 
  }

  .xl-margin-25px-lr {
    margin-left: 25px ;
    margin-right: 25px 
  }

  .xl-margin-30px-lr {
    margin-left: 30px ;
    margin-right: 30px 
  }

  .xl-margin-35px-lr {
    margin-left: 35px ;
    margin-right: 35px 
  }

  .xl-margin-40px-lr {
    margin-left: 40px ;
    margin-right: 40px 
  }

  .xl-margin-45px-lr {
    margin-left: 45px ;
    margin-right: 45px 
  }

  .xl-margin-50px-lr {
    margin-left: 50px ;
    margin-right: 50px 
  }

  .xl-margin-55px-lr {
    margin-left: 55px ;
    margin-right: 55px 
  }

  .xl-margin-60px-lr {
    margin-left: 60px ;
    margin-right: 60px 
  }

  .xl-margin-65px-lr {
    margin-left: 65px ;
    margin-right: 60px 
  }

  .xl-margin-70px-lr {
    margin-left: 70px ;
    margin-right: 65px 
  }

  .xl-margin-75px-lr {
    margin-left: 75px ;
    margin-right: 70px 
  }

  .xl-margin-80px-lr {
    margin-left: 80px ;
    margin-right: 75px 
  }

  .xl-margin-85px-lr {
    margin-left: 85px ;
    margin-right: 80px 
  }

  .xl-margin-90px-lr {
    margin-left: 90px ;
    margin-right: 85px 
  }

  .xl-margin-95px-lr {
    margin-left: 95px ;
    margin-right: 90px 
  }

  .xl-margin-100px-lr {
    margin-left: 100px ;
    margin-right: 100px 
  }

  .xl-margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%
  }

  .xl-margin-one-half-tb {
    margin-top: 1.5%;
    margin-bottom: 1.5%
  }

  .xl-margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%
  }

  .xl-margin-two-half-tb {
    margin-top: 2.5%;
    margin-bottom: 2.5%
  }

  .xl-margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%
  }

  .xl-margin-three-half-tb {
    margin-top: 3.5%;
    margin-bottom: 3.5%
  }

  .xl-margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%
  }

  .xl-margin-four-half-tb {
    margin-top: 4.5%;
    margin-bottom: 4.5%
  }

  .xl-margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%
  }

  .xl-margin-five-half-tb {
    margin-top: 5.5%;
    margin-bottom: 5.5%
  }

  .xl-margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%
  }

  .xl-margin-six-half-tb {
    margin-top: 6.5%;
    margin-bottom: 6.5%
  }

  .xl-margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%
  }

  .xl-margin-seven-half-tb {
    margin-top: 7.5%;
    margin-bottom: 7.5%
  }

  .xl-margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%
  }

  .xl-margin-eight-half-tb {
    margin-top: 8.5%;
    margin-bottom: 8.5%
  }

  .xl-margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%
  }

  .xl-margin-nine-half-tb {
    margin-top: 9.5%;
    margin-bottom: 9.5%
  }

  .xl-margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%
  }

  .xl-margin-ten-half-tb {
    margin-top: 10.5%;
    margin-bottom: 10.5%
  }

  .xl-margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%
  }

  .xl-margin-eleven-half-tb {
    margin-top: 11.5%;
    margin-bottom: 11.5%
  }

  .xl-margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%
  }

  .xl-margin-twelve-half-tb {
    margin-top: 12.5%;
    margin-bottom: 12.5%
  }

  .xl-margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%
  }

  .xl-margin-thirteen-half-tb {
    margin-top: 13.5%;
    margin-bottom: 13.5%
  }

  .xl-margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%
  }

  .xl-margin-fourteen-half-tb {
    margin-top: 14.5%;
    margin-bottom: 14.5%
  }

  .xl-margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%
  }

  .xl-margin-fifteen-half-tb {
    margin-top: 15.5%;
    margin-bottom: 15.5%
  }

  .xl-margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%
  }

  .xl-margin-sixteen-half-tb {
    margin-top: 16.5%;
    margin-bottom: 16.5%
  }

  .xl-margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%
  }

  .xl-margin-seventeen-half-tb {
    margin-top: 17.5%;
    margin-bottom: 17.5%
  }

  .xl-margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%
  }

  .xl-margin-eighteen-half-tb {
    margin-top: 18.5%;
    margin-bottom: 18.5%
  }

  .xl-margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%
  }

  .xl-margin-nineteen-half-tb {
    margin-top: 19.5%;
    margin-bottom: 19.5%
  }

  .xl-margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%
  }

  .xl-margin-twenty-half-tb {
    margin-top: 20.5%;
    margin-bottom: 20.5%
  }

  .xl-margin-twenty-one-tb {
    margin-top: 21%;
    margin-bottom: 21%
  }

  .xl-margin-twenty-one-half-tb {
    margin-top: 21.5%;
    margin-bottom: 21.5%
  }

  .xl-margin-twenty-two-tb {
    margin-top: 22%;
    margin-bottom: 22%
  }

  .xl-margin-twenty-two-half-tb {
    margin-top: 22.5%;
    margin-bottom: 22.5%
  }

  .xl-margin-twenty-three-tb {
    margin-top: 23%;
    margin-bottom: 23%
  }

  .xl-margin-twenty-three-half-tb {
    margin-top: 23.5%;
    margin-bottom: 23.5%
  }

  .xl-margin-twenty-four-tb {
    margin-top: 24%;
    margin-bottom: 24%
  }

  .xl-margin-twenty-four-half-tb {
    margin-top: 24.5%;
    margin-bottom: 24.5%
  }

  .xl-margin-twenty-five-tb {
    margin-top: 25%;
    margin-bottom: 25%
  }

  .xl-margin-5px-tb {
    margin-top: 5px ;
    margin-bottom: 5px 
  }

  .xl-margin-10px-tb {
    margin-top: 10px ;
    margin-bottom: 10px 
  }

  .xl-margin-15px-tb {
    margin-top: 15px ;
    margin-bottom: 15px 
  }

  .xl-margin-20px-tb {
    margin-top: 20px ;
    margin-bottom: 20px 
  }

  .xl-margin-25px-tb {
    margin-top: 25px ;
    margin-bottom: 25px 
  }

  .xl-margin-30px-tb {
    margin-top: 30px ;
    margin-bottom: 30px 
  }

  .xl-margin-35px-tb {
    margin-top: 35px ;
    margin-bottom: 35px 
  }

  .xl-margin-40px-tb {
    margin-top: 40px ;
    margin-bottom: 40px 
  }

  .xl-margin-45px-tb {
    margin-top: 45px ;
    margin-bottom: 45px 
  }

  .xl-margin-50px-tb {
    margin-top: 50px ;
    margin-bottom: 50px 
  }

  .xl-margin-55px-tb {
    margin-top: 55px ;
    margin-bottom: 55px 
  }

  .xl-margin-60px-tb {
    margin-top: 60px ;
    margin-bottom: 60px 
  }

  .xl-margin-65px-tb {
    margin-top: 65px ;
    margin-bottom: 60px 
  }

  .xl-margin-70px-tb {
    margin-top: 70px ;
    margin-bottom: 65px 
  }

  .xl-margin-75px-tb {
    margin-top: 75px ;
    margin-bottom: 70px 
  }

  .xl-margin-80px-tb {
    margin-top: 80px ;
    margin-bottom: 75px 
  }

  .xl-margin-85px-tb {
    margin-top: 85px ;
    margin-bottom: 80px 
  }

  .xl-margin-90px-tb {
    margin-top: 90px ;
    margin-bottom: 85px 
  }

  .xl-margin-95px-tb {
    margin-top: 95px ;
    margin-bottom: 90px 
  }

  .xl-margin-100px-tb {
    margin-top: 100px ;
    margin-bottom: 100px 
  }

  .xl-header-padding-top {
    padding-top: 82px
  }

  .xl-header-margin-top {
    margin-top: 80px
  }

  .xl-no-padding {
    padding: 0 
  }

  .xl-no-padding-lr {
    padding-left: 0 ;
    padding-right: 0 
  }

  .xl-no-padding-tb {
    padding-bottom: 0 
  }

  .xl-no-padding-tb,
  .xl-no-padding-top {
    padding-top: 0 
  }

  .xl-no-padding-bottom {
    padding-bottom: 0 
  }

  .xl-no-padding-left {
    padding-left: 0 
  }

  .xl-no-padding-right {
    padding-right: 0 
  }

  .xl-padding-one-all {
    padding: 1%
  }

  .xl-padding-one-half-all {
    padding: 1.5%
  }

  .xl-padding-two-all {
    padding: 2%
  }

  .xl-padding-two-half-all {
    padding: 2.5%
  }

  .xl-padding-three-all {
    padding: 3%
  }

  .xl-padding-three-half-all {
    padding: 3.5%
  }

  .xl-padding-four-all {
    padding: 4%
  }

  .xl-padding-four-half-all {
    padding: 4.5%
  }

  .xl-padding-five-all {
    padding: 5%
  }

  .xl-padding-five-half-all {
    padding: 5.5%
  }

  .xl-padding-six-all {
    padding: 6%
  }

  .xl-padding-six-half-all {
    padding: 6.5%
  }

  .xl-padding-seven-all {
    padding: 7%
  }

  .xl-padding-seven-half-all {
    padding: 7.5%
  }

  .xl-padding-eight-all {
    padding: 8%
  }

  .xl-padding-eight-half-all {
    padding: 8.5%
  }

  .xl-padding-nine-all {
    padding: 9%
  }

  .xl-padding-nine-half-all {
    padding: 9.5%
  }

  .xl-padding-ten-all {
    padding: 10%
  }

  .xl-padding-ten-half-all {
    padding: 10.5%
  }

  .xl-padding-eleven-all {
    padding: 11%
  }

  .xl-padding-eleven-half-all {
    padding: 11.5%
  }

  .xl-padding-twelve-all {
    padding: 12%
  }

  .xl-padding-twelve-half-all {
    padding: 12.5%
  }

  .xl-padding-thirteen-all {
    padding: 13%
  }

  .xl-padding-thirteen-half-all {
    padding: 13.5%
  }

  .xl-padding-fourteen-all {
    padding: 14%
  }

  .xl-padding-fourteen-half-all {
    padding: 14.5%
  }

  .xl-padding-fifteen-all {
    padding: 15%
  }

  .xl-padding-fifteen-half-all {
    padding: 15.5%
  }

  .xl-padding-sixteen-all {
    padding: 16%
  }

  .xl-padding-sixteen-half-all {
    padding: 16.5%
  }

  .xl-padding-seventeen-all {
    padding: 17%
  }

  .xl-padding-seventeen-half-all {
    padding: 17.5%
  }

  .xl-padding-eighteen-all {
    padding: 18%
  }

  .xl-padding-eighteen-half-all {
    padding: 18.5%
  }

  .xl-padding-nineteen-all {
    padding: 19%
  }

  .xl-padding-nineteen-half-all {
    padding: 19.5%
  }

  .xl-padding-twenty-all {
    padding: 20%
  }

  .xl-padding-twenty-half-all {
    padding: 20.5%
  }

  .xl-padding-twenty-one-all {
    padding: 21%
  }

  .xl-padding-twenty-one-half-all {
    padding: 21.5%
  }

  .xl-padding-twenty-two-all {
    padding: 22%
  }

  .xl-padding-twenty-two-half-all {
    padding: 22.5%
  }

  .xl-padding-twenty-three-all {
    padding: 23%
  }

  .xl-padding-twenty-three-half-all {
    padding: 23.5%
  }

  .xl-padding-twenty-four-all {
    padding: 24%
  }

  .xl-padding-twenty-four-half-all {
    padding: 24.5%
  }

  .xl-padding-twenty-five-all {
    padding: 25%
  }

  .xl-padding-5px-all {
    padding: 5px 
  }

  .xl-padding-10px-all {
    padding: 10px 
  }

  .xl-padding-15px-all {
    padding: 15px 
  }

  .xl-padding-20px-all {
    padding: 20px 
  }

  .xl-padding-25px-all {
    padding: 25px 
  }

  .xl-padding-30px-all {
    padding: 30px 
  }

  .xl-padding-35px-all {
    padding: 35px 
  }

  .xl-padding-40px-all {
    padding: 40px 
  }

  .xl-padding-45px-all {
    padding: 45px 
  }

  .xl-padding-50px-all {
    padding: 50px 
  }

  .xl-padding-55px-all {
    padding: 55px 
  }

  .xl-padding-60px-all {
    padding: 60px 
  }

  .xl-padding-65px-all {
    padding: 65px 
  }

  .xl-padding-70px-all {
    padding: 70px 
  }

  .xl-padding-75px-all {
    padding: 75px 
  }

  .xl-padding-80px-all {
    padding: 80px 
  }

  .xl-padding-85px-all {
    padding: 85px 
  }

  .xl-padding-90px-all {
    padding: 90px 
  }

  .xl-padding-95px-all {
    padding: 95px 
  }

  .xl-padding-100px-all {
    padding: 100px 
  }

  .xl-padding-one-top {
    padding-top: 1%
  }

  .xl-padding-one-half-top {
    padding-top: 1.5%
  }

  .xl-padding-two-top {
    padding-top: 2%
  }

  .xl-padding-two-half-top {
    padding-top: 2.5%
  }

  .xl-padding-three-top {
    padding-top: 3%
  }

  .xl-padding-three-half-top {
    padding-top: 3.5%
  }

  .xl-padding-four-top {
    padding-top: 4%
  }

  .xl-padding-four-half-top {
    padding-top: 4.5%
  }

  .xl-padding-five-top {
    padding-top: 5%
  }

  .xl-padding-five-half-top {
    padding-top: 5.5%
  }

  .xl-padding-six-top {
    padding-top: 6%
  }

  .xl-padding-six-half-top {
    padding-top: 6.5%
  }

  .xl-padding-seven-top {
    padding-top: 7%
  }

  .xl-padding-seven-half-top {
    padding-top: 7.5%
  }

  .xl-padding-eight-top {
    padding-top: 8%
  }

  .xl-padding-eight-half-top {
    padding-top: 8.5%
  }

  .xl-padding-nine-top {
    padding-top: 9%
  }

  .xl-padding-nine-half-top {
    padding-top: 9.5%
  }

  .xl-padding-ten-top {
    padding-top: 10%
  }

  .xl-padding-ten-half-top {
    padding-top: 10.5%
  }

  .xl-padding-eleven-top {
    padding-top: 11%
  }

  .xl-padding-eleven-half-top {
    padding-top: 11.5%
  }

  .xl-padding-twelve-top {
    padding-top: 12%
  }

  .xl-padding-twelve-half-top {
    padding-top: 12.5%
  }

  .xl-padding-thirteen-top {
    padding-top: 13%
  }

  .xl-padding-thirteen-half-top {
    padding-top: 13.5%
  }

  .xl-padding-fourteen-top {
    padding-top: 14%
  }

  .xl-padding-fourteen-half-top {
    padding-top: 14.5%
  }

  .xl-padding-fifteen-top {
    padding-top: 15%
  }

  .xl-padding-fifteen-half-top {
    padding-top: 15.5%
  }

  .xl-padding-sixteen-top {
    padding-top: 16%
  }

  .xl-padding-sixteen-half-top {
    padding-top: 16.5%
  }

  .xl-padding-seventeen-top {
    padding-top: 17%
  }

  .xl-padding-seventeen-half-top {
    padding-top: 17.5%
  }

  .xl-padding-eighteen-top {
    padding-top: 18%
  }

  .xl-padding-eighteen-half-top {
    padding-top: 18.5%
  }

  .xl-padding-nineteen-top {
    padding-top: 19%
  }

  .xl-padding-nineteen-half-top {
    padding-top: 19.5%
  }

  .xl-padding-twenty-top {
    padding-top: 20%
  }

  .xl-padding-twenty-half-top {
    padding-top: 20.5%
  }

  .xl-padding-twenty-one-top {
    padding-top: 21%
  }

  .xl-padding-twenty-one-half-top {
    padding-top: 21.5%
  }

  .xl-padding-twenty-two-top {
    padding-top: 22%
  }

  .xl-padding-twenty-two-half-top {
    padding-top: 22.5%
  }

  .xl-padding-twenty-three-top {
    padding-top: 23%
  }

  .xl-padding-twenty-three-half-top {
    padding-top: 23.5%
  }

  .xl-padding-twenty-four-top {
    padding-top: 24%
  }

  .xl-padding-twenty-four-half-top {
    padding-top: 24.5%
  }

  .xl-padding-twenty-five-top {
    padding-top: 25%
  }

  .xl-padding-5px-top {
    padding-top: 5px 
  }

  .xl-padding-10px-top {
    padding-top: 10px 
  }

  .xl-padding-15px-top {
    padding-top: 15px 
  }

  .xl-padding-20px-top {
    padding-top: 20px 
  }

  .xl-padding-25px-top {
    padding-top: 25px 
  }

  .xl-padding-30px-top {
    padding-top: 30px 
  }

  .xl-padding-35px-top {
    padding-top: 35px 
  }

  .xl-padding-40px-top {
    padding-top: 40px 
  }

  .xl-padding-45px-top {
    padding-top: 45px 
  }

  .xl-padding-50px-top {
    padding-top: 50px 
  }

  .xl-padding-55px-top {
    padding-top: 55px 
  }

  .xl-padding-60px-top {
    padding-top: 60px 
  }

  .xl-padding-65px-top {
    padding-top: 65px 
  }

  .xl-padding-70px-top {
    padding-top: 70px 
  }

  .xl-padding-75px-top {
    padding-top: 75px 
  }

  .xl-padding-80px-top {
    padding-top: 80px 
  }

  .xl-padding-85px-top {
    padding-top: 85px 
  }

  .xl-padding-90px-top {
    padding-top: 90px 
  }

  .xl-padding-95px-top {
    padding-top: 95px 
  }

  .xl-padding-100px-top {
    padding-top: 100px 
  }

  .xl-padding-one-bottom {
    padding-bottom: 1%
  }

  .xl-padding-one-half-bottom {
    padding-bottom: 1.5%
  }

  .xl-padding-two-bottom {
    padding-bottom: 2%
  }

  .xl-padding-two-half-bottom {
    padding-bottom: 2.5%
  }

  .xl-padding-three-bottom {
    padding-bottom: 3%
  }

  .xl-padding-three-half-bottom {
    padding-bottom: 3.5%
  }

  .xl-padding-four-bottom {
    padding-bottom: 4%
  }

  .xl-padding-four-half-bottom {
    padding-bottom: 4.5%
  }

  .xl-padding-five-bottom {
    padding-bottom: 5%
  }

  .xl-padding-five-half-bottom {
    padding-bottom: 5.5%
  }

  .xl-padding-six-bottom {
    padding-bottom: 6%
  }

  .xl-padding-six-half-bottom {
    padding-bottom: 6.5%
  }

  .xl-padding-seven-bottom {
    padding-bottom: 7%
  }

  .xl-padding-seven-half-bottom {
    padding-bottom: 7.5%
  }

  .xl-padding-eight-bottom {
    padding-bottom: 8%
  }

  .xl-padding-eight-half-bottom {
    padding-bottom: 8.5%
  }

  .xl-padding-nine-bottom {
    padding-bottom: 9%
  }

  .xl-padding-nine-half-bottom {
    padding-bottom: 9.5%
  }

  .xl-padding-ten-bottom {
    padding-bottom: 10%
  }

  .xl-padding-ten-half-bottom {
    padding-bottom: 10.5%
  }

  .xl-padding-eleven-bottom {
    padding-bottom: 11%
  }

  .xl-padding-eleven-half-bottom {
    padding-bottom: 11.5%
  }

  .xl-padding-twelve-bottom {
    padding-bottom: 12%
  }

  .xl-padding-twelve-half-bottom {
    padding-bottom: 12.5%
  }

  .xl-padding-thirteen-bottom {
    padding-bottom: 13%
  }

  .xl-padding-thirteen-half-bottom {
    padding-bottom: 13.5%
  }

  .xl-padding-fourteen-bottom {
    padding-bottom: 14%
  }

  .xl-padding-fourteen-half-bottom {
    padding-bottom: 14.5%
  }

  .xl-padding-fifteen-bottom {
    padding-bottom: 15%
  }

  .xl-padding-fifteen-half-bottom {
    padding-bottom: 15.5%
  }

  .xl-padding-sixteen-bottom {
    padding-bottom: 16%
  }

  .xl-padding-sixteen-half-bottom {
    padding-bottom: 16.5%
  }

  .xl-padding-seventeen-bottom {
    padding-bottom: 17%
  }

  .xl-padding-seventeen-half-bottom {
    padding-bottom: 17.5%
  }

  .xl-padding-eighteen-bottom {
    padding-bottom: 18%
  }

  .xl-padding-eighteen-half-bottom {
    padding-bottom: 18.5%
  }

  .xl-padding-nineteen-bottom {
    padding-bottom: 19%
  }

  .xl-padding-nineteen-half-bottom {
    padding-bottom: 19.5%
  }

  .xl-padding-twenty-bottom {
    padding-bottom: 20%
  }

  .xl-padding-twenty-half-bottom {
    padding-bottom: 20.5%
  }

  .xl-padding-twenty-one-bottom {
    padding-bottom: 21%
  }

  .xl-padding-twenty-one-half-bottom {
    padding-bottom: 21.5%
  }

  .xl-padding-twenty-two-bottom {
    padding-bottom: 22%
  }

  .xl-padding-twenty-two-half-bottom {
    padding-bottom: 22.5%
  }

  .xl-padding-twenty-three-bottom {
    padding-bottom: 23%
  }

  .xl-padding-twenty-three-half-bottom {
    padding-bottom: 23.5%
  }

  .xl-padding-twenty-four-bottom {
    padding-bottom: 24%
  }

  .xl-padding-twenty-four-half-bottom {
    padding-bottom: 24.5%
  }

  .xl-padding-twenty-five-bottom {
    padding-bottom: 25%
  }

  .xl-padding-5px-bottom {
    padding-bottom: 5px 
  }

  .xl-padding-10px-bottom {
    padding-bottom: 10px 
  }

  .xl-padding-15px-bottom {
    padding-bottom: 15px 
  }

  .xl-padding-20px-bottom {
    padding-bottom: 20px 
  }

  .xl-padding-25px-bottom {
    padding-bottom: 25px 
  }

  .xl-padding-30px-bottom {
    padding-bottom: 30px 
  }

  .xl-padding-35px-bottom {
    padding-bottom: 35px 
  }

  .xl-padding-40px-bottom {
    padding-bottom: 40px 
  }

  .xl-padding-45px-bottom {
    padding-bottom: 45px 
  }

  .xl-padding-50px-bottom {
    padding-bottom: 50px 
  }

  .xl-padding-55px-bottom {
    padding-bottom: 55px 
  }

  .xl-padding-60px-bottom {
    padding-bottom: 60px 
  }

  .xl-padding-65px-bottom {
    padding-bottom: 65px 
  }

  .xl-padding-70px-bottom {
    padding-bottom: 70px 
  }

  .xl-padding-75px-bottom {
    padding-bottom: 75px 
  }

  .xl-padding-80px-bottom {
    padding-bottom: 80px 
  }

  .xl-padding-85px-bottom {
    padding-bottom: 85px 
  }

  .xl-padding-90px-bottom {
    padding-bottom: 90px 
  }

  .xl-padding-95px-bottom {
    padding-bottom: 95px 
  }

  .xl-padding-100px-bottom {
    padding-bottom: 100px 
  }

  .xl-padding-one-right {
    padding-right: 1%
  }

  .xl-padding-one-half-right {
    padding-right: 1.5%
  }

  .xl-padding-two-right {
    padding-right: 2%
  }

  .xl-padding-two-half-right {
    padding-right: 2.5%
  }

  .xl-padding-three-right {
    padding-right: 3%
  }

  .xl-padding-three-half-right {
    padding-right: 3.5%
  }

  .xl-padding-four-right {
    padding-right: 4%
  }

  .xl-padding-four-half-right {
    padding-right: 4.5%
  }

  .xl-padding-five-right {
    padding-right: 5%
  }

  .xl-padding-five-half-right {
    padding-right: 5.5%
  }

  .xl-padding-six-right {
    padding-right: 6%
  }

  .xl-padding-six-half-right {
    padding-right: 6.5%
  }

  .xl-padding-seven-right {
    padding-right: 7%
  }

  .xl-padding-seven-half-right {
    padding-right: 7.5%
  }

  .xl-padding-eight-right {
    padding-right: 8%
  }

  .xl-padding-eight-half-right {
    padding-right: 8.5%
  }

  .xl-padding-nine-right {
    padding-right: 9%
  }

  .xl-padding-nine-half-right {
    padding-right: 9.5%
  }

  .xl-padding-ten-right {
    padding-right: 10%
  }

  .xl-padding-ten-half-right {
    padding-right: 10.5%
  }

  .xl-padding-eleven-right {
    padding-right: 11%
  }

  .xl-padding-eleven-half-right {
    padding-right: 11.5%
  }

  .xl-padding-twelve-right {
    padding-right: 12%
  }

  .xl-padding-twelve-half-right {
    padding-right: 12.5%
  }

  .xl-padding-thirteen-right {
    padding-right: 13%
  }

  .xl-padding-thirteen-half-right {
    padding-right: 13.5%
  }

  .xl-padding-fourteen-right {
    padding-right: 14%
  }

  .xl-padding-fourteen-half-right {
    padding-right: 14.5%
  }

  .xl-padding-fifteen-right {
    padding-right: 15%
  }

  .xl-padding-fifteen-half-right {
    padding-right: 15.5%
  }

  .xl-padding-sixteen-right {
    padding-right: 16%
  }

  .xl-padding-sixteen-half-right {
    padding-right: 16.5%
  }

  .xl-padding-seventeen-right {
    padding-right: 17%
  }

  .xl-padding-seventeen-half-right {
    padding-right: 17.5%
  }

  .xl-padding-eighteen-right {
    padding-right: 18%
  }

  .xl-padding-eighteen-half-right {
    padding-right: 18.5%
  }

  .xl-padding-nineteen-right {
    padding-right: 19%
  }

  .xl-padding-nineteen-half-right {
    padding-right: 19.5%
  }

  .xl-padding-twenty-right {
    padding-right: 20%
  }

  .xl-padding-twenty-half-right {
    padding-right: 20.5%
  }

  .xl-padding-twenty-one-right {
    padding-right: 21%
  }

  .xl-padding-twenty-one-half-right {
    padding-right: 21.5%
  }

  .xl-padding-twenty-two-right {
    padding-right: 22%
  }

  .xl-padding-twenty-two-half-right {
    padding-right: 22.5%
  }

  .xl-padding-twenty-three-right {
    padding-right: 23%
  }

  .xl-padding-twenty-three-half-right {
    padding-right: 23.5%
  }

  .xl-padding-twenty-four-right {
    padding-right: 24%
  }

  .xl-padding-twenty-four-half-right {
    padding-right: 24.5%
  }

  .xl-padding-twenty-five-right {
    padding-right: 25%
  }

  .xl-padding-5px-right {
    padding-right: 5px 
  }

  .xl-padding-10px-right {
    padding-right: 10px 
  }

  .xl-padding-15px-right {
    padding-right: 15px 
  }

  .xl-padding-20px-right {
    padding-right: 20px 
  }

  .xl-padding-25px-right {
    padding-right: 25px 
  }

  .xl-padding-30px-right {
    padding-right: 30px 
  }

  .xl-padding-35px-right {
    padding-right: 35px 
  }

  .xl-padding-40px-right {
    padding-right: 40px 
  }

  .xl-padding-45px-right {
    padding-right: 45px 
  }

  .xl-padding-50px-right {
    padding-right: 50px 
  }

  .xl-padding-55px-right {
    padding-right: 55px 
  }

  .xl-padding-60px-right {
    padding-right: 60px 
  }

  .xl-padding-65px-right {
    padding-right: 65px 
  }

  .xl-padding-70px-right {
    padding-right: 70px 
  }

  .xl-padding-75px-right {
    padding-right: 75px 
  }

  .xl-padding-80px-right {
    padding-right: 80px 
  }

  .xl-padding-85px-right {
    padding-right: 85px 
  }

  .xl-padding-90px-right {
    padding-right: 90px 
  }

  .xl-padding-95px-right {
    padding-right: 95px 
  }

  .xl-padding-100px-right {
    padding-right: 100px 
  }

  .xl-padding-one-left {
    padding-left: 1%
  }

  .xl-padding-one-half-left {
    padding-left: 1.5%
  }

  .xl-padding-two-left {
    padding-left: 2%
  }

  .xl-padding-two-half-left {
    padding-left: 2.5%
  }

  .xl-padding-three-left {
    padding-left: 3%
  }

  .xl-padding-three-half-left {
    padding-left: 3.5%
  }

  .xl-padding-four-left {
    padding-left: 4%
  }

  .xl-padding-four-half-left {
    padding-left: 4.5%
  }

  .xl-padding-five-left {
    padding-left: 5%
  }

  .xl-padding-five-half-left {
    padding-left: 5.5%
  }

  .xl-padding-six-left {
    padding-left: 6%
  }

  .xl-padding-six-half-left {
    padding-left: 6.5%
  }

  .xl-padding-seven-left {
    padding-left: 7%
  }

  .xl-padding-seven-half-left {
    padding-left: 7.5%
  }

  .xl-padding-eight-left {
    padding-left: 8%
  }

  .xl-padding-eight-half-left {
    padding-left: 8.5%
  }

  .xl-padding-nine-left {
    padding-left: 9%
  }

  .xl-padding-nine-half-left {
    padding-left: 9.5%
  }

  .xl-padding-ten-left {
    padding-left: 10%
  }

  .xl-padding-ten-half-left {
    padding-left: 10.5%
  }

  .xl-padding-eleven-left {
    padding-left: 11%
  }

  .xl-padding-eleven-half-left {
    padding-left: 11.5%
  }

  .xl-padding-twelve-left {
    padding-left: 12%
  }

  .xl-padding-twelve-half-left {
    padding-left: 12.5%
  }

  .xl-padding-thirteen-left {
    padding-left: 13%
  }

  .xl-padding-thirteen-half-left {
    padding-left: 13.5%
  }

  .xl-padding-fourteen-left {
    padding-left: 14%
  }

  .xl-padding-fourteen-half-left {
    padding-left: 14.5%
  }

  .xl-padding-fifteen-left {
    padding-left: 15%
  }

  .xl-padding-fifteen-half-left {
    padding-left: 15.5%
  }

  .xl-padding-sixteen-left {
    padding-left: 16%
  }

  .xl-padding-sixteen-half-left {
    padding-left: 16.5%
  }

  .xl-padding-seventeen-left {
    padding-left: 17%
  }

  .xl-padding-seventeen-half-left {
    padding-left: 17.5%
  }

  .xl-padding-eighteen-left {
    padding-left: 18%
  }

  .xl-padding-eighteen-half-left {
    padding-left: 18.5%
  }

  .xl-padding-nineteen-left {
    padding-left: 19%
  }

  .xl-padding-nineteen-half-left {
    padding-left: 19.5%
  }

  .xl-padding-twenty-left {
    padding-left: 20%
  }

  .xl-padding-twenty-half-left {
    padding-left: 20.5%
  }

  .xl-padding-twenty-one-left {
    padding-left: 21%
  }

  .xl-padding-twenty-one-half-left {
    padding-left: 21.5%
  }

  .xl-padding-twenty-two-left {
    padding-left: 22%
  }

  .xl-padding-twenty-two-half-left {
    padding-left: 22.5%
  }

  .xl-padding-twenty-three-left {
    padding-left: 23%
  }

  .xl-padding-twenty-three-half-left {
    padding-left: 23.5%
  }

  .xl-padding-twenty-four-left {
    padding-left: 24%
  }

  .xl-padding-twenty-four-half-left {
    padding-left: 24.5%
  }

  .xl-padding-twenty-five-left {
    padding-left: 25%
  }

  .xl-padding-5px-left {
    padding-left: 5px 
  }

  .xl-padding-10px-left {
    padding-left: 10px 
  }

  .xl-padding-15px-left {
    padding-left: 15px 
  }

  .xl-padding-20px-left {
    padding-left: 20px 
  }

  .xl-padding-25px-left {
    padding-left: 25px 
  }

  .xl-padding-30px-left {
    padding-left: 30px 
  }

  .xl-padding-35px-left {
    padding-left: 35px 
  }

  .xl-padding-40px-left {
    padding-left: 40px 
  }

  .xl-padding-45px-left {
    padding-left: 45px 
  }

  .xl-padding-50px-left {
    padding-left: 50px 
  }

  .xl-padding-55px-left {
    padding-left: 55px 
  }

  .xl-padding-60px-left {
    padding-left: 60px 
  }

  .xl-padding-65px-left {
    padding-left: 65px 
  }

  .xl-padding-70px-left {
    padding-left: 70px 
  }

  .xl-padding-75px-left {
    padding-left: 75px 
  }

  .xl-padding-80px-left {
    padding-left: 80px 
  }

  .xl-padding-85px-left {
    padding-left: 85px 
  }

  .xl-padding-90px-left {
    padding-left: 90px 
  }

  .xl-padding-95px-left {
    padding-left: 95px 
  }

  .xl-padding-100px-left {
    padding-left: 100px 
  }

  .xl-padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%
  }

  .xl-padding-one-half-tb {
    padding-top: 1.5%;
    padding-bottom: 1.5%
  }

  .xl-padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%
  }

  .xl-padding-two-half-tb {
    padding-top: 2.5%;
    padding-bottom: 2.5%
  }

  .xl-padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%
  }

  .xl-padding-three-half-tb {
    padding-top: 3.5%;
    padding-bottom: 3.5%
  }

  .xl-padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%
  }

  .xl-padding-four-half-tb {
    padding-top: 4.5%;
    padding-bottom: 4.5%
  }

  .xl-padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%
  }

  .xl-padding-five-half-tb {
    padding-top: 5.5%;
    padding-bottom: 5.5%
  }

  .xl-padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%
  }

  .xl-padding-six-half-tb {
    padding-top: 6.5%;
    padding-bottom: 6.5%
  }

  .xl-padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%
  }

  .xl-padding-seven-half-tb {
    padding-top: 7.5%;
    padding-bottom: 7.5%
  }

  .xl-padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%
  }

  .xl-padding-eight-half-tb {
    padding-top: 8.5%;
    padding-bottom: 8.5%
  }

  .xl-padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%
  }

  .xl-padding-nine-half-tb {
    padding-top: 9.5%;
    padding-bottom: 9.5%
  }

  .xl-padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%
  }

  .xl-padding-ten-half-tb {
    padding-top: 10.5%;
    padding-bottom: 10.5%
  }

  .xl-padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%
  }

  .xl-padding-eleven-half-tb {
    padding-top: 11.5%;
    padding-bottom: 11.5%
  }

  .xl-padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%
  }

  .xl-padding-twelve-half-tb {
    padding-top: 12.5%;
    padding-bottom: 12.5%
  }

  .xl-padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%
  }

  .xl-padding-thirteen-half-tb {
    padding-top: 13.5%;
    padding-bottom: 13.5%
  }

  .xl-padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%
  }

  .xl-padding-fourteen-half-tb {
    padding-top: 14.5%;
    padding-bottom: 14.5%
  }

  .xl-padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%
  }

  .xl-padding-fifteen-half-tb {
    padding-top: 15.5%;
    padding-bottom: 15.5%
  }

  .xl-padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%
  }

  .xl-padding-sixteen-half-tb {
    padding-top: 16.5%;
    padding-bottom: 16.5%
  }

  .xl-padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%
  }

  .xl-padding-seventeen-half-tb {
    padding-top: 17.5%;
    padding-bottom: 17.5%
  }

  .xl-padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%
  }

  .xl-padding-eighteen-half-tb {
    padding-top: 18.5%;
    padding-bottom: 18.5%
  }

  .xl-padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%
  }

  .xl-padding-nineteen-half-tb {
    padding-top: 19.5%;
    padding-bottom: 19.5%
  }

  .xl-padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%
  }

  .xl-padding-twenty-half-tb {
    padding-top: 20.5%;
    padding-bottom: 20.5%
  }

  .xl-padding-twenty-one-tb {
    padding-top: 21%;
    padding-bottom: 21%
  }

  .xl-padding-twenty-one-half-tb {
    padding-top: 21.5%;
    padding-bottom: 21.5%
  }

  .xl-padding-twenty-two-tb {
    padding-top: 22%;
    padding-bottom: 22%
  }

  .xl-padding-twenty-two-half-tb {
    padding-top: 22.5%;
    padding-bottom: 22.5%
  }

  .xl-padding-twenty-three-tb {
    padding-top: 23%;
    padding-bottom: 23%
  }

  .xl-padding-twenty-three-half-tb {
    padding-top: 23.5%;
    padding-bottom: 23.5%
  }

  .xl-padding-twenty-four-tb {
    padding-top: 24%;
    padding-bottom: 24%
  }

  .xl-padding-twenty-four-half-tb {
    padding-top: 24.5%;
    padding-bottom: 24.5%
  }

  .xl-padding-twenty-five-tb {
    padding-top: 25%;
    padding-bottom: 25%
  }

  .xl-padding-5px-tb {
    padding-top: 5px ;
    padding-bottom: 5px 
  }

  .xl-padding-10px-tb {
    padding-top: 10px ;
    padding-bottom: 10px 
  }

  .xl-padding-15px-tb {
    padding-top: 15px ;
    padding-bottom: 15px 
  }

  .xl-padding-20px-tb {
    padding-top: 20px ;
    padding-bottom: 20px 
  }

  .xl-padding-25px-tb {
    padding-top: 25px ;
    padding-bottom: 25px 
  }

  .xl-padding-30px-tb {
    padding-top: 30px ;
    padding-bottom: 30px 
  }

  .xl-padding-35px-tb {
    padding-top: 35px ;
    padding-bottom: 35px 
  }

  .xl-padding-40px-tb {
    padding-top: 40px ;
    padding-bottom: 40px 
  }

  .xl-padding-45px-tb {
    padding-top: 45px ;
    padding-bottom: 45px 
  }

  .xl-padding-50px-tb {
    padding-top: 50px ;
    padding-bottom: 50px 
  }

  .xl-padding-55px-tb {
    padding-top: 55px ;
    padding-bottom: 55px 
  }

  .xl-padding-60px-tb {
    padding-top: 60px ;
    padding-bottom: 60px 
  }

  .xl-padding-65px-tb {
    padding-top: 65px ;
    padding-bottom: 65px 
  }

  .xl-padding-70px-tb {
    padding-top: 70px ;
    padding-bottom: 70px 
  }

  .xl-padding-75px-tb {
    padding-top: 75px ;
    padding-bottom: 75px 
  }

  .xl-padding-80px-tb {
    padding-top: 80px ;
    padding-bottom: 80px 
  }

  .xl-padding-85px-tb {
    padding-top: 85px ;
    padding-bottom: 85px 
  }

  .xl-padding-90px-tb {
    padding-top: 90px ;
    padding-bottom: 90px 
  }

  .xl-padding-95px-tb {
    padding-top: 95px ;
    padding-bottom: 95px 
  }

  .xl-padding-100px-tb {
    padding-top: 100px ;
    padding-bottom: 100px 
  }

  .xl-padding-one-lr {
    padding-left: 1%;
    padding-right: 1%
  }

  .xl-padding-one-half-lr {
    padding-left: 1.5%;
    padding-right: 1.5%
  }

  .xl-padding-two-lr {
    padding-left: 2%;
    padding-right: 2%
  }

  .xl-padding-two-half-lr {
    padding-left: 2.5%;
    padding-right: 2.5%
  }

  .xl-padding-three-lr {
    padding-left: 3%;
    padding-right: 3%
  }

  .xl-padding-three-half-lr {
    padding-left: 3.5%;
    padding-right: 3.5%
  }

  .xl-padding-four-lr {
    padding-left: 4%;
    padding-right: 4%
  }

  .xl-padding-four-half-lr {
    padding-left: 4.5%;
    padding-right: 4.5%
  }

  .xl-padding-five-lr {
    padding-left: 5%;
    padding-right: 5%
  }

  .xl-padding-five-half-lr {
    padding-left: 5.5%;
    padding-right: 5.5%
  }

  .xl-padding-six-lr {
    padding-left: 6%;
    padding-right: 6%
  }

  .xl-padding-six-half-lr {
    padding-left: 6.5%;
    padding-right: 6.5%
  }

  .xl-padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%
  }

  .xl-padding-seven-half-lr {
    padding-left: 7.5%;
    padding-right: 7.5%
  }

  .xl-padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%
  }

  .xl-padding-eight-half-lr {
    padding-left: 8.5%;
    padding-right: 8.5%
  }

  .xl-padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%
  }

  .xl-padding-nine-half-lr {
    padding-left: 9.5%;
    padding-right: 9.5%
  }

  .xl-padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%
  }

  .xl-padding-ten-half-lr {
    padding-left: 10.5%;
    padding-right: 10.5%
  }

  .xl-padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%
  }

  .xl-padding-eleven-half-lr {
    padding-left: 11.5%;
    padding-right: 11.5%
  }

  .xl-padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%
  }

  .xl-padding-twelve-half-lr {
    padding-left: 12.5%;
    padding-right: 12.5%
  }

  .xl-padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%
  }

  .xl-padding-thirteen-half-lr {
    padding-left: 13.5%;
    padding-right: 13.5%
  }

  .xl-padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%
  }

  .xl-padding-fourteen-half-lr {
    padding-left: 14.5%;
    padding-right: 14.5%
  }

  .xl-padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%
  }

  .xl-padding-fifteen-half-lr {
    padding-left: 15.5%;
    padding-right: 15.5%
  }

  .xl-padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%
  }

  .xl-padding-sixteen-half-lr {
    padding-left: 16.5%;
    padding-right: 16.5%
  }

  .xl-padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%
  }

  .xl-padding-seventeen-half-lr {
    padding-left: 17.5%;
    padding-right: 17.5%
  }

  .xl-padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%
  }

  .xl-padding-eighteen-half-lr {
    padding-left: 18.5%;
    padding-right: 18.5%
  }

  .xl-padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%
  }

  .xl-padding-nineteen-half-lr {
    padding-left: 19.5%;
    padding-right: 19.5%
  }

  .xl-padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%
  }

  .xl-padding-twenty-half-lr {
    padding-left: 20.5%;
    padding-right: 20.5%
  }

  .xl-padding-twenty-one-lr {
    padding-left: 21%;
    padding-right: 21%
  }

  .xl-padding-twenty-one-half-lr {
    padding-left: 21.5%;
    padding-right: 21.5%
  }

  .xl-padding-twenty-two-lr {
    padding-left: 22%;
    padding-right: 22%
  }

  .xl-padding-twenty-two-half-lr {
    padding-left: 22.5%;
    padding-right: 22.5%
  }

  .xl-padding-twenty-three-lr {
    padding-left: 23%;
    padding-right: 23%
  }

  .xl-padding-twenty-three-half-lr {
    padding-left: 23.5%;
    padding-right: 23.5%
  }

  .xl-padding-twenty-four-lr {
    padding-left: 24%;
    padding-right: 24%
  }

  .xl-padding-twenty-four-half-lr {
    padding-left: 24.5%;
    padding-right: 24.5%
  }

  .xl-padding-twenty-five-lr {
    padding-left: 25%;
    padding-right: 25%
  }

  .xl-padding-5px-lr {
    padding-left: 5px ;
    padding-right: 5px 
  }

  .xl-padding-10px-lr {
    padding-left: 10px ;
    padding-right: 10px 
  }

  .xl-padding-15px-lr {
    padding-left: 15px ;
    padding-right: 15px 
  }

  .xl-padding-20px-lr {
    padding-left: 20px ;
    padding-right: 20px 
  }

  .xl-padding-25px-lr {
    padding-left: 25px ;
    padding-right: 25px 
  }

  .xl-padding-30px-lr {
    padding-left: 30px ;
    padding-right: 30px 
  }

  .xl-padding-35px-lr {
    padding-left: 35px ;
    padding-right: 35px 
  }

  .xl-padding-40px-lr {
    padding-left: 40px ;
    padding-right: 40px 
  }

  .xl-padding-45px-lr {
    padding-left: 45px ;
    padding-right: 45px 
  }

  .xl-padding-50px-lr {
    padding-left: 50px ;
    padding-right: 50px 
  }

  .xl-padding-55px-lr {
    padding-left: 55px ;
    padding-right: 55px 
  }

  .xl-padding-60px-lr {
    padding-left: 60px ;
    padding-right: 60px 
  }

  .xl-padding-65px-lr {
    padding-left: 65px ;
    padding-right: 65px 
  }

  .xl-padding-70px-lr {
    padding-left: 70px ;
    padding-right: 70px 
  }

  .xl-padding-75px-lr {
    padding-left: 75px ;
    padding-right: 75px 
  }

  .xl-padding-80px-lr {
    padding-left: 80px ;
    padding-right: 80px 
  }

  .xl-padding-85px-lr {
    padding-left: 85px ;
    padding-right: 85px 
  }

  .xl-padding-90px-lr {
    padding-left: 90px ;
    padding-right: 90px 
  }

  .xl-padding-95px-lr {
    padding-left: 95px ;
    padding-right: 95px 
  }

  .xl-padding-100px-lr {
    padding-left: 100px ;
    padding-right: 100px 
  }

  .xl-top-auto {
    top: auto
  }

  .xl-top-0 {
    top: 0 
  }

  .xl-top-1 {
    top: 1px 
  }

  .xl-top-2 {
    top: 2px 
  }

  .xl-top-3 {
    top: 3px 
  }

  .xl-top-4 {
    top: 4px 
  }

  .xl-top-5 {
    top: 5px 
  }

  .xl-top-6 {
    top: 6px 
  }

  .xl-top-7 {
    top: 7px 
  }

  .xl-top-8 {
    top: 8px 
  }

  .xl-top-9 {
    top: 9px 
  }

  .xl-top-10 {
    top: 10px 
  }

  .xl-top-minus1 {
    top: -1px 
  }

  .xl-top-minus2 {
    top: -2px 
  }

  .xl-top-minus3 {
    top: -3px 
  }

  .xl-top-minus4 {
    top: -4px 
  }

  .xl-top-minus5 {
    top: -5px 
  }

  .xl-top-minus6 {
    top: -6px 
  }

  .xl-top-minus7 {
    top: -7px 
  }

  .xl-top-minus8 {
    top: -8px 
  }

  .xl-top-minus9 {
    top: -9px 
  }

  .xl-top-minus10 {
    top: -10px 
  }

  .xl-top-minus15 {
    top: -15px 
  }

  .xl-top-minus20 {
    top: -20px 
  }

  .xl-top-minus25 {
    top: -25px 
  }

  .xl-top-minus30 {
    top: -30px 
  }

  .xl-top-minus35 {
    top: -35px 
  }

  .xl-top-minus40 {
    top: -40px 
  }

  .xl-bottom-auto {
    bottom: auto
  }

  .xl-bottom-0 {
    bottom: 0
  }

  .xl-bottom-1 {
    bottom: 1px 
  }

  .xl-bottom-2 {
    bottom: 2px 
  }

  .xl-bottom-3 {
    bottom: 3px 
  }

  .xl-bottom-4 {
    bottom: 4px 
  }

  .xl-bottom-5 {
    bottom: 5px 
  }

  .xl-bottom-6 {
    bottom: 6px 
  }

  .xl-bottom-7 {
    bottom: 7px 
  }

  .xl-bottom-8 {
    bottom: 8px 
  }

  .xl-bottom-9 {
    bottom: 9px 
  }

  .xl-bottom-10 {
    bottom: 10px 
  }

  .xl-bottom-15 {
    bottom: 15px 
  }

  .xl-bottom-20 {
    bottom: 20px 
  }

  .xl-bottom-25 {
    bottom: 25px 
  }

  .xl-bottom-30 {
    bottom: 30px 
  }

  .xl-bottom-35 {
    bottom: 35px 
  }

  .xl-bottom-40 {
    bottom: 40px 
  }

  .xl-left-auto {
    left: auto
  }

  .xl-left-0 {
    left: 0
  }

  .xl-left-1 {
    left: 1px 
  }

  .xl-left-2 {
    left: 2px 
  }

  .xl-left-3 {
    left: 3px 
  }

  .xl-left-4 {
    left: 4px 
  }

  .xl-left-5 {
    left: 5px 
  }

  .xl-left-6 {
    left: 6px 
  }

  .xl-left-7 {
    left: 7px 
  }

  .xl-left-8 {
    left: 8px 
  }

  .xl-left-9 {
    left: 9px 
  }

  .xl-left-10 {
    bottom: 10px 
  }

  .xl-left-15 {
    bottom: 15px 
  }

  .xl-left-20 {
    bottom: 20px 
  }

  .xl-left-25 {
    bottom: 25px 
  }

  .xl-left-30 {
    bottom: 30px 
  }

  .xl-left-35 {
    bottom: 35px 
  }

  .xl-left-40 {
    bottom: 40px 
  }

  .xl-right-auto {
    right: auto
  }

  .xl-right-0 {
    right: 0
  }

  .xl-right-1 {
    right: 1px 
  }

  .xl-right-2 {
    right: 2px 
  }

  .xl-right-3 {
    right: 3px 
  }

  .xl-right-4 {
    right: 4px 
  }

  .xl-right-5 {
    right: 5px 
  }

  .xl-right-6 {
    right: 6px 
  }

  .xl-right-7 {
    right: 7px 
  }

  .xl-right-8 {
    right: 8px 
  }

  .xl-right-9 {
    right: 9px 
  }

  .xl-right-10 {
    right: 10px 
  }

  .xl-right-15 {
    right: 15px 
  }

  .xl-right-20 {
    right: 20px 
  }

  .xl-right-25 {
    right: 25px 
  }

  .xl-right-30 {
    right: 30px 
  }

  .xl-right-35 {
    right: 35px 
  }

  .xl-right-40 {
    right: 40px 
  }

  .xl-width-10 {
    width: 10%
  }

  .xl-width-15 {
    width: 15%
  }

  .xl-width-20 {
    width: 20%
  }

  .xl-width-25 {
    width: 25%
  }

  .xl-width-30 {
    width: 30%
  }

  .xl-width-35 {
    width: 35%
  }

  .xl-width-40 {
    width: 40%
  }

  .xl-width-45 {
    width: 45%
  }

  .xl-width-50 {
    width: 50%
  }

  .xl-width-55 {
    width: 55%
  }

  .xl-width-60 {
    width: 60%
  }

  .xl-width-65 {
    width: 65%
  }

  .xl-width-70 {
    width: 70%
  }

  .xl-width-75 {
    width: 75%
  }

  .xl-width-80 {
    width: 80%
  }

  .xl-width-85 {
    width: 85%
  }

  .xl-width-90 {
    width: 90%
  }

  .xl-width-95 {
    width: 95%
  }

  .xl-width-100 {
    width: 100%
  }

  .xl-width-auto {
    width: auto
  }

  .xl-width-50px {
    width: 50px
  }

  .xl-width-70px {
    width: 70px
  }

  .xl-width-75px {
    width: 75px
  }

  .xl-width-80px {
    width: 80px
  }

  .xl-width-85px {
    width: 85px
  }

  .xl-width-90px {
    width: 90px
  }

  .xl-width-95px {
    width: 95px
  }

  .xl-width-100px {
    width: 100px
  }

  .xl-width-120px {
    width: 120px
  }

  .xl-width-130px {
    width: 130px
  }

  .xl-width-150px {
    width: 150px
  }

  .xl-width-180px {
    width: 180px
  }

  .xl-width-200px {
    width: 200px
  }

  .xl-width-250px {
    width: 250px
  }

  .xl-width-300px {
    width: 300px
  }

  .xl-width-350px {
    width: 350px
  }

  .xl-width-400px {
    width: 400px
  }

  .xl-width-450px {
    width: 450px
  }

  .xl-width-500px {
    width: 500px
  }

  .xl-width-550px {
    width: 550px
  }

  .xl-width-600px {
    width: 600px
  }

  .xl-width-650px {
    width: 650px
  }

  .xl-width-700px {
    width: 700px
  }

  .xl-width-750px {
    width: 750px
  }

  .xl-width-800px {
    width: 800px
  }

  .xl-width-850px {
    width: 850px
  }

  .xl-width-900px {
    width: 900px
  }

  .xl-width-950px {
    width: 950px
  }

  .xl-width-1000px {
    width: 1000px
  }

  .xl-height-100 {
    height: 100%
  }

  .xl-height-auto {
    height: auto
  }

  .xl-height-80px {
    height: 80px 
  }

  .xl-height-90px {
    height: 90px 
  }

  .xl-height-100px {
    height: 100px 
  }

  .xl-height-150px {
    height: 150px 
  }

  .xl-height-200px {
    height: 200px 
  }

  .xl-height-250px {
    height: 250px 
  }

  .xl-height-300px {
    height: 300px 
  }

  .xl-height-350px {
    height: 350px 
  }

  .xl-height-400px {
    height: 400px 
  }

  .xl-height-450px {
    height: 450px 
  }

  .xl-height-500px {
    height: 500px 
  }

  .xl-height-550px {
    height: 550px 
  }

  .xl-height-600px {
    height: 600px 
  }

  .xl-height-650px {
    height: 650px 
  }

  .xl-height-700px {
    height: 700px 
  }

  .xl-line-height-auto {
    line-height: normal
  }

  .xl-line-height-10 {
    line-height: 10px
  }

  .xl-line-height-18 {
    line-height: 18px
  }

  .xl-line-height-20 {
    line-height: 20px 
  }

  .xl-line-height-24 {
    line-height: 24px 
  }

  .xl-line-height-22 {
    line-height: 22px 
  }

  .xl-line-height-26 {
    line-height: 26px 
  }

  .xl-line-height-28 {
    line-height: 28px 
  }

  .xl-line-height-30 {
    line-height: 30px 
  }

  .xl-line-height-35 {
    line-height: 35px 
  }

  .xl-line-height-40 {
    line-height: 40px 
  }

  .xl-line-height-45 {
    line-height: 45px 
  }

  .xl-line-height-50 {
    line-height: 50px 
  }

  .xl-line-height-55 {
    line-height: 55px 
  }

  .xl-line-height-60 {
    line-height: 60px 
  }

  .xl-line-height-65 {
    line-height: 65px 
  }

  .xl-line-height-70 {
    line-height: 70px 
  }

  .xl-line-height-75 {
    line-height: 75px 
  }

  .xl-line-height-80 {
    line-height: 80px 
  }

  .xl-line-height-85 {
    line-height: 85px 
  }

  .xl-line-height-90 {
    line-height: 90px 
  }

  .xl-line-height-95 {
    line-height: 95px 
  }

  .xl-line-height-100 {
    line-height: 100px 
  }

  .xl-display-block {
    display: block 
  }

  .xl-overflow-hidden {
    overflow: hidden 
  }

  .xl-overflow-auto {
    overflow: auto 
  }

  .xl-display-inline-block {
    display: inline-block 
  }

  .xl-display-inline {
    display: inline 
  }

  .xl-display-none {
    display: none 
  }

  .xl-display-inherit {
    display: inherit 
  }

  .xl-display-table {
    display: table 
  }

  .xl-display-table-cell {
    display: table-cell 
  }

  .xl-position-inherit {
    position: inherit
  }

  .xl-position-relative {
    position: relative;
    z-index: 5
  }

  .xl-position-absolute {
    position: absolute
  }

  .xl-position-fixed {
    position: fixed
  }

  .xl-no-border-top {
    border-top: 0 
  }

  .xl-no-border-bottom {
    border-bottom: 0 
  }

  .xl-no-border-right {
    border-right: 0 
  }

  .xl-no-border-left {
    border-left: 0 
  }

  .xl-no-background-img {
    background-image: none 
  }
}

@media (max-width:1190px) {
  .lg-text-center {
    text-align: center
  }

  .lg-text-left {
    text-align: left
  }

  .lg-text-right {
    text-align: right
  }

  .lg-float-left {
    float: left 
  }

  .lg-float-right {
    float: right 
  }

  .lg-float-none {
    float: none 
  }

  .lg-vertical-align-middle {
    vertical-align: middle
  }

  .lg-vertical-align-top {
    vertical-align: top
  }

  .lg-vertical-align-bottom {
    vertical-align: bottom
  }

  .lg-background-image-left {
    background-position: 0
  }

  .lg-background-image-right {
    background-position: 100%
  }

  .lg-background-image-center {
    background-position: 50%
  }

  .lg-margin-one-all {
    margin: 1%
  }

  .lg-margin-one-half-all {
    margin: 1.5%
  }

  .lg-margin-two-all {
    margin: 2%
  }

  .lg-margin-two-half-all {
    margin: 2.5%
  }

  .lg-margin-three-all {
    margin: 3%
  }

  .lg-margin-three-half-all {
    margin: 3.5%
  }

  .lg-margin-four-all {
    margin: 4%
  }

  .lg-margin-four-half-all {
    margin: 4.5%
  }

  .lg-margin-five-all {
    margin: 5%
  }

  .lg-margin-five-half-all {
    margin: 5.5%
  }

  .lg-margin-six-all {
    margin: 6%
  }

  .lg-margin-six-half-all {
    margin: 6.5%
  }

  .lg-margin-seven-all {
    margin: 7%
  }

  .lg-margin-seven-half-all {
    margin: 7.5%
  }

  .lg-margin-eight-all {
    margin: 8%
  }

  .lg-margin-eight-half-all {
    margin: 8.5%
  }

  .lg-margin-nine-all {
    margin: 9%
  }

  .lg-margin-nine-half-all {
    margin: 9.5%
  }

  .lg-margin-ten-all {
    margin: 10%
  }

  .lg-margin-ten-half-all {
    margin: 10.5%
  }

  .lg-margin-eleven-all {
    margin: 11%
  }

  .lg-margin-eleven-half-all {
    margin: 11.5%
  }

  .lg-margin-twelve-all {
    margin: 12%
  }

  .lg-margin-twelve-half-all {
    margin: 12.5%
  }

  .lg-margin-thirteen-all {
    margin: 13%
  }

  .lg-margin-thirteen-half-all {
    margin: 13.5%
  }

  .lg-margin-fourteen-all {
    margin: 14%
  }

  .lg-margin-fourteen-half-all {
    margin: 14.5%
  }

  .lg-margin-fifteen-all {
    margin: 15%
  }

  .lg-margin-fifteen-half-all {
    margin: 15.5%
  }

  .lg-margin-sixteen-all {
    margin: 16%
  }

  .lg-margin-sixteen-half-all {
    margin: 16.5%
  }

  .lg-margin-seventeen-all {
    margin: 17%
  }

  .lg-margin-seventeen-half-all {
    margin: 17.5%
  }

  .lg-margin-eighteen-all {
    margin: 18%
  }

  .lg-margin-eighteen-half-all {
    margin: 18.5%
  }

  .lg-margin-nineteen-all {
    margin: 19%
  }

  .lg-margin-nineteen-half-all {
    margin: 19.5%
  }

  .lg-margin-twenty-all {
    margin: 20%
  }

  .lg-margin-twenty-half-all {
    margin: 20.5%
  }

  .lg-margin-twenty-one-all {
    margin: 21%
  }

  .lg-margin-twenty-one-half-all {
    margin: 21.5%
  }

  .lg-margin-twenty-two-all {
    margin: 22%
  }

  .lg-margin-twenty-two-half-all {
    margin: 22.5%
  }

  .lg-margin-twenty-three-all {
    margin: 23%
  }

  .lg-margin-twenty-three-half-all {
    margin: 23.5%
  }

  .lg-margin-twenty-four-all {
    margin: 24%
  }

  .lg-margin-twenty-four-half-all {
    margin: 24.5%
  }

  .lg-margin-twenty-five-all {
    margin: 25%
  }

  .lg-margin-5px-all {
    margin: 5px 
  }

  .lg-margin-10px-all {
    margin: 10px 
  }

  .lg-margin-15px-all {
    margin: 15px 
  }

  .lg-margin-20px-all {
    margin: 20px 
  }

  .lg-margin-25px-all {
    margin: 25px 
  }

  .lg-margin-30px-all {
    margin: 30px 
  }

  .lg-margin-35px-all {
    margin: 35px 
  }

  .lg-margin-40px-all {
    margin: 40px 
  }

  .lg-margin-45px-all {
    margin: 45px 
  }

  .lg-margin-50px-all {
    margin: 50px 
  }

  .lg-margin-55px-all {
    margin: 55px 
  }

  .lg-margin-60px-all {
    margin: 60px 
  }

  .lg-margin-65px-all {
    margin: 65px 
  }

  .lg-margin-70px-all {
    margin: 70px 
  }

  .lg-margin-75px-all {
    margin: 75px 
  }

  .lg-margin-80px-all {
    margin: 80px 
  }

  .lg-margin-85px-all {
    margin: 85px 
  }

  .lg-margin-90px-all {
    margin: 90px 
  }

  .lg-margin-95px-all {
    margin: 95px 
  }

  .lg-margin-100px-all {
    margin: 100px 
  }

  .lg-no-margin {
    margin: 0 
  }

  .lg-no-margin-lr {
    margin-left: 0 ;
    margin-right: 0 
  }

  .lg-no-margin-tb {
    margin-bottom: 0 
  }

  .lg-no-margin-tb,
  .lg-no-margin-top {
    margin-top: 0 
  }

  .lg-no-margin-bottom {
    margin-bottom: 0 
  }

  .lg-no-margin-left {
    margin-left: 0 
  }

  .lg-no-margin-right {
    margin-right: 0 
  }

  .lg-margin-lr-auto {
    margin-left: auto ;
    margin-right: auto 
  }

  .lg-margin-auto {
    margin: 0 auto 
  }

  .lg-margin-one-top {
    margin-top: 1%
  }

  .lg-margin-one-half-top {
    margin-top: 1.5%
  }

  .lg-margin-two-top {
    margin-top: 2%
  }

  .lg-margin-two-half-top {
    margin-top: 2.5%
  }

  .lg-margin-three-top {
    margin-top: 3%
  }

  .lg-margin-three-half-top {
    margin-top: 3.5%
  }

  .lg-margin-four-top {
    margin-top: 4%
  }

  .lg-margin-four-half-top {
    margin-top: 4.5%
  }

  .lg-margin-five-top {
    margin-top: 5%
  }

  .lg-margin-five-half-top {
    margin-top: 5.5%
  }

  .lg-margin-six-top {
    margin-top: 6%
  }

  .lg-margin-six-half-top {
    margin-top: 6.5%
  }

  .lg-margin-seven-top {
    margin-top: 7%
  }

  .lg-margin-seven-half-top {
    margin-top: 7.5%
  }

  .lg-margin-eight-top {
    margin-top: 8%
  }

  .lg-margin-eight-half-top {
    margin-top: 8.5%
  }

  .lg-margin-nine-top {
    margin-top: 9%
  }

  .lg-margin-nine-half-top {
    margin-top: 9.5%
  }

  .lg-margin-ten-top {
    margin-top: 10%
  }

  .lg-margin-ten-half-top {
    margin-top: 10.5%
  }

  .lg-margin-eleven-top {
    margin-top: 11%
  }

  .lg-margin-eleven-half-top {
    margin-top: 11.5%
  }

  .lg-margin-twelve-top {
    margin-top: 12%
  }

  .lg-margin-twelve-half-top {
    margin-top: 12.5%
  }

  .lg-margin-thirteen-top {
    margin-top: 13%
  }

  .lg-margin-thirteen-half-top {
    margin-top: 13.5%
  }

  .lg-margin-fourteen-top {
    margin-top: 14%
  }

  .lg-margin-fourteen-half-top {
    margin-top: 14.5%
  }

  .lg-margin-fifteen-top {
    margin-top: 15%
  }

  .lg-margin-fifteen-half-top {
    margin-top: 15.5%
  }

  .lg-margin-sixteen-top {
    margin-top: 16%
  }

  .lg-margin-sixteen-half-top {
    margin-top: 16.5%
  }

  .lg-margin-seventeen-top {
    margin-top: 17%
  }

  .lg-margin-seventeen-half-top {
    margin-top: 17.5%
  }

  .lg-margin-eighteen-top {
    margin-top: 18%
  }

  .lg-margin-eighteen-half-top {
    margin-top: 18.5%
  }

  .lg-margin-nineteen-top {
    margin-top: 19%
  }

  .lg-margin-nineteen-half-top {
    margin-top: 19.5%
  }

  .lg-margin-twenty-top {
    margin-top: 20%
  }

  .lg-margin-twenty-half-top {
    margin-top: 20.5%
  }

  .lg-margin-twenty-one-top {
    margin-top: 21%
  }

  .lg-margin-twenty-one-half-top {
    margin-top: 21.5%
  }

  .lg-margin-twenty-two-top {
    margin-top: 22%
  }

  .lg-margin-twenty-two-half-top {
    margin-top: 22.5%
  }

  .lg-margin-twenty-top {
    margin-top: 23%
  }

  .lg-margin-twenty-half-top {
    margin-top: 23.5%
  }

  .lg-margin-twenty-four-top {
    margin-top: 24%
  }

  .lg-margin-twenty-four-half-top {
    margin-top: 24.5%
  }

  .lg-margin-twenty-five-top {
    margin-top: 25%
  }

  .lg-margin-5px-top {
    margin-top: 5px 
  }

  .lg-margin-10px-top {
    margin-top: 10px 
  }

  .lg-margin-15px-top {
    margin-top: 15px 
  }

  .lg-margin-20px-top {
    margin-top: 20px 
  }

  .lg-margin-25px-top {
    margin-top: 25px 
  }

  .lg-margin-30px-top {
    margin-top: 30px 
  }

  .lg-margin-35px-top {
    margin-top: 35px 
  }

  .lg-margin-40px-top {
    margin-top: 40px 
  }

  .lg-margin-45px-top {
    margin-top: 45px 
  }

  .lg-margin-50px-top {
    margin-top: 50px 
  }

  .lg-margin-55px-top {
    margin-top: 55px 
  }

  .lg-margin-60px-top {
    margin-top: 60px 
  }

  .lg-margin-65px-top {
    margin-top: 65px 
  }

  .lg-margin-70px-top {
    margin-top: 70px 
  }

  .lg-margin-75px-top {
    margin-top: 75px 
  }

  .lg-margin-80px-top {
    margin-top: 80px 
  }

  .lg-margin-85px-top {
    margin-top: 85px 
  }

  .lg-margin-90px-top {
    margin-top: 90px 
  }

  .lg-margin-95px-top {
    margin-top: 95px 
  }

  .lg-margin-100px-top {
    margin-top: 100px 
  }

  .lg-margin-one-bottom {
    margin-bottom: 1%
  }

  .lg-margin-one-half-bottom {
    margin-bottom: 1.5%
  }

  .lg-margin-two-bottom {
    margin-bottom: 2%
  }

  .lg-margin-two-half-bottom {
    margin-bottom: 2.5%
  }

  .lg-margin-three-bottom {
    margin-bottom: 3%
  }

  .lg-margin-three-half-bottom {
    margin-bottom: 3.5%
  }

  .lg-margin-four-bottom {
    margin-bottom: 4%
  }

  .lg-margin-four-half-bottom {
    margin-bottom: 4.5%
  }

  .lg-margin-five-bottom {
    margin-bottom: 5%
  }

  .lg-margin-five-half-bottom {
    margin-bottom: 5.5%
  }

  .lg-margin-six-bottom {
    margin-bottom: 6%
  }

  .lg-margin-six-half-bottom {
    margin-bottom: 6.5%
  }

  .lg-margin-seven-bottom {
    margin-bottom: 7%
  }

  .lg-margin-seven-half-bottom {
    margin-bottom: 7.5%
  }

  .lg-margin-eight-bottom {
    margin-bottom: 8%
  }

  .lg-margin-eight-half-bottom {
    margin-bottom: 8.5%
  }

  .lg-margin-nine-bottom {
    margin-bottom: 9%
  }

  .lg-margin-nine-half-bottom {
    margin-bottom: 9.5%
  }

  .lg-margin-ten-bottom {
    margin-bottom: 10%
  }

  .lg-margin-ten-half-bottom {
    margin-bottom: 10.5%
  }

  .lg-margin-eleven-bottom {
    margin-bottom: 11%
  }

  .lg-margin-eleven-half-bottom {
    margin-bottom: 11.5%
  }

  .lg-margin-twelve-bottom {
    margin-bottom: 12%
  }

  .lg-margin-twelve-half-bottom {
    margin-bottom: 12.5%
  }

  .lg-margin-thirteen-bottom {
    margin-bottom: 13%
  }

  .lg-margin-thirteen-half-bottom {
    margin-bottom: 13.5%
  }

  .lg-margin-fourteen-bottom {
    margin-bottom: 14%
  }

  .lg-margin-fourteen-half-bottom {
    margin-bottom: 14.5%
  }

  .lg-margin-fifteen-bottom {
    margin-bottom: 15%
  }

  .lg-margin-fifteen-half-bottom {
    margin-bottom: 15.5%
  }

  .lg-margin-sixteen-bottom {
    margin-bottom: 16%
  }

  .lg-margin-sixteen-half-bottom {
    margin-bottom: 16.5%
  }

  .lg-margin-seventeen-bottom {
    margin-bottom: 17%
  }

  .lg-margin-seventeen-half-bottom {
    margin-bottom: 17.5%
  }

  .lg-margin-eighteen-bottom {
    margin-bottom: 18%
  }

  .lg-margin-eighteen-half-bottom {
    margin-bottom: 18.5%
  }

  .lg-margin-nineteen-bottom {
    margin-bottom: 19%
  }

  .lg-margin-nineteen-half-bottom {
    margin-bottom: 19.5%
  }

  .lg-margin-twenty-bottom {
    margin-bottom: 20%
  }

  .lg-margin-twenty-half-bottom {
    margin-bottom: 20.5%
  }

  .lg-margin-twenty-one-bottom {
    margin-bottom: 21%
  }

  .lg-margin-twenty-one-half-bottom {
    margin-bottom: 21.5%
  }

  .lg-margin-twenty-two-bottom {
    margin-bottom: 22%
  }

  .lg-margin-twenty-two-half-bottom {
    margin-bottom: 22.5%
  }

  .lg-margin-twenty-three-bottom {
    margin-bottom: 23%
  }

  .lg-margin-twenty-three-half-bottom {
    margin-bottom: 23.5%
  }

  .lg-margin-twenty-five-bottom {
    margin-bottom: 24%
  }

  .lg-margin-twenty-five-half-bottom {
    margin-bottom: 24.5%
  }

  .lg-margin-twenty-five-bottom {
    margin-bottom: 25%
  }

  .lg-margin-5px-bottom {
    margin-bottom: 5px 
  }

  .lg-margin-10px-bottom {
    margin-bottom: 10px 
  }

  .lg-margin-15px-bottom {
    margin-bottom: 15px 
  }

  .lg-margin-20px-bottom {
    margin-bottom: 20px 
  }

  .lg-margin-25px-bottom {
    margin-bottom: 25px 
  }

  .lg-margin-30px-bottom {
    margin-bottom: 30px 
  }

  .lg-margin-35px-bottom {
    margin-bottom: 35px 
  }

  .lg-margin-40px-bottom {
    margin-bottom: 40px 
  }

  .lg-margin-45px-bottom {
    margin-bottom: 45px 
  }

  .lg-margin-50px-bottom {
    margin-bottom: 50px 
  }

  .lg-margin-55px-bottom {
    margin-bottom: 55px 
  }

  .lg-margin-60px-bottom {
    margin-bottom: 60px 
  }

  .lg-margin-65px-bottom {
    margin-bottom: 65px 
  }

  .lg-margin-70px-bottom {
    margin-bottom: 70px 
  }

  .lg-margin-75px-bottom {
    margin-bottom: 75px 
  }

  .lg-margin-80px-bottom {
    margin-bottom: 80px 
  }

  .lg-margin-85px-bottom {
    margin-bottom: 85px 
  }

  .lg-margin-90px-bottom {
    margin-bottom: 90px 
  }

  .lg-margin-95px-bottom {
    margin-bottom: 95px 
  }

  .lg-margin-100px-bottom {
    margin-bottom: 100px 
  }

  .lg-margin-one-right {
    margin-right: 1%
  }

  .lg-margin-one-half-right {
    margin-right: 1.5%
  }

  .lg-margin-two-right {
    margin-right: 2%
  }

  .lg-margin-two-half-right {
    margin-right: 2.5%
  }

  .lg-margin-three-right {
    margin-right: 3%
  }

  .lg-margin-three-half-right {
    margin-right: 3.5%
  }

  .lg-margin-four-right {
    margin-right: 4%
  }

  .lg-margin-four-half-right {
    margin-right: 4.5%
  }

  .lg-margin-five-right {
    margin-right: 5%
  }

  .lg-margin-five-half-right {
    margin-right: 5.5%
  }

  .lg-margin-six-right {
    margin-right: 6%
  }

  .lg-margin-six-half-right {
    margin-right: 6.5%
  }

  .lg-margin-seven-right {
    margin-right: 7%
  }

  .lg-margin-seven-half-right {
    margin-right: 7.5%
  }

  .lg-margin-eight-right {
    margin-right: 8%
  }

  .lg-margin-eight-half-right {
    margin-right: 8.5%
  }

  .lg-margin-nine-right {
    margin-right: 9%
  }

  .lg-margin-nine-half-right {
    margin-right: 9.5%
  }

  .lg-margin-ten-right {
    margin-right: 10%
  }

  .lg-margin-ten-half-right {
    margin-right: 10.5%
  }

  .lg-margin-eleven-right {
    margin-right: 11%
  }

  .lg-margin-eleven-half-right {
    margin-right: 11.5%
  }

  .lg-margin-twelve-right {
    margin-right: 12%
  }

  .lg-margin-twelve-half-right {
    margin-right: 12.5%
  }

  .lg-margin-thirteen-right {
    margin-right: 13%
  }

  .lg-margin-thirteen-half-right {
    margin-right: 13.5%
  }

  .lg-margin-fourteen-right {
    margin-right: 14%
  }

  .lg-margin-fourteen-half-right {
    margin-right: 14.5%
  }

  .lg-margin-fifteen-right {
    margin-right: 15%
  }

  .lg-margin-fifteen-half-right {
    margin-right: 15.5%
  }

  .lg-margin-sixteen-right {
    margin-right: 16%
  }

  .lg-margin-sixteen-half-right {
    margin-right: 16.5%
  }

  .lg-margin-seventeen-right {
    margin-right: 17%
  }

  .lg-margin-seventeen-half-right {
    margin-right: 17.5%
  }

  .lg-margin-eighteen-right {
    margin-right: 18%
  }

  .lg-margin-eighteen-half-right {
    margin-right: 18.5%
  }

  .lg-margin-nineteen-right {
    margin-right: 19%
  }

  .lg-margin-nineteen-half-right {
    margin-right: 19.5%
  }

  .lg-margin-twenty-right {
    margin-right: 20%
  }

  .lg-margin-twenty-half-right {
    margin-right: 20.5%
  }

  .lg-margin-twenty-one-right {
    margin-right: 21%
  }

  .lg-margin-twenty-one-half-right {
    margin-right: 21.5%
  }

  .lg-margin-twenty-two-right {
    margin-right: 22%
  }

  .lg-margin-twenty-two-half-right {
    margin-right: 22.5%
  }

  .lg-margin-twenty-three-right {
    margin-right: 23%
  }

  .lg-margin-twenty-three-half-right {
    margin-right: 23.5%
  }

  .lg-margin-twenty-four-right {
    margin-right: 24%
  }

  .lg-margin-twenty-four-half-right {
    margin-right: 24.5%
  }

  .lg-margin-twenty-five-right {
    margin-right: 25%
  }

  .lg-margin-10px-right {
    margin-right: 10px 
  }

  .lg-margin-15px-right {
    margin-right: 15px 
  }

  .lg-margin-20px-right {
    margin-right: 20px 
  }

  .lg-margin-25px-right {
    margin-right: 25px 
  }

  .lg-margin-30px-right {
    margin-right: 30px 
  }

  .lg-margin-35px-right {
    margin-right: 35px 
  }

  .lg-margin-40px-right {
    margin-right: 40px 
  }

  .lg-margin-45px-right {
    margin-right: 45px 
  }

  .lg-margin-50px-right {
    margin-right: 50px 
  }

  .lg-margin-55px-right {
    margin-right: 55px 
  }

  .lg-margin-60px-right {
    margin-right: 60px 
  }

  .lg-margin-65px-right {
    margin-right: 65px 
  }

  .lg-margin-70px-right {
    margin-right: 70px 
  }

  .lg-margin-75px-right {
    margin-right: 75px 
  }

  .lg-margin-80px-right {
    margin-right: 80px 
  }

  .lg-margin-85px-right {
    margin-right: 85px 
  }

  .lg-margin-90px-right {
    margin-right: 90px 
  }

  .lg-margin-95px-right {
    margin-right: 95px 
  }

  .lg-margin-100px-right {
    margin-right: 100px 
  }

  .lg-margin-one-left {
    margin-left: 1%
  }

  .lg-margin-one-half-left {
    margin-left: 1.5%
  }

  .lg-margin-two-left {
    margin-left: 2%
  }

  .lg-margin-two-half-left {
    margin-left: 2.5%
  }

  .lg-margin-three-left {
    margin-left: 3%
  }

  .lg-margin-three-half-left {
    margin-left: 3.5%
  }

  .lg-margin-four-left {
    margin-left: 4%
  }

  .lg-margin-four-half-left {
    margin-left: 4.5%
  }

  .lg-margin-five-left {
    margin-left: 5%
  }

  .lg-margin-five-half-left {
    margin-left: 5.5%
  }

  .lg-margin-six-left {
    margin-left: 6%
  }

  .lg-margin-six-half-left {
    margin-left: 6.5%
  }

  .lg-margin-seven-left {
    margin-left: 7%
  }

  .lg-margin-seven-half-left {
    margin-left: 7.5%
  }

  .lg-margin-eight-left {
    margin-left: 8%
  }

  .lg-margin-eight-half-left {
    margin-left: 8.5%
  }

  .lg-margin-nine-left {
    margin-left: 9%
  }

  .lg-margin-nine-half-left {
    margin-left: 9.5%
  }

  .lg-margin-ten-left {
    margin-left: 10%
  }

  .lg-margin-ten-half-left {
    margin-left: 10.5%
  }

  .lg-margin-eleven-left {
    margin-left: 11%
  }

  .lg-margin-eleven-half-left {
    margin-left: 11.5%
  }

  .lg-margin-twelve-left {
    margin-left: 12%
  }

  .lg-margin-twelve-half-left {
    margin-left: 12.5%
  }

  .lg-margin-thirteen-left {
    margin-left: 13%
  }

  .lg-margin-thirteen-half-left {
    margin-left: 13.5%
  }

  .lg-margin-fourteen-left {
    margin-left: 14%
  }

  .lg-margin-fourteen-half-left {
    margin-left: 14.5%
  }

  .lg-margin-fifteen-left {
    margin-left: 15%
  }

  .lg-margin-fifteen-half-left {
    margin-left: 15.5%
  }

  .lg-margin-sixteen-left {
    margin-left: 16%
  }

  .lg-margin-sixteen-half-left {
    margin-left: 16.5%
  }

  .lg-margin-seventeen-left {
    margin-left: 17%
  }

  .lg-margin-seventeen-half-left {
    margin-left: 17.5%
  }

  .lg-margin-eighteen-left {
    margin-left: 18%
  }

  .lg-margin-eighteen-half-left {
    margin-left: 18.5%
  }

  .lg-margin-nineteen-left {
    margin-left: 19%
  }

  .lg-margin-nineteen-half-left {
    margin-left: 19.5%
  }

  .lg-margin-twenty-left {
    margin-left: 20%
  }

  .lg-margin-twenty-half-left {
    margin-left: 20.5%
  }

  .lg-margin-twenty-one-left {
    margin-left: 21%
  }

  .lg-margin-twenty-one-half-left {
    margin-left: 21.5%
  }

  .lg-margin-twenty-two-left {
    margin-left: 22%
  }

  .lg-margin-twenty-two-half-left {
    margin-left: 22.5%
  }

  .lg-margin-twenty-three-left {
    margin-left: 23%
  }

  .lg-margin-twenty-three-half-left {
    margin-left: 23.5%
  }

  .lg-margin-twenty-four-left {
    margin-left: 24%
  }

  .lg-margin-twenty-four-half-left {
    margin-left: 24.5%
  }

  .lg-margin-twenty-five-left {
    margin-left: 25%
  }

  .lg-margin-5px-left {
    margin-left: 5px 
  }

  .lg-margin-10px-left {
    margin-left: 10px 
  }

  .lg-margin-15px-left {
    margin-left: 15px 
  }

  .lg-margin-20px-left {
    margin-left: 20px 
  }

  .lg-margin-25px-left {
    margin-left: 25px 
  }

  .lg-margin-30px-left {
    margin-left: 30px 
  }

  .lg-margin-35px-left {
    margin-left: 35px 
  }

  .lg-margin-40px-left {
    margin-left: 40px 
  }

  .lg-margin-45px-left {
    margin-left: 45px 
  }

  .lg-margin-50px-left {
    margin-left: 50px 
  }

  .lg-margin-55px-left {
    margin-left: 55px 
  }

  .lg-margin-60px-left {
    margin-left: 60px 
  }

  .lg-margin-65px-left {
    margin-left: 65px 
  }

  .lg-margin-70px-left {
    margin-left: 70px 
  }

  .lg-margin-75px-left {
    margin-left: 75px 
  }

  .lg-margin-80px-left {
    margin-left: 80px 
  }

  .lg-margin-85px-left {
    margin-left: 85px 
  }

  .lg-margin-90px-left {
    margin-left: 90px 
  }

  .lg-margin-95px-left {
    margin-left: 95px 
  }

  .lg-margin-100px-left {
    margin-left: 100px 
  }

  .lg-margin-one-lr {
    margin-left: 1%;
    margin-right: 1%
  }

  .lg-margin-one-half-lr {
    margin-left: 1.5%;
    margin-right: 1.5%
  }

  .lg-margin-two-lr {
    margin-left: 2%;
    margin-right: 2%
  }

  .lg-margin-two-half-lr {
    margin-left: 2.5%;
    margin-right: 2.5%
  }

  .lg-margin-three-lr {
    margin-left: 3%;
    margin-right: 3%
  }

  .lg-margin-three-half-lr {
    margin-left: 3.5%;
    margin-right: 3.5%
  }

  .lg-margin-four-lr {
    margin-left: 4%;
    margin-right: 4%
  }

  .lg-margin-four-half-lr {
    margin-left: 4.5%;
    margin-right: 4.5%
  }

  .lg-margin-five-lr {
    margin-left: 5%;
    margin-right: 5%
  }

  .lg-margin-five-half-lr {
    margin-left: 5.5%;
    margin-right: 5.5%
  }

  .lg-margin-six-lr {
    margin-left: 6%;
    margin-right: 6%
  }

  .lg-margin-six-half-lr {
    margin-left: 6.5%;
    margin-right: 6.5%
  }

  .lg-margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%
  }

  .lg-margin-seven-half-lr {
    margin-left: 7.5%;
    margin-right: 7.5%
  }

  .lg-margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%
  }

  .lg-margin-eight-half-lr {
    margin-left: 8.5%;
    margin-right: 8.5%
  }

  .lg-margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%
  }

  .lg-margin-nine-half-lr {
    margin-left: 9.5%;
    margin-right: 9.5%
  }

  .lg-margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%
  }

  .lg-margin-ten-half-lr {
    margin-left: 10.5%;
    margin-right: 10.5%
  }

  .lg-margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%
  }

  .lg-margin-eleven-half-lr {
    margin-left: 11.5%;
    margin-right: 11.5%
  }

  .lg-margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%
  }

  .lg-margin-twelve-half-lr {
    margin-left: 12.5%;
    margin-right: 12.5%
  }

  .lg-margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%
  }

  .lg-margin-thirteen-half-lr {
    margin-left: 13.5%;
    margin-right: 13.5%
  }

  .lg-margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%
  }

  .lg-margin-fourteen-half-lr {
    margin-left: 14.5%;
    margin-right: 14.5%
  }

  .lg-margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%
  }

  .lg-margin-fifteen-half-lr {
    margin-left: 15.5%;
    margin-right: 15.5%
  }

  .lg-margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%
  }

  .lg-margin-sixteen-half-lr {
    margin-left: 16.5%;
    margin-right: 16.5%
  }

  .lg-margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%
  }

  .lg-margin-seventeen-half-lr {
    margin-left: 17.5%;
    margin-right: 17.5%
  }

  .lg-margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%
  }

  .lg-margin-eighteen-half-lr {
    margin-left: 18.5%;
    margin-right: 18.5%
  }

  .lg-margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%
  }

  .lg-margin-nineteen-half-lr {
    margin-left: 19.5%;
    margin-right: 19.5%
  }

  .lg-margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%
  }

  .lg-margin-twenty-half-lr {
    margin-left: 20.5%;
    margin-right: 20.5%
  }

  .lg-margin-twenty-one-lr {
    margin-left: 21%;
    margin-right: 21%
  }

  .lg-margin-twenty-one-half-lr {
    margin-left: 21.5%;
    margin-right: 21.5%
  }

  .lg-margin-twenty-two-lr {
    margin-left: 22%;
    margin-right: 22%
  }

  .lg-margin-twenty-two-half-lr {
    margin-left: 22.5%;
    margin-right: 22.5%
  }

  .lg-margin-twenty-three-lr {
    margin-left: 23%;
    margin-right: 23%
  }

  .lg-margin-twenty-three-half-lr {
    margin-left: 23.5%;
    margin-right: 23.5%
  }

  .lg-margin-twenty-four-lr {
    margin-left: 24%;
    margin-right: 24%
  }

  .lg-margin-twenty-four-half-lr {
    margin-left: 24.5%;
    margin-right: 24.5%
  }

  .lg-margin-twenty-five-lr {
    margin-left: 25%;
    margin-right: 25%
  }

  .lg-margin-5px-lr {
    margin-left: 5px ;
    margin-right: 5px 
  }

  .lg-margin-10px-lr {
    margin-left: 10px ;
    margin-right: 10px 
  }

  .lg-margin-15px-lr {
    margin-left: 15px ;
    margin-right: 15px 
  }

  .lg-margin-20px-lr {
    margin-left: 20px ;
    margin-right: 20px 
  }

  .lg-margin-25px-lr {
    margin-left: 25px ;
    margin-right: 25px 
  }

  .lg-margin-30px-lr {
    margin-left: 30px ;
    margin-right: 30px 
  }

  .lg-margin-35px-lr {
    margin-left: 35px ;
    margin-right: 35px 
  }

  .lg-margin-40px-lr {
    margin-left: 40px ;
    margin-right: 40px 
  }

  .lg-margin-45px-lr {
    margin-left: 45px ;
    margin-right: 45px 
  }

  .lg-margin-50px-lr {
    margin-left: 50px ;
    margin-right: 50px 
  }

  .lg-margin-55px-lr {
    margin-left: 55px ;
    margin-right: 55px 
  }

  .lg-margin-60px-lr {
    margin-left: 60px ;
    margin-right: 60px 
  }

  .lg-margin-65px-lr {
    margin-left: 65px ;
    margin-right: 60px 
  }

  .lg-margin-70px-lr {
    margin-left: 70px ;
    margin-right: 65px 
  }

  .lg-margin-75px-lr {
    margin-left: 75px ;
    margin-right: 70px 
  }

  .lg-margin-80px-lr {
    margin-left: 80px ;
    margin-right: 75px 
  }

  .lg-margin-85px-lr {
    margin-left: 85px ;
    margin-right: 80px 
  }

  .lg-margin-90px-lr {
    margin-left: 90px ;
    margin-right: 85px 
  }

  .lg-margin-95px-lr {
    margin-left: 95px ;
    margin-right: 90px 
  }

  .lg-margin-100px-lr {
    margin-left: 100px ;
    margin-right: 100px 
  }

  .lg-margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%
  }

  .lg-margin-one-half-tb {
    margin-top: 1.5%;
    margin-bottom: 1.5%
  }

  .lg-margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%
  }

  .lg-margin-two-half-tb {
    margin-top: 2.5%;
    margin-bottom: 2.5%
  }

  .lg-margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%
  }

  .lg-margin-three-half-tb {
    margin-top: 3.5%;
    margin-bottom: 3.5%
  }

  .lg-margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%
  }

  .lg-margin-four-half-tb {
    margin-top: 4.5%;
    margin-bottom: 4.5%
  }

  .lg-margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%
  }

  .lg-margin-five-half-tb {
    margin-top: 5.5%;
    margin-bottom: 5.5%
  }

  .lg-margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%
  }

  .lg-margin-six-half-tb {
    margin-top: 6.5%;
    margin-bottom: 6.5%
  }

  .lg-margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%
  }

  .lg-margin-seven-half-tb {
    margin-top: 7.5%;
    margin-bottom: 7.5%
  }

  .lg-margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%
  }

  .lg-margin-eight-half-tb {
    margin-top: 8.5%;
    margin-bottom: 8.5%
  }

  .lg-margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%
  }

  .lg-margin-nine-half-tb {
    margin-top: 9.5%;
    margin-bottom: 9.5%
  }

  .lg-margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%
  }

  .lg-margin-ten-half-tb {
    margin-top: 10.5%;
    margin-bottom: 10.5%
  }

  .lg-margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%
  }

  .lg-margin-eleven-half-tb {
    margin-top: 11.5%;
    margin-bottom: 11.5%
  }

  .lg-margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%
  }

  .lg-margin-twelve-half-tb {
    margin-top: 12.5%;
    margin-bottom: 12.5%
  }

  .lg-margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%
  }

  .lg-margin-thirteen-half-tb {
    margin-top: 13.5%;
    margin-bottom: 13.5%
  }

  .lg-margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%
  }

  .lg-margin-fourteen-half-tb {
    margin-top: 14.5%;
    margin-bottom: 14.5%
  }

  .lg-margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%
  }

  .lg-margin-fifteen-half-tb {
    margin-top: 15.5%;
    margin-bottom: 15.5%
  }

  .lg-margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%
  }

  .lg-margin-sixteen-half-tb {
    margin-top: 16.5%;
    margin-bottom: 16.5%
  }

  .lg-margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%
  }

  .lg-margin-seventeen-half-tb {
    margin-top: 17.5%;
    margin-bottom: 17.5%
  }

  .lg-margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%
  }

  .lg-margin-eighteen-half-tb {
    margin-top: 18.5%;
    margin-bottom: 18.5%
  }

  .lg-margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%
  }

  .lg-margin-nineteen-half-tb {
    margin-top: 19.5%;
    margin-bottom: 19.5%
  }

  .lg-margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%
  }

  .lg-margin-twenty-half-tb {
    margin-top: 20.5%;
    margin-bottom: 20.5%
  }

  .lg-margin-twenty-one-tb {
    margin-top: 21%;
    margin-bottom: 21%
  }

  .lg-margin-twenty-one-half-tb {
    margin-top: 21.5%;
    margin-bottom: 21.5%
  }

  .lg-margin-twenty-two-tb {
    margin-top: 22%;
    margin-bottom: 22%
  }

  .lg-margin-twenty-two-half-tb {
    margin-top: 22.5%;
    margin-bottom: 22.5%
  }

  .lg-margin-twenty-three-tb {
    margin-top: 23%;
    margin-bottom: 23%
  }

  .lg-margin-twenty-three-half-tb {
    margin-top: 23.5%;
    margin-bottom: 23.5%
  }

  .lg-margin-twenty-four-tb {
    margin-top: 24%;
    margin-bottom: 24%
  }

  .lg-margin-twenty-four-half-tb {
    margin-top: 24.5%;
    margin-bottom: 24.5%
  }

  .lg-margin-twenty-five-tb {
    margin-top: 25%;
    margin-bottom: 25%
  }

  .lg-margin-5px-tb {
    margin-top: 5px ;
    margin-bottom: 5px 
  }

  .lg-margin-10px-tb {
    margin-top: 10px ;
    margin-bottom: 10px 
  }

  .lg-margin-15px-tb {
    margin-top: 15px ;
    margin-bottom: 15px 
  }

  .lg-margin-20px-tb {
    margin-top: 20px ;
    margin-bottom: 20px 
  }

  .lg-margin-25px-tb {
    margin-top: 25px ;
    margin-bottom: 25px 
  }

  .lg-margin-30px-tb {
    margin-top: 30px ;
    margin-bottom: 30px 
  }

  .lg-margin-35px-tb {
    margin-top: 35px ;
    margin-bottom: 35px 
  }

  .lg-margin-40px-tb {
    margin-top: 40px ;
    margin-bottom: 40px 
  }

  .lg-margin-45px-tb {
    margin-top: 45px ;
    margin-bottom: 45px 
  }

  .lg-margin-50px-tb {
    margin-top: 50px ;
    margin-bottom: 50px 
  }

  .lg-margin-55px-tb {
    margin-top: 55px ;
    margin-bottom: 55px 
  }

  .lg-margin-60px-tb {
    margin-top: 60px ;
    margin-bottom: 60px 
  }

  .lg-margin-65px-tb {
    margin-top: 65px ;
    margin-bottom: 60px 
  }

  .lg-margin-70px-tb {
    margin-top: 70px ;
    margin-bottom: 65px 
  }

  .lg-margin-75px-tb {
    margin-top: 75px ;
    margin-bottom: 70px 
  }

  .lg-margin-80px-tb {
    margin-top: 80px ;
    margin-bottom: 75px 
  }

  .lg-margin-85px-tb {
    margin-top: 85px ;
    margin-bottom: 80px 
  }

  .lg-margin-90px-tb {
    margin-top: 90px ;
    margin-bottom: 85px 
  }

  .lg-margin-95px-tb {
    margin-top: 95px ;
    margin-bottom: 90px 
  }

  .lg-margin-100px-tb {
    margin-top: 100px ;
    margin-bottom: 100px 
  }

  .lg-header-padding-top {
    padding-top: 82px
  }

  .lg-header-margin-top {
    margin-top: 80px
  }

  .lg-no-padding {
    padding: 0 
  }

  .lg-no-padding-lr {
    padding-left: 0 ;
    padding-right: 0 
  }

  .lg-no-padding-tb {
    padding-bottom: 0 
  }

  .lg-no-padding-tb,
  .lg-no-padding-top {
    padding-top: 0 
  }

  .lg-no-padding-bottom {
    padding-bottom: 0 
  }

  .lg-no-padding-left {
    padding-left: 0 
  }

  .lg-no-padding-right {
    padding-right: 0 
  }

  .lg-padding-one-all {
    padding: 1%
  }

  .lg-padding-one-half-all {
    padding: 1.5%
  }

  .lg-padding-two-all {
    padding: 2%
  }

  .lg-padding-two-half-all {
    padding: 2.5%
  }

  .lg-padding-three-all {
    padding: 3%
  }

  .lg-padding-three-half-all {
    padding: 3.5%
  }

  .lg-padding-four-all {
    padding: 4%
  }

  .lg-padding-four-half-all {
    padding: 4.5%
  }

  .lg-padding-five-all {
    padding: 5%
  }

  .lg-padding-five-half-all {
    padding: 5.5%
  }

  .lg-padding-six-all {
    padding: 6%
  }

  .lg-padding-six-half-all {
    padding: 6.5%
  }

  .lg-padding-seven-all {
    padding: 7%
  }

  .lg-padding-seven-half-all {
    padding: 7.5%
  }

  .lg-padding-eight-all {
    padding: 8%
  }

  .lg-padding-eight-half-all {
    padding: 8.5%
  }

  .lg-padding-nine-all {
    padding: 9%
  }

  .lg-padding-nine-half-all {
    padding: 9.5%
  }

  .lg-padding-ten-all {
    padding: 10%
  }

  .lg-padding-ten-half-all {
    padding: 10.5%
  }

  .lg-padding-eleven-all {
    padding: 11%
  }

  .lg-padding-eleven-half-all {
    padding: 11.5%
  }

  .lg-padding-twelve-all {
    padding: 12%
  }

  .lg-padding-twelve-half-all {
    padding: 12.5%
  }

  .lg-padding-thirteen-all {
    padding: 13%
  }

  .lg-padding-thirteen-half-all {
    padding: 13.5%
  }

  .lg-padding-fourteen-all {
    padding: 14%
  }

  .lg-padding-fourteen-half-all {
    padding: 14.5%
  }

  .lg-padding-fifteen-all {
    padding: 15%
  }

  .lg-padding-fifteen-half-all {
    padding: 15.5%
  }

  .lg-padding-sixteen-all {
    padding: 16%
  }

  .lg-padding-sixteen-half-all {
    padding: 16.5%
  }

  .lg-padding-seventeen-all {
    padding: 17%
  }

  .lg-padding-seventeen-half-all {
    padding: 17.5%
  }

  .lg-padding-eighteen-all {
    padding: 18%
  }

  .lg-padding-eighteen-half-all {
    padding: 18.5%
  }

  .lg-padding-nineteen-all {
    padding: 19%
  }

  .lg-padding-nineteen-half-all {
    padding: 19.5%
  }

  .lg-padding-twenty-all {
    padding: 20%
  }

  .lg-padding-twenty-half-all {
    padding: 20.5%
  }

  .lg-padding-twenty-one-all {
    padding: 21%
  }

  .lg-padding-twenty-one-half-all {
    padding: 21.5%
  }

  .lg-padding-twenty-two-all {
    padding: 22%
  }

  .lg-padding-twenty-two-half-all {
    padding: 22.5%
  }

  .lg-padding-twenty-three-all {
    padding: 23%
  }

  .lg-padding-twenty-three-half-all {
    padding: 23.5%
  }

  .lg-padding-twenty-four-all {
    padding: 24%
  }

  .lg-padding-twenty-four-half-all {
    padding: 24.5%
  }

  .lg-padding-twenty-five-all {
    padding: 25%
  }

  .lg-padding-5px-all {
    padding: 5px 
  }

  .lg-padding-10px-all {
    padding: 10px 
  }

  .lg-padding-15px-all {
    padding: 15px 
  }

  .lg-padding-20px-all {
    padding: 20px 
  }

  .lg-padding-25px-all {
    padding: 25px 
  }

  .lg-padding-30px-all {
    padding: 30px 
  }

  .lg-padding-35px-all {
    padding: 35px 
  }

  .lg-padding-40px-all {
    padding: 40px 
  }

  .lg-padding-45px-all {
    padding: 45px 
  }

  .lg-padding-50px-all {
    padding: 50px 
  }

  .lg-padding-55px-all {
    padding: 55px 
  }

  .lg-padding-60px-all {
    padding: 60px 
  }

  .lg-padding-65px-all {
    padding: 65px 
  }

  .lg-padding-70px-all {
    padding: 70px 
  }

  .lg-padding-75px-all {
    padding: 75px 
  }

  .lg-padding-80px-all {
    padding: 80px 
  }

  .lg-padding-85px-all {
    padding: 85px 
  }

  .lg-padding-90px-all {
    padding: 90px 
  }

  .lg-padding-95px-all {
    padding: 95px 
  }

  .lg-padding-100px-all {
    padding: 100px 
  }

  .lg-padding-one-top {
    padding-top: 1%
  }

  .lg-padding-one-half-top {
    padding-top: 1.5%
  }

  .lg-padding-two-top {
    padding-top: 2%
  }

  .lg-padding-two-half-top {
    padding-top: 2.5%
  }

  .lg-padding-three-top {
    padding-top: 3%
  }

  .lg-padding-three-half-top {
    padding-top: 3.5%
  }

  .lg-padding-four-top {
    padding-top: 4%
  }

  .lg-padding-four-half-top {
    padding-top: 4.5%
  }

  .lg-padding-five-top {
    padding-top: 5%
  }

  .lg-padding-five-half-top {
    padding-top: 5.5%
  }

  .lg-padding-six-top {
    padding-top: 6%
  }

  .lg-padding-six-half-top {
    padding-top: 6.5%
  }

  .lg-padding-seven-top {
    padding-top: 7%
  }

  .lg-padding-seven-half-top {
    padding-top: 7.5%
  }

  .lg-padding-eight-top {
    padding-top: 8%
  }

  .lg-padding-eight-half-top {
    padding-top: 8.5%
  }

  .lg-padding-nine-top {
    padding-top: 9%
  }

  .lg-padding-nine-half-top {
    padding-top: 9.5%
  }

  .lg-padding-ten-top {
    padding-top: 10%
  }

  .lg-padding-ten-half-top {
    padding-top: 10.5%
  }

  .lg-padding-eleven-top {
    padding-top: 11%
  }

  .lg-padding-eleven-half-top {
    padding-top: 11.5%
  }

  .lg-padding-twelve-top {
    padding-top: 12%
  }

  .lg-padding-twelve-half-top {
    padding-top: 12.5%
  }

  .lg-padding-thirteen-top {
    padding-top: 13%
  }

  .lg-padding-thirteen-half-top {
    padding-top: 13.5%
  }

  .lg-padding-fourteen-top {
    padding-top: 14%
  }

  .lg-padding-fourteen-half-top {
    padding-top: 14.5%
  }

  .lg-padding-fifteen-top {
    padding-top: 15%
  }

  .lg-padding-fifteen-half-top {
    padding-top: 15.5%
  }

  .lg-padding-sixteen-top {
    padding-top: 16%
  }

  .lg-padding-sixteen-half-top {
    padding-top: 16.5%
  }

  .lg-padding-seventeen-top {
    padding-top: 17%
  }

  .lg-padding-seventeen-half-top {
    padding-top: 17.5%
  }

  .lg-padding-eighteen-top {
    padding-top: 18%
  }

  .lg-padding-eighteen-half-top {
    padding-top: 18.5%
  }

  .lg-padding-nineteen-top {
    padding-top: 19%
  }

  .lg-padding-nineteen-half-top {
    padding-top: 19.5%
  }

  .lg-padding-twenty-top {
    padding-top: 20%
  }

  .lg-padding-twenty-half-top {
    padding-top: 20.5%
  }

  .lg-padding-twenty-one-top {
    padding-top: 21%
  }

  .lg-padding-twenty-one-half-top {
    padding-top: 21.5%
  }

  .lg-padding-twenty-two-top {
    padding-top: 22%
  }

  .lg-padding-twenty-two-half-top {
    padding-top: 22.5%
  }

  .lg-padding-twenty-three-top {
    padding-top: 23%
  }

  .lg-padding-twenty-three-half-top {
    padding-top: 23.5%
  }

  .lg-padding-twenty-four-top {
    padding-top: 24%
  }

  .lg-padding-twenty-four-half-top {
    padding-top: 24.5%
  }

  .lg-padding-twenty-five-top {
    padding-top: 25%
  }

  .lg-padding-5px-top {
    padding-top: 5px 
  }

  .lg-padding-10px-top {
    padding-top: 10px 
  }

  .lg-padding-15px-top {
    padding-top: 15px 
  }

  .lg-padding-20px-top {
    padding-top: 20px 
  }

  .lg-padding-25px-top {
    padding-top: 25px 
  }

  .lg-padding-30px-top {
    padding-top: 30px 
  }

  .lg-padding-35px-top {
    padding-top: 35px 
  }

  .lg-padding-40px-top {
    padding-top: 40px 
  }

  .lg-padding-45px-top {
    padding-top: 45px 
  }

  .lg-padding-50px-top {
    padding-top: 50px 
  }

  .lg-padding-55px-top {
    padding-top: 55px 
  }

  .lg-padding-60px-top {
    padding-top: 60px 
  }

  .lg-padding-65px-top {
    padding-top: 65px 
  }

  .lg-padding-70px-top {
    padding-top: 70px 
  }

  .lg-padding-75px-top {
    padding-top: 75px 
  }

  .lg-padding-80px-top {
    padding-top: 80px 
  }

  .lg-padding-85px-top {
    padding-top: 85px 
  }

  .lg-padding-90px-top {
    padding-top: 90px 
  }

  .lg-padding-95px-top {
    padding-top: 95px 
  }

  .lg-padding-100px-top {
    padding-top: 100px 
  }

  .lg-padding-one-bottom {
    padding-bottom: 1%
  }

  .lg-padding-one-half-bottom {
    padding-bottom: 1.5%
  }

  .lg-padding-two-bottom {
    padding-bottom: 2%
  }

  .lg-padding-two-half-bottom {
    padding-bottom: 2.5%
  }

  .lg-padding-three-bottom {
    padding-bottom: 3%
  }

  .lg-padding-three-half-bottom {
    padding-bottom: 3.5%
  }

  .lg-padding-four-bottom {
    padding-bottom: 4%
  }

  .lg-padding-four-half-bottom {
    padding-bottom: 4.5%
  }

  .lg-padding-five-bottom {
    padding-bottom: 5%
  }

  .lg-padding-five-half-bottom {
    padding-bottom: 5.5%
  }

  .lg-padding-six-bottom {
    padding-bottom: 6%
  }

  .lg-padding-six-half-bottom {
    padding-bottom: 6.5%
  }

  .lg-padding-seven-bottom {
    padding-bottom: 7%
  }

  .lg-padding-seven-half-bottom {
    padding-bottom: 7.5%
  }

  .lg-padding-eight-bottom {
    padding-bottom: 8%
  }

  .lg-padding-eight-half-bottom {
    padding-bottom: 8.5%
  }

  .lg-padding-nine-bottom {
    padding-bottom: 9%
  }

  .lg-padding-nine-half-bottom {
    padding-bottom: 9.5%
  }

  .lg-padding-ten-bottom {
    padding-bottom: 10%
  }

  .lg-padding-ten-half-bottom {
    padding-bottom: 10.5%
  }

  .lg-padding-eleven-bottom {
    padding-bottom: 11%
  }

  .lg-padding-eleven-half-bottom {
    padding-bottom: 11.5%
  }

  .lg-padding-twelve-bottom {
    padding-bottom: 12%
  }

  .lg-padding-twelve-half-bottom {
    padding-bottom: 12.5%
  }

  .lg-padding-thirteen-bottom {
    padding-bottom: 13%
  }

  .lg-padding-thirteen-half-bottom {
    padding-bottom: 13.5%
  }

  .lg-padding-fourteen-bottom {
    padding-bottom: 14%
  }

  .lg-padding-fourteen-half-bottom {
    padding-bottom: 14.5%
  }

  .lg-padding-fifteen-bottom {
    padding-bottom: 15%
  }

  .lg-padding-fifteen-half-bottom {
    padding-bottom: 15.5%
  }

  .lg-padding-sixteen-bottom {
    padding-bottom: 16%
  }

  .lg-padding-sixteen-half-bottom {
    padding-bottom: 16.5%
  }

  .lg-padding-seventeen-bottom {
    padding-bottom: 17%
  }

  .lg-padding-seventeen-half-bottom {
    padding-bottom: 17.5%
  }

  .lg-padding-eighteen-bottom {
    padding-bottom: 18%
  }

  .lg-padding-eighteen-half-bottom {
    padding-bottom: 18.5%
  }

  .lg-padding-nineteen-bottom {
    padding-bottom: 19%
  }

  .lg-padding-nineteen-half-bottom {
    padding-bottom: 19.5%
  }

  .lg-padding-twenty-bottom {
    padding-bottom: 20%
  }

  .lg-padding-twenty-half-bottom {
    padding-bottom: 20.5%
  }

  .lg-padding-twenty-one-bottom {
    padding-bottom: 21%
  }

  .lg-padding-twenty-one-half-bottom {
    padding-bottom: 21.5%
  }

  .lg-padding-twenty-two-bottom {
    padding-bottom: 22%
  }

  .lg-padding-twenty-two-half-bottom {
    padding-bottom: 22.5%
  }

  .lg-padding-twenty-three-bottom {
    padding-bottom: 23%
  }

  .lg-padding-twenty-three-half-bottom {
    padding-bottom: 23.5%
  }

  .lg-padding-twenty-four-bottom {
    padding-bottom: 24%
  }

  .lg-padding-twenty-four-half-bottom {
    padding-bottom: 24.5%
  }

  .lg-padding-twenty-five-bottom {
    padding-bottom: 25%
  }

  .lg-padding-5px-bottom {
    padding-bottom: 5px 
  }

  .lg-padding-10px-bottom {
    padding-bottom: 10px 
  }

  .lg-padding-15px-bottom {
    padding-bottom: 15px 
  }

  .lg-padding-20px-bottom {
    padding-bottom: 20px 
  }

  .lg-padding-25px-bottom {
    padding-bottom: 25px 
  }

  .lg-padding-30px-bottom {
    padding-bottom: 30px 
  }

  .lg-padding-35px-bottom {
    padding-bottom: 35px 
  }

  .lg-padding-40px-bottom {
    padding-bottom: 40px 
  }

  .lg-padding-45px-bottom {
    padding-bottom: 45px 
  }

  .lg-padding-50px-bottom {
    padding-bottom: 50px 
  }

  .lg-padding-55px-bottom {
    padding-bottom: 55px 
  }

  .lg-padding-60px-bottom {
    padding-bottom: 60px 
  }

  .lg-padding-65px-bottom {
    padding-bottom: 65px 
  }

  .lg-padding-70px-bottom {
    padding-bottom: 70px 
  }

  .lg-padding-75px-bottom {
    padding-bottom: 75px 
  }

  .lg-padding-80px-bottom {
    padding-bottom: 80px 
  }

  .lg-padding-85px-bottom {
    padding-bottom: 85px 
  }

  .lg-padding-90px-bottom {
    padding-bottom: 90px 
  }

  .lg-padding-95px-bottom {
    padding-bottom: 95px 
  }

  .lg-padding-100px-bottom {
    padding-bottom: 100px 
  }

  .lg-padding-one-right {
    padding-right: 1%
  }

  .lg-padding-one-half-right {
    padding-right: 1.5%
  }

  .lg-padding-two-right {
    padding-right: 2%
  }

  .lg-padding-two-half-right {
    padding-right: 2.5%
  }

  .lg-padding-three-right {
    padding-right: 3%
  }

  .lg-padding-three-half-right {
    padding-right: 3.5%
  }

  .lg-padding-four-right {
    padding-right: 4%
  }

  .lg-padding-four-half-right {
    padding-right: 4.5%
  }

  .lg-padding-five-right {
    padding-right: 5%
  }

  .lg-padding-five-half-right {
    padding-right: 5.5%
  }

  .lg-padding-six-right {
    padding-right: 6%
  }

  .lg-padding-six-half-right {
    padding-right: 6.5%
  }

  .lg-padding-seven-right {
    padding-right: 7%
  }

  .lg-padding-seven-half-right {
    padding-right: 7.5%
  }

  .lg-padding-eight-right {
    padding-right: 8%
  }

  .lg-padding-eight-half-right {
    padding-right: 8.5%
  }

  .lg-padding-nine-right {
    padding-right: 9%
  }

  .lg-padding-nine-half-right {
    padding-right: 9.5%
  }

  .lg-padding-ten-right {
    padding-right: 10%
  }

  .lg-padding-ten-half-right {
    padding-right: 10.5%
  }

  .lg-padding-eleven-right {
    padding-right: 11%
  }

  .lg-padding-eleven-half-right {
    padding-right: 11.5%
  }

  .lg-padding-twelve-right {
    padding-right: 12%
  }

  .lg-padding-twelve-half-right {
    padding-right: 12.5%
  }

  .lg-padding-thirteen-right {
    padding-right: 13%
  }

  .lg-padding-thirteen-half-right {
    padding-right: 13.5%
  }

  .lg-padding-fourteen-right {
    padding-right: 14%
  }

  .lg-padding-fourteen-half-right {
    padding-right: 14.5%
  }

  .lg-padding-fifteen-right {
    padding-right: 15%
  }

  .lg-padding-fifteen-half-right {
    padding-right: 15.5%
  }

  .lg-padding-sixteen-right {
    padding-right: 16%
  }

  .lg-padding-sixteen-half-right {
    padding-right: 16.5%
  }

  .lg-padding-seventeen-right {
    padding-right: 17%
  }

  .lg-padding-seventeen-half-right {
    padding-right: 17.5%
  }

  .lg-padding-eighteen-right {
    padding-right: 18%
  }

  .lg-padding-eighteen-half-right {
    padding-right: 18.5%
  }

  .lg-padding-nineteen-right {
    padding-right: 19%
  }

  .lg-padding-nineteen-half-right {
    padding-right: 19.5%
  }

  .lg-padding-twenty-right {
    padding-right: 20%
  }

  .lg-padding-twenty-half-right {
    padding-right: 20.5%
  }

  .lg-padding-twenty-one-right {
    padding-right: 21%
  }

  .lg-padding-twenty-one-half-right {
    padding-right: 21.5%
  }

  .lg-padding-twenty-two-right {
    padding-right: 22%
  }

  .lg-padding-twenty-two-half-right {
    padding-right: 22.5%
  }

  .lg-padding-twenty-three-right {
    padding-right: 23%
  }

  .lg-padding-twenty-three-half-right {
    padding-right: 23.5%
  }

  .lg-padding-twenty-four-right {
    padding-right: 24%
  }

  .lg-padding-twenty-four-half-right {
    padding-right: 24.5%
  }

  .lg-padding-twenty-five-right {
    padding-right: 25%
  }

  .lg-padding-5px-right {
    padding-right: 5px 
  }

  .lg-padding-10px-right {
    padding-right: 10px 
  }

  .lg-padding-15px-right {
    padding-right: 15px 
  }

  .lg-padding-20px-right {
    padding-right: 20px 
  }

  .lg-padding-25px-right {
    padding-right: 25px 
  }

  .lg-padding-30px-right {
    padding-right: 30px 
  }

  .lg-padding-35px-right {
    padding-right: 35px 
  }

  .lg-padding-40px-right {
    padding-right: 40px 
  }

  .lg-padding-45px-right {
    padding-right: 45px 
  }

  .lg-padding-50px-right {
    padding-right: 50px 
  }

  .lg-padding-55px-right {
    padding-right: 55px 
  }

  .lg-padding-60px-right {
    padding-right: 60px 
  }

  .lg-padding-65px-right {
    padding-right: 65px 
  }

  .lg-padding-70px-right {
    padding-right: 70px 
  }

  .lg-padding-75px-right {
    padding-right: 75px 
  }

  .lg-padding-80px-right {
    padding-right: 80px 
  }

  .lg-padding-85px-right {
    padding-right: 85px 
  }

  .lg-padding-90px-right {
    padding-right: 90px 
  }

  .lg-padding-95px-right {
    padding-right: 95px 
  }

  .lg-padding-100px-right {
    padding-right: 100px 
  }

  .lg-padding-one-left {
    padding-left: 1%
  }

  .lg-padding-one-half-left {
    padding-left: 1.5%
  }

  .lg-padding-two-left {
    padding-left: 2%
  }

  .lg-padding-two-half-left {
    padding-left: 2.5%
  }

  .lg-padding-three-left {
    padding-left: 3%
  }

  .lg-padding-three-half-left {
    padding-left: 3.5%
  }

  .lg-padding-four-left {
    padding-left: 4%
  }

  .lg-padding-four-half-left {
    padding-left: 4.5%
  }

  .lg-padding-five-left {
    padding-left: 5%
  }

  .lg-padding-five-half-left {
    padding-left: 5.5%
  }

  .lg-padding-six-left {
    padding-left: 6%
  }

  .lg-padding-six-half-left {
    padding-left: 6.5%
  }

  .lg-padding-seven-left {
    padding-left: 7%
  }

  .lg-padding-seven-half-left {
    padding-left: 7.5%
  }

  .lg-padding-eight-left {
    padding-left: 8%
  }

  .lg-padding-eight-half-left {
    padding-left: 8.5%
  }

  .lg-padding-nine-left {
    padding-left: 9%
  }

  .lg-padding-nine-half-left {
    padding-left: 9.5%
  }

  .lg-padding-ten-left {
    padding-left: 10%
  }

  .lg-padding-ten-half-left {
    padding-left: 10.5%
  }

  .lg-padding-eleven-left {
    padding-left: 11%
  }

  .lg-padding-eleven-half-left {
    padding-left: 11.5%
  }

  .lg-padding-twelve-left {
    padding-left: 12%
  }

  .lg-padding-twelve-half-left {
    padding-left: 12.5%
  }

  .lg-padding-thirteen-left {
    padding-left: 13%
  }

  .lg-padding-thirteen-half-left {
    padding-left: 13.5%
  }

  .lg-padding-fourteen-left {
    padding-left: 14%
  }

  .lg-padding-fourteen-half-left {
    padding-left: 14.5%
  }

  .lg-padding-fifteen-left {
    padding-left: 15%
  }

  .lg-padding-fifteen-half-left {
    padding-left: 15.5%
  }

  .lg-padding-sixteen-left {
    padding-left: 16%
  }

  .lg-padding-sixteen-half-left {
    padding-left: 16.5%
  }

  .lg-padding-seventeen-left {
    padding-left: 17%
  }

  .lg-padding-seventeen-half-left {
    padding-left: 17.5%
  }

  .lg-padding-eighteen-left {
    padding-left: 18%
  }

  .lg-padding-eighteen-half-left {
    padding-left: 18.5%
  }

  .lg-padding-nineteen-left {
    padding-left: 19%
  }

  .lg-padding-nineteen-half-left {
    padding-left: 19.5%
  }

  .lg-padding-twenty-left {
    padding-left: 20%
  }

  .lg-padding-twenty-half-left {
    padding-left: 20.5%
  }

  .lg-padding-twenty-one-left {
    padding-left: 21%
  }

  .lg-padding-twenty-one-half-left {
    padding-left: 21.5%
  }

  .lg-padding-twenty-two-left {
    padding-left: 22%
  }

  .lg-padding-twenty-two-half-left {
    padding-left: 22.5%
  }

  .lg-padding-twenty-three-left {
    padding-left: 23%
  }

  .lg-padding-twenty-three-half-left {
    padding-left: 23.5%
  }

  .lg-padding-twenty-four-left {
    padding-left: 24%
  }

  .lg-padding-twenty-four-half-left {
    padding-left: 24.5%
  }

  .lg-padding-twenty-five-left {
    padding-left: 25%
  }

  .lg-padding-5px-left {
    padding-left: 5px 
  }

  .lg-padding-10px-left {
    padding-left: 10px 
  }

  .lg-padding-15px-left {
    padding-left: 15px 
  }

  .lg-padding-20px-left {
    padding-left: 20px 
  }

  .lg-padding-25px-left {
    padding-left: 25px 
  }

  .lg-padding-30px-left {
    padding-left: 30px 
  }

  .lg-padding-35px-left {
    padding-left: 35px 
  }

  .lg-padding-40px-left {
    padding-left: 40px 
  }

  .lg-padding-45px-left {
    padding-left: 45px 
  }

  .lg-padding-50px-left {
    padding-left: 50px 
  }

  .lg-padding-55px-left {
    padding-left: 55px 
  }

  .lg-padding-60px-left {
    padding-left: 60px 
  }

  .lg-padding-65px-left {
    padding-left: 65px 
  }

  .lg-padding-70px-left {
    padding-left: 70px 
  }

  .lg-padding-75px-left {
    padding-left: 75px 
  }

  .lg-padding-80px-left {
    padding-left: 80px 
  }

  .lg-padding-85px-left {
    padding-left: 85px 
  }

  .lg-padding-90px-left {
    padding-left: 90px 
  }

  .lg-padding-95px-left {
    padding-left: 95px 
  }

  .lg-padding-100px-left {
    padding-left: 100px 
  }

  .lg-padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%
  }

  .lg-padding-one-half-tb {
    padding-top: 1.5%;
    padding-bottom: 1.5%
  }

  .lg-padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%
  }

  .lg-padding-two-half-tb {
    padding-top: 2.5%;
    padding-bottom: 2.5%
  }

  .lg-padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%
  }

  .lg-padding-three-half-tb {
    padding-top: 3.5%;
    padding-bottom: 3.5%
  }

  .lg-padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%
  }

  .lg-padding-four-half-tb {
    padding-top: 4.5%;
    padding-bottom: 4.5%
  }

  .lg-padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%
  }

  .lg-padding-five-half-tb {
    padding-top: 5.5%;
    padding-bottom: 5.5%
  }

  .lg-padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%
  }

  .lg-padding-six-half-tb {
    padding-top: 6.5%;
    padding-bottom: 6.5%
  }

  .lg-padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%
  }

  .lg-padding-seven-half-tb {
    padding-top: 7.5%;
    padding-bottom: 7.5%
  }

  .lg-padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%
  }

  .lg-padding-eight-half-tb {
    padding-top: 8.5%;
    padding-bottom: 8.5%
  }

  .lg-padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%
  }

  .lg-padding-nine-half-tb {
    padding-top: 9.5%;
    padding-bottom: 9.5%
  }

  .lg-padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%
  }

  .lg-padding-ten-half-tb {
    padding-top: 10.5%;
    padding-bottom: 10.5%
  }

  .lg-padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%
  }

  .lg-padding-eleven-half-tb {
    padding-top: 11.5%;
    padding-bottom: 11.5%
  }

  .lg-padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%
  }

  .lg-padding-twelve-half-tb {
    padding-top: 12.5%;
    padding-bottom: 12.5%
  }

  .lg-padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%
  }

  .lg-padding-thirteen-half-tb {
    padding-top: 13.5%;
    padding-bottom: 13.5%
  }

  .lg-padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%
  }

  .lg-padding-fourteen-half-tb {
    padding-top: 14.5%;
    padding-bottom: 14.5%
  }

  .lg-padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%
  }

  .lg-padding-fifteen-half-tb {
    padding-top: 15.5%;
    padding-bottom: 15.5%
  }

  .lg-padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%
  }

  .lg-padding-sixteen-half-tb {
    padding-top: 16.5%;
    padding-bottom: 16.5%
  }

  .lg-padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%
  }

  .lg-padding-seventeen-half-tb {
    padding-top: 17.5%;
    padding-bottom: 17.5%
  }

  .lg-padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%
  }

  .lg-padding-eighteen-half-tb {
    padding-top: 18.5%;
    padding-bottom: 18.5%
  }

  .lg-padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%
  }

  .lg-padding-nineteen-half-tb {
    padding-top: 19.5%;
    padding-bottom: 19.5%
  }

  .lg-padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%
  }

  .lg-padding-twenty-half-tb {
    padding-top: 20.5%;
    padding-bottom: 20.5%
  }

  .lg-padding-twenty-one-tb {
    padding-top: 21%;
    padding-bottom: 21%
  }

  .lg-padding-twenty-one-half-tb {
    padding-top: 21.5%;
    padding-bottom: 21.5%
  }

  .lg-padding-twenty-two-tb {
    padding-top: 22%;
    padding-bottom: 22%
  }

  .lg-padding-twenty-two-half-tb {
    padding-top: 22.5%;
    padding-bottom: 22.5%
  }

  .lg-padding-twenty-three-tb {
    padding-top: 23%;
    padding-bottom: 23%
  }

  .lg-padding-twenty-three-half-tb {
    padding-top: 23.5%;
    padding-bottom: 23.5%
  }

  .lg-padding-twenty-four-tb {
    padding-top: 24%;
    padding-bottom: 24%
  }

  .lg-padding-twenty-four-half-tb {
    padding-top: 24.5%;
    padding-bottom: 24.5%
  }

  .lg-padding-twenty-five-tb {
    padding-top: 25%;
    padding-bottom: 25%
  }

  .lg-padding-5px-tb {
    padding-top: 5px ;
    padding-bottom: 5px 
  }

  .lg-padding-10px-tb {
    padding-top: 10px ;
    padding-bottom: 10px 
  }

  .lg-padding-15px-tb {
    padding-top: 15px ;
    padding-bottom: 15px 
  }

  .lg-padding-20px-tb {
    padding-top: 20px ;
    padding-bottom: 20px 
  }

  .lg-padding-25px-tb {
    padding-top: 25px ;
    padding-bottom: 25px 
  }

  .lg-padding-30px-tb {
    padding-top: 30px ;
    padding-bottom: 30px 
  }

  .lg-padding-35px-tb {
    padding-top: 35px ;
    padding-bottom: 35px 
  }

  .lg-padding-40px-tb {
    padding-top: 40px ;
    padding-bottom: 40px 
  }

  .lg-padding-45px-tb {
    padding-top: 45px ;
    padding-bottom: 45px 
  }

  .lg-padding-50px-tb {
    padding-top: 50px ;
    padding-bottom: 50px 
  }

  .lg-padding-55px-tb {
    padding-top: 55px ;
    padding-bottom: 55px 
  }

  .lg-padding-60px-tb {
    padding-top: 60px ;
    padding-bottom: 60px 
  }

  .lg-padding-65px-tb {
    padding-top: 65px ;
    padding-bottom: 65px 
  }

  .lg-padding-70px-tb {
    padding-top: 70px ;
    padding-bottom: 70px 
  }

  .lg-padding-75px-tb {
    padding-top: 75px ;
    padding-bottom: 75px 
  }

  .lg-padding-80px-tb {
    padding-top: 80px ;
    padding-bottom: 80px 
  }

  .lg-padding-85px-tb {
    padding-top: 85px ;
    padding-bottom: 85px 
  }

  .lg-padding-90px-tb {
    padding-top: 90px ;
    padding-bottom: 90px 
  }

  .lg-padding-95px-tb {
    padding-top: 95px ;
    padding-bottom: 95px 
  }

  .lg-padding-100px-tb {
    padding-top: 100px ;
    padding-bottom: 100px 
  }

  .lg-padding-one-lr {
    padding-left: 1%;
    padding-right: 1%
  }

  .lg-padding-one-half-lr {
    padding-left: 1.5%;
    padding-right: 1.5%
  }

  .lg-padding-two-lr {
    padding-left: 2%;
    padding-right: 2%
  }

  .lg-padding-two-half-lr {
    padding-left: 2.5%;
    padding-right: 2.5%
  }

  .lg-padding-three-lr {
    padding-left: 3%;
    padding-right: 3%
  }

  .lg-padding-three-half-lr {
    padding-left: 3.5%;
    padding-right: 3.5%
  }

  .lg-padding-four-lr {
    padding-left: 4%;
    padding-right: 4%
  }

  .lg-padding-four-half-lr {
    padding-left: 4.5%;
    padding-right: 4.5%
  }

  .lg-padding-five-lr {
    padding-left: 5%;
    padding-right: 5%
  }

  .lg-padding-five-half-lr {
    padding-left: 5.5%;
    padding-right: 5.5%
  }

  .lg-padding-six-lr {
    padding-left: 6%;
    padding-right: 6%
  }

  .lg-padding-six-half-lr {
    padding-left: 6.5%;
    padding-right: 6.5%
  }

  .lg-padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%
  }

  .lg-padding-seven-half-lr {
    padding-left: 7.5%;
    padding-right: 7.5%
  }

  .lg-padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%
  }

  .lg-padding-eight-half-lr {
    padding-left: 8.5%;
    padding-right: 8.5%
  }

  .lg-padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%
  }

  .lg-padding-nine-half-lr {
    padding-left: 9.5%;
    padding-right: 9.5%
  }

  .lg-padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%
  }

  .lg-padding-ten-half-lr {
    padding-left: 10.5%;
    padding-right: 10.5%
  }

  .lg-padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%
  }

  .lg-padding-eleven-half-lr {
    padding-left: 11.5%;
    padding-right: 11.5%
  }

  .lg-padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%
  }

  .lg-padding-twelve-half-lr {
    padding-left: 12.5%;
    padding-right: 12.5%
  }

  .lg-padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%
  }

  .lg-padding-thirteen-half-lr {
    padding-left: 13.5%;
    padding-right: 13.5%
  }

  .lg-padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%
  }

  .lg-padding-fourteen-half-lr {
    padding-left: 14.5%;
    padding-right: 14.5%
  }

  .lg-padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%
  }

  .lg-padding-fifteen-half-lr {
    padding-left: 15.5%;
    padding-right: 15.5%
  }

  .lg-padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%
  }

  .lg-padding-sixteen-half-lr {
    padding-left: 16.5%;
    padding-right: 16.5%
  }

  .lg-padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%
  }

  .lg-padding-seventeen-half-lr {
    padding-left: 17.5%;
    padding-right: 17.5%
  }

  .lg-padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%
  }

  .lg-padding-eighteen-half-lr {
    padding-left: 18.5%;
    padding-right: 18.5%
  }

  .lg-padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%
  }

  .lg-padding-nineteen-half-lr {
    padding-left: 19.5%;
    padding-right: 19.5%
  }

  .lg-padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%
  }

  .lg-padding-twenty-half-lr {
    padding-left: 20.5%;
    padding-right: 20.5%
  }

  .lg-padding-twenty-one-lr {
    padding-left: 21%;
    padding-right: 21%
  }

  .lg-padding-twenty-one-half-lr {
    padding-left: 21.5%;
    padding-right: 21.5%
  }

  .lg-padding-twenty-two-lr {
    padding-left: 22%;
    padding-right: 22%
  }

  .lg-padding-twenty-two-half-lr {
    padding-left: 22.5%;
    padding-right: 22.5%
  }

  .lg-padding-twenty-three-lr {
    padding-left: 23%;
    padding-right: 23%
  }

  .lg-padding-twenty-three-half-lr {
    padding-left: 23.5%;
    padding-right: 23.5%
  }

  .lg-padding-twenty-four-lr {
    padding-left: 24%;
    padding-right: 24%
  }

  .lg-padding-twenty-four-half-lr {
    padding-left: 24.5%;
    padding-right: 24.5%
  }

  .lg-padding-twenty-five-lr {
    padding-left: 25%;
    padding-right: 25%
  }

  .lg-padding-5px-lr {
    padding-left: 5px ;
    padding-right: 5px 
  }

  .lg-padding-10px-lr {
    padding-left: 10px ;
    padding-right: 10px 
  }

  .lg-padding-15px-lr {
    padding-left: 15px ;
    padding-right: 15px 
  }

  .lg-padding-20px-lr {
    padding-left: 20px ;
    padding-right: 20px 
  }

  .lg-padding-25px-lr {
    padding-left: 25px ;
    padding-right: 25px 
  }

  .lg-padding-30px-lr {
    padding-left: 30px ;
    padding-right: 30px 
  }

  .lg-padding-35px-lr {
    padding-left: 35px ;
    padding-right: 35px 
  }

  .lg-padding-40px-lr {
    padding-left: 40px ;
    padding-right: 40px 
  }

  .lg-padding-45px-lr {
    padding-left: 45px ;
    padding-right: 45px 
  }

  .lg-padding-50px-lr {
    padding-left: 50px ;
    padding-right: 50px 
  }

  .lg-padding-55px-lr {
    padding-left: 55px ;
    padding-right: 55px 
  }

  .lg-padding-60px-lr {
    padding-left: 60px ;
    padding-right: 60px 
  }

  .lg-padding-65px-lr {
    padding-left: 65px ;
    padding-right: 65px 
  }

  .lg-padding-70px-lr {
    padding-left: 70px ;
    padding-right: 70px 
  }

  .lg-padding-75px-lr {
    padding-left: 75px ;
    padding-right: 75px 
  }

  .lg-padding-80px-lr {
    padding-left: 80px ;
    padding-right: 80px 
  }

  .lg-padding-85px-lr {
    padding-left: 85px ;
    padding-right: 85px 
  }

  .lg-padding-90px-lr {
    padding-left: 90px ;
    padding-right: 90px 
  }

  .lg-padding-95px-lr {
    padding-left: 95px ;
    padding-right: 95px 
  }

  .lg-padding-100px-lr {
    padding-left: 100px ;
    padding-right: 100px 
  }

  .lg-top-auto {
    top: auto
  }

  .lg-top-0 {
    top: 0 
  }

  .lg-top-1 {
    top: 1px 
  }

  .lg-top-2 {
    top: 2px 
  }

  .lg-top-3 {
    top: 3px 
  }

  .lg-top-4 {
    top: 4px 
  }

  .lg-top-5 {
    top: 5px 
  }

  .lg-top-6 {
    top: 6px 
  }

  .lg-top-7 {
    top: 7px 
  }

  .lg-top-8 {
    top: 8px 
  }

  .lg-top-9 {
    top: 9px 
  }

  .lg-top-10 {
    top: 10px 
  }

  .lg-top-minus1 {
    top: -1px 
  }

  .lg-top-minus2 {
    top: -2px 
  }

  .lg-top-minus3 {
    top: -3px 
  }

  .lg-top-minus4 {
    top: -4px 
  }

  .lg-top-minus5 {
    top: -5px 
  }

  .lg-top-minus6 {
    top: -6px 
  }

  .lg-top-minus7 {
    top: -7px 
  }

  .lg-top-minus8 {
    top: -8px 
  }

  .lg-top-minus9 {
    top: -9px 
  }

  .lg-top-minus10 {
    top: -10px 
  }

  .lg-top-minus15 {
    top: -15px 
  }

  .lg-top-minus20 {
    top: -20px 
  }

  .lg-top-minus25 {
    top: -25px 
  }

  .lg-top-minus30 {
    top: -30px 
  }

  .lg-top-minus35 {
    top: -35px 
  }

  .lg-top-minus40 {
    top: -40px 
  }

  .lg-bottom-auto {
    bottom: auto
  }

  .lg-bottom-0 {
    bottom: 0
  }

  .lg-bottom-1 {
    bottom: 1px 
  }

  .lg-bottom-2 {
    bottom: 2px 
  }

  .lg-bottom-3 {
    bottom: 3px 
  }

  .lg-bottom-4 {
    bottom: 4px 
  }

  .lg-bottom-5 {
    bottom: 5px 
  }

  .lg-bottom-6 {
    bottom: 6px 
  }

  .lg-bottom-7 {
    bottom: 7px 
  }

  .lg-bottom-8 {
    bottom: 8px 
  }

  .lg-bottom-9 {
    bottom: 9px 
  }

  .lg-bottom-10 {
    bottom: 10px 
  }

  .lg-bottom-15 {
    bottom: 15px 
  }

  .lg-bottom-20 {
    bottom: 20px 
  }

  .lg-bottom-25 {
    bottom: 25px 
  }

  .lg-bottom-30 {
    bottom: 30px 
  }

  .lg-bottom-35 {
    bottom: 35px 
  }

  .lg-bottom-40 {
    bottom: 40px 
  }

  .lg-left-auto {
    left: auto
  }

  .lg-left-0 {
    left: 0
  }

  .lg-left-1 {
    left: 1px 
  }

  .lg-left-2 {
    left: 2px 
  }

  .lg-left-3 {
    left: 3px 
  }

  .lg-left-4 {
    left: 4px 
  }

  .lg-left-5 {
    left: 5px 
  }

  .lg-left-6 {
    left: 6px 
  }

  .lg-left-7 {
    left: 7px 
  }

  .lg-left-8 {
    left: 8px 
  }

  .lg-left-9 {
    left: 9px 
  }

  .lg-left-10 {
    bottom: 10px 
  }

  .lg-left-15 {
    bottom: 15px 
  }

  .lg-left-20 {
    bottom: 20px 
  }

  .lg-left-25 {
    bottom: 25px 
  }

  .lg-left-30 {
    bottom: 30px 
  }

  .lg-left-35 {
    bottom: 35px 
  }

  .lg-left-40 {
    bottom: 40px 
  }

  .lg-right-auto {
    right: auto
  }

  .lg-right-0 {
    right: 0
  }

  .lg-right-1 {
    right: 1px 
  }

  .lg-right-2 {
    right: 2px 
  }

  .lg-right-3 {
    right: 3px 
  }

  .lg-right-4 {
    right: 4px 
  }

  .lg-right-5 {
    right: 5px 
  }

  .lg-right-6 {
    right: 6px 
  }

  .lg-right-7 {
    right: 7px 
  }

  .lg-right-8 {
    right: 8px 
  }

  .lg-right-9 {
    right: 9px 
  }

  .lg-right-10 {
    right: 10px 
  }

  .lg-right-15 {
    right: 15px 
  }

  .lg-right-20 {
    right: 20px 
  }

  .lg-right-25 {
    right: 25px 
  }

  .lg-right-30 {
    right: 30px 
  }

  .lg-right-35 {
    right: 35px 
  }

  .lg-right-40 {
    right: 40px 
  }

  .lg-width-10 {
    width: 10%
  }

  .lg-width-15 {
    width: 15%
  }

  .lg-width-20 {
    width: 20%
  }

  .lg-width-25 {
    width: 25%
  }

  .lg-width-30 {
    width: 30%
  }

  .lg-width-35 {
    width: 35%
  }

  .lg-width-40 {
    width: 40%
  }

  .lg-width-45 {
    width: 45%
  }

  .lg-width-50 {
    width: 50%
  }

  .lg-width-55 {
    width: 55%
  }

  .lg-width-60 {
    width: 60%
  }

  .lg-width-65 {
    width: 65%
  }

  .lg-width-70 {
    width: 70%
  }

  .lg-width-75 {
    width: 75%
  }

  .lg-width-80 {
    width: 80%
  }

  .lg-width-85 {
    width: 85%
  }

  .lg-width-90 {
    width: 90%
  }

  .lg-width-95 {
    width: 95%
  }

  .lg-width-100 {
    width: 100%
  }

  .lg-width-auto {
    width: auto
  }

  .lg-width-50px {
    width: 50px
  }

  .lg-width-70px {
    width: 70px
  }

  .lg-width-75px {
    width: 75px
  }

  .lg-width-80px {
    width: 80px
  }

  .lg-width-85px {
    width: 85px
  }

  .lg-width-90px {
    width: 90px
  }

  .lg-width-95px {
    width: 95px
  }

  .lg-width-100px {
    width: 100px
  }

  .lg-width-120px {
    width: 120px
  }

  .lg-width-130px {
    width: 130px
  }

  .lg-width-150px {
    width: 150px
  }

  .lg-width-180px {
    width: 180px
  }

  .lg-width-200px {
    width: 200px
  }

  .lg-width-250px {
    width: 250px
  }

  .lg-width-300px {
    width: 300px
  }

  .lg-width-350px {
    width: 350px
  }

  .lg-width-400px {
    width: 400px
  }

  .lg-width-450px {
    width: 450px
  }

  .lg-width-500px {
    width: 500px
  }

  .lg-width-550px {
    width: 550px
  }

  .lg-width-600px {
    width: 600px
  }

  .lg-width-650px {
    width: 650px
  }

  .lg-width-700px {
    width: 700px
  }

  .lg-width-750px {
    width: 750px
  }

  .lg-width-800px {
    width: 800px
  }

  .lg-width-850px {
    width: 850px
  }

  .lg-width-900px {
    width: 900px
  }

  .lg-width-950px {
    width: 950px
  }

  .lg-width-1000px {
    width: 1000px
  }

  .lg-height-100 {
    height: 100%
  }

  .lg-height-auto {
    height: auto
  }

  .lg-height-80px {
    height: 80px 
  }

  .lg-height-90px {
    height: 90px 
  }

  .lg-height-100px {
    height: 100px 
  }

  .lg-height-150px {
    height: 150px 
  }

  .lg-height-200px {
    height: 200px 
  }

  .lg-height-250px {
    height: 250px 
  }

  .lg-height-300px {
    height: 300px 
  }

  .lg-height-350px {
    height: 350px 
  }

  .lg-height-400px {
    height: 400px 
  }

  .lg-height-450px {
    height: 450px 
  }

  .lg-height-500px {
    height: 500px 
  }

  .lg-height-550px {
    height: 550px 
  }

  .lg-height-600px {
    height: 600px 
  }

  .lg-height-650px {
    height: 650px 
  }

  .lg-height-700px {
    height: 700px 
  }

  .lg-line-height-auto {
    line-height: normal
  }

  .lg-line-height-10 {
    line-height: 10px
  }

  .lg-line-height-18 {
    line-height: 18px
  }

  .lg-line-height-20 {
    line-height: 20px 
  }

  .lg-line-height-24 {
    line-height: 24px 
  }

  .lg-line-height-22 {
    line-height: 22px 
  }

  .lg-line-height-26 {
    line-height: 26px 
  }

  .lg-line-height-28 {
    line-height: 28px 
  }

  .lg-line-height-30 {
    line-height: 30px 
  }

  .lg-line-height-35 {
    line-height: 35px 
  }

  .lg-line-height-40 {
    line-height: 40px 
  }

  .lg-line-height-45 {
    line-height: 45px 
  }

  .lg-line-height-50 {
    line-height: 50px 
  }

  .lg-line-height-55 {
    line-height: 55px 
  }

  .lg-line-height-60 {
    line-height: 60px 
  }

  .lg-line-height-65 {
    line-height: 65px 
  }

  .lg-line-height-70 {
    line-height: 70px 
  }

  .lg-line-height-75 {
    line-height: 75px 
  }

  .lg-line-height-80 {
    line-height: 80px 
  }

  .lg-line-height-85 {
    line-height: 85px 
  }

  .lg-line-height-90 {
    line-height: 90px 
  }

  .lg-line-height-95 {
    line-height: 95px 
  }

  .lg-line-height-100 {
    line-height: 100px 
  }

  .lg-display-block {
    display: block 
  }

  .lg-overflow-hidden {
    overflow: hidden 
  }

  .lg-overflow-auto {
    overflow: auto 
  }

  .lg-display-inline-block {
    display: inline-block 
  }

  .lg-display-inline {
    display: inline 
  }

  .lg-display-none {
    display: none 
  }

  .lg-display-inherit {
    display: inherit 
  }

  .lg-display-table {
    display: table 
  }

  .lg-display-table-cell {
    display: table-cell 
  }

  .lg-position-inherit {
    position: inherit
  }

  .lg-position-relative {
    position: relative;
    z-index: 5
  }

  .lg-position-absolute {
    position: absolute
  }

  .lg-position-fixed {
    position: fixed
  }

  .lg-no-border-top {
    border-top: 0 
  }

  .lg-no-border-bottom {
    border-bottom: 0 
  }

  .lg-no-border-right {
    border-right: 0 
  }

  .lg-no-border-left {
    border-left: 0 
  }

  .lg-no-background-img {
    background-image: none 
  }
}

@media (max-width:991px) {
  .md-text-center {
    text-align: center
  }

  .md-text-left {
    text-align: left
  }

  .md-text-right {
    text-align: right
  }

  .md-float-left {
    float: left 
  }

  .md-float-right {
    float: right 
  }

  .md-float-none {
    float: none 
  }

  .md-vertical-align-middle {
    vertical-align: middle
  }

  .md-vertical-align-top {
    vertical-align: top
  }

  .md-vertical-align-bottom {
    vertical-align: bottom
  }

  .md-background-image-left {
    background-position: 0
  }

  .md-background-image-right {
    background-position: 100%
  }

  .md-background-image-center {
    background-position: 50%
  }

  .md-margin-one-all {
    margin: 1%
  }

  .md-margin-one-half-all {
    margin: 1.5%
  }

  .md-margin-two-all {
    margin: 2%
  }

  .md-margin-two-half-all {
    margin: 2.5%
  }

  .md-margin-three-all {
    margin: 3%
  }

  .md-margin-three-half-all {
    margin: 3.5%
  }

  .md-margin-four-all {
    margin: 4%
  }

  .md-margin-four-half-all {
    margin: 4.5%
  }

  .md-margin-five-all {
    margin: 5%
  }

  .md-margin-five-half-all {
    margin: 5.5%
  }

  .md-margin-six-all {
    margin: 6%
  }

  .md-margin-six-half-all {
    margin: 6.5%
  }

  .md-margin-seven-all {
    margin: 7%
  }

  .md-margin-seven-half-all {
    margin: 7.5%
  }

  .md-margin-eight-all {
    margin: 8%
  }

  .md-margin-eight-half-all {
    margin: 8.5%
  }

  .md-margin-nine-all {
    margin: 9%
  }

  .md-margin-nine-half-all {
    margin: 9.5%
  }

  .md-margin-ten-all {
    margin: 10%
  }

  .md-margin-ten-half-all {
    margin: 10.5%
  }

  .md-margin-eleven-all {
    margin: 11%
  }

  .md-margin-eleven-half-all {
    margin: 11.5%
  }

  .md-margin-twelve-all {
    margin: 12%
  }

  .md-margin-twelve-half-all {
    margin: 12.5%
  }

  .md-margin-thirteen-all {
    margin: 13%
  }

  .md-margin-thirteen-half-all {
    margin: 13.5%
  }

  .md-margin-fourteen-all {
    margin: 14%
  }

  .md-margin-fourteen-half-all {
    margin: 14.5%
  }

  .md-margin-fifteen-all {
    margin: 15%
  }

  .md-margin-fifteen-half-all {
    margin: 15.5%
  }

  .md-margin-sixteen-all {
    margin: 16%
  }

  .md-margin-sixteen-half-all {
    margin: 16.5%
  }

  .md-margin-seventeen-all {
    margin: 17%
  }

  .md-margin-seventeen-half-all {
    margin: 17.5%
  }

  .md-margin-eighteen-all {
    margin: 18%
  }

  .md-margin-eighteen-half-all {
    margin: 18.5%
  }

  .md-margin-nineteen-all {
    margin: 19%
  }

  .md-margin-nineteen-half-all {
    margin: 19.5%
  }

  .md-margin-twenty-all {
    margin: 20%
  }

  .md-margin-twenty-half-all {
    margin: 20.5%
  }

  .md-margin-twenty-one-all {
    margin: 21%
  }

  .md-margin-twenty-one-half-all {
    margin: 21.5%
  }

  .md-margin-twenty-two-all {
    margin: 22%
  }

  .md-margin-twenty-two-half-all {
    margin: 22.5%
  }

  .md-margin-twenty-three-all {
    margin: 23%
  }

  .md-margin-twenty-three-half-all {
    margin: 23.5%
  }

  .md-margin-twenty-four-all {
    margin: 24%
  }

  .md-margin-twenty-four-half-all {
    margin: 24.5%
  }

  .md-margin-twenty-five-all {
    margin: 25%
  }

  .md-margin-5px-all {
    margin: 5px 
  }

  .md-margin-10px-all {
    margin: 10px 
  }

  .md-margin-15px-all {
    margin: 15px 
  }

  .md-margin-20px-all {
    margin: 20px 
  }

  .md-margin-25px-all {
    margin: 25px 
  }

  .md-margin-30px-all {
    margin: 30px 
  }

  .md-margin-35px-all {
    margin: 35px 
  }

  .md-margin-40px-all {
    margin: 40px 
  }

  .md-margin-45px-all {
    margin: 45px 
  }

  .md-margin-50px-all {
    margin: 50px 
  }

  .md-margin-55px-all {
    margin: 55px 
  }

  .md-margin-60px-all {
    margin: 60px 
  }

  .md-margin-65px-all {
    margin: 65px 
  }

  .md-margin-70px-all {
    margin: 70px 
  }

  .md-margin-75px-all {
    margin: 75px 
  }

  .md-margin-80px-all {
    margin: 80px 
  }

  .md-margin-85px-all {
    margin: 85px 
  }

  .md-margin-90px-all {
    margin: 90px 
  }

  .md-margin-95px-all {
    margin: 95px 
  }

  .md-margin-100px-all {
    margin: 100px 
  }

  .md-no-margin {
    margin: 0 
  }

  .md-no-margin-lr {
    margin-left: 0 ;
    margin-right: 0 
  }

  .md-no-margin-tb {
    margin-bottom: 0 
  }

  .md-no-margin-tb,
  .md-no-margin-top {
    margin-top: 0 
  }

  .md-no-margin-bottom {
    margin-bottom: 0 
  }

  .md-no-margin-left {
    margin-left: 0 
  }

  .md-no-margin-right {
    margin-right: 0 
  }

  .md-margin-lr-auto {
    margin-left: auto ;
    margin-right: auto 
  }

  .md-margin-auto {
    margin: 0 auto 
  }

  .md-margin-one-top {
    margin-top: 1%
  }

  .md-margin-one-half-top {
    margin-top: 1.5%
  }

  .md-margin-two-top {
    margin-top: 2%
  }

  .md-margin-two-half-top {
    margin-top: 2.5%
  }

  .md-margin-three-top {
    margin-top: 3%
  }

  .md-margin-three-half-top {
    margin-top: 3.5%
  }

  .md-margin-four-top {
    margin-top: 4%
  }

  .md-margin-four-half-top {
    margin-top: 4.5%
  }

  .md-margin-five-top {
    margin-top: 5%
  }

  .md-margin-five-half-top {
    margin-top: 5.5%
  }

  .md-margin-six-top {
    margin-top: 6%
  }

  .md-margin-six-half-top {
    margin-top: 6.5%
  }

  .md-margin-seven-top {
    margin-top: 7%
  }

  .md-margin-seven-half-top {
    margin-top: 7.5%
  }

  .md-margin-eight-top {
    margin-top: 8%
  }

  .md-margin-eight-half-top {
    margin-top: 8.5%
  }

  .md-margin-nine-top {
    margin-top: 9%
  }

  .md-margin-nine-half-top {
    margin-top: 9.5%
  }

  .md-margin-ten-top {
    margin-top: 10%
  }

  .md-margin-ten-half-top {
    margin-top: 10.5%
  }

  .md-margin-eleven-top {
    margin-top: 11%
  }

  .md-margin-eleven-half-top {
    margin-top: 11.5%
  }

  .md-margin-twelve-top {
    margin-top: 12%
  }

  .md-margin-twelve-half-top {
    margin-top: 12.5%
  }

  .md-margin-thirteen-top {
    margin-top: 13%
  }

  .md-margin-thirteen-half-top {
    margin-top: 13.5%
  }

  .md-margin-fourteen-top {
    margin-top: 14%
  }

  .md-margin-fourteen-half-top {
    margin-top: 14.5%
  }

  .md-margin-fifteen-top {
    margin-top: 15%
  }

  .md-margin-fifteen-half-top {
    margin-top: 15.5%
  }

  .md-margin-sixteen-top {
    margin-top: 16%
  }

  .md-margin-sixteen-half-top {
    margin-top: 16.5%
  }

  .md-margin-seventeen-top {
    margin-top: 17%
  }

  .md-margin-seventeen-half-top {
    margin-top: 17.5%
  }

  .md-margin-eighteen-top {
    margin-top: 18%
  }

  .md-margin-eighteen-half-top {
    margin-top: 18.5%
  }

  .md-margin-nineteen-top {
    margin-top: 19%
  }

  .md-margin-nineteen-half-top {
    margin-top: 19.5%
  }

  .md-margin-twenty-top {
    margin-top: 20%
  }

  .md-margin-twenty-half-top {
    margin-top: 20.5%
  }

  .md-margin-twenty-one-top {
    margin-top: 21%
  }

  .md-margin-twenty-one-half-top {
    margin-top: 21.5%
  }

  .md-margin-twenty-two-top {
    margin-top: 22%
  }

  .md-margin-twenty-two-half-top {
    margin-top: 22.5%
  }

  .md-margin-twenty-top {
    margin-top: 23%
  }

  .md-margin-twenty-half-top {
    margin-top: 23.5%
  }

  .md-margin-twenty-four-top {
    margin-top: 24%
  }

  .md-margin-twenty-four-half-top {
    margin-top: 24.5%
  }

  .md-margin-twenty-five-top {
    margin-top: 25%
  }

  .md-margin-5px-top {
    margin-top: 5px 
  }

  .md-margin-10px-top {
    margin-top: 10px 
  }

  .md-margin-15px-top {
    margin-top: 15px 
  }

  .md-margin-20px-top {
    margin-top: 20px 
  }

  .md-margin-25px-top {
    margin-top: 25px 
  }

  .md-margin-30px-top {
    margin-top: 30px 
  }

  .md-margin-35px-top {
    margin-top: 35px 
  }

  .md-margin-40px-top {
    margin-top: 40px 
  }

  .md-margin-45px-top {
    margin-top: 45px 
  }

  .md-margin-50px-top {
    margin-top: 50px 
  }

  .md-margin-55px-top {
    margin-top: 55px 
  }

  .md-margin-60px-top {
    margin-top: 60px 
  }

  .md-margin-65px-top {
    margin-top: 65px 
  }

  .md-margin-70px-top {
    margin-top: 70px 
  }

  .md-margin-75px-top {
    margin-top: 75px 
  }

  .md-margin-80px-top {
    margin-top: 80px 
  }

  .md-margin-85px-top {
    margin-top: 85px 
  }

  .md-margin-90px-top {
    margin-top: 90px 
  }

  .md-margin-95px-top {
    margin-top: 95px 
  }

  .md-margin-100px-top {
    margin-top: 100px 
  }

  .md-margin-one-bottom {
    margin-bottom: 1%
  }

  .md-margin-one-half-bottom {
    margin-bottom: 1.5%
  }

  .md-margin-two-bottom {
    margin-bottom: 2%
  }

  .md-margin-two-half-bottom {
    margin-bottom: 2.5%
  }

  .md-margin-three-bottom {
    margin-bottom: 3%
  }

  .md-margin-three-half-bottom {
    margin-bottom: 3.5%
  }

  .md-margin-four-bottom {
    margin-bottom: 4%
  }

  .md-margin-four-half-bottom {
    margin-bottom: 4.5%
  }

  .md-margin-five-bottom {
    margin-bottom: 5%
  }

  .md-margin-five-half-bottom {
    margin-bottom: 5.5%
  }

  .md-margin-six-bottom {
    margin-bottom: 6%
  }

  .md-margin-six-half-bottom {
    margin-bottom: 6.5%
  }

  .md-margin-seven-bottom {
    margin-bottom: 7%
  }

  .md-margin-seven-half-bottom {
    margin-bottom: 7.5%
  }

  .md-margin-eight-bottom {
    margin-bottom: 8%
  }

  .md-margin-eight-half-bottom {
    margin-bottom: 8.5%
  }

  .md-margin-nine-bottom {
    margin-bottom: 9%
  }

  .md-margin-nine-half-bottom {
    margin-bottom: 9.5%
  }

  .md-margin-ten-bottom {
    margin-bottom: 10%
  }

  .md-margin-ten-half-bottom {
    margin-bottom: 10.5%
  }

  .md-margin-eleven-bottom {
    margin-bottom: 11%
  }

  .md-margin-eleven-half-bottom {
    margin-bottom: 11.5%
  }

  .md-margin-twelve-bottom {
    margin-bottom: 12%
  }

  .md-margin-twelve-half-bottom {
    margin-bottom: 12.5%
  }

  .md-margin-thirteen-bottom {
    margin-bottom: 13%
  }

  .md-margin-thirteen-half-bottom {
    margin-bottom: 13.5%
  }

  .md-margin-fourteen-bottom {
    margin-bottom: 14%
  }

  .md-margin-fourteen-half-bottom {
    margin-bottom: 14.5%
  }

  .md-margin-fifteen-bottom {
    margin-bottom: 15%
  }

  .md-margin-fifteen-half-bottom {
    margin-bottom: 15.5%
  }

  .md-margin-sixteen-bottom {
    margin-bottom: 16%
  }

  .md-margin-sixteen-half-bottom {
    margin-bottom: 16.5%
  }

  .md-margin-seventeen-bottom {
    margin-bottom: 17%
  }

  .md-margin-seventeen-half-bottom {
    margin-bottom: 17.5%
  }

  .md-margin-eighteen-bottom {
    margin-bottom: 18%
  }

  .md-margin-eighteen-half-bottom {
    margin-bottom: 18.5%
  }

  .md-margin-nineteen-bottom {
    margin-bottom: 19%
  }

  .md-margin-nineteen-half-bottom {
    margin-bottom: 19.5%
  }

  .md-margin-twenty-bottom {
    margin-bottom: 20%
  }

  .md-margin-twenty-half-bottom {
    margin-bottom: 20.5%
  }

  .md-margin-twenty-one-bottom {
    margin-bottom: 21%
  }

  .md-margin-twenty-one-half-bottom {
    margin-bottom: 21.5%
  }

  .md-margin-twenty-two-bottom {
    margin-bottom: 22%
  }

  .md-margin-twenty-two-half-bottom {
    margin-bottom: 22.5%
  }

  .md-margin-twenty-three-bottom {
    margin-bottom: 23%
  }

  .md-margin-twenty-three-half-bottom {
    margin-bottom: 23.5%
  }

  .md-margin-twenty-five-bottom {
    margin-bottom: 24%
  }

  .md-margin-twenty-five-half-bottom {
    margin-bottom: 24.5%
  }

  .md-margin-twenty-five-bottom {
    margin-bottom: 25%
  }

  .md-margin-5px-bottom {
    margin-bottom: 5px 
  }

  .md-margin-10px-bottom {
    margin-bottom: 10px 
  }

  .md-margin-15px-bottom {
    margin-bottom: 15px 
  }

  .md-margin-20px-bottom {
    margin-bottom: 20px 
  }

  .md-margin-25px-bottom {
    margin-bottom: 25px 
  }

  .md-margin-30px-bottom {
    margin-bottom: 30px 
  }

  .md-margin-35px-bottom {
    margin-bottom: 35px 
  }

  .md-margin-40px-bottom {
    margin-bottom: 40px 
  }

  .md-margin-45px-bottom {
    margin-bottom: 45px 
  }

  .md-margin-50px-bottom {
    margin-bottom: 50px 
  }

  .md-margin-55px-bottom {
    margin-bottom: 55px 
  }

  .md-margin-60px-bottom {
    margin-bottom: 60px 
  }

  .md-margin-65px-bottom {
    margin-bottom: 65px 
  }

  .md-margin-70px-bottom {
    margin-bottom: 70px 
  }

  .md-margin-75px-bottom {
    margin-bottom: 75px 
  }

  .md-margin-80px-bottom {
    margin-bottom: 80px 
  }

  .md-margin-85px-bottom {
    margin-bottom: 85px 
  }

  .md-margin-90px-bottom {
    margin-bottom: 90px 
  }

  .md-margin-95px-bottom {
    margin-bottom: 95px 
  }

  .md-margin-100px-bottom {
    margin-bottom: 100px 
  }

  .md-margin-one-right {
    margin-right: 1%
  }

  .md-margin-one-half-right {
    margin-right: 1.5%
  }

  .md-margin-two-right {
    margin-right: 2%
  }

  .md-margin-two-half-right {
    margin-right: 2.5%
  }

  .md-margin-three-right {
    margin-right: 3%
  }

  .md-margin-three-half-right {
    margin-right: 3.5%
  }

  .md-margin-four-right {
    margin-right: 4%
  }

  .md-margin-four-half-right {
    margin-right: 4.5%
  }

  .md-margin-five-right {
    margin-right: 5%
  }

  .md-margin-five-half-right {
    margin-right: 5.5%
  }

  .md-margin-six-right {
    margin-right: 6%
  }

  .md-margin-six-half-right {
    margin-right: 6.5%
  }

  .md-margin-seven-right {
    margin-right: 7%
  }

  .md-margin-seven-half-right {
    margin-right: 7.5%
  }

  .md-margin-eight-right {
    margin-right: 8%
  }

  .md-margin-eight-half-right {
    margin-right: 8.5%
  }

  .md-margin-nine-right {
    margin-right: 9%
  }

  .md-margin-nine-half-right {
    margin-right: 9.5%
  }

  .md-margin-ten-right {
    margin-right: 10%
  }

  .md-margin-ten-half-right {
    margin-right: 10.5%
  }

  .md-margin-eleven-right {
    margin-right: 11%
  }

  .md-margin-eleven-half-right {
    margin-right: 11.5%
  }

  .md-margin-twelve-right {
    margin-right: 12%
  }

  .md-margin-twelve-half-right {
    margin-right: 12.5%
  }

  .md-margin-thirteen-right {
    margin-right: 13%
  }

  .md-margin-thirteen-half-right {
    margin-right: 13.5%
  }

  .md-margin-fourteen-right {
    margin-right: 14%
  }

  .md-margin-fourteen-half-right {
    margin-right: 14.5%
  }

  .md-margin-fifteen-right {
    margin-right: 15%
  }

  .md-margin-fifteen-half-right {
    margin-right: 15.5%
  }

  .md-margin-sixteen-right {
    margin-right: 16%
  }

  .md-margin-sixteen-half-right {
    margin-right: 16.5%
  }

  .md-margin-seventeen-right {
    margin-right: 17%
  }

  .md-margin-seventeen-half-right {
    margin-right: 17.5%
  }

  .md-margin-eighteen-right {
    margin-right: 18%
  }

  .md-margin-eighteen-half-right {
    margin-right: 18.5%
  }

  .md-margin-nineteen-right {
    margin-right: 19%
  }

  .md-margin-nineteen-half-right {
    margin-right: 19.5%
  }

  .md-margin-twenty-right {
    margin-right: 20%
  }

  .md-margin-twenty-half-right {
    margin-right: 20.5%
  }

  .md-margin-twenty-one-right {
    margin-right: 21%
  }

  .md-margin-twenty-one-half-right {
    margin-right: 21.5%
  }

  .md-margin-twenty-two-right {
    margin-right: 22%
  }

  .md-margin-twenty-two-half-right {
    margin-right: 22.5%
  }

  .md-margin-twenty-three-right {
    margin-right: 23%
  }

  .md-margin-twenty-three-half-right {
    margin-right: 23.5%
  }

  .md-margin-twenty-four-right {
    margin-right: 24%
  }

  .md-margin-twenty-four-half-right {
    margin-right: 24.5%
  }

  .md-margin-twenty-five-right {
    margin-right: 25%
  }

  .md-margin-10px-right {
    margin-right: 10px 
  }

  .md-margin-15px-right {
    margin-right: 15px 
  }

  .md-margin-20px-right {
    margin-right: 20px 
  }

  .md-margin-25px-right {
    margin-right: 25px 
  }

  .md-margin-30px-right {
    margin-right: 30px 
  }

  .md-margin-35px-right {
    margin-right: 35px 
  }

  .md-margin-40px-right {
    margin-right: 40px 
  }

  .md-margin-45px-right {
    margin-right: 45px 
  }

  .md-margin-50px-right {
    margin-right: 50px 
  }

  .md-margin-55px-right {
    margin-right: 55px 
  }

  .md-margin-60px-right {
    margin-right: 60px 
  }

  .md-margin-65px-right {
    margin-right: 65px 
  }

  .md-margin-70px-right {
    margin-right: 70px 
  }

  .md-margin-75px-right {
    margin-right: 75px 
  }

  .md-margin-80px-right {
    margin-right: 80px 
  }

  .md-margin-85px-right {
    margin-right: 85px 
  }

  .md-margin-90px-right {
    margin-right: 90px 
  }

  .md-margin-95px-right {
    margin-right: 95px 
  }

  .md-margin-100px-right {
    margin-right: 100px 
  }

  .md-margin-one-left {
    margin-left: 1%
  }

  .md-margin-one-half-left {
    margin-left: 1.5%
  }

  .md-margin-two-left {
    margin-left: 2%
  }

  .md-margin-two-half-left {
    margin-left: 2.5%
  }

  .md-margin-three-left {
    margin-left: 3%
  }

  .md-margin-three-half-left {
    margin-left: 3.5%
  }

  .md-margin-four-left {
    margin-left: 4%
  }

  .md-margin-four-half-left {
    margin-left: 4.5%
  }

  .md-margin-five-left {
    margin-left: 5%
  }

  .md-margin-five-half-left {
    margin-left: 5.5%
  }

  .md-margin-six-left {
    margin-left: 6%
  }

  .md-margin-six-half-left {
    margin-left: 6.5%
  }

  .md-margin-seven-left {
    margin-left: 7%
  }

  .md-margin-seven-half-left {
    margin-left: 7.5%
  }

  .md-margin-eight-left {
    margin-left: 8%
  }

  .md-margin-eight-half-left {
    margin-left: 8.5%
  }

  .md-margin-nine-left {
    margin-left: 9%
  }

  .md-margin-nine-half-left {
    margin-left: 9.5%
  }

  .md-margin-ten-left {
    margin-left: 10%
  }

  .md-margin-ten-half-left {
    margin-left: 10.5%
  }

  .md-margin-eleven-left {
    margin-left: 11%
  }

  .md-margin-eleven-half-left {
    margin-left: 11.5%
  }

  .md-margin-twelve-left {
    margin-left: 12%
  }

  .md-margin-twelve-half-left {
    margin-left: 12.5%
  }

  .md-margin-thirteen-left {
    margin-left: 13%
  }

  .md-margin-thirteen-half-left {
    margin-left: 13.5%
  }

  .md-margin-fourteen-left {
    margin-left: 14%
  }

  .md-margin-fourteen-half-left {
    margin-left: 14.5%
  }

  .md-margin-fifteen-left {
    margin-left: 15%
  }

  .md-margin-fifteen-half-left {
    margin-left: 15.5%
  }

  .md-margin-sixteen-left {
    margin-left: 16%
  }

  .md-margin-sixteen-half-left {
    margin-left: 16.5%
  }

  .md-margin-seventeen-left {
    margin-left: 17%
  }

  .md-margin-seventeen-half-left {
    margin-left: 17.5%
  }

  .md-margin-eighteen-left {
    margin-left: 18%
  }

  .md-margin-eighteen-half-left {
    margin-left: 18.5%
  }

  .md-margin-nineteen-left {
    margin-left: 19%
  }

  .md-margin-nineteen-half-left {
    margin-left: 19.5%
  }

  .md-margin-twenty-left {
    margin-left: 20%
  }

  .md-margin-twenty-half-left {
    margin-left: 20.5%
  }

  .md-margin-twenty-one-left {
    margin-left: 21%
  }

  .md-margin-twenty-one-half-left {
    margin-left: 21.5%
  }

  .md-margin-twenty-two-left {
    margin-left: 22%
  }

  .md-margin-twenty-two-half-left {
    margin-left: 22.5%
  }

  .md-margin-twenty-three-left {
    margin-left: 23%
  }

  .md-margin-twenty-three-half-left {
    margin-left: 23.5%
  }

  .md-margin-twenty-four-left {
    margin-left: 24%
  }

  .md-margin-twenty-four-half-left {
    margin-left: 24.5%
  }

  .md-margin-twenty-five-left {
    margin-left: 25%
  }

  .md-margin-5px-left {
    margin-left: 5px 
  }

  .md-margin-10px-left {
    margin-left: 10px 
  }

  .md-margin-15px-left {
    margin-left: 15px 
  }

  .md-margin-20px-left {
    margin-left: 20px 
  }

  .md-margin-25px-left {
    margin-left: 25px 
  }

  .md-margin-30px-left {
    margin-left: 30px 
  }

  .md-margin-35px-left {
    margin-left: 35px 
  }

  .md-margin-40px-left {
    margin-left: 40px 
  }

  .md-margin-45px-left {
    margin-left: 45px 
  }

  .md-margin-50px-left {
    margin-left: 50px 
  }

  .md-margin-55px-left {
    margin-left: 55px 
  }

  .md-margin-60px-left {
    margin-left: 60px 
  }

  .md-margin-65px-left {
    margin-left: 65px 
  }

  .md-margin-70px-left {
    margin-left: 70px 
  }

  .md-margin-75px-left {
    margin-left: 75px 
  }

  .md-margin-80px-left {
    margin-left: 80px 
  }

  .md-margin-85px-left {
    margin-left: 85px 
  }

  .md-margin-90px-left {
    margin-left: 90px 
  }

  .md-margin-95px-left {
    margin-left: 95px 
  }

  .md-margin-100px-left {
    margin-left: 100px 
  }

  .md-margin-one-lr {
    margin-left: 1%;
    margin-right: 1%
  }

  .md-margin-one-half-lr {
    margin-left: 1.5%;
    margin-right: 1.5%
  }

  .md-margin-two-lr {
    margin-left: 2%;
    margin-right: 2%
  }

  .md-margin-two-half-lr {
    margin-left: 2.5%;
    margin-right: 2.5%
  }

  .md-margin-three-lr {
    margin-left: 3%;
    margin-right: 3%
  }

  .md-margin-three-half-lr {
    margin-left: 3.5%;
    margin-right: 3.5%
  }

  .md-margin-four-lr {
    margin-left: 4%;
    margin-right: 4%
  }

  .md-margin-four-half-lr {
    margin-left: 4.5%;
    margin-right: 4.5%
  }

  .md-margin-five-lr {
    margin-left: 5%;
    margin-right: 5%
  }

  .md-margin-five-half-lr {
    margin-left: 5.5%;
    margin-right: 5.5%
  }

  .md-margin-six-lr {
    margin-left: 6%;
    margin-right: 6%
  }

  .md-margin-six-half-lr {
    margin-left: 6.5%;
    margin-right: 6.5%
  }

  .md-margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%
  }

  .md-margin-seven-half-lr {
    margin-left: 7.5%;
    margin-right: 7.5%
  }

  .md-margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%
  }

  .md-margin-eight-half-lr {
    margin-left: 8.5%;
    margin-right: 8.5%
  }

  .md-margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%
  }

  .md-margin-nine-half-lr {
    margin-left: 9.5%;
    margin-right: 9.5%
  }

  .md-margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%
  }

  .md-margin-ten-half-lr {
    margin-left: 10.5%;
    margin-right: 10.5%
  }

  .md-margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%
  }

  .md-margin-eleven-half-lr {
    margin-left: 11.5%;
    margin-right: 11.5%
  }

  .md-margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%
  }

  .md-margin-twelve-half-lr {
    margin-left: 12.5%;
    margin-right: 12.5%
  }

  .md-margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%
  }

  .md-margin-thirteen-half-lr {
    margin-left: 13.5%;
    margin-right: 13.5%
  }

  .md-margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%
  }

  .md-margin-fourteen-half-lr {
    margin-left: 14.5%;
    margin-right: 14.5%
  }

  .md-margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%
  }

  .md-margin-fifteen-half-lr {
    margin-left: 15.5%;
    margin-right: 15.5%
  }

  .md-margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%
  }

  .md-margin-sixteen-half-lr {
    margin-left: 16.5%;
    margin-right: 16.5%
  }

  .md-margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%
  }

  .md-margin-seventeen-half-lr {
    margin-left: 17.5%;
    margin-right: 17.5%
  }

  .md-margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%
  }

  .md-margin-eighteen-half-lr {
    margin-left: 18.5%;
    margin-right: 18.5%
  }

  .md-margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%
  }

  .md-margin-nineteen-half-lr {
    margin-left: 19.5%;
    margin-right: 19.5%
  }

  .md-margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%
  }

  .md-margin-twenty-half-lr {
    margin-left: 20.5%;
    margin-right: 20.5%
  }

  .md-margin-twenty-one-lr {
    margin-left: 21%;
    margin-right: 21%
  }

  .md-margin-twenty-one-half-lr {
    margin-left: 21.5%;
    margin-right: 21.5%
  }

  .md-margin-twenty-two-lr {
    margin-left: 22%;
    margin-right: 22%
  }

  .md-margin-twenty-two-half-lr {
    margin-left: 22.5%;
    margin-right: 22.5%
  }

  .md-margin-twenty-three-lr {
    margin-left: 23%;
    margin-right: 23%
  }

  .md-margin-twenty-three-half-lr {
    margin-left: 23.5%;
    margin-right: 23.5%
  }

  .md-margin-twenty-four-lr {
    margin-left: 24%;
    margin-right: 24%
  }

  .md-margin-twenty-four-half-lr {
    margin-left: 24.5%;
    margin-right: 24.5%
  }

  .md-margin-twenty-five-lr {
    margin-left: 25%;
    margin-right: 25%
  }

  .md-margin-5px-lr {
    margin-left: 5px ;
    margin-right: 5px 
  }

  .md-margin-10px-lr {
    margin-left: 10px ;
    margin-right: 10px 
  }

  .md-margin-15px-lr {
    margin-left: 15px ;
    margin-right: 15px 
  }

  .md-margin-20px-lr {
    margin-left: 20px ;
    margin-right: 20px 
  }

  .md-margin-25px-lr {
    margin-left: 25px ;
    margin-right: 25px 
  }

  .md-margin-30px-lr {
    margin-left: 30px ;
    margin-right: 30px 
  }

  .md-margin-35px-lr {
    margin-left: 35px ;
    margin-right: 35px 
  }

  .md-margin-40px-lr {
    margin-left: 40px ;
    margin-right: 40px 
  }

  .md-margin-45px-lr {
    margin-left: 45px ;
    margin-right: 45px 
  }

  .md-margin-50px-lr {
    margin-left: 50px ;
    margin-right: 50px 
  }

  .md-margin-55px-lr {
    margin-left: 55px ;
    margin-right: 55px 
  }

  .md-margin-60px-lr {
    margin-left: 60px ;
    margin-right: 60px 
  }

  .md-margin-65px-lr {
    margin-left: 65px ;
    margin-right: 60px 
  }

  .md-margin-70px-lr {
    margin-left: 70px ;
    margin-right: 65px 
  }

  .md-margin-75px-lr {
    margin-left: 75px ;
    margin-right: 70px 
  }

  .md-margin-80px-lr {
    margin-left: 80px ;
    margin-right: 75px 
  }

  .md-margin-85px-lr {
    margin-left: 85px ;
    margin-right: 80px 
  }

  .md-margin-90px-lr {
    margin-left: 90px ;
    margin-right: 85px 
  }

  .md-margin-95px-lr {
    margin-left: 95px ;
    margin-right: 90px 
  }

  .md-margin-100px-lr {
    margin-left: 100px ;
    margin-right: 100px 
  }

  .md-margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%
  }

  .md-margin-one-half-tb {
    margin-top: 1.5%;
    margin-bottom: 1.5%
  }

  .md-margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%
  }

  .md-margin-two-half-tb {
    margin-top: 2.5%;
    margin-bottom: 2.5%
  }

  .md-margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%
  }

  .md-margin-three-half-tb {
    margin-top: 3.5%;
    margin-bottom: 3.5%
  }

  .md-margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%
  }

  .md-margin-four-half-tb {
    margin-top: 4.5%;
    margin-bottom: 4.5%
  }

  .md-margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%
  }

  .md-margin-five-half-tb {
    margin-top: 5.5%;
    margin-bottom: 5.5%
  }

  .md-margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%
  }

  .md-margin-six-half-tb {
    margin-top: 6.5%;
    margin-bottom: 6.5%
  }

  .md-margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%
  }

  .md-margin-seven-half-tb {
    margin-top: 7.5%;
    margin-bottom: 7.5%
  }

  .md-margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%
  }

  .md-margin-eight-half-tb {
    margin-top: 8.5%;
    margin-bottom: 8.5%
  }

  .md-margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%
  }

  .md-margin-nine-half-tb {
    margin-top: 9.5%;
    margin-bottom: 9.5%
  }

  .md-margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%
  }

  .md-margin-ten-half-tb {
    margin-top: 10.5%;
    margin-bottom: 10.5%
  }

  .md-margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%
  }

  .md-margin-eleven-half-tb {
    margin-top: 11.5%;
    margin-bottom: 11.5%
  }

  .md-margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%
  }

  .md-margin-twelve-half-tb {
    margin-top: 12.5%;
    margin-bottom: 12.5%
  }

  .md-margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%
  }

  .md-margin-thirteen-half-tb {
    margin-top: 13.5%;
    margin-bottom: 13.5%
  }

  .md-margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%
  }

  .md-margin-fourteen-half-tb {
    margin-top: 14.5%;
    margin-bottom: 14.5%
  }

  .md-margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%
  }

  .md-margin-fifteen-half-tb {
    margin-top: 15.5%;
    margin-bottom: 15.5%
  }

  .md-margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%
  }

  .md-margin-sixteen-half-tb {
    margin-top: 16.5%;
    margin-bottom: 16.5%
  }

  .md-margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%
  }

  .md-margin-seventeen-half-tb {
    margin-top: 17.5%;
    margin-bottom: 17.5%
  }

  .md-margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%
  }

  .md-margin-eighteen-half-tb {
    margin-top: 18.5%;
    margin-bottom: 18.5%
  }

  .md-margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%
  }

  .md-margin-nineteen-half-tb {
    margin-top: 19.5%;
    margin-bottom: 19.5%
  }

  .md-margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%
  }

  .md-margin-twenty-half-tb {
    margin-top: 20.5%;
    margin-bottom: 20.5%
  }

  .md-margin-twenty-one-tb {
    margin-top: 21%;
    margin-bottom: 21%
  }

  .md-margin-twenty-one-half-tb {
    margin-top: 21.5%;
    margin-bottom: 21.5%
  }

  .md-margin-twenty-two-tb {
    margin-top: 22%;
    margin-bottom: 22%
  }

  .md-margin-twenty-two-half-tb {
    margin-top: 22.5%;
    margin-bottom: 22.5%
  }

  .md-margin-twenty-three-tb {
    margin-top: 23%;
    margin-bottom: 23%
  }

  .md-margin-twenty-three-half-tb {
    margin-top: 23.5%;
    margin-bottom: 23.5%
  }

  .md-margin-twenty-four-tb {
    margin-top: 24%;
    margin-bottom: 24%
  }

  .md-margin-twenty-four-half-tb {
    margin-top: 24.5%;
    margin-bottom: 24.5%
  }

  .md-margin-twenty-five-tb {
    margin-top: 25%;
    margin-bottom: 25%
  }

  .md-margin-5px-tb {
    margin-top: 5px ;
    margin-bottom: 5px 
  }

  .md-margin-10px-tb {
    margin-top: 10px ;
    margin-bottom: 10px 
  }

  .md-margin-15px-tb {
    margin-top: 15px ;
    margin-bottom: 15px 
  }

  .md-margin-20px-tb {
    margin-top: 20px ;
    margin-bottom: 20px 
  }

  .md-margin-25px-tb {
    margin-top: 25px ;
    margin-bottom: 25px 
  }

  .md-margin-30px-tb {
    margin-top: 30px ;
    margin-bottom: 30px 
  }

  .md-margin-35px-tb {
    margin-top: 35px ;
    margin-bottom: 35px 
  }

  .md-margin-40px-tb {
    margin-top: 40px ;
    margin-bottom: 40px 
  }

  .md-margin-45px-tb {
    margin-top: 45px ;
    margin-bottom: 45px 
  }

  .md-margin-50px-tb {
    margin-top: 50px ;
    margin-bottom: 50px 
  }

  .md-margin-55px-tb {
    margin-top: 55px ;
    margin-bottom: 55px 
  }

  .md-margin-60px-tb {
    margin-top: 60px ;
    margin-bottom: 60px 
  }

  .md-margin-65px-tb {
    margin-top: 65px ;
    margin-bottom: 60px 
  }

  .md-margin-70px-tb {
    margin-top: 70px ;
    margin-bottom: 65px 
  }

  .md-margin-75px-tb {
    margin-top: 75px ;
    margin-bottom: 70px 
  }

  .md-margin-80px-tb {
    margin-top: 80px ;
    margin-bottom: 75px 
  }

  .md-margin-85px-tb {
    margin-top: 85px ;
    margin-bottom: 80px 
  }

  .md-margin-90px-tb {
    margin-top: 90px ;
    margin-bottom: 85px 
  }

  .md-margin-95px-tb {
    margin-top: 95px ;
    margin-bottom: 90px 
  }

  .md-margin-100px-tb {
    margin-top: 100px ;
    margin-bottom: 100px 
  }

  .md-header-padding-top {
    padding-top: 82px
  }

  .md-header-margin-top {
    margin-top: 80px
  }

  .md-no-padding {
    padding: 0 
  }

  .md-no-padding-lr {
    padding-left: 0 ;
    padding-right: 0 
  }

  .md-no-padding-tb {
    padding-bottom: 0 
  }

  .md-no-padding-tb,
  .md-no-padding-top {
    padding-top: 0 
  }

  .md-no-padding-bottom {
    padding-bottom: 0 
  }

  .md-no-padding-left {
    padding-left: 0 
  }

  .md-no-padding-right {
    padding-right: 0 
  }

  .md-padding-one-all {
    padding: 1%
  }

  .md-padding-one-half-all {
    padding: 1.5%
  }

  .md-padding-two-all {
    padding: 2%
  }

  .md-padding-two-half-all {
    padding: 2.5%
  }

  .md-padding-three-all {
    padding: 3%
  }

  .md-padding-three-half-all {
    padding: 3.5%
  }

  .md-padding-four-all {
    padding: 4%
  }

  .md-padding-four-half-all {
    padding: 4.5%
  }

  .md-padding-five-all {
    padding: 5%
  }

  .md-padding-five-half-all {
    padding: 5.5%
  }

  .md-padding-six-all {
    padding: 6%
  }

  .md-padding-six-half-all {
    padding: 6.5%
  }

  .md-padding-seven-all {
    padding: 7%
  }

  .md-padding-seven-half-all {
    padding: 7.5%
  }

  .md-padding-eight-all {
    padding: 8%
  }

  .md-padding-eight-half-all {
    padding: 8.5%
  }

  .md-padding-nine-all {
    padding: 9%
  }

  .md-padding-nine-half-all {
    padding: 9.5%
  }

  .md-padding-ten-all {
    padding: 10%
  }

  .md-padding-ten-half-all {
    padding: 10.5%
  }

  .md-padding-eleven-all {
    padding: 11%
  }

  .md-padding-eleven-half-all {
    padding: 11.5%
  }

  .md-padding-twelve-all {
    padding: 12%
  }

  .md-padding-twelve-half-all {
    padding: 12.5%
  }

  .md-padding-thirteen-all {
    padding: 13%
  }

  .md-padding-thirteen-half-all {
    padding: 13.5%
  }

  .md-padding-fourteen-all {
    padding: 14%
  }

  .md-padding-fourteen-half-all {
    padding: 14.5%
  }

  .md-padding-fifteen-all {
    padding: 15%
  }

  .md-padding-fifteen-half-all {
    padding: 15.5%
  }

  .md-padding-sixteen-all {
    padding: 16%
  }

  .md-padding-sixteen-half-all {
    padding: 16.5%
  }

  .md-padding-seventeen-all {
    padding: 17%
  }

  .md-padding-seventeen-half-all {
    padding: 17.5%
  }

  .md-padding-eighteen-all {
    padding: 18%
  }

  .md-padding-eighteen-half-all {
    padding: 18.5%
  }

  .md-padding-nineteen-all {
    padding: 19%
  }

  .md-padding-nineteen-half-all {
    padding: 19.5%
  }

  .md-padding-twenty-all {
    padding: 20%
  }

  .md-padding-twenty-half-all {
    padding: 20.5%
  }

  .md-padding-twenty-one-all {
    padding: 21%
  }

  .md-padding-twenty-one-half-all {
    padding: 21.5%
  }

  .md-padding-twenty-two-all {
    padding: 22%
  }

  .md-padding-twenty-two-half-all {
    padding: 22.5%
  }

  .md-padding-twenty-three-all {
    padding: 23%
  }

  .md-padding-twenty-three-half-all {
    padding: 23.5%
  }

  .md-padding-twenty-four-all {
    padding: 24%
  }

  .md-padding-twenty-four-half-all {
    padding: 24.5%
  }

  .md-padding-twenty-five-all {
    padding: 25%
  }

  .md-padding-5px-all {
    padding: 5px 
  }

  .md-padding-10px-all {
    padding: 10px 
  }

  .md-padding-15px-all {
    padding: 15px 
  }

  .md-padding-20px-all {
    padding: 20px 
  }

  .md-padding-25px-all {
    padding: 25px 
  }

  .md-padding-30px-all {
    padding: 30px 
  }

  .md-padding-35px-all {
    padding: 35px 
  }

  .md-padding-40px-all {
    padding: 40px 
  }

  .md-padding-45px-all {
    padding: 45px 
  }

  .md-padding-50px-all {
    padding: 50px 
  }

  .md-padding-55px-all {
    padding: 55px 
  }

  .md-padding-60px-all {
    padding: 60px 
  }

  .md-padding-65px-all {
    padding: 65px 
  }

  .md-padding-70px-all {
    padding: 70px 
  }

  .md-padding-75px-all {
    padding: 75px 
  }

  .md-padding-80px-all {
    padding: 80px 
  }

  .md-padding-85px-all {
    padding: 85px 
  }

  .md-padding-90px-all {
    padding: 90px 
  }

  .md-padding-95px-all {
    padding: 95px 
  }

  .md-padding-100px-all {
    padding: 100px 
  }

  .md-padding-one-top {
    padding-top: 1%
  }

  .md-padding-one-half-top {
    padding-top: 1.5%
  }

  .md-padding-two-top {
    padding-top: 2%
  }

  .md-padding-two-half-top {
    padding-top: 2.5%
  }

  .md-padding-three-top {
    padding-top: 3%
  }

  .md-padding-three-half-top {
    padding-top: 3.5%
  }

  .md-padding-four-top {
    padding-top: 4%
  }

  .md-padding-four-half-top {
    padding-top: 4.5%
  }

  .md-padding-five-top {
    padding-top: 5%
  }

  .md-padding-five-half-top {
    padding-top: 5.5%
  }

  .md-padding-six-top {
    padding-top: 6%
  }

  .md-padding-six-half-top {
    padding-top: 6.5%
  }

  .md-padding-seven-top {
    padding-top: 7%
  }

  .md-padding-seven-half-top {
    padding-top: 7.5%
  }

  .md-padding-eight-top {
    padding-top: 8%
  }

  .md-padding-eight-half-top {
    padding-top: 8.5%
  }

  .md-padding-nine-top {
    padding-top: 9%
  }

  .md-padding-nine-half-top {
    padding-top: 9.5%
  }

  .md-padding-ten-top {
    padding-top: 10%
  }

  .md-padding-ten-half-top {
    padding-top: 10.5%
  }

  .md-padding-eleven-top {
    padding-top: 11%
  }

  .md-padding-eleven-half-top {
    padding-top: 11.5%
  }

  .md-padding-twelve-top {
    padding-top: 12%
  }

  .md-padding-twelve-half-top {
    padding-top: 12.5%
  }

  .md-padding-thirteen-top {
    padding-top: 13%
  }

  .md-padding-thirteen-half-top {
    padding-top: 13.5%
  }

  .md-padding-fourteen-top {
    padding-top: 14%
  }

  .md-padding-fourteen-half-top {
    padding-top: 14.5%
  }

  .md-padding-fifteen-top {
    padding-top: 15%
  }

  .md-padding-fifteen-half-top {
    padding-top: 15.5%
  }

  .md-padding-sixteen-top {
    padding-top: 16%
  }

  .md-padding-sixteen-half-top {
    padding-top: 16.5%
  }

  .md-padding-seventeen-top {
    padding-top: 17%
  }

  .md-padding-seventeen-half-top {
    padding-top: 17.5%
  }

  .md-padding-eighteen-top {
    padding-top: 18%
  }

  .md-padding-eighteen-half-top {
    padding-top: 18.5%
  }

  .md-padding-nineteen-top {
    padding-top: 19%
  }

  .md-padding-nineteen-half-top {
    padding-top: 19.5%
  }

  .md-padding-twenty-top {
    padding-top: 20%
  }

  .md-padding-twenty-half-top {
    padding-top: 20.5%
  }

  .md-padding-twenty-one-top {
    padding-top: 21%
  }

  .md-padding-twenty-one-half-top {
    padding-top: 21.5%
  }

  .md-padding-twenty-two-top {
    padding-top: 22%
  }

  .md-padding-twenty-two-half-top {
    padding-top: 22.5%
  }

  .md-padding-twenty-three-top {
    padding-top: 23%
  }

  .md-padding-twenty-three-half-top {
    padding-top: 23.5%
  }

  .md-padding-twenty-four-top {
    padding-top: 24%
  }

  .md-padding-twenty-four-half-top {
    padding-top: 24.5%
  }

  .md-padding-twenty-five-top {
    padding-top: 25%
  }

  .md-padding-5px-top {
    padding-top: 5px 
  }

  .md-padding-10px-top {
    padding-top: 10px 
  }

  .md-padding-15px-top {
    padding-top: 15px 
  }

  .md-padding-20px-top {
    padding-top: 20px 
  }

  .md-padding-25px-top {
    padding-top: 25px 
  }

  .md-padding-30px-top {
    padding-top: 30px 
  }

  .md-padding-35px-top {
    padding-top: 35px 
  }

  .md-padding-40px-top {
    padding-top: 40px 
  }

  .md-padding-45px-top {
    padding-top: 45px 
  }

  .md-padding-50px-top {
    padding-top: 50px 
  }

  .md-padding-55px-top {
    padding-top: 55px 
  }

  .md-padding-60px-top {
    padding-top: 60px 
  }

  .md-padding-65px-top {
    padding-top: 65px 
  }

  .md-padding-70px-top {
    padding-top: 70px 
  }

  .md-padding-75px-top {
    padding-top: 75px 
  }

  .md-padding-80px-top {
    padding-top: 80px 
  }

  .md-padding-85px-top {
    padding-top: 85px 
  }

  .md-padding-90px-top {
    padding-top: 90px 
  }

  .md-padding-95px-top {
    padding-top: 95px 
  }

  .md-padding-100px-top {
    padding-top: 100px 
  }

  .md-padding-one-bottom {
    padding-bottom: 1%
  }

  .md-padding-one-half-bottom {
    padding-bottom: 1.5%
  }

  .md-padding-two-bottom {
    padding-bottom: 2%
  }

  .md-padding-two-half-bottom {
    padding-bottom: 2.5%
  }

  .md-padding-three-bottom {
    padding-bottom: 3%
  }

  .md-padding-three-half-bottom {
    padding-bottom: 3.5%
  }

  .md-padding-four-bottom {
    padding-bottom: 4%
  }

  .md-padding-four-half-bottom {
    padding-bottom: 4.5%
  }

  .md-padding-five-bottom {
    padding-bottom: 5%
  }

  .md-padding-five-half-bottom {
    padding-bottom: 5.5%
  }

  .md-padding-six-bottom {
    padding-bottom: 6%
  }

  .md-padding-six-half-bottom {
    padding-bottom: 6.5%
  }

  .md-padding-seven-bottom {
    padding-bottom: 7%
  }

  .md-padding-seven-half-bottom {
    padding-bottom: 7.5%
  }

  .md-padding-eight-bottom {
    padding-bottom: 8%
  }

  .md-padding-eight-half-bottom {
    padding-bottom: 8.5%
  }

  .md-padding-nine-bottom {
    padding-bottom: 9%
  }

  .md-padding-nine-half-bottom {
    padding-bottom: 9.5%
  }

  .md-padding-ten-bottom {
    padding-bottom: 10%
  }

  .md-padding-ten-half-bottom {
    padding-bottom: 10.5%
  }

  .md-padding-eleven-bottom {
    padding-bottom: 11%
  }

  .md-padding-eleven-half-bottom {
    padding-bottom: 11.5%
  }

  .md-padding-twelve-bottom {
    padding-bottom: 12%
  }

  .md-padding-twelve-half-bottom {
    padding-bottom: 12.5%
  }

  .md-padding-thirteen-bottom {
    padding-bottom: 13%
  }

  .md-padding-thirteen-half-bottom {
    padding-bottom: 13.5%
  }

  .md-padding-fourteen-bottom {
    padding-bottom: 14%
  }

  .md-padding-fourteen-half-bottom {
    padding-bottom: 14.5%
  }

  .md-padding-fifteen-bottom {
    padding-bottom: 15%
  }

  .md-padding-fifteen-half-bottom {
    padding-bottom: 15.5%
  }

  .md-padding-sixteen-bottom {
    padding-bottom: 16%
  }

  .md-padding-sixteen-half-bottom {
    padding-bottom: 16.5%
  }

  .md-padding-seventeen-bottom {
    padding-bottom: 17%
  }

  .md-padding-seventeen-half-bottom {
    padding-bottom: 17.5%
  }

  .md-padding-eighteen-bottom {
    padding-bottom: 18%
  }

  .md-padding-eighteen-half-bottom {
    padding-bottom: 18.5%
  }

  .md-padding-nineteen-bottom {
    padding-bottom: 19%
  }

  .md-padding-nineteen-half-bottom {
    padding-bottom: 19.5%
  }

  .md-padding-twenty-bottom {
    padding-bottom: 20%
  }

  .md-padding-twenty-half-bottom {
    padding-bottom: 20.5%
  }

  .md-padding-twenty-one-bottom {
    padding-bottom: 21%
  }

  .md-padding-twenty-one-half-bottom {
    padding-bottom: 21.5%
  }

  .md-padding-twenty-two-bottom {
    padding-bottom: 22%
  }

  .md-padding-twenty-two-half-bottom {
    padding-bottom: 22.5%
  }

  .md-padding-twenty-three-bottom {
    padding-bottom: 23%
  }

  .md-padding-twenty-three-half-bottom {
    padding-bottom: 23.5%
  }

  .md-padding-twenty-four-bottom {
    padding-bottom: 24%
  }

  .md-padding-twenty-four-half-bottom {
    padding-bottom: 24.5%
  }

  .md-padding-twenty-five-bottom {
    padding-bottom: 25%
  }

  .md-padding-5px-bottom {
    padding-bottom: 5px 
  }

  .md-padding-10px-bottom {
    padding-bottom: 10px 
  }

  .md-padding-15px-bottom {
    padding-bottom: 15px 
  }

  .md-padding-20px-bottom {
    padding-bottom: 20px 
  }

  .md-padding-25px-bottom {
    padding-bottom: 25px 
  }

  .md-padding-30px-bottom {
    padding-bottom: 30px 
  }

  .md-padding-35px-bottom {
    padding-bottom: 35px 
  }

  .md-padding-40px-bottom {
    padding-bottom: 40px 
  }

  .md-padding-45px-bottom {
    padding-bottom: 45px 
  }

  .md-padding-50px-bottom {
    padding-bottom: 50px 
  }

  .md-padding-55px-bottom {
    padding-bottom: 55px 
  }

  .md-padding-60px-bottom {
    padding-bottom: 60px 
  }

  .md-padding-65px-bottom {
    padding-bottom: 65px 
  }

  .md-padding-70px-bottom {
    padding-bottom: 70px 
  }

  .md-padding-75px-bottom {
    padding-bottom: 75px 
  }

  .md-padding-80px-bottom {
    padding-bottom: 80px 
  }

  .md-padding-85px-bottom {
    padding-bottom: 85px 
  }

  .md-padding-90px-bottom {
    padding-bottom: 90px 
  }

  .md-padding-95px-bottom {
    padding-bottom: 95px 
  }

  .md-padding-100px-bottom {
    padding-bottom: 100px 
  }

  .md-padding-one-right {
    padding-right: 1%
  }

  .md-padding-one-half-right {
    padding-right: 1.5%
  }

  .md-padding-two-right {
    padding-right: 2%
  }

  .md-padding-two-half-right {
    padding-right: 2.5%
  }

  .md-padding-three-right {
    padding-right: 3%
  }

  .md-padding-three-half-right {
    padding-right: 3.5%
  }

  .md-padding-four-right {
    padding-right: 4%
  }

  .md-padding-four-half-right {
    padding-right: 4.5%
  }

  .md-padding-five-right {
    padding-right: 5%
  }

  .md-padding-five-half-right {
    padding-right: 5.5%
  }

  .md-padding-six-right {
    padding-right: 6%
  }

  .md-padding-six-half-right {
    padding-right: 6.5%
  }

  .md-padding-seven-right {
    padding-right: 7%
  }

  .md-padding-seven-half-right {
    padding-right: 7.5%
  }

  .md-padding-eight-right {
    padding-right: 8%
  }

  .md-padding-eight-half-right {
    padding-right: 8.5%
  }

  .md-padding-nine-right {
    padding-right: 9%
  }

  .md-padding-nine-half-right {
    padding-right: 9.5%
  }

  .md-padding-ten-right {
    padding-right: 10%
  }

  .md-padding-ten-half-right {
    padding-right: 10.5%
  }

  .md-padding-eleven-right {
    padding-right: 11%
  }

  .md-padding-eleven-half-right {
    padding-right: 11.5%
  }

  .md-padding-twelve-right {
    padding-right: 12%
  }

  .md-padding-twelve-half-right {
    padding-right: 12.5%
  }

  .md-padding-thirteen-right {
    padding-right: 13%
  }

  .md-padding-thirteen-half-right {
    padding-right: 13.5%
  }

  .md-padding-fourteen-right {
    padding-right: 14%
  }

  .md-padding-fourteen-half-right {
    padding-right: 14.5%
  }

  .md-padding-fifteen-right {
    padding-right: 15%
  }

  .md-padding-fifteen-half-right {
    padding-right: 15.5%
  }

  .md-padding-sixteen-right {
    padding-right: 16%
  }

  .md-padding-sixteen-half-right {
    padding-right: 16.5%
  }

  .md-padding-seventeen-right {
    padding-right: 17%
  }

  .md-padding-seventeen-half-right {
    padding-right: 17.5%
  }

  .md-padding-eighteen-right {
    padding-right: 18%
  }

  .md-padding-eighteen-half-right {
    padding-right: 18.5%
  }

  .md-padding-nineteen-right {
    padding-right: 19%
  }

  .md-padding-nineteen-half-right {
    padding-right: 19.5%
  }

  .md-padding-twenty-right {
    padding-right: 20%
  }

  .md-padding-twenty-half-right {
    padding-right: 20.5%
  }

  .md-padding-twenty-one-right {
    padding-right: 21%
  }

  .md-padding-twenty-one-half-right {
    padding-right: 21.5%
  }

  .md-padding-twenty-two-right {
    padding-right: 22%
  }

  .md-padding-twenty-two-half-right {
    padding-right: 22.5%
  }

  .md-padding-twenty-three-right {
    padding-right: 23%
  }

  .md-padding-twenty-three-half-right {
    padding-right: 23.5%
  }

  .md-padding-twenty-four-right {
    padding-right: 24%
  }

  .md-padding-twenty-four-half-right {
    padding-right: 24.5%
  }

  .md-padding-twenty-five-right {
    padding-right: 25%
  }

  .md-padding-5px-right {
    padding-right: 5px 
  }

  .md-padding-10px-right {
    padding-right: 10px 
  }

  .md-padding-15px-right {
    padding-right: 15px 
  }

  .md-padding-20px-right {
    padding-right: 20px 
  }

  .md-padding-25px-right {
    padding-right: 25px 
  }

  .md-padding-30px-right {
    padding-right: 30px 
  }

  .md-padding-35px-right {
    padding-right: 35px 
  }

  .md-padding-40px-right {
    padding-right: 40px 
  }

  .md-padding-45px-right {
    padding-right: 45px 
  }

  .md-padding-50px-right {
    padding-right: 50px 
  }

  .md-padding-55px-right {
    padding-right: 55px 
  }

  .md-padding-60px-right {
    padding-right: 60px 
  }

  .md-padding-65px-right {
    padding-right: 65px 
  }

  .md-padding-70px-right {
    padding-right: 70px 
  }

  .md-padding-75px-right {
    padding-right: 75px 
  }

  .md-padding-80px-right {
    padding-right: 80px 
  }

  .md-padding-85px-right {
    padding-right: 85px 
  }

  .md-padding-90px-right {
    padding-right: 90px 
  }

  .md-padding-95px-right {
    padding-right: 95px 
  }

  .md-padding-100px-right {
    padding-right: 100px 
  }

  .md-padding-one-left {
    padding-left: 1%
  }

  .md-padding-one-half-left {
    padding-left: 1.5%
  }

  .md-padding-two-left {
    padding-left: 2%
  }

  .md-padding-two-half-left {
    padding-left: 2.5%
  }

  .md-padding-three-left {
    padding-left: 3%
  }

  .md-padding-three-half-left {
    padding-left: 3.5%
  }

  .md-padding-four-left {
    padding-left: 4%
  }

  .md-padding-four-half-left {
    padding-left: 4.5%
  }

  .md-padding-five-left {
    padding-left: 5%
  }

  .md-padding-five-half-left {
    padding-left: 5.5%
  }

  .md-padding-six-left {
    padding-left: 6%
  }

  .md-padding-six-half-left {
    padding-left: 6.5%
  }

  .md-padding-seven-left {
    padding-left: 7%
  }

  .md-padding-seven-half-left {
    padding-left: 7.5%
  }

  .md-padding-eight-left {
    padding-left: 8%
  }

  .md-padding-eight-half-left {
    padding-left: 8.5%
  }

  .md-padding-nine-left {
    padding-left: 9%
  }

  .md-padding-nine-half-left {
    padding-left: 9.5%
  }

  .md-padding-ten-left {
    padding-left: 10%
  }

  .md-padding-ten-half-left {
    padding-left: 10.5%
  }

  .md-padding-eleven-left {
    padding-left: 11%
  }

  .md-padding-eleven-half-left {
    padding-left: 11.5%
  }

  .md-padding-twelve-left {
    padding-left: 12%
  }

  .md-padding-twelve-half-left {
    padding-left: 12.5%
  }

  .md-padding-thirteen-left {
    padding-left: 13%
  }

  .md-padding-thirteen-half-left {
    padding-left: 13.5%
  }

  .md-padding-fourteen-left {
    padding-left: 14%
  }

  .md-padding-fourteen-half-left {
    padding-left: 14.5%
  }

  .md-padding-fifteen-left {
    padding-left: 15%
  }

  .md-padding-fifteen-half-left {
    padding-left: 15.5%
  }

  .md-padding-sixteen-left {
    padding-left: 16%
  }

  .md-padding-sixteen-half-left {
    padding-left: 16.5%
  }

  .md-padding-seventeen-left {
    padding-left: 17%
  }

  .md-padding-seventeen-half-left {
    padding-left: 17.5%
  }

  .md-padding-eighteen-left {
    padding-left: 18%
  }

  .md-padding-eighteen-half-left {
    padding-left: 18.5%
  }

  .md-padding-nineteen-left {
    padding-left: 19%
  }

  .md-padding-nineteen-half-left {
    padding-left: 19.5%
  }

  .md-padding-twenty-left {
    padding-left: 20%
  }

  .md-padding-twenty-half-left {
    padding-left: 20.5%
  }

  .md-padding-twenty-one-left {
    padding-left: 21%
  }

  .md-padding-twenty-one-half-left {
    padding-left: 21.5%
  }

  .md-padding-twenty-two-left {
    padding-left: 22%
  }

  .md-padding-twenty-two-half-left {
    padding-left: 22.5%
  }

  .md-padding-twenty-three-left {
    padding-left: 23%
  }

  .md-padding-twenty-three-half-left {
    padding-left: 23.5%
  }

  .md-padding-twenty-four-left {
    padding-left: 24%
  }

  .md-padding-twenty-four-half-left {
    padding-left: 24.5%
  }

  .md-padding-twenty-five-left {
    padding-left: 25%
  }

  .md-padding-5px-left {
    padding-left: 5px 
  }

  .md-padding-10px-left {
    padding-left: 10px 
  }

  .md-padding-15px-left {
    padding-left: 15px 
  }

  .md-padding-20px-left {
    padding-left: 20px 
  }

  .md-padding-25px-left {
    padding-left: 25px 
  }

  .md-padding-30px-left {
    padding-left: 30px 
  }

  .md-padding-35px-left {
    padding-left: 35px 
  }

  .md-padding-40px-left {
    padding-left: 40px 
  }

  .md-padding-45px-left {
    padding-left: 45px 
  }

  .md-padding-50px-left {
    padding-left: 50px 
  }

  .md-padding-55px-left {
    padding-left: 55px 
  }

  .md-padding-60px-left {
    padding-left: 60px 
  }

  .md-padding-65px-left {
    padding-left: 65px 
  }

  .md-padding-70px-left {
    padding-left: 70px 
  }

  .md-padding-75px-left {
    padding-left: 75px 
  }

  .md-padding-80px-left {
    padding-left: 80px 
  }

  .md-padding-85px-left {
    padding-left: 85px 
  }

  .md-padding-90px-left {
    padding-left: 90px 
  }

  .md-padding-95px-left {
    padding-left: 95px 
  }

  .md-padding-100px-left {
    padding-left: 100px 
  }

  .md-padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%
  }

  .md-padding-one-half-tb {
    padding-top: 1.5%;
    padding-bottom: 1.5%
  }

  .md-padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%
  }

  .md-padding-two-half-tb {
    padding-top: 2.5%;
    padding-bottom: 2.5%
  }

  .md-padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%
  }

  .md-padding-three-half-tb {
    padding-top: 3.5%;
    padding-bottom: 3.5%
  }

  .md-padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%
  }

  .md-padding-four-half-tb {
    padding-top: 4.5%;
    padding-bottom: 4.5%
  }

  .md-padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%
  }

  .md-padding-five-half-tb {
    padding-top: 5.5%;
    padding-bottom: 5.5%
  }

  .md-padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%
  }

  .md-padding-six-half-tb {
    padding-top: 6.5%;
    padding-bottom: 6.5%
  }

  .md-padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%
  }

  .md-padding-seven-half-tb {
    padding-top: 7.5%;
    padding-bottom: 7.5%
  }

  .md-padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%
  }

  .md-padding-eight-half-tb {
    padding-top: 8.5%;
    padding-bottom: 8.5%
  }

  .md-padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%
  }

  .md-padding-nine-half-tb {
    padding-top: 9.5%;
    padding-bottom: 9.5%
  }

  .md-padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%
  }

  .md-padding-ten-half-tb {
    padding-top: 10.5%;
    padding-bottom: 10.5%
  }

  .md-padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%
  }

  .md-padding-eleven-half-tb {
    padding-top: 11.5%;
    padding-bottom: 11.5%
  }

  .md-padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%
  }

  .md-padding-twelve-half-tb {
    padding-top: 12.5%;
    padding-bottom: 12.5%
  }

  .md-padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%
  }

  .md-padding-thirteen-half-tb {
    padding-top: 13.5%;
    padding-bottom: 13.5%
  }

  .md-padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%
  }

  .md-padding-fourteen-half-tb {
    padding-top: 14.5%;
    padding-bottom: 14.5%
  }

  .md-padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%
  }

  .md-padding-fifteen-half-tb {
    padding-top: 15.5%;
    padding-bottom: 15.5%
  }

  .md-padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%
  }

  .md-padding-sixteen-half-tb {
    padding-top: 16.5%;
    padding-bottom: 16.5%
  }

  .md-padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%
  }

  .md-padding-seventeen-half-tb {
    padding-top: 17.5%;
    padding-bottom: 17.5%
  }

  .md-padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%
  }

  .md-padding-eighteen-half-tb {
    padding-top: 18.5%;
    padding-bottom: 18.5%
  }

  .md-padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%
  }

  .md-padding-nineteen-half-tb {
    padding-top: 19.5%;
    padding-bottom: 19.5%
  }

  .md-padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%
  }

  .md-padding-twenty-half-tb {
    padding-top: 20.5%;
    padding-bottom: 20.5%
  }

  .md-padding-twenty-one-tb {
    padding-top: 21%;
    padding-bottom: 21%
  }

  .md-padding-twenty-one-half-tb {
    padding-top: 21.5%;
    padding-bottom: 21.5%
  }

  .md-padding-twenty-two-tb {
    padding-top: 22%;
    padding-bottom: 22%
  }

  .md-padding-twenty-two-half-tb {
    padding-top: 22.5%;
    padding-bottom: 22.5%
  }

  .md-padding-twenty-three-tb {
    padding-top: 23%;
    padding-bottom: 23%
  }

  .md-padding-twenty-three-half-tb {
    padding-top: 23.5%;
    padding-bottom: 23.5%
  }

  .md-padding-twenty-four-tb {
    padding-top: 24%;
    padding-bottom: 24%
  }

  .md-padding-twenty-four-half-tb {
    padding-top: 24.5%;
    padding-bottom: 24.5%
  }

  .md-padding-twenty-five-tb {
    padding-top: 25%;
    padding-bottom: 25%
  }

  .md-padding-5px-tb {
    padding-top: 5px ;
    padding-bottom: 5px 
  }

  .md-padding-10px-tb {
    padding-top: 10px ;
    padding-bottom: 10px 
  }

  .md-padding-15px-tb {
    padding-top: 15px ;
    padding-bottom: 15px 
  }

  .md-padding-20px-tb {
    padding-top: 20px ;
    padding-bottom: 20px 
  }

  .md-padding-25px-tb {
    padding-top: 25px ;
    padding-bottom: 25px 
  }

  .md-padding-30px-tb {
    padding-top: 30px ;
    padding-bottom: 30px 
  }

  .md-padding-35px-tb {
    padding-top: 35px ;
    padding-bottom: 35px 
  }

  .md-padding-40px-tb {
    padding-top: 40px ;
    padding-bottom: 40px 
  }

  .md-padding-45px-tb {
    padding-top: 45px ;
    padding-bottom: 45px 
  }

  .md-padding-50px-tb {
    padding-top: 50px ;
    padding-bottom: 50px 
  }

  .md-padding-55px-tb {
    padding-top: 55px ;
    padding-bottom: 55px 
  }

  .md-padding-60px-tb {
    padding-top: 60px ;
    padding-bottom: 60px 
  }

  .md-padding-65px-tb {
    padding-top: 65px ;
    padding-bottom: 65px 
  }

  .md-padding-70px-tb {
    padding-top: 70px ;
    padding-bottom: 70px 
  }

  .md-padding-75px-tb {
    padding-top: 75px ;
    padding-bottom: 75px 
  }

  .md-padding-80px-tb {
    padding-top: 80px ;
    padding-bottom: 80px 
  }

  .md-padding-85px-tb {
    padding-top: 85px ;
    padding-bottom: 85px 
  }

  .md-padding-90px-tb {
    padding-top: 90px ;
    padding-bottom: 90px 
  }

  .md-padding-95px-tb {
    padding-top: 95px ;
    padding-bottom: 95px 
  }

  .md-padding-100px-tb {
    padding-top: 100px ;
    padding-bottom: 100px 
  }

  .md-padding-one-lr {
    padding-left: 1%;
    padding-right: 1%
  }

  .md-padding-one-half-lr {
    padding-left: 1.5%;
    padding-right: 1.5%
  }

  .md-padding-two-lr {
    padding-left: 2%;
    padding-right: 2%
  }

  .md-padding-two-half-lr {
    padding-left: 2.5%;
    padding-right: 2.5%
  }

  .md-padding-three-lr {
    padding-left: 3%;
    padding-right: 3%
  }

  .md-padding-three-half-lr {
    padding-left: 3.5%;
    padding-right: 3.5%
  }

  .md-padding-four-lr {
    padding-left: 4%;
    padding-right: 4%
  }

  .md-padding-four-half-lr {
    padding-left: 4.5%;
    padding-right: 4.5%
  }

  .md-padding-five-lr {
    padding-left: 5%;
    padding-right: 5%
  }

  .md-padding-five-half-lr {
    padding-left: 5.5%;
    padding-right: 5.5%
  }

  .md-padding-six-lr {
    padding-left: 6%;
    padding-right: 6%
  }

  .md-padding-six-half-lr {
    padding-left: 6.5%;
    padding-right: 6.5%
  }

  .md-padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%
  }

  .md-padding-seven-half-lr {
    padding-left: 7.5%;
    padding-right: 7.5%
  }

  .md-padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%
  }

  .md-padding-eight-half-lr {
    padding-left: 8.5%;
    padding-right: 8.5%
  }

  .md-padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%
  }

  .md-padding-nine-half-lr {
    padding-left: 9.5%;
    padding-right: 9.5%
  }

  .md-padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%
  }

  .md-padding-ten-half-lr {
    padding-left: 10.5%;
    padding-right: 10.5%
  }

  .md-padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%
  }

  .md-padding-eleven-half-lr {
    padding-left: 11.5%;
    padding-right: 11.5%
  }

  .md-padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%
  }

  .md-padding-twelve-half-lr {
    padding-left: 12.5%;
    padding-right: 12.5%
  }

  .md-padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%
  }

  .md-padding-thirteen-half-lr {
    padding-left: 13.5%;
    padding-right: 13.5%
  }

  .md-padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%
  }

  .md-padding-fourteen-half-lr {
    padding-left: 14.5%;
    padding-right: 14.5%
  }

  .md-padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%
  }

  .md-padding-fifteen-half-lr {
    padding-left: 15.5%;
    padding-right: 15.5%
  }

  .md-padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%
  }

  .md-padding-sixteen-half-lr {
    padding-left: 16.5%;
    padding-right: 16.5%
  }

  .md-padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%
  }

  .md-padding-seventeen-half-lr {
    padding-left: 17.5%;
    padding-right: 17.5%
  }

  .md-padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%
  }

  .md-padding-eighteen-half-lr {
    padding-left: 18.5%;
    padding-right: 18.5%
  }

  .md-padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%
  }

  .md-padding-nineteen-half-lr {
    padding-left: 19.5%;
    padding-right: 19.5%
  }

  .md-padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%
  }

  .md-padding-twenty-half-lr {
    padding-left: 20.5%;
    padding-right: 20.5%
  }

  .md-padding-twenty-one-lr {
    padding-left: 21%;
    padding-right: 21%
  }

  .md-padding-twenty-one-half-lr {
    padding-left: 21.5%;
    padding-right: 21.5%
  }

  .md-padding-twenty-two-lr {
    padding-left: 22%;
    padding-right: 22%
  }

  .md-padding-twenty-two-half-lr {
    padding-left: 22.5%;
    padding-right: 22.5%
  }

  .md-padding-twenty-three-lr {
    padding-left: 23%;
    padding-right: 23%
  }

  .md-padding-twenty-three-half-lr {
    padding-left: 23.5%;
    padding-right: 23.5%
  }

  .md-padding-twenty-four-lr {
    padding-left: 24%;
    padding-right: 24%
  }

  .md-padding-twenty-four-half-lr {
    padding-left: 24.5%;
    padding-right: 24.5%
  }

  .md-padding-twenty-five-lr {
    padding-left: 25%;
    padding-right: 25%
  }

  .md-padding-5px-lr {
    padding-left: 5px ;
    padding-right: 5px 
  }

  .md-padding-10px-lr {
    padding-left: 10px ;
    padding-right: 10px 
  }

  .md-padding-15px-lr {
    padding-left: 15px ;
    padding-right: 15px 
  }

  .md-padding-20px-lr {
    padding-left: 20px ;
    padding-right: 20px 
  }

  .md-padding-25px-lr {
    padding-left: 25px ;
    padding-right: 25px 
  }

  .md-padding-30px-lr {
    padding-left: 30px ;
    padding-right: 30px 
  }

  .md-padding-35px-lr {
    padding-left: 35px ;
    padding-right: 35px 
  }

  .md-padding-40px-lr {
    padding-left: 40px ;
    padding-right: 40px 
  }

  .md-padding-45px-lr {
    padding-left: 45px ;
    padding-right: 45px 
  }

  .md-padding-50px-lr {
    padding-left: 50px ;
    padding-right: 50px 
  }

  .md-padding-55px-lr {
    padding-left: 55px ;
    padding-right: 55px 
  }

  .md-padding-60px-lr {
    padding-left: 60px ;
    padding-right: 60px 
  }

  .md-padding-65px-lr {
    padding-left: 65px ;
    padding-right: 65px 
  }

  .md-padding-70px-lr {
    padding-left: 70px ;
    padding-right: 70px 
  }

  .md-padding-75px-lr {
    padding-left: 75px ;
    padding-right: 75px 
  }

  .md-padding-80px-lr {
    padding-left: 80px ;
    padding-right: 80px 
  }

  .md-padding-85px-lr {
    padding-left: 85px ;
    padding-right: 85px 
  }

  .md-padding-90px-lr {
    padding-left: 90px ;
    padding-right: 90px 
  }

  .md-padding-95px-lr {
    padding-left: 95px ;
    padding-right: 95px 
  }

  .md-padding-100px-lr {
    padding-left: 100px ;
    padding-right: 100px 
  }

  .md-top-auto {
    top: auto
  }

  .md-top-0 {
    top: 0 
  }

  .md-top-1 {
    top: 1px 
  }

  .md-top-2 {
    top: 2px 
  }

  .md-top-3 {
    top: 3px 
  }

  .md-top-4 {
    top: 4px 
  }

  .md-top-5 {
    top: 5px 
  }

  .md-top-6 {
    top: 6px 
  }

  .md-top-7 {
    top: 7px 
  }

  .md-top-8 {
    top: 8px 
  }

  .md-top-9 {
    top: 9px 
  }

  .md-top-10 {
    top: 10px 
  }

  .md-top-minus1 {
    top: -1px 
  }

  .md-top-minus2 {
    top: -2px 
  }

  .md-top-minus3 {
    top: -3px 
  }

  .md-top-minus4 {
    top: -4px 
  }

  .md-top-minus5 {
    top: -5px 
  }

  .md-top-minus6 {
    top: -6px 
  }

  .md-top-minus7 {
    top: -7px 
  }

  .md-top-minus8 {
    top: -8px 
  }

  .md-top-minus9 {
    top: -9px 
  }

  .md-top-minus10 {
    top: -10px 
  }

  .md-top-minus15 {
    top: -15px 
  }

  .md-top-minus20 {
    top: -20px 
  }

  .md-top-minus25 {
    top: -25px 
  }

  .md-top-minus30 {
    top: -30px 
  }

  .md-top-minus35 {
    top: -35px 
  }

  .md-top-minus40 {
    top: -40px 
  }

  .md-bottom-auto {
    bottom: auto
  }

  .md-bottom-0 {
    bottom: 0
  }

  .md-bottom-1 {
    bottom: 1px 
  }

  .md-bottom-2 {
    bottom: 2px 
  }

  .md-bottom-3 {
    bottom: 3px 
  }

  .md-bottom-4 {
    bottom: 4px 
  }

  .md-bottom-5 {
    bottom: 5px 
  }

  .md-bottom-6 {
    bottom: 6px 
  }

  .md-bottom-7 {
    bottom: 7px 
  }

  .md-bottom-8 {
    bottom: 8px 
  }

  .md-bottom-9 {
    bottom: 9px 
  }

  .md-bottom-10 {
    bottom: 10px 
  }

  .md-bottom-15 {
    bottom: 15px 
  }

  .md-bottom-20 {
    bottom: 20px 
  }

  .md-bottom-25 {
    bottom: 25px 
  }

  .md-bottom-30 {
    bottom: 30px 
  }

  .md-bottom-35 {
    bottom: 35px 
  }

  .md-bottom-40 {
    bottom: 40px 
  }

  .md-left-auto {
    left: auto
  }

  .md-left-0 {
    left: 0
  }

  .md-left-1 {
    left: 1px 
  }

  .md-left-2 {
    left: 2px 
  }

  .md-left-3 {
    left: 3px 
  }

  .md-left-4 {
    left: 4px 
  }

  .md-left-5 {
    left: 5px 
  }

  .md-left-6 {
    left: 6px 
  }

  .md-left-7 {
    left: 7px 
  }

  .md-left-8 {
    left: 8px 
  }

  .md-left-9 {
    left: 9px 
  }

  .md-left-10 {
    bottom: 10px 
  }

  .md-left-15 {
    bottom: 15px 
  }

  .md-left-20 {
    bottom: 20px 
  }

  .md-left-25 {
    bottom: 25px 
  }

  .md-left-30 {
    bottom: 30px 
  }

  .md-left-35 {
    bottom: 35px 
  }

  .md-left-40 {
    bottom: 40px 
  }

  .md-right-auto {
    right: auto
  }

  .md-right-0 {
    right: 0
  }

  .md-right-1 {
    right: 1px 
  }

  .md-right-2 {
    right: 2px 
  }

  .md-right-3 {
    right: 3px 
  }

  .md-right-4 {
    right: 4px 
  }

  .md-right-5 {
    right: 5px 
  }

  .md-right-6 {
    right: 6px 
  }

  .md-right-7 {
    right: 7px 
  }

  .md-right-8 {
    right: 8px 
  }

  .md-right-9 {
    right: 9px 
  }

  .md-right-10 {
    right: 10px 
  }

  .md-right-15 {
    right: 15px 
  }

  .md-right-20 {
    right: 20px 
  }

  .md-right-25 {
    right: 25px 
  }

  .md-right-30 {
    right: 30px 
  }

  .md-right-35 {
    right: 35px 
  }

  .md-right-40 {
    right: 40px 
  }

  .md-width-10 {
    width: 10%
  }

  .md-width-15 {
    width: 15%
  }

  .md-width-20 {
    width: 20%
  }

  .md-width-25 {
    width: 25%
  }

  .md-width-30 {
    width: 30%
  }

  .md-width-35 {
    width: 35%
  }

  .md-width-40 {
    width: 40%
  }

  .md-width-45 {
    width: 45%
  }

  .md-width-50 {
    width: 50%
  }

  .md-width-55 {
    width: 55%
  }

  .md-width-60 {
    width: 60%
  }

  .md-width-65 {
    width: 65%
  }

  .md-width-70 {
    width: 70%
  }

  .md-width-75 {
    width: 75%
  }

  .md-width-80 {
    width: 80%
  }

  .md-width-85 {
    width: 85%
  }

  .md-width-90 {
    width: 90%
  }

  .md-width-95 {
    width: 95%
  }

  .md-width-100 {
    width: 100%
  }

  .md-width-auto {
    width: auto
  }

  .md-width-50px {
    width: 50px
  }

  .md-width-70px {
    width: 70px
  }

  .md-width-75px {
    width: 75px
  }

  .md-width-80px {
    width: 80px
  }

  .md-width-85px {
    width: 85px
  }

  .md-width-90px {
    width: 90px
  }

  .md-width-95px {
    width: 95px
  }

  .md-width-100px {
    width: 100px
  }

  .md-width-120px {
    width: 120px
  }

  .md-width-130px {
    width: 130px
  }

  .md-width-150px {
    width: 150px
  }

  .md-width-180px {
    width: 180px
  }

  .md-width-200px {
    width: 200px
  }

  .md-width-250px {
    width: 250px
  }

  .md-width-300px {
    width: 300px
  }

  .md-width-350px {
    width: 350px
  }

  .md-width-400px {
    width: 400px
  }

  .md-width-450px {
    width: 450px
  }

  .md-width-500px {
    width: 500px
  }

  .md-width-550px {
    width: 550px
  }

  .md-width-600px {
    width: 600px
  }

  .md-width-650px {
    width: 650px
  }

  .md-width-700px {
    width: 700px
  }

  .md-width-750px {
    width: 750px
  }

  .md-width-800px {
    width: 800px
  }

  .md-width-850px {
    width: 850px
  }

  .md-width-900px {
    width: 900px
  }

  .md-width-950px {
    width: 950px
  }

  .md-width-1000px {
    width: 1000px
  }

  .md-height-100 {
    height: 100%
  }

  .md-height-auto {
    height: auto
  }

  .md-height-80px {
    height: 80px 
  }

  .md-height-90px {
    height: 90px 
  }

  .md-height-100px {
    height: 100px 
  }

  .md-height-150px {
    height: 150px 
  }

  .md-height-200px {
    height: 200px 
  }

  .md-height-250px {
    height: 250px 
  }

  .md-height-300px {
    height: 300px 
  }

  .md-height-350px {
    height: 350px 
  }

  .md-height-400px {
    height: 400px 
  }

  .md-height-450px {
    height: 450px 
  }

  .md-height-500px {
    height: 500px 
  }

  .md-height-550px {
    height: 550px 
  }

  .md-height-600px {
    height: 600px 
  }

  .md-height-650px {
    height: 650px 
  }

  .md-height-700px {
    height: 700px 
  }

  .md-line-height-auto {
    line-height: normal
  }

  .md-line-height-10 {
    line-height: 10px
  }

  .md-line-height-18 {
    line-height: 18px
  }

  .md-line-height-20 {
    line-height: 20px 
  }

  .md-line-height-24 {
    line-height: 24px 
  }

  .md-line-height-22 {
    line-height: 22px 
  }

  .md-line-height-26 {
    line-height: 26px 
  }

  .md-line-height-28 {
    line-height: 28px 
  }

  .md-line-height-30 {
    line-height: 30px 
  }

  .md-line-height-35 {
    line-height: 35px 
  }

  .md-line-height-40 {
    line-height: 40px 
  }

  .md-line-height-45 {
    line-height: 45px 
  }

  .md-line-height-50 {
    line-height: 50px 
  }

  .md-line-height-55 {
    line-height: 55px 
  }

  .md-line-height-60 {
    line-height: 60px 
  }

  .md-line-height-65 {
    line-height: 65px 
  }

  .md-line-height-70 {
    line-height: 70px 
  }

  .md-line-height-75 {
    line-height: 75px 
  }

  .md-line-height-80 {
    line-height: 80px 
  }

  .md-line-height-85 {
    line-height: 85px 
  }

  .md-line-height-90 {
    line-height: 90px 
  }

  .md-line-height-95 {
    line-height: 95px 
  }

  .md-line-height-100 {
    line-height: 100px 
  }

  .md-display-block {
    display: block 
  }

  .md-overflow-hidden {
    overflow: hidden 
  }

  .md-overflow-auto {
    overflow: auto 
  }

  .md-display-inline-block {
    display: inline-block 
  }

  .md-display-inline {
    display: inline 
  }

  .md-display-none {
    display: none 
  }

  .md-display-inherit {
    display: inherit 
  }

  .md-display-table {
    display: table 
  }

  .md-display-table-cell {
    display: table-cell 
  }

  .md-position-inherit {
    position: inherit
  }

  .md-position-relative {
    position: relative;
    z-index: 5
  }

  .md-position-absolute {
    position: absolute
  }

  .md-position-fixed {
    position: fixed
  }

  .md-no-border-top {
    border-top: 0 
  }

  .md-no-border-bottom {
    border-bottom: 0 
  }

  .md-no-border-right {
    border-right: 0 
  }

  .md-no-border-left {
    border-left: 0 
  }

  .md-no-background-img {
    background-image: none 
  }
}

@media (max-width:767px) {
  .sm-text-center {
    text-align: center
  }

  .sm-text-left {
    text-align: left
  }

  .sm-text-right {
    text-align: right
  }

  .sm-float-left {
    float: left 
  }

  .sm-float-right {
    float: right 
  }

  .sm-float-none {
    float: none 
  }

  .sm-vertical-align-middle {
    vertical-align: middle
  }

  .sm-vertical-align-top {
    vertical-align: top
  }

  .sm-vertical-align-bottom {
    vertical-align: bottom
  }

  .sm-background-image-left {
    background-position: 0
  }

  .sm-background-image-right {
    background-position: 100%
  }

  .sm-background-image-center {
    background-position: 50%
  }

  .sm-margin-one-all {
    margin: 1%
  }

  .sm-margin-one-half-all {
    margin: 1.5%
  }

  .sm-margin-two-all {
    margin: 2%
  }

  .sm-margin-two-half-all {
    margin: 2.5%
  }

  .sm-margin-three-all {
    margin: 3%
  }

  .sm-margin-three-half-all {
    margin: 3.5%
  }

  .sm-margin-four-all {
    margin: 4%
  }

  .sm-margin-four-half-all {
    margin: 4.5%
  }

  .sm-margin-five-all {
    margin: 5%
  }

  .sm-margin-five-half-all {
    margin: 5.5%
  }

  .sm-margin-six-all {
    margin: 6%
  }

  .sm-margin-six-half-all {
    margin: 6.5%
  }

  .sm-margin-seven-all {
    margin: 7%
  }

  .sm-margin-seven-half-all {
    margin: 7.5%
  }

  .sm-margin-eight-all {
    margin: 8%
  }

  .sm-margin-eight-half-all {
    margin: 8.5%
  }

  .sm-margin-nine-all {
    margin: 9%
  }

  .sm-margin-nine-half-all {
    margin: 9.5%
  }

  .sm-margin-ten-all {
    margin: 10%
  }

  .sm-margin-ten-half-all {
    margin: 10.5%
  }

  .sm-margin-eleven-all {
    margin: 11%
  }

  .sm-margin-eleven-half-all {
    margin: 11.5%
  }

  .sm-margin-twelve-all {
    margin: 12%
  }

  .sm-margin-twelve-half-all {
    margin: 12.5%
  }

  .sm-margin-thirteen-all {
    margin: 13%
  }

  .sm-margin-thirteen-half-all {
    margin: 13.5%
  }

  .sm-margin-fourteen-all {
    margin: 14%
  }

  .sm-margin-fourteen-half-all {
    margin: 14.5%
  }

  .sm-margin-fifteen-all {
    margin: 15%
  }

  .sm-margin-fifteen-half-all {
    margin: 15.5%
  }

  .sm-margin-sixteen-all {
    margin: 16%
  }

  .sm-margin-sixteen-half-all {
    margin: 16.5%
  }

  .sm-margin-seventeen-all {
    margin: 17%
  }

  .sm-margin-seventeen-half-all {
    margin: 17.5%
  }

  .sm-margin-eighteen-all {
    margin: 18%
  }

  .sm-margin-eighteen-half-all {
    margin: 18.5%
  }

  .sm-margin-nineteen-all {
    margin: 19%
  }

  .sm-margin-nineteen-half-all {
    margin: 19.5%
  }

  .sm-margin-twenty-all {
    margin: 20%
  }

  .sm-margin-twenty-half-all {
    margin: 20.5%
  }

  .sm-margin-twenty-one-all {
    margin: 21%
  }

  .sm-margin-twenty-one-half-all {
    margin: 21.5%
  }

  .sm-margin-twenty-two-all {
    margin: 22%
  }

  .sm-margin-twenty-two-half-all {
    margin: 22.5%
  }

  .sm-margin-twenty-three-all {
    margin: 23%
  }

  .sm-margin-twenty-three-half-all {
    margin: 23.5%
  }

  .sm-margin-twenty-four-all {
    margin: 24%
  }

  .sm-margin-twenty-four-half-all {
    margin: 24.5%
  }

  .sm-margin-twenty-five-all {
    margin: 25%
  }

  .sm-margin-5px-all {
    margin: 5px 
  }

  .sm-margin-10px-all {
    margin: 10px 
  }

  .sm-margin-15px-all {
    margin: 15px 
  }

  .sm-margin-20px-all {
    margin: 20px 
  }

  .sm-margin-25px-all {
    margin: 25px 
  }

  .sm-margin-30px-all {
    margin: 30px 
  }

  .sm-margin-35px-all {
    margin: 35px 
  }

  .sm-margin-40px-all {
    margin: 40px 
  }

  .sm-margin-45px-all {
    margin: 45px 
  }

  .sm-margin-50px-all {
    margin: 50px 
  }

  .sm-margin-55px-all {
    margin: 55px 
  }

  .sm-margin-60px-all {
    margin: 60px 
  }

  .sm-margin-65px-all {
    margin: 65px 
  }

  .sm-margin-70px-all {
    margin: 70px 
  }

  .sm-margin-75px-all {
    margin: 75px 
  }

  .sm-margin-80px-all {
    margin: 80px 
  }

  .sm-margin-85px-all {
    margin: 85px 
  }

  .sm-margin-90px-all {
    margin: 90px 
  }

  .sm-margin-95px-all {
    margin: 95px 
  }

  .sm-margin-100px-all {
    margin: 100px 
  }

  .sm-no-margin {
    margin: 0 
  }

  .sm-no-margin-lr {
    margin-left: 0 ;
    margin-right: 0 
  }

  .sm-no-margin-tb {
    margin-bottom: 0 
  }

  .sm-no-margin-tb,
  .sm-no-margin-top {
    margin-top: 0 
  }

  .sm-no-margin-bottom {
    margin-bottom: 0 
  }

  .sm-no-margin-left {
    margin-left: 0 
  }

  .sm-no-margin-right {
    margin-right: 0 
  }

  .sm-margin-lr-auto {
    margin-left: auto ;
    margin-right: auto 
  }

  .sm-margin-auto {
    margin: 0 auto 
  }

  .sm-margin-one-top {
    margin-top: 1%
  }

  .sm-margin-one-half-top {
    margin-top: 1.5%
  }

  .sm-margin-two-top {
    margin-top: 2%
  }

  .sm-margin-two-half-top {
    margin-top: 2.5%
  }

  .sm-margin-three-top {
    margin-top: 3%
  }

  .sm-margin-three-half-top {
    margin-top: 3.5%
  }

  .sm-margin-four-top {
    margin-top: 4%
  }

  .sm-margin-four-half-top {
    margin-top: 4.5%
  }

  .sm-margin-five-top {
    margin-top: 5%
  }

  .sm-margin-five-half-top {
    margin-top: 5.5%
  }

  .sm-margin-six-top {
    margin-top: 6%
  }

  .sm-margin-six-half-top {
    margin-top: 6.5%
  }

  .sm-margin-seven-top {
    margin-top: 7%
  }

  .sm-margin-seven-half-top {
    margin-top: 7.5%
  }

  .sm-margin-eight-top {
    margin-top: 8%
  }

  .sm-margin-eight-half-top {
    margin-top: 8.5%
  }

  .sm-margin-nine-top {
    margin-top: 9%
  }

  .sm-margin-nine-half-top {
    margin-top: 9.5%
  }

  .sm-margin-ten-top {
    margin-top: 10%
  }

  .sm-margin-ten-half-top {
    margin-top: 10.5%
  }

  .sm-margin-eleven-top {
    margin-top: 11%
  }

  .sm-margin-eleven-half-top {
    margin-top: 11.5%
  }

  .sm-margin-twelve-top {
    margin-top: 12%
  }

  .sm-margin-twelve-half-top {
    margin-top: 12.5%
  }

  .sm-margin-thirteen-top {
    margin-top: 13%
  }

  .sm-margin-thirteen-half-top {
    margin-top: 13.5%
  }

  .sm-margin-fourteen-top {
    margin-top: 14%
  }

  .sm-margin-fourteen-half-top {
    margin-top: 14.5%
  }

  .sm-margin-fifteen-top {
    margin-top: 15%
  }

  .sm-margin-fifteen-half-top {
    margin-top: 15.5%
  }

  .sm-margin-sixteen-top {
    margin-top: 16%
  }

  .sm-margin-sixteen-half-top {
    margin-top: 16.5%
  }

  .sm-margin-seventeen-top {
    margin-top: 17%
  }

  .sm-margin-seventeen-half-top {
    margin-top: 17.5%
  }

  .sm-margin-eighteen-top {
    margin-top: 18%
  }

  .sm-margin-eighteen-half-top {
    margin-top: 18.5%
  }

  .sm-margin-nineteen-top {
    margin-top: 19%
  }

  .sm-margin-nineteen-half-top {
    margin-top: 19.5%
  }

  .sm-margin-twenty-top {
    margin-top: 20%
  }

  .sm-margin-twenty-half-top {
    margin-top: 20.5%
  }

  .sm-margin-twenty-one-top {
    margin-top: 21%
  }

  .sm-margin-twenty-one-half-top {
    margin-top: 21.5%
  }

  .sm-margin-twenty-two-top {
    margin-top: 22%
  }

  .sm-margin-twenty-two-half-top {
    margin-top: 22.5%
  }

  .sm-margin-twenty-top {
    margin-top: 23%
  }

  .sm-margin-twenty-half-top {
    margin-top: 23.5%
  }

  .sm-margin-twenty-four-top {
    margin-top: 24%
  }

  .sm-margin-twenty-four-half-top {
    margin-top: 24.5%
  }

  .sm-margin-twenty-five-top {
    margin-top: 25%
  }

  .sm-margin-5px-top {
    margin-top: 5px 
  }

  .sm-margin-10px-top {
    margin-top: 10px 
  }

  .sm-margin-15px-top {
    margin-top: 15px 
  }

  .sm-margin-20px-top {
    margin-top: 20px 
  }

  .sm-margin-25px-top {
    margin-top: 25px 
  }

  .sm-margin-30px-top {
    margin-top: 30px 
  }

  .sm-margin-35px-top {
    margin-top: 35px 
  }

  .sm-margin-40px-top {
    margin-top: 40px 
  }

  .sm-margin-45px-top {
    margin-top: 45px 
  }

  .sm-margin-50px-top {
    margin-top: 50px 
  }

  .sm-margin-55px-top {
    margin-top: 55px 
  }

  .sm-margin-60px-top {
    margin-top: 60px 
  }

  .sm-margin-65px-top {
    margin-top: 65px 
  }

  .sm-margin-70px-top {
    margin-top: 70px 
  }

  .sm-margin-75px-top {
    margin-top: 75px 
  }

  .sm-margin-80px-top {
    margin-top: 80px 
  }

  .sm-margin-85px-top {
    margin-top: 85px 
  }

  .sm-margin-90px-top {
    margin-top: 90px 
  }

  .sm-margin-95px-top {
    margin-top: 95px 
  }

  .sm-margin-100px-top {
    margin-top: 100px 
  }

  .sm-margin-one-bottom {
    margin-bottom: 1%
  }

  .sm-margin-one-half-bottom {
    margin-bottom: 1.5%
  }

  .sm-margin-two-bottom {
    margin-bottom: 2%
  }

  .sm-margin-two-half-bottom {
    margin-bottom: 2.5%
  }

  .sm-margin-three-bottom {
    margin-bottom: 3%
  }

  .sm-margin-three-half-bottom {
    margin-bottom: 3.5%
  }

  .sm-margin-four-bottom {
    margin-bottom: 4%
  }

  .sm-margin-four-half-bottom {
    margin-bottom: 4.5%
  }

  .sm-margin-five-bottom {
    margin-bottom: 5%
  }

  .sm-margin-five-half-bottom {
    margin-bottom: 5.5%
  }

  .sm-margin-six-bottom {
    margin-bottom: 6%
  }

  .sm-margin-six-half-bottom {
    margin-bottom: 6.5%
  }

  .sm-margin-seven-bottom {
    margin-bottom: 7%
  }

  .sm-margin-seven-half-bottom {
    margin-bottom: 7.5%
  }

  .sm-margin-eight-bottom {
    margin-bottom: 8%
  }

  .sm-margin-eight-half-bottom {
    margin-bottom: 8.5%
  }

  .sm-margin-nine-bottom {
    margin-bottom: 9%
  }

  .sm-margin-nine-half-bottom {
    margin-bottom: 9.5%
  }

  .sm-margin-ten-bottom {
    margin-bottom: 10%
  }

  .sm-margin-ten-half-bottom {
    margin-bottom: 10.5%
  }

  .sm-margin-eleven-bottom {
    margin-bottom: 11%
  }

  .sm-margin-eleven-half-bottom {
    margin-bottom: 11.5%
  }

  .sm-margin-twelve-bottom {
    margin-bottom: 12%
  }

  .sm-margin-twelve-half-bottom {
    margin-bottom: 12.5%
  }

  .sm-margin-thirteen-bottom {
    margin-bottom: 13%
  }

  .sm-margin-thirteen-half-bottom {
    margin-bottom: 13.5%
  }

  .sm-margin-fourteen-bottom {
    margin-bottom: 14%
  }

  .sm-margin-fourteen-half-bottom {
    margin-bottom: 14.5%
  }

  .sm-margin-fifteen-bottom {
    margin-bottom: 15%
  }

  .sm-margin-fifteen-half-bottom {
    margin-bottom: 15.5%
  }

  .sm-margin-sixteen-bottom {
    margin-bottom: 16%
  }

  .sm-margin-sixteen-half-bottom {
    margin-bottom: 16.5%
  }

  .sm-margin-seventeen-bottom {
    margin-bottom: 17%
  }

  .sm-margin-seventeen-half-bottom {
    margin-bottom: 17.5%
  }

  .sm-margin-eighteen-bottom {
    margin-bottom: 18%
  }

  .sm-margin-eighteen-half-bottom {
    margin-bottom: 18.5%
  }

  .sm-margin-nineteen-bottom {
    margin-bottom: 19%
  }

  .sm-margin-nineteen-half-bottom {
    margin-bottom: 19.5%
  }

  .sm-margin-twenty-bottom {
    margin-bottom: 20%
  }

  .sm-margin-twenty-half-bottom {
    margin-bottom: 20.5%
  }

  .sm-margin-twenty-one-bottom {
    margin-bottom: 21%
  }

  .sm-margin-twenty-one-half-bottom {
    margin-bottom: 21.5%
  }

  .sm-margin-twenty-two-bottom {
    margin-bottom: 22%
  }

  .sm-margin-twenty-two-half-bottom {
    margin-bottom: 22.5%
  }

  .sm-margin-twenty-three-bottom {
    margin-bottom: 23%
  }

  .sm-margin-twenty-three-half-bottom {
    margin-bottom: 23.5%
  }

  .sm-margin-twenty-five-bottom {
    margin-bottom: 24%
  }

  .sm-margin-twenty-five-half-bottom {
    margin-bottom: 24.5%
  }

  .sm-margin-twenty-five-bottom {
    margin-bottom: 25%
  }

  .sm-margin-3px-bottom {
    margin-bottom: 3px 
  }

  .sm-margin-5px-bottom {
    margin-bottom: 5px 
  }

  .sm-margin-10px-bottom {
    margin-bottom: 10px 
  }

  .sm-margin-15px-bottom {
    margin-bottom: 15px 
  }

  .sm-margin-20px-bottom {
    margin-bottom: 20px 
  }

  .sm-margin-25px-bottom {
    margin-bottom: 25px 
  }

  .sm-margin-30px-bottom {
    margin-bottom: 30px 
  }

  .sm-margin-35px-bottom {
    margin-bottom: 35px 
  }

  .sm-margin-40px-bottom {
    margin-bottom: 40px 
  }

  .sm-margin-45px-bottom {
    margin-bottom: 45px 
  }

  .sm-margin-50px-bottom {
    margin-bottom: 50px 
  }

  .sm-margin-55px-bottom {
    margin-bottom: 55px 
  }

  .sm-margin-60px-bottom {
    margin-bottom: 60px 
  }

  .sm-margin-65px-bottom {
    margin-bottom: 65px 
  }

  .sm-margin-70px-bottom {
    margin-bottom: 70px 
  }

  .sm-margin-75px-bottom {
    margin-bottom: 75px 
  }

  .sm-margin-80px-bottom {
    margin-bottom: 80px 
  }

  .sm-margin-85px-bottom {
    margin-bottom: 85px 
  }

  .sm-margin-90px-bottom {
    margin-bottom: 90px 
  }

  .sm-margin-95px-bottom {
    margin-bottom: 95px 
  }

  .sm-margin-100px-bottom {
    margin-bottom: 100px 
  }

  .sm-margin-one-right {
    margin-right: 1%
  }

  .sm-margin-one-half-right {
    margin-right: 1.5%
  }

  .sm-margin-two-right {
    margin-right: 2%
  }

  .sm-margin-two-half-right {
    margin-right: 2.5%
  }

  .sm-margin-three-right {
    margin-right: 3%
  }

  .sm-margin-three-half-right {
    margin-right: 3.5%
  }

  .sm-margin-four-right {
    margin-right: 4%
  }

  .sm-margin-four-half-right {
    margin-right: 4.5%
  }

  .sm-margin-five-right {
    margin-right: 5%
  }

  .sm-margin-five-half-right {
    margin-right: 5.5%
  }

  .sm-margin-six-right {
    margin-right: 6%
  }

  .sm-margin-six-half-right {
    margin-right: 6.5%
  }

  .sm-margin-seven-right {
    margin-right: 7%
  }

  .sm-margin-seven-half-right {
    margin-right: 7.5%
  }

  .sm-margin-eight-right {
    margin-right: 8%
  }

  .sm-margin-eight-half-right {
    margin-right: 8.5%
  }

  .sm-margin-nine-right {
    margin-right: 9%
  }

  .sm-margin-nine-half-right {
    margin-right: 9.5%
  }

  .sm-margin-ten-right {
    margin-right: 10%
  }

  .sm-margin-ten-half-right {
    margin-right: 10.5%
  }

  .sm-margin-eleven-right {
    margin-right: 11%
  }

  .sm-margin-eleven-half-right {
    margin-right: 11.5%
  }

  .sm-margin-twelve-right {
    margin-right: 12%
  }

  .sm-margin-twelve-half-right {
    margin-right: 12.5%
  }

  .sm-margin-thirteen-right {
    margin-right: 13%
  }

  .sm-margin-thirteen-half-right {
    margin-right: 13.5%
  }

  .sm-margin-fourteen-right {
    margin-right: 14%
  }

  .sm-margin-fourteen-half-right {
    margin-right: 14.5%
  }

  .sm-margin-fifteen-right {
    margin-right: 15%
  }

  .sm-margin-fifteen-half-right {
    margin-right: 15.5%
  }

  .sm-margin-sixteen-right {
    margin-right: 16%
  }

  .sm-margin-sixteen-half-right {
    margin-right: 16.5%
  }

  .sm-margin-seventeen-right {
    margin-right: 17%
  }

  .sm-margin-seventeen-half-right {
    margin-right: 17.5%
  }

  .sm-margin-eighteen-right {
    margin-right: 18%
  }

  .sm-margin-eighteen-half-right {
    margin-right: 18.5%
  }

  .sm-margin-nineteen-right {
    margin-right: 19%
  }

  .sm-margin-nineteen-half-right {
    margin-right: 19.5%
  }

  .sm-margin-twenty-right {
    margin-right: 20%
  }

  .sm-margin-twenty-half-right {
    margin-right: 20.5%
  }

  .sm-margin-twenty-one-right {
    margin-right: 21%
  }

  .sm-margin-twenty-one-half-right {
    margin-right: 21.5%
  }

  .sm-margin-twenty-two-right {
    margin-right: 22%
  }

  .sm-margin-twenty-two-half-right {
    margin-right: 22.5%
  }

  .sm-margin-twenty-three-right {
    margin-right: 23%
  }

  .sm-margin-twenty-three-half-right {
    margin-right: 23.5%
  }

  .sm-margin-twenty-four-right {
    margin-right: 24%
  }

  .sm-margin-twenty-four-half-right {
    margin-right: 24.5%
  }

  .sm-margin-twenty-five-right {
    margin-right: 25%
  }

  .sm-margin-10px-right {
    margin-right: 10px 
  }

  .sm-margin-15px-right {
    margin-right: 15px 
  }

  .sm-margin-20px-right {
    margin-right: 20px 
  }

  .sm-margin-25px-right {
    margin-right: 25px 
  }

  .sm-margin-30px-right {
    margin-right: 30px 
  }

  .sm-margin-35px-right {
    margin-right: 35px 
  }

  .sm-margin-40px-right {
    margin-right: 40px 
  }

  .sm-margin-45px-right {
    margin-right: 45px 
  }

  .sm-margin-50px-right {
    margin-right: 50px 
  }

  .sm-margin-55px-right {
    margin-right: 55px 
  }

  .sm-margin-60px-right {
    margin-right: 60px 
  }

  .sm-margin-65px-right {
    margin-right: 65px 
  }

  .sm-margin-70px-right {
    margin-right: 70px 
  }

  .sm-margin-75px-right {
    margin-right: 75px 
  }

  .sm-margin-80px-right {
    margin-right: 80px 
  }

  .sm-margin-85px-right {
    margin-right: 85px 
  }

  .sm-margin-90px-right {
    margin-right: 90px 
  }

  .sm-margin-95px-right {
    margin-right: 95px 
  }

  .sm-margin-100px-right {
    margin-right: 100px 
  }

  .sm-margin-one-left {
    margin-left: 1%
  }

  .sm-margin-one-half-left {
    margin-left: 1.5%
  }

  .sm-margin-two-left {
    margin-left: 2%
  }

  .sm-margin-two-half-left {
    margin-left: 2.5%
  }

  .sm-margin-three-left {
    margin-left: 3%
  }

  .sm-margin-three-half-left {
    margin-left: 3.5%
  }

  .sm-margin-four-left {
    margin-left: 4%
  }

  .sm-margin-four-half-left {
    margin-left: 4.5%
  }

  .sm-margin-five-left {
    margin-left: 5%
  }

  .sm-margin-five-half-left {
    margin-left: 5.5%
  }

  .sm-margin-six-left {
    margin-left: 6%
  }

  .sm-margin-six-half-left {
    margin-left: 6.5%
  }

  .sm-margin-seven-left {
    margin-left: 7%
  }

  .sm-margin-seven-half-left {
    margin-left: 7.5%
  }

  .sm-margin-eight-left {
    margin-left: 8%
  }

  .sm-margin-eight-half-left {
    margin-left: 8.5%
  }

  .sm-margin-nine-left {
    margin-left: 9%
  }

  .sm-margin-nine-half-left {
    margin-left: 9.5%
  }

  .sm-margin-ten-left {
    margin-left: 10%
  }

  .sm-margin-ten-half-left {
    margin-left: 10.5%
  }

  .sm-margin-eleven-left {
    margin-left: 11%
  }

  .sm-margin-eleven-half-left {
    margin-left: 11.5%
  }

  .sm-margin-twelve-left {
    margin-left: 12%
  }

  .sm-margin-twelve-half-left {
    margin-left: 12.5%
  }

  .sm-margin-thirteen-left {
    margin-left: 13%
  }

  .sm-margin-thirteen-half-left {
    margin-left: 13.5%
  }

  .sm-margin-fourteen-left {
    margin-left: 14%
  }

  .sm-margin-fourteen-half-left {
    margin-left: 14.5%
  }

  .sm-margin-fifteen-left {
    margin-left: 15%
  }

  .sm-margin-fifteen-half-left {
    margin-left: 15.5%
  }

  .sm-margin-sixteen-left {
    margin-left: 16%
  }

  .sm-margin-sixteen-half-left {
    margin-left: 16.5%
  }

  .sm-margin-seventeen-left {
    margin-left: 17%
  }

  .sm-margin-seventeen-half-left {
    margin-left: 17.5%
  }

  .sm-margin-eighteen-left {
    margin-left: 18%
  }

  .sm-margin-eighteen-half-left {
    margin-left: 18.5%
  }

  .sm-margin-nineteen-left {
    margin-left: 19%
  }

  .sm-margin-nineteen-half-left {
    margin-left: 19.5%
  }

  .sm-margin-twenty-left {
    margin-left: 20%
  }

  .sm-margin-twenty-half-left {
    margin-left: 20.5%
  }

  .sm-margin-twenty-one-left {
    margin-left: 21%
  }

  .sm-margin-twenty-one-half-left {
    margin-left: 21.5%
  }

  .sm-margin-twenty-two-left {
    margin-left: 22%
  }

  .sm-margin-twenty-two-half-left {
    margin-left: 22.5%
  }

  .sm-margin-twenty-three-left {
    margin-left: 23%
  }

  .sm-margin-twenty-three-half-left {
    margin-left: 23.5%
  }

  .sm-margin-twenty-four-left {
    margin-left: 24%
  }

  .sm-margin-twenty-four-half-left {
    margin-left: 24.5%
  }

  .sm-margin-twenty-five-left {
    margin-left: 25%
  }

  .sm-margin-5px-left {
    margin-left: 5px 
  }

  .sm-margin-10px-left {
    margin-left: 10px 
  }

  .sm-margin-15px-left {
    margin-left: 15px 
  }

  .sm-margin-20px-left {
    margin-left: 20px 
  }

  .sm-margin-25px-left {
    margin-left: 25px 
  }

  .sm-margin-30px-left {
    margin-left: 30px 
  }

  .sm-margin-35px-left {
    margin-left: 35px 
  }

  .sm-margin-40px-left {
    margin-left: 40px 
  }

  .sm-margin-45px-left {
    margin-left: 45px 
  }

  .sm-margin-50px-left {
    margin-left: 50px 
  }

  .sm-margin-55px-left {
    margin-left: 55px 
  }

  .sm-margin-60px-left {
    margin-left: 60px 
  }

  .sm-margin-65px-left {
    margin-left: 65px 
  }

  .sm-margin-70px-left {
    margin-left: 70px 
  }

  .sm-margin-75px-left {
    margin-left: 75px 
  }

  .sm-margin-80px-left {
    margin-left: 80px 
  }

  .sm-margin-85px-left {
    margin-left: 85px 
  }

  .sm-margin-90px-left {
    margin-left: 90px 
  }

  .sm-margin-95px-left {
    margin-left: 95px 
  }

  .sm-margin-100px-left {
    margin-left: 100px 
  }

  .sm-margin-one-lr {
    margin-left: 1%;
    margin-right: 1%
  }

  .sm-margin-one-half-lr {
    margin-left: 1.5%;
    margin-right: 1.5%
  }

  .sm-margin-two-lr {
    margin-left: 2%;
    margin-right: 2%
  }

  .sm-margin-two-half-lr {
    margin-left: 2.5%;
    margin-right: 2.5%
  }

  .sm-margin-three-lr {
    margin-left: 3%;
    margin-right: 3%
  }

  .sm-margin-three-half-lr {
    margin-left: 3.5%;
    margin-right: 3.5%
  }

  .sm-margin-four-lr {
    margin-left: 4%;
    margin-right: 4%
  }

  .sm-margin-four-half-lr {
    margin-left: 4.5%;
    margin-right: 4.5%
  }

  .sm-margin-five-lr {
    margin-left: 5%;
    margin-right: 5%
  }

  .sm-margin-five-half-lr {
    margin-left: 5.5%;
    margin-right: 5.5%
  }

  .sm-margin-six-lr {
    margin-left: 6%;
    margin-right: 6%
  }

  .sm-margin-six-half-lr {
    margin-left: 6.5%;
    margin-right: 6.5%
  }

  .sm-margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%
  }

  .sm-margin-seven-half-lr {
    margin-left: 7.5%;
    margin-right: 7.5%
  }

  .sm-margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%
  }

  .sm-margin-eight-half-lr {
    margin-left: 8.5%;
    margin-right: 8.5%
  }

  .sm-margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%
  }

  .sm-margin-nine-half-lr {
    margin-left: 9.5%;
    margin-right: 9.5%
  }

  .sm-margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%
  }

  .sm-margin-ten-half-lr {
    margin-left: 10.5%;
    margin-right: 10.5%
  }

  .sm-margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%
  }

  .sm-margin-eleven-half-lr {
    margin-left: 11.5%;
    margin-right: 11.5%
  }

  .sm-margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%
  }

  .sm-margin-twelve-half-lr {
    margin-left: 12.5%;
    margin-right: 12.5%
  }

  .sm-margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%
  }

  .sm-margin-thirteen-half-lr {
    margin-left: 13.5%;
    margin-right: 13.5%
  }

  .sm-margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%
  }

  .sm-margin-fourteen-half-lr {
    margin-left: 14.5%;
    margin-right: 14.5%
  }

  .sm-margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%
  }

  .sm-margin-fifteen-half-lr {
    margin-left: 15.5%;
    margin-right: 15.5%
  }

  .sm-margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%
  }

  .sm-margin-sixteen-half-lr {
    margin-left: 16.5%;
    margin-right: 16.5%
  }

  .sm-margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%
  }

  .sm-margin-seventeen-half-lr {
    margin-left: 17.5%;
    margin-right: 17.5%
  }

  .sm-margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%
  }

  .sm-margin-eighteen-half-lr {
    margin-left: 18.5%;
    margin-right: 18.5%
  }

  .sm-margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%
  }

  .sm-margin-nineteen-half-lr {
    margin-left: 19.5%;
    margin-right: 19.5%
  }

  .sm-margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%
  }

  .sm-margin-twenty-half-lr {
    margin-left: 20.5%;
    margin-right: 20.5%
  }

  .sm-margin-twenty-one-lr {
    margin-left: 21%;
    margin-right: 21%
  }

  .sm-margin-twenty-one-half-lr {
    margin-left: 21.5%;
    margin-right: 21.5%
  }

  .sm-margin-twenty-two-lr {
    margin-left: 22%;
    margin-right: 22%
  }

  .sm-margin-twenty-two-half-lr {
    margin-left: 22.5%;
    margin-right: 22.5%
  }

  .sm-margin-twenty-three-lr {
    margin-left: 23%;
    margin-right: 23%
  }

  .sm-margin-twenty-three-half-lr {
    margin-left: 23.5%;
    margin-right: 23.5%
  }

  .sm-margin-twenty-four-lr {
    margin-left: 24%;
    margin-right: 24%
  }

  .sm-margin-twenty-four-half-lr {
    margin-left: 24.5%;
    margin-right: 24.5%
  }

  .sm-margin-twenty-five-lr {
    margin-left: 25%;
    margin-right: 25%
  }

  .sm-margin-5px-lr {
    margin-left: 5px ;
    margin-right: 5px 
  }

  .sm-margin-10px-lr {
    margin-left: 10px ;
    margin-right: 10px 
  }

  .sm-margin-15px-lr {
    margin-left: 15px ;
    margin-right: 15px 
  }

  .sm-margin-20px-lr {
    margin-left: 20px ;
    margin-right: 20px 
  }

  .sm-margin-25px-lr {
    margin-left: 25px ;
    margin-right: 25px 
  }

  .sm-margin-30px-lr {
    margin-left: 30px ;
    margin-right: 30px 
  }

  .sm-margin-35px-lr {
    margin-left: 35px ;
    margin-right: 35px 
  }

  .sm-margin-40px-lr {
    margin-left: 40px ;
    margin-right: 40px 
  }

  .sm-margin-45px-lr {
    margin-left: 45px ;
    margin-right: 45px 
  }

  .sm-margin-50px-lr {
    margin-left: 50px ;
    margin-right: 50px 
  }

  .sm-margin-55px-lr {
    margin-left: 55px ;
    margin-right: 55px 
  }

  .sm-margin-60px-lr {
    margin-left: 60px ;
    margin-right: 60px 
  }

  .sm-margin-65px-lr {
    margin-left: 65px ;
    margin-right: 60px 
  }

  .sm-margin-70px-lr {
    margin-left: 70px ;
    margin-right: 65px 
  }

  .sm-margin-75px-lr {
    margin-left: 75px ;
    margin-right: 70px 
  }

  .sm-margin-80px-lr {
    margin-left: 80px ;
    margin-right: 75px 
  }

  .sm-margin-85px-lr {
    margin-left: 85px ;
    margin-right: 80px 
  }

  .sm-margin-90px-lr {
    margin-left: 90px ;
    margin-right: 85px 
  }

  .sm-margin-95px-lr {
    margin-left: 95px ;
    margin-right: 90px 
  }

  .sm-margin-100px-lr {
    margin-left: 100px ;
    margin-right: 100px 
  }

  .sm-margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%
  }

  .sm-margin-one-half-tb {
    margin-top: 1.5%;
    margin-bottom: 1.5%
  }

  .sm-margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%
  }

  .sm-margin-two-half-tb {
    margin-top: 2.5%;
    margin-bottom: 2.5%
  }

  .sm-margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%
  }

  .sm-margin-three-half-tb {
    margin-top: 3.5%;
    margin-bottom: 3.5%
  }

  .sm-margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%
  }

  .sm-margin-four-half-tb {
    margin-top: 4.5%;
    margin-bottom: 4.5%
  }

  .sm-margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%
  }

  .sm-margin-five-half-tb {
    margin-top: 5.5%;
    margin-bottom: 5.5%
  }

  .sm-margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%
  }

  .sm-margin-six-half-tb {
    margin-top: 6.5%;
    margin-bottom: 6.5%
  }

  .sm-margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%
  }

  .sm-margin-seven-half-tb {
    margin-top: 7.5%;
    margin-bottom: 7.5%
  }

  .sm-margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%
  }

  .sm-margin-eight-half-tb {
    margin-top: 8.5%;
    margin-bottom: 8.5%
  }

  .sm-margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%
  }

  .sm-margin-nine-half-tb {
    margin-top: 9.5%;
    margin-bottom: 9.5%
  }

  .sm-margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%
  }

  .sm-margin-ten-half-tb {
    margin-top: 10.5%;
    margin-bottom: 10.5%
  }

  .sm-margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%
  }

  .sm-margin-eleven-half-tb {
    margin-top: 11.5%;
    margin-bottom: 11.5%
  }

  .sm-margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%
  }

  .sm-margin-twelve-half-tb {
    margin-top: 12.5%;
    margin-bottom: 12.5%
  }

  .sm-margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%
  }

  .sm-margin-thirteen-half-tb {
    margin-top: 13.5%;
    margin-bottom: 13.5%
  }

  .sm-margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%
  }

  .sm-margin-fourteen-half-tb {
    margin-top: 14.5%;
    margin-bottom: 14.5%
  }

  .sm-margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%
  }

  .sm-margin-fifteen-half-tb {
    margin-top: 15.5%;
    margin-bottom: 15.5%
  }

  .sm-margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%
  }

  .sm-margin-sixteen-half-tb {
    margin-top: 16.5%;
    margin-bottom: 16.5%
  }

  .sm-margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%
  }

  .sm-margin-seventeen-half-tb {
    margin-top: 17.5%;
    margin-bottom: 17.5%
  }

  .sm-margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%
  }

  .sm-margin-eighteen-half-tb {
    margin-top: 18.5%;
    margin-bottom: 18.5%
  }

  .sm-margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%
  }

  .sm-margin-nineteen-half-tb {
    margin-top: 19.5%;
    margin-bottom: 19.5%
  }

  .sm-margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%
  }

  .sm-margin-twenty-half-tb {
    margin-top: 20.5%;
    margin-bottom: 20.5%
  }

  .sm-margin-twenty-one-tb {
    margin-top: 21%;
    margin-bottom: 21%
  }

  .sm-margin-twenty-one-half-tb {
    margin-top: 21.5%;
    margin-bottom: 21.5%
  }

  .sm-margin-twenty-two-tb {
    margin-top: 22%;
    margin-bottom: 22%
  }

  .sm-margin-twenty-two-half-tb {
    margin-top: 22.5%;
    margin-bottom: 22.5%
  }

  .sm-margin-twenty-three-tb {
    margin-top: 23%;
    margin-bottom: 23%
  }

  .sm-margin-twenty-three-half-tb {
    margin-top: 23.5%;
    margin-bottom: 23.5%
  }

  .sm-margin-twenty-four-tb {
    margin-top: 24%;
    margin-bottom: 24%
  }

  .sm-margin-twenty-four-half-tb {
    margin-top: 24.5%;
    margin-bottom: 24.5%
  }

  .sm-margin-twenty-five-tb {
    margin-top: 25%;
    margin-bottom: 25%
  }

  .sm-margin-5px-tb {
    margin-top: 5px ;
    margin-bottom: 5px 
  }

  .sm-margin-10px-tb {
    margin-top: 10px ;
    margin-bottom: 10px 
  }

  .sm-margin-15px-tb {
    margin-top: 15px ;
    margin-bottom: 15px 
  }

  .sm-margin-20px-tb {
    margin-top: 20px ;
    margin-bottom: 20px 
  }

  .sm-margin-25px-tb {
    margin-top: 25px ;
    margin-bottom: 25px 
  }

  .sm-margin-30px-tb {
    margin-top: 30px ;
    margin-bottom: 30px 
  }

  .sm-margin-35px-tb {
    margin-top: 35px ;
    margin-bottom: 35px 
  }

  .sm-margin-40px-tb {
    margin-top: 40px ;
    margin-bottom: 40px 
  }

  .sm-margin-45px-tb {
    margin-top: 45px ;
    margin-bottom: 45px 
  }

  .sm-margin-50px-tb {
    margin-top: 50px ;
    margin-bottom: 50px 
  }

  .sm-margin-55px-tb {
    margin-top: 55px ;
    margin-bottom: 55px 
  }

  .sm-margin-60px-tb {
    margin-top: 60px ;
    margin-bottom: 60px 
  }

  .sm-margin-65px-tb {
    margin-top: 65px ;
    margin-bottom: 60px 
  }

  .sm-margin-70px-tb {
    margin-top: 70px ;
    margin-bottom: 65px 
  }

  .sm-margin-75px-tb {
    margin-top: 75px ;
    margin-bottom: 70px 
  }

  .sm-margin-80px-tb {
    margin-top: 80px ;
    margin-bottom: 75px 
  }

  .sm-margin-85px-tb {
    margin-top: 85px ;
    margin-bottom: 80px 
  }

  .sm-margin-90px-tb {
    margin-top: 90px ;
    margin-bottom: 85px 
  }

  .sm-margin-95px-tb {
    margin-top: 95px ;
    margin-bottom: 90px 
  }

  .sm-margin-100px-tb {
    margin-top: 100px ;
    margin-bottom: 100px 
  }

  .sm-header-padding-top {
    padding-top: 82px
  }

  .sm-header-margin-top {
    margin-top: 80px
  }

  .sm-no-padding {
    padding: 0 
  }

  .sm-no-padding-lr {
    padding-left: 0 ;
    padding-right: 0 
  }

  .sm-no-padding-tb {
    padding-bottom: 0 
  }

  .sm-no-padding-tb,
  .sm-no-padding-top {
    padding-top: 0 
  }

  .sm-no-padding-bottom {
    padding-bottom: 0 
  }

  .sm-no-padding-left {
    padding-left: 0 
  }

  .sm-no-padding-right {
    padding-right: 0 
  }

  .sm-padding-one-all {
    padding: 1%
  }

  .sm-padding-one-half-all {
    padding: 1.5%
  }

  .sm-padding-two-all {
    padding: 2%
  }

  .sm-padding-two-half-all {
    padding: 2.5%
  }

  .sm-padding-three-all {
    padding: 3%
  }

  .sm-padding-three-half-all {
    padding: 3.5%
  }

  .sm-padding-four-all {
    padding: 4%
  }

  .sm-padding-four-half-all {
    padding: 4.5%
  }

  .sm-padding-five-all {
    padding: 5%
  }

  .sm-padding-five-half-all {
    padding: 5.5%
  }

  .sm-padding-six-all {
    padding: 6%
  }

  .sm-padding-six-half-all {
    padding: 6.5%
  }

  .sm-padding-seven-all {
    padding: 7%
  }

  .sm-padding-seven-half-all {
    padding: 7.5%
  }

  .sm-padding-eight-all {
    padding: 8%
  }

  .sm-padding-eight-half-all {
    padding: 8.5%
  }

  .sm-padding-nine-all {
    padding: 9%
  }

  .sm-padding-nine-half-all {
    padding: 9.5%
  }

  .sm-padding-ten-all {
    padding: 10%
  }

  .sm-padding-ten-half-all {
    padding: 10.5%
  }

  .sm-padding-eleven-all {
    padding: 11%
  }

  .sm-padding-eleven-half-all {
    padding: 11.5%
  }

  .sm-padding-twelve-all {
    padding: 12%
  }

  .sm-padding-twelve-half-all {
    padding: 12.5%
  }

  .sm-padding-thirteen-all {
    padding: 13%
  }

  .sm-padding-thirteen-half-all {
    padding: 13.5%
  }

  .sm-padding-fourteen-all {
    padding: 14%
  }

  .sm-padding-fourteen-half-all {
    padding: 14.5%
  }

  .sm-padding-fifteen-all {
    padding: 15%
  }

  .sm-padding-fifteen-half-all {
    padding: 15.5%
  }

  .sm-padding-sixteen-all {
    padding: 16%
  }

  .sm-padding-sixteen-half-all {
    padding: 16.5%
  }

  .sm-padding-seventeen-all {
    padding: 17%
  }

  .sm-padding-seventeen-half-all {
    padding: 17.5%
  }

  .sm-padding-eighteen-all {
    padding: 18%
  }

  .sm-padding-eighteen-half-all {
    padding: 18.5%
  }

  .sm-padding-nineteen-all {
    padding: 19%
  }

  .sm-padding-nineteen-half-all {
    padding: 19.5%
  }

  .sm-padding-twenty-all {
    padding: 20%
  }

  .sm-padding-twenty-half-all {
    padding: 20.5%
  }

  .sm-padding-twenty-one-all {
    padding: 21%
  }

  .sm-padding-twenty-one-half-all {
    padding: 21.5%
  }

  .sm-padding-twenty-two-all {
    padding: 22%
  }

  .sm-padding-twenty-two-half-all {
    padding: 22.5%
  }

  .sm-padding-twenty-three-all {
    padding: 23%
  }

  .sm-padding-twenty-three-half-all {
    padding: 23.5%
  }

  .sm-padding-twenty-four-all {
    padding: 24%
  }

  .sm-padding-twenty-four-half-all {
    padding: 24.5%
  }

  .sm-padding-twenty-five-all {
    padding: 25%
  }

  .sm-padding-5px-all {
    padding: 5px 
  }

  .sm-padding-10px-all {
    padding: 10px 
  }

  .sm-padding-15px-all {
    padding: 15px 
  }

  .sm-padding-20px-all {
    padding: 20px 
  }

  .sm-padding-25px-all {
    padding: 25px 
  }

  .sm-padding-30px-all {
    padding: 30px 
  }

  .sm-padding-35px-all {
    padding: 35px 
  }

  .sm-padding-40px-all {
    padding: 40px 
  }

  .sm-padding-45px-all {
    padding: 45px 
  }

  .sm-padding-50px-all {
    padding: 50px 
  }

  .sm-padding-55px-all {
    padding: 55px 
  }

  .sm-padding-60px-all {
    padding: 60px 
  }

  .sm-padding-65px-all {
    padding: 65px 
  }

  .sm-padding-70px-all {
    padding: 70px 
  }

  .sm-padding-75px-all {
    padding: 75px 
  }

  .sm-padding-80px-all {
    padding: 80px 
  }

  .sm-padding-85px-all {
    padding: 85px 
  }

  .sm-padding-90px-all {
    padding: 90px 
  }

  .sm-padding-95px-all {
    padding: 95px 
  }

  .sm-padding-100px-all {
    padding: 100px 
  }

  .sm-padding-one-top {
    padding-top: 1%
  }

  .sm-padding-one-half-top {
    padding-top: 1.5%
  }

  .sm-padding-two-top {
    padding-top: 2%
  }

  .sm-padding-two-half-top {
    padding-top: 2.5%
  }

  .sm-padding-three-top {
    padding-top: 3%
  }

  .sm-padding-three-half-top {
    padding-top: 3.5%
  }

  .sm-padding-four-top {
    padding-top: 4%
  }

  .sm-padding-four-half-top {
    padding-top: 4.5%
  }

  .sm-padding-five-top {
    padding-top: 5%
  }

  .sm-padding-five-half-top {
    padding-top: 5.5%
  }

  .sm-padding-six-top {
    padding-top: 6%
  }

  .sm-padding-six-half-top {
    padding-top: 6.5%
  }

  .sm-padding-seven-top {
    padding-top: 7%
  }

  .sm-padding-seven-half-top {
    padding-top: 7.5%
  }

  .sm-padding-eight-top {
    padding-top: 8%
  }

  .sm-padding-eight-half-top {
    padding-top: 8.5%
  }

  .sm-padding-nine-top {
    padding-top: 9%
  }

  .sm-padding-nine-half-top {
    padding-top: 9.5%
  }

  .sm-padding-ten-top {
    padding-top: 10%
  }

  .sm-padding-ten-half-top {
    padding-top: 10.5%
  }

  .sm-padding-eleven-top {
    padding-top: 11%
  }

  .sm-padding-eleven-half-top {
    padding-top: 11.5%
  }

  .sm-padding-twelve-top {
    padding-top: 12%
  }

  .sm-padding-twelve-half-top {
    padding-top: 12.5%
  }

  .sm-padding-thirteen-top {
    padding-top: 13%
  }

  .sm-padding-thirteen-half-top {
    padding-top: 13.5%
  }

  .sm-padding-fourteen-top {
    padding-top: 14%
  }

  .sm-padding-fourteen-half-top {
    padding-top: 14.5%
  }

  .sm-padding-fifteen-top {
    padding-top: 15%
  }

  .sm-padding-fifteen-half-top {
    padding-top: 15.5%
  }

  .sm-padding-sixteen-top {
    padding-top: 16%
  }

  .sm-padding-sixteen-half-top {
    padding-top: 16.5%
  }

  .sm-padding-seventeen-top {
    padding-top: 17%
  }

  .sm-padding-seventeen-half-top {
    padding-top: 17.5%
  }

  .sm-padding-eighteen-top {
    padding-top: 18%
  }

  .sm-padding-eighteen-half-top {
    padding-top: 18.5%
  }

  .sm-padding-nineteen-top {
    padding-top: 19%
  }

  .sm-padding-nineteen-half-top {
    padding-top: 19.5%
  }

  .sm-padding-twenty-top {
    padding-top: 20%
  }

  .sm-padding-twenty-half-top {
    padding-top: 20.5%
  }

  .sm-padding-twenty-one-top {
    padding-top: 21%
  }

  .sm-padding-twenty-one-half-top {
    padding-top: 21.5%
  }

  .sm-padding-twenty-two-top {
    padding-top: 22%
  }

  .sm-padding-twenty-two-half-top {
    padding-top: 22.5%
  }

  .sm-padding-twenty-three-top {
    padding-top: 23%
  }

  .sm-padding-twenty-three-half-top {
    padding-top: 23.5%
  }

  .sm-padding-twenty-four-top {
    padding-top: 24%
  }

  .sm-padding-twenty-four-half-top {
    padding-top: 24.5%
  }

  .sm-padding-twenty-five-top {
    padding-top: 25%
  }

  .sm-padding-5px-top {
    padding-top: 5px 
  }

  .sm-padding-10px-top {
    padding-top: 10px 
  }

  .sm-padding-15px-top {
    padding-top: 15px 
  }

  .sm-padding-20px-top {
    padding-top: 20px 
  }

  .sm-padding-25px-top {
    padding-top: 25px 
  }

  .sm-padding-30px-top {
    padding-top: 30px 
  }

  .sm-padding-35px-top {
    padding-top: 35px 
  }

  .sm-padding-40px-top {
    padding-top: 40px 
  }

  .sm-padding-45px-top {
    padding-top: 45px 
  }

  .sm-padding-50px-top {
    padding-top: 50px 
  }

  .sm-padding-55px-top {
    padding-top: 55px 
  }

  .sm-padding-60px-top {
    padding-top: 60px 
  }

  .sm-padding-65px-top {
    padding-top: 65px 
  }

  .sm-padding-70px-top {
    padding-top: 70px 
  }

  .sm-padding-75px-top {
    padding-top: 75px 
  }

  .sm-padding-80px-top {
    padding-top: 80px 
  }

  .sm-padding-85px-top {
    padding-top: 85px 
  }

  .sm-padding-90px-top {
    padding-top: 90px 
  }

  .sm-padding-95px-top {
    padding-top: 95px 
  }

  .sm-padding-100px-top {
    padding-top: 100px 
  }

  .sm-padding-one-bottom {
    padding-bottom: 1%
  }

  .sm-padding-one-half-bottom {
    padding-bottom: 1.5%
  }

  .sm-padding-two-bottom {
    padding-bottom: 2%
  }

  .sm-padding-two-half-bottom {
    padding-bottom: 2.5%
  }

  .sm-padding-three-bottom {
    padding-bottom: 3%
  }

  .sm-padding-three-half-bottom {
    padding-bottom: 3.5%
  }

  .sm-padding-four-bottom {
    padding-bottom: 4%
  }

  .sm-padding-four-half-bottom {
    padding-bottom: 4.5%
  }

  .sm-padding-five-bottom {
    padding-bottom: 5%
  }

  .sm-padding-five-half-bottom {
    padding-bottom: 5.5%
  }

  .sm-padding-six-bottom {
    padding-bottom: 6%
  }

  .sm-padding-six-half-bottom {
    padding-bottom: 6.5%
  }

  .sm-padding-seven-bottom {
    padding-bottom: 7%
  }

  .sm-padding-seven-half-bottom {
    padding-bottom: 7.5%
  }

  .sm-padding-eight-bottom {
    padding-bottom: 8%
  }

  .sm-padding-eight-half-bottom {
    padding-bottom: 8.5%
  }

  .sm-padding-nine-bottom {
    padding-bottom: 9%
  }

  .sm-padding-nine-half-bottom {
    padding-bottom: 9.5%
  }

  .sm-padding-ten-bottom {
    padding-bottom: 10%
  }

  .sm-padding-ten-half-bottom {
    padding-bottom: 10.5%
  }

  .sm-padding-eleven-bottom {
    padding-bottom: 11%
  }

  .sm-padding-eleven-half-bottom {
    padding-bottom: 11.5%
  }

  .sm-padding-twelve-bottom {
    padding-bottom: 12%
  }

  .sm-padding-twelve-half-bottom {
    padding-bottom: 12.5%
  }

  .sm-padding-thirteen-bottom {
    padding-bottom: 13%
  }

  .sm-padding-thirteen-half-bottom {
    padding-bottom: 13.5%
  }

  .sm-padding-fourteen-bottom {
    padding-bottom: 14%
  }

  .sm-padding-fourteen-half-bottom {
    padding-bottom: 14.5%
  }

  .sm-padding-fifteen-bottom {
    padding-bottom: 15%
  }

  .sm-padding-fifteen-half-bottom {
    padding-bottom: 15.5%
  }

  .sm-padding-sixteen-bottom {
    padding-bottom: 16%
  }

  .sm-padding-sixteen-half-bottom {
    padding-bottom: 16.5%
  }

  .sm-padding-seventeen-bottom {
    padding-bottom: 17%
  }

  .sm-padding-seventeen-half-bottom {
    padding-bottom: 17.5%
  }

  .sm-padding-eighteen-bottom {
    padding-bottom: 18%
  }

  .sm-padding-eighteen-half-bottom {
    padding-bottom: 18.5%
  }

  .sm-padding-nineteen-bottom {
    padding-bottom: 19%
  }

  .sm-padding-nineteen-half-bottom {
    padding-bottom: 19.5%
  }

  .sm-padding-twenty-bottom {
    padding-bottom: 20%
  }

  .sm-padding-twenty-half-bottom {
    padding-bottom: 20.5%
  }

  .sm-padding-twenty-one-bottom {
    padding-bottom: 21%
  }

  .sm-padding-twenty-one-half-bottom {
    padding-bottom: 21.5%
  }

  .sm-padding-twenty-two-bottom {
    padding-bottom: 22%
  }

  .sm-padding-twenty-two-half-bottom {
    padding-bottom: 22.5%
  }

  .sm-padding-twenty-three-bottom {
    padding-bottom: 23%
  }

  .sm-padding-twenty-three-half-bottom {
    padding-bottom: 23.5%
  }

  .sm-padding-twenty-four-bottom {
    padding-bottom: 24%
  }

  .sm-padding-twenty-four-half-bottom {
    padding-bottom: 24.5%
  }

  .sm-padding-twenty-five-bottom {
    padding-bottom: 25%
  }

  .sm-padding-3px-bottom {
    padding-bottom: 3px 
  }

  .sm-padding-5px-bottom {
    padding-bottom: 5px 
  }

  .sm-padding-10px-bottom {
    padding-bottom: 10px 
  }

  .sm-padding-15px-bottom {
    padding-bottom: 15px 
  }

  .sm-padding-20px-bottom {
    padding-bottom: 20px 
  }

  .sm-padding-25px-bottom {
    padding-bottom: 25px 
  }

  .sm-padding-30px-bottom {
    padding-bottom: 30px 
  }

  .sm-padding-35px-bottom {
    padding-bottom: 35px 
  }

  .sm-padding-40px-bottom {
    padding-bottom: 40px 
  }

  .sm-padding-45px-bottom {
    padding-bottom: 45px 
  }

  .sm-padding-50px-bottom {
    padding-bottom: 50px 
  }

  .sm-padding-55px-bottom {
    padding-bottom: 55px 
  }

  .sm-padding-60px-bottom {
    padding-bottom: 60px 
  }

  .sm-padding-65px-bottom {
    padding-bottom: 65px 
  }

  .sm-padding-70px-bottom {
    padding-bottom: 70px 
  }

  .sm-padding-75px-bottom {
    padding-bottom: 75px 
  }

  .sm-padding-80px-bottom {
    padding-bottom: 80px 
  }

  .sm-padding-85px-bottom {
    padding-bottom: 85px 
  }

  .sm-padding-90px-bottom {
    padding-bottom: 90px 
  }

  .sm-padding-95px-bottom {
    padding-bottom: 95px 
  }

  .sm-padding-100px-bottom {
    padding-bottom: 100px 
  }

  .sm-padding-one-right {
    padding-right: 1%
  }

  .sm-padding-one-half-right {
    padding-right: 1.5%
  }

  .sm-padding-two-right {
    padding-right: 2%
  }

  .sm-padding-two-half-right {
    padding-right: 2.5%
  }

  .sm-padding-three-right {
    padding-right: 3%
  }

  .sm-padding-three-half-right {
    padding-right: 3.5%
  }

  .sm-padding-four-right {
    padding-right: 4%
  }

  .sm-padding-four-half-right {
    padding-right: 4.5%
  }

  .sm-padding-five-right {
    padding-right: 5%
  }

  .sm-padding-five-half-right {
    padding-right: 5.5%
  }

  .sm-padding-six-right {
    padding-right: 6%
  }

  .sm-padding-six-half-right {
    padding-right: 6.5%
  }

  .sm-padding-seven-right {
    padding-right: 7%
  }

  .sm-padding-seven-half-right {
    padding-right: 7.5%
  }

  .sm-padding-eight-right {
    padding-right: 8%
  }

  .sm-padding-eight-half-right {
    padding-right: 8.5%
  }

  .sm-padding-nine-right {
    padding-right: 9%
  }

  .sm-padding-nine-half-right {
    padding-right: 9.5%
  }

  .sm-padding-ten-right {
    padding-right: 10%
  }

  .sm-padding-ten-half-right {
    padding-right: 10.5%
  }

  .sm-padding-eleven-right {
    padding-right: 11%
  }

  .sm-padding-eleven-half-right {
    padding-right: 11.5%
  }

  .sm-padding-twelve-right {
    padding-right: 12%
  }

  .sm-padding-twelve-half-right {
    padding-right: 12.5%
  }

  .sm-padding-thirteen-right {
    padding-right: 13%
  }

  .sm-padding-thirteen-half-right {
    padding-right: 13.5%
  }

  .sm-padding-fourteen-right {
    padding-right: 14%
  }

  .sm-padding-fourteen-half-right {
    padding-right: 14.5%
  }

  .sm-padding-fifteen-right {
    padding-right: 15%
  }

  .sm-padding-fifteen-half-right {
    padding-right: 15.5%
  }

  .sm-padding-sixteen-right {
    padding-right: 16%
  }

  .sm-padding-sixteen-half-right {
    padding-right: 16.5%
  }

  .sm-padding-seventeen-right {
    padding-right: 17%
  }

  .sm-padding-seventeen-half-right {
    padding-right: 17.5%
  }

  .sm-padding-eighteen-right {
    padding-right: 18%
  }

  .sm-padding-eighteen-half-right {
    padding-right: 18.5%
  }

  .sm-padding-nineteen-right {
    padding-right: 19%
  }

  .sm-padding-nineteen-half-right {
    padding-right: 19.5%
  }

  .sm-padding-twenty-right {
    padding-right: 20%
  }

  .sm-padding-twenty-half-right {
    padding-right: 20.5%
  }

  .sm-padding-twenty-one-right {
    padding-right: 21%
  }

  .sm-padding-twenty-one-half-right {
    padding-right: 21.5%
  }

  .sm-padding-twenty-two-right {
    padding-right: 22%
  }

  .sm-padding-twenty-two-half-right {
    padding-right: 22.5%
  }

  .sm-padding-twenty-three-right {
    padding-right: 23%
  }

  .sm-padding-twenty-three-half-right {
    padding-right: 23.5%
  }

  .sm-padding-twenty-four-right {
    padding-right: 24%
  }

  .sm-padding-twenty-four-half-right {
    padding-right: 24.5%
  }

  .sm-padding-twenty-five-right {
    padding-right: 25%
  }

  .sm-padding-5px-right {
    padding-right: 5px 
  }

  .sm-padding-10px-right {
    padding-right: 10px 
  }

  .sm-padding-15px-right {
    padding-right: 15px 
  }

  .sm-padding-20px-right {
    padding-right: 20px 
  }

  .sm-padding-25px-right {
    padding-right: 25px 
  }

  .sm-padding-30px-right {
    padding-right: 30px 
  }

  .sm-padding-35px-right {
    padding-right: 35px 
  }

  .sm-padding-40px-right {
    padding-right: 40px 
  }

  .sm-padding-45px-right {
    padding-right: 45px 
  }

  .sm-padding-50px-right {
    padding-right: 50px 
  }

  .sm-padding-55px-right {
    padding-right: 55px 
  }

  .sm-padding-60px-right {
    padding-right: 60px 
  }

  .sm-padding-65px-right {
    padding-right: 65px 
  }

  .sm-padding-70px-right {
    padding-right: 70px 
  }

  .sm-padding-75px-right {
    padding-right: 75px 
  }

  .sm-padding-80px-right {
    padding-right: 80px 
  }

  .sm-padding-85px-right {
    padding-right: 85px 
  }

  .sm-padding-90px-right {
    padding-right: 90px 
  }

  .sm-padding-95px-right {
    padding-right: 95px 
  }

  .sm-padding-100px-right {
    padding-right: 100px 
  }

  .sm-padding-one-left {
    padding-left: 1%
  }

  .sm-padding-one-half-left {
    padding-left: 1.5%
  }

  .sm-padding-two-left {
    padding-left: 2%
  }

  .sm-padding-two-half-left {
    padding-left: 2.5%
  }

  .sm-padding-three-left {
    padding-left: 3%
  }

  .sm-padding-three-half-left {
    padding-left: 3.5%
  }

  .sm-padding-four-left {
    padding-left: 4%
  }

  .sm-padding-four-half-left {
    padding-left: 4.5%
  }

  .sm-padding-five-left {
    padding-left: 5%
  }

  .sm-padding-five-half-left {
    padding-left: 5.5%
  }

  .sm-padding-six-left {
    padding-left: 6%
  }

  .sm-padding-six-half-left {
    padding-left: 6.5%
  }

  .sm-padding-seven-left {
    padding-left: 7%
  }

  .sm-padding-seven-half-left {
    padding-left: 7.5%
  }

  .sm-padding-eight-left {
    padding-left: 8%
  }

  .sm-padding-eight-half-left {
    padding-left: 8.5%
  }

  .sm-padding-nine-left {
    padding-left: 9%
  }

  .sm-padding-nine-half-left {
    padding-left: 9.5%
  }

  .sm-padding-ten-left {
    padding-left: 10%
  }

  .sm-padding-ten-half-left {
    padding-left: 10.5%
  }

  .sm-padding-eleven-left {
    padding-left: 11%
  }

  .sm-padding-eleven-half-left {
    padding-left: 11.5%
  }

  .sm-padding-twelve-left {
    padding-left: 12%
  }

  .sm-padding-twelve-half-left {
    padding-left: 12.5%
  }

  .sm-padding-thirteen-left {
    padding-left: 13%
  }

  .sm-padding-thirteen-half-left {
    padding-left: 13.5%
  }

  .sm-padding-fourteen-left {
    padding-left: 14%
  }

  .sm-padding-fourteen-half-left {
    padding-left: 14.5%
  }

  .sm-padding-fifteen-left {
    padding-left: 15%
  }

  .sm-padding-fifteen-half-left {
    padding-left: 15.5%
  }

  .sm-padding-sixteen-left {
    padding-left: 16%
  }

  .sm-padding-sixteen-half-left {
    padding-left: 16.5%
  }

  .sm-padding-seventeen-left {
    padding-left: 17%
  }

  .sm-padding-seventeen-half-left {
    padding-left: 17.5%
  }

  .sm-padding-eighteen-left {
    padding-left: 18%
  }

  .sm-padding-eighteen-half-left {
    padding-left: 18.5%
  }

  .sm-padding-nineteen-left {
    padding-left: 19%
  }

  .sm-padding-nineteen-half-left {
    padding-left: 19.5%
  }

  .sm-padding-twenty-left {
    padding-left: 20%
  }

  .sm-padding-twenty-half-left {
    padding-left: 20.5%
  }

  .sm-padding-twenty-one-left {
    padding-left: 21%
  }

  .sm-padding-twenty-one-half-left {
    padding-left: 21.5%
  }

  .sm-padding-twenty-two-left {
    padding-left: 22%
  }

  .sm-padding-twenty-two-half-left {
    padding-left: 22.5%
  }

  .sm-padding-twenty-three-left {
    padding-left: 23%
  }

  .sm-padding-twenty-three-half-left {
    padding-left: 23.5%
  }

  .sm-padding-twenty-four-left {
    padding-left: 24%
  }

  .sm-padding-twenty-four-half-left {
    padding-left: 24.5%
  }

  .sm-padding-twenty-five-left {
    padding-left: 25%
  }

  .sm-padding-5px-left {
    padding-left: 5px 
  }

  .sm-padding-10px-left {
    padding-left: 10px 
  }

  .sm-padding-15px-left {
    padding-left: 15px 
  }

  .sm-padding-20px-left {
    padding-left: 20px 
  }

  .sm-padding-25px-left {
    padding-left: 25px 
  }

  .sm-padding-30px-left {
    padding-left: 30px 
  }

  .sm-padding-35px-left {
    padding-left: 35px 
  }

  .sm-padding-40px-left {
    padding-left: 40px 
  }

  .sm-padding-45px-left {
    padding-left: 45px 
  }

  .sm-padding-50px-left {
    padding-left: 50px 
  }

  .sm-padding-55px-left {
    padding-left: 55px 
  }

  .sm-padding-60px-left {
    padding-left: 60px 
  }

  .sm-padding-65px-left {
    padding-left: 65px 
  }

  .sm-padding-70px-left {
    padding-left: 70px 
  }

  .sm-padding-75px-left {
    padding-left: 75px 
  }

  .sm-padding-80px-left {
    padding-left: 80px 
  }

  .sm-padding-85px-left {
    padding-left: 85px 
  }

  .sm-padding-90px-left {
    padding-left: 90px 
  }

  .sm-padding-95px-left {
    padding-left: 95px 
  }

  .sm-padding-100px-left {
    padding-left: 100px 
  }

  .sm-padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%
  }

  .sm-padding-one-half-tb {
    padding-top: 1.5%;
    padding-bottom: 1.5%
  }

  .sm-padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%
  }

  .sm-padding-two-half-tb {
    padding-top: 2.5%;
    padding-bottom: 2.5%
  }

  .sm-padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%
  }

  .sm-padding-three-half-tb {
    padding-top: 3.5%;
    padding-bottom: 3.5%
  }

  .sm-padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%
  }

  .sm-padding-four-half-tb {
    padding-top: 4.5%;
    padding-bottom: 4.5%
  }

  .sm-padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%
  }

  .sm-padding-five-half-tb {
    padding-top: 5.5%;
    padding-bottom: 5.5%
  }

  .sm-padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%
  }

  .sm-padding-six-half-tb {
    padding-top: 6.5%;
    padding-bottom: 6.5%
  }

  .sm-padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%
  }

  .sm-padding-seven-half-tb {
    padding-top: 7.5%;
    padding-bottom: 7.5%
  }

  .sm-padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%
  }

  .sm-padding-eight-half-tb {
    padding-top: 8.5%;
    padding-bottom: 8.5%
  }

  .sm-padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%
  }

  .sm-padding-nine-half-tb {
    padding-top: 9.5%;
    padding-bottom: 9.5%
  }

  .sm-padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%
  }

  .sm-padding-ten-half-tb {
    padding-top: 10.5%;
    padding-bottom: 10.5%
  }

  .sm-padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%
  }

  .sm-padding-eleven-half-tb {
    padding-top: 11.5%;
    padding-bottom: 11.5%
  }

  .sm-padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%
  }

  .sm-padding-twelve-half-tb {
    padding-top: 12.5%;
    padding-bottom: 12.5%
  }

  .sm-padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%
  }

  .sm-padding-thirteen-half-tb {
    padding-top: 13.5%;
    padding-bottom: 13.5%
  }

  .sm-padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%
  }

  .sm-padding-fourteen-half-tb {
    padding-top: 14.5%;
    padding-bottom: 14.5%
  }

  .sm-padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%
  }

  .sm-padding-fifteen-half-tb {
    padding-top: 15.5%;
    padding-bottom: 15.5%
  }

  .sm-padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%
  }

  .sm-padding-sixteen-half-tb {
    padding-top: 16.5%;
    padding-bottom: 16.5%
  }

  .sm-padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%
  }

  .sm-padding-seventeen-half-tb {
    padding-top: 17.5%;
    padding-bottom: 17.5%
  }

  .sm-padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%
  }

  .sm-padding-eighteen-half-tb {
    padding-top: 18.5%;
    padding-bottom: 18.5%
  }

  .sm-padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%
  }

  .sm-padding-nineteen-half-tb {
    padding-top: 19.5%;
    padding-bottom: 19.5%
  }

  .sm-padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%
  }

  .sm-padding-twenty-half-tb {
    padding-top: 20.5%;
    padding-bottom: 20.5%
  }

  .sm-padding-twenty-one-tb {
    padding-top: 21%;
    padding-bottom: 21%
  }

  .sm-padding-twenty-one-half-tb {
    padding-top: 21.5%;
    padding-bottom: 21.5%
  }

  .sm-padding-twenty-two-tb {
    padding-top: 22%;
    padding-bottom: 22%
  }

  .sm-padding-twenty-two-half-tb {
    padding-top: 22.5%;
    padding-bottom: 22.5%
  }

  .sm-padding-twenty-three-tb {
    padding-top: 23%;
    padding-bottom: 23%
  }

  .sm-padding-twenty-three-half-tb {
    padding-top: 23.5%;
    padding-bottom: 23.5%
  }

  .sm-padding-twenty-four-tb {
    padding-top: 24%;
    padding-bottom: 24%
  }

  .sm-padding-twenty-four-half-tb {
    padding-top: 24.5%;
    padding-bottom: 24.5%
  }

  .sm-padding-twenty-five-tb {
    padding-top: 25%;
    padding-bottom: 25%
  }

  .sm-padding-5px-tb {
    padding-top: 5px ;
    padding-bottom: 5px 
  }

  .sm-padding-10px-tb {
    padding-top: 10px ;
    padding-bottom: 10px 
  }

  .sm-padding-15px-tb {
    padding-top: 15px ;
    padding-bottom: 15px 
  }

  .sm-padding-20px-tb {
    padding-top: 20px ;
    padding-bottom: 20px 
  }

  .sm-padding-25px-tb {
    padding-top: 25px ;
    padding-bottom: 25px 
  }

  .sm-padding-30px-tb {
    padding-top: 30px ;
    padding-bottom: 30px 
  }

  .sm-padding-35px-tb {
    padding-top: 35px ;
    padding-bottom: 35px 
  }

  .sm-padding-40px-tb {
    padding-top: 40px ;
    padding-bottom: 40px 
  }

  .sm-padding-45px-tb {
    padding-top: 45px ;
    padding-bottom: 45px 
  }

  .sm-padding-50px-tb {
    padding-top: 50px ;
    padding-bottom: 50px 
  }

  .sm-padding-55px-tb {
    padding-top: 55px ;
    padding-bottom: 55px 
  }

  .sm-padding-60px-tb {
    padding-top: 60px ;
    padding-bottom: 60px 
  }

  .sm-padding-65px-tb {
    padding-top: 65px ;
    padding-bottom: 65px 
  }

  .sm-padding-70px-tb {
    padding-top: 70px ;
    padding-bottom: 70px 
  }

  .sm-padding-75px-tb {
    padding-top: 75px ;
    padding-bottom: 75px 
  }

  .sm-padding-80px-tb {
    padding-top: 80px ;
    padding-bottom: 80px 
  }

  .sm-padding-85px-tb {
    padding-top: 85px ;
    padding-bottom: 85px 
  }

  .sm-padding-90px-tb {
    padding-top: 90px ;
    padding-bottom: 90px 
  }

  .sm-padding-95px-tb {
    padding-top: 95px ;
    padding-bottom: 95px 
  }

  .sm-padding-100px-tb {
    padding-top: 100px ;
    padding-bottom: 100px 
  }

  .sm-padding-one-lr {
    padding-left: 1%;
    padding-right: 1%
  }

  .sm-padding-one-half-lr {
    padding-left: 1.5%;
    padding-right: 1.5%
  }

  .sm-padding-two-lr {
    padding-left: 2%;
    padding-right: 2%
  }

  .sm-padding-two-half-lr {
    padding-left: 2.5%;
    padding-right: 2.5%
  }

  .sm-padding-three-lr {
    padding-left: 3%;
    padding-right: 3%
  }

  .sm-padding-three-half-lr {
    padding-left: 3.5%;
    padding-right: 3.5%
  }

  .sm-padding-four-lr {
    padding-left: 4%;
    padding-right: 4%
  }

  .sm-padding-four-half-lr {
    padding-left: 4.5%;
    padding-right: 4.5%
  }

  .sm-padding-five-lr {
    padding-left: 5%;
    padding-right: 5%
  }

  .sm-padding-five-half-lr {
    padding-left: 5.5%;
    padding-right: 5.5%
  }

  .sm-padding-six-lr {
    padding-left: 6%;
    padding-right: 6%
  }

  .sm-padding-six-half-lr {
    padding-left: 6.5%;
    padding-right: 6.5%
  }

  .sm-padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%
  }

  .sm-padding-seven-half-lr {
    padding-left: 7.5%;
    padding-right: 7.5%
  }

  .sm-padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%
  }

  .sm-padding-eight-half-lr {
    padding-left: 8.5%;
    padding-right: 8.5%
  }

  .sm-padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%
  }

  .sm-padding-nine-half-lr {
    padding-left: 9.5%;
    padding-right: 9.5%
  }

  .sm-padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%
  }

  .sm-padding-ten-half-lr {
    padding-left: 10.5%;
    padding-right: 10.5%
  }

  .sm-padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%
  }

  .sm-padding-eleven-half-lr {
    padding-left: 11.5%;
    padding-right: 11.5%
  }

  .sm-padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%
  }

  .sm-padding-twelve-half-lr {
    padding-left: 12.5%;
    padding-right: 12.5%
  }

  .sm-padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%
  }

  .sm-padding-thirteen-half-lr {
    padding-left: 13.5%;
    padding-right: 13.5%
  }

  .sm-padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%
  }

  .sm-padding-fourteen-half-lr {
    padding-left: 14.5%;
    padding-right: 14.5%
  }

  .sm-padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%
  }

  .sm-padding-fifteen-half-lr {
    padding-left: 15.5%;
    padding-right: 15.5%
  }

  .sm-padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%
  }

  .sm-padding-sixteen-half-lr {
    padding-left: 16.5%;
    padding-right: 16.5%
  }

  .sm-padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%
  }

  .sm-padding-seventeen-half-lr {
    padding-left: 17.5%;
    padding-right: 17.5%
  }

  .sm-padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%
  }

  .sm-padding-eighteen-half-lr {
    padding-left: 18.5%;
    padding-right: 18.5%
  }

  .sm-padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%
  }

  .sm-padding-nineteen-half-lr {
    padding-left: 19.5%;
    padding-right: 19.5%
  }

  .sm-padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%
  }

  .sm-padding-twenty-half-lr {
    padding-left: 20.5%;
    padding-right: 20.5%
  }

  .sm-padding-twenty-one-lr {
    padding-left: 21%;
    padding-right: 21%
  }

  .sm-padding-twenty-one-half-lr {
    padding-left: 21.5%;
    padding-right: 21.5%
  }

  .sm-padding-twenty-two-lr {
    padding-left: 22%;
    padding-right: 22%
  }

  .sm-padding-twenty-two-half-lr {
    padding-left: 22.5%;
    padding-right: 22.5%
  }

  .sm-padding-twenty-three-lr {
    padding-left: 23%;
    padding-right: 23%
  }

  .sm-padding-twenty-three-half-lr {
    padding-left: 23.5%;
    padding-right: 23.5%
  }

  .sm-padding-twenty-four-lr {
    padding-left: 24%;
    padding-right: 24%
  }

  .sm-padding-twenty-four-half-lr {
    padding-left: 24.5%;
    padding-right: 24.5%
  }

  .sm-padding-twenty-five-lr {
    padding-left: 25%;
    padding-right: 25%
  }

  .sm-padding-5px-lr {
    padding-left: 5px ;
    padding-right: 5px 
  }

  .sm-padding-10px-lr {
    padding-left: 10px ;
    padding-right: 10px 
  }

  .sm-padding-15px-lr {
    padding-left: 15px ;
    padding-right: 15px 
  }

  .sm-padding-20px-lr {
    padding-left: 20px ;
    padding-right: 20px 
  }

  .sm-padding-25px-lr {
    padding-left: 25px ;
    padding-right: 25px 
  }

  .sm-padding-30px-lr {
    padding-left: 30px ;
    padding-right: 30px 
  }

  .sm-padding-35px-lr {
    padding-left: 35px ;
    padding-right: 35px 
  }

  .sm-padding-40px-lr {
    padding-left: 40px ;
    padding-right: 40px 
  }

  .sm-padding-45px-lr {
    padding-left: 45px ;
    padding-right: 45px 
  }

  .sm-padding-50px-lr {
    padding-left: 50px ;
    padding-right: 50px 
  }

  .sm-padding-55px-lr {
    padding-left: 55px ;
    padding-right: 55px 
  }

  .sm-padding-60px-lr {
    padding-left: 60px ;
    padding-right: 60px 
  }

  .sm-padding-65px-lr {
    padding-left: 65px ;
    padding-right: 65px 
  }

  .sm-padding-70px-lr {
    padding-left: 70px ;
    padding-right: 70px 
  }

  .sm-padding-75px-lr {
    padding-left: 75px ;
    padding-right: 75px 
  }

  .sm-padding-80px-lr {
    padding-left: 80px ;
    padding-right: 80px 
  }

  .sm-padding-85px-lr {
    padding-left: 85px ;
    padding-right: 85px 
  }

  .sm-padding-90px-lr {
    padding-left: 90px ;
    padding-right: 90px 
  }

  .sm-padding-95px-lr {
    padding-left: 95px ;
    padding-right: 95px 
  }

  .sm-padding-100px-lr {
    padding-left: 100px ;
    padding-right: 100px 
  }

  .sm-top-auto {
    top: auto
  }

  .sm-top-0 {
    top: 0 
  }

  .sm-top-1 {
    top: 1px 
  }

  .sm-top-2 {
    top: 2px 
  }

  .sm-top-3 {
    top: 3px 
  }

  .sm-top-4 {
    top: 4px 
  }

  .sm-top-5 {
    top: 5px 
  }

  .sm-top-6 {
    top: 6px 
  }

  .sm-top-7 {
    top: 7px 
  }

  .sm-top-8 {
    top: 8px 
  }

  .sm-top-9 {
    top: 9px 
  }

  .sm-top-10 {
    top: 10px 
  }

  .sm-top-minus1 {
    top: -1px 
  }

  .sm-top-minus2 {
    top: -2px 
  }

  .sm-top-minus3 {
    top: -3px 
  }

  .sm-top-minus4 {
    top: -4px 
  }

  .sm-top-minus5 {
    top: -5px 
  }

  .sm-top-minus6 {
    top: -6px 
  }

  .sm-top-minus7 {
    top: -7px 
  }

  .sm-top-minus8 {
    top: -8px 
  }

  .sm-top-minus9 {
    top: -9px 
  }

  .sm-top-minus10 {
    top: -10px 
  }

  .sm-top-minus15 {
    top: -15px 
  }

  .sm-top-minus20 {
    top: -20px 
  }

  .sm-top-minus25 {
    top: -25px 
  }

  .sm-top-minus30 {
    top: -30px 
  }

  .sm-top-minus35 {
    top: -35px 
  }

  .sm-top-minus40 {
    top: -40px 
  }

  .sm-bottom-auto {
    bottom: auto
  }

  .sm-bottom-0 {
    bottom: 0
  }

  .sm-bottom-1 {
    bottom: 1px 
  }

  .sm-bottom-2 {
    bottom: 2px 
  }

  .sm-bottom-3 {
    bottom: 3px 
  }

  .sm-bottom-4 {
    bottom: 4px 
  }

  .sm-bottom-5 {
    bottom: 5px 
  }

  .sm-bottom-6 {
    bottom: 6px 
  }

  .sm-bottom-7 {
    bottom: 7px 
  }

  .sm-bottom-8 {
    bottom: 8px 
  }

  .sm-bottom-9 {
    bottom: 9px 
  }

  .sm-bottom-10 {
    bottom: 10px 
  }

  .sm-bottom-15 {
    bottom: 15px 
  }

  .sm-bottom-20 {
    bottom: 20px 
  }

  .sm-bottom-25 {
    bottom: 25px 
  }

  .sm-bottom-30 {
    bottom: 30px 
  }

  .sm-bottom-35 {
    bottom: 35px 
  }

  .sm-bottom-40 {
    bottom: 40px 
  }

  .sm-left-auto {
    left: auto
  }

  .sm-left-0 {
    left: 0
  }

  .sm-left-1 {
    left: 1px 
  }

  .sm-left-2 {
    left: 2px 
  }

  .sm-left-3 {
    left: 3px 
  }

  .sm-left-4 {
    left: 4px 
  }

  .sm-left-5 {
    left: 5px 
  }

  .sm-left-6 {
    left: 6px 
  }

  .sm-left-7 {
    left: 7px 
  }

  .sm-left-8 {
    left: 8px 
  }

  .sm-left-9 {
    left: 9px 
  }

  .sm-left-10 {
    bottom: 10px 
  }

  .sm-left-15 {
    bottom: 15px 
  }

  .sm-left-20 {
    bottom: 20px 
  }

  .sm-left-25 {
    bottom: 25px 
  }

  .sm-left-30 {
    bottom: 30px 
  }

  .sm-left-35 {
    bottom: 35px 
  }

  .sm-left-40 {
    bottom: 40px 
  }

  .sm-right-auto {
    right: auto
  }

  .sm-right-0 {
    right: 0
  }

  .sm-right-1 {
    right: 1px 
  }

  .sm-right-2 {
    right: 2px 
  }

  .sm-right-3 {
    right: 3px 
  }

  .sm-right-4 {
    right: 4px 
  }

  .sm-right-5 {
    right: 5px 
  }

  .sm-right-6 {
    right: 6px 
  }

  .sm-right-7 {
    right: 7px 
  }

  .sm-right-8 {
    right: 8px 
  }

  .sm-right-9 {
    right: 9px 
  }

  .sm-right-10 {
    right: 10px 
  }

  .sm-right-15 {
    right: 15px 
  }

  .sm-right-20 {
    right: 20px 
  }

  .sm-right-25 {
    right: 25px 
  }

  .sm-right-30 {
    right: 30px 
  }

  .sm-right-35 {
    right: 35px 
  }

  .sm-right-40 {
    right: 40px 
  }

  .sm-width-10 {
    width: 10%
  }

  .sm-width-15 {
    width: 15%
  }

  .sm-width-20 {
    width: 20%
  }

  .sm-width-25 {
    width: 25%
  }

  .sm-width-30 {
    width: 30%
  }

  .sm-width-35 {
    width: 35%
  }

  .sm-width-40 {
    width: 40%
  }

  .sm-width-45 {
    width: 45%
  }

  .sm-width-50 {
    width: 50%
  }

  .sm-width-55 {
    width: 55%
  }

  .sm-width-60 {
    width: 60%
  }

  .sm-width-65 {
    width: 65%
  }

  .sm-width-70 {
    width: 70%
  }

  .sm-width-75 {
    width: 75%
  }

  .sm-width-80 {
    width: 80%
  }

  .sm-width-85 {
    width: 85%
  }

  .sm-width-90 {
    width: 90%
  }

  .sm-width-95 {
    width: 95%
  }

  .sm-width-100 {
    width: 100% 
  }

  .sm-width-auto {
    width: auto
  }

  .sm-width-50px {
    width: 50px
  }

  .sm-width-70px {
    width: 70px
  }

  .sm-width-75px {
    width: 75px
  }

  .sm-width-80px {
    width: 80px
  }

  .sm-width-85px {
    width: 85px
  }

  .sm-width-90px {
    width: 90px
  }

  .sm-width-95px {
    width: 95px
  }

  .sm-width-100px {
    width: 100px
  }

  .sm-width-120px {
    width: 120px
  }

  .sm-width-130px {
    width: 130px
  }

  .sm-width-150px {
    width: 150px
  }

  .sm-width-180px {
    width: 180px
  }

  .sm-width-200px {
    width: 200px
  }

  .sm-width-250px {
    width: 250px
  }

  .sm-width-300px {
    width: 300px
  }

  .sm-width-350px {
    width: 350px
  }

  .sm-width-400px {
    width: 400px
  }

  .sm-width-450px {
    width: 450px
  }

  .sm-width-500px {
    width: 500px
  }

  .sm-width-550px {
    width: 550px
  }

  .sm-width-600px {
    width: 600px
  }

  .sm-width-650px {
    width: 650px
  }

  .sm-width-700px {
    width: 700px
  }

  .sm-width-750px {
    width: 750px
  }

  .sm-width-800px {
    width: 800px
  }

  .sm-width-850px {
    width: 850px
  }

  .sm-width-900px {
    width: 900px
  }

  .sm-width-950px {
    width: 950px
  }

  .sm-width-1000px {
    width: 1000px
  }

  .sm-height-100 {
    height: 100%
  }

  .sm-height-auto {
    height: auto
  }

  .sm-height-80px {
    height: 80px 
  }

  .sm-height-90px {
    height: 90px 
  }

  .sm-height-100px {
    height: 100px 
  }

  .sm-height-150px {
    height: 150px 
  }

  .sm-height-200px {
    height: 200px 
  }

  .sm-height-250px {
    height: 250px 
  }

  .sm-height-300px {
    height: 300px 
  }

  .sm-height-350px {
    height: 350px 
  }

  .sm-height-400px {
    height: 400px 
  }

  .sm-height-450px {
    height: 450px 
  }

  .sm-height-500px {
    height: 500px 
  }

  .sm-height-550px {
    height: 550px 
  }

  .sm-height-600px {
    height: 600px 
  }

  .sm-height-650px {
    height: 650px 
  }

  .sm-height-700px {
    height: 700px 
  }

  .sm-line-height-auto {
    line-height: normal
  }

  .sm-line-height-10 {
    line-height: 10px
  }

  .sm-line-height-18 {
    line-height: 18px
  }

  .sm-line-height-20 {
    line-height: 20px 
  }

  .sm-line-height-24 {
    line-height: 24px 
  }

  .sm-line-height-22 {
    line-height: 22px 
  }

  .sm-line-height-26 {
    line-height: 26px 
  }

  .sm-line-height-28 {
    line-height: 28px 
  }

  .sm-line-height-30 {
    line-height: 30px 
  }

  .sm-line-height-35 {
    line-height: 35px 
  }

  .sm-line-height-40 {
    line-height: 40px 
  }

  .sm-line-height-45 {
    line-height: 45px 
  }

  .sm-line-height-50 {
    line-height: 50px 
  }

  .sm-line-height-55 {
    line-height: 55px 
  }

  .sm-line-height-60 {
    line-height: 60px 
  }

  .sm-line-height-65 {
    line-height: 65px 
  }

  .sm-line-height-70 {
    line-height: 70px 
  }

  .sm-line-height-75 {
    line-height: 75px 
  }

  .sm-line-height-80 {
    line-height: 80px 
  }

  .sm-line-height-85 {
    line-height: 85px 
  }

  .sm-line-height-90 {
    line-height: 90px 
  }

  .sm-line-height-95 {
    line-height: 95px 
  }

  .sm-line-height-100 {
    line-height: 100px 
  }

  .sm-display-block {
    display: block 
  }

  .sm-display-flex {
    display: flex 
  }

  .sm-overflow-hidden {
    overflow: hidden 
  }

  .sm-overflow-auto {
    overflow: auto 
  }

  .sm-display-inline-block {
    display: inline-block 
  }

  .sm-display-inline {
    display: inline 
  }

  .sm-display-none {
    display: none 
  }

  .sm-display-inherit {
    display: inherit 
  }

  .sm-display-table {
    display: table 
  }

  .sm-display-table-cell {
    display: table-cell 
  }

  .sm-position-inherit {
    position: inherit 
  }

  .sm-position-relative {
    position: relative;
    z-index: 5
  }

  .sm-position-absolute {
    position: absolute
  }

  .sm-position-fixed {
    position: fixed
  }

  .sm-no-border-top {
    border-top: 0 
  }

  .sm-no-border-bottom {
    border-bottom: 0 
  }

  .sm-no-border-right {
    border-right: 0 
  }

  .sm-no-border-left {
    border-left: 0 
  }

  .sm-no-background-img {
    background-image: none 
  }
}

@media (max-width:575px) {
  .xs-text-center {
    text-align: center
  }

  .xs-text-left {
    text-align: left
  }

  .xs-text-right {
    text-align: right
  }

  .xs-float-left {
    float: left 
  }

  .xs-float-right {
    float: right 
  }

  .xs-float-none {
    float: none 
  }

  .xs-vertical-align-middle {
    vertical-align: middle
  }

  .xs-vertical-align-top {
    vertical-align: top
  }

  .xs-vertical-align-bottom {
    vertical-align: bottom
  }

  .xs-background-image-left {
    background-position: 0
  }

  .xs-background-image-right {
    background-position: 100%
  }

  .xs-background-image-center {
    background-position: 50%
  }

  .xs-margin-one-all {
    margin: 1%
  }

  .xs-margin-one-half-all {
    margin: 1.5%
  }

  .xs-margin-two-all {
    margin: 2%
  }

  .xs-margin-two-half-all {
    margin: 2.5%
  }

  .xs-margin-three-all {
    margin: 3%
  }

  .xs-margin-three-half-all {
    margin: 3.5%
  }

  .xs-margin-four-all {
    margin: 4%
  }

  .xs-margin-four-half-all {
    margin: 4.5%
  }

  .xs-margin-five-all {
    margin: 5%
  }

  .xs-margin-five-half-all {
    margin: 5.5%
  }

  .xs-margin-six-all {
    margin: 6%
  }

  .xs-margin-six-half-all {
    margin: 6.5%
  }

  .xs-margin-seven-all {
    margin: 7%
  }

  .xs-margin-seven-half-all {
    margin: 7.5%
  }

  .xs-margin-eight-all {
    margin: 8%
  }

  .xs-margin-eight-half-all {
    margin: 8.5%
  }

  .xs-margin-nine-all {
    margin: 9%
  }

  .xs-margin-nine-half-all {
    margin: 9.5%
  }

  .xs-margin-ten-all {
    margin: 10%
  }

  .xs-margin-ten-half-all {
    margin: 10.5%
  }

  .xs-margin-eleven-all {
    margin: 11%
  }

  .xs-margin-eleven-half-all {
    margin: 11.5%
  }

  .xs-margin-twelve-all {
    margin: 12%
  }

  .xs-margin-twelve-half-all {
    margin: 12.5%
  }

  .xs-margin-thirteen-all {
    margin: 13%
  }

  .xs-margin-thirteen-half-all {
    margin: 13.5%
  }

  .xs-margin-fourteen-all {
    margin: 14%
  }

  .xs-margin-fourteen-half-all {
    margin: 14.5%
  }

  .xs-margin-fifteen-all {
    margin: 15%
  }

  .xs-margin-fifteen-half-all {
    margin: 15.5%
  }

  .xs-margin-sixteen-all {
    margin: 16%
  }

  .xs-margin-sixteen-half-all {
    margin: 16.5%
  }

  .xs-margin-seventeen-all {
    margin: 17%
  }

  .xs-margin-seventeen-half-all {
    margin: 17.5%
  }

  .xs-margin-eighteen-all {
    margin: 18%
  }

  .xs-margin-eighteen-half-all {
    margin: 18.5%
  }

  .xs-margin-nineteen-all {
    margin: 19%
  }

  .xs-margin-nineteen-half-all {
    margin: 19.5%
  }

  .xs-margin-twenty-all {
    margin: 20%
  }

  .xs-margin-twenty-half-all {
    margin: 20.5%
  }

  .xs-margin-twenty-one-all {
    margin: 21%
  }

  .xs-margin-twenty-one-half-all {
    margin: 21.5%
  }

  .xs-margin-twenty-two-all {
    margin: 22%
  }

  .xs-margin-twenty-two-half-all {
    margin: 22.5%
  }

  .xs-margin-twenty-three-all {
    margin: 23%
  }

  .xs-margin-twenty-three-half-all {
    margin: 23.5%
  }

  .xs-margin-twenty-four-all {
    margin: 24%
  }

  .xs-margin-twenty-four-half-all {
    margin: 24.5%
  }

  .xs-margin-twenty-five-all {
    margin: 25%
  }

  .xs-margin-5px-all {
    margin: 5px 
  }

  .xs-margin-10px-all {
    margin: 10px 
  }

  .xs-margin-15px-all {
    margin: 15px 
  }

  .xs-margin-20px-all {
    margin: 20px 
  }

  .xs-margin-25px-all {
    margin: 25px 
  }

  .xs-margin-30px-all {
    margin: 30px 
  }

  .xs-margin-35px-all {
    margin: 35px 
  }

  .xs-margin-40px-all {
    margin: 40px 
  }

  .xs-margin-45px-all {
    margin: 45px 
  }

  .xs-margin-50px-all {
    margin: 50px 
  }

  .xs-margin-55px-all {
    margin: 55px 
  }

  .xs-margin-60px-all {
    margin: 60px 
  }

  .xs-margin-65px-all {
    margin: 65px 
  }

  .xs-margin-70px-all {
    margin: 70px 
  }

  .xs-margin-75px-all {
    margin: 75px 
  }

  .xs-margin-80px-all {
    margin: 80px 
  }

  .xs-margin-85px-all {
    margin: 85px 
  }

  .xs-margin-90px-all {
    margin: 90px 
  }

  .xs-margin-95px-all {
    margin: 95px 
  }

  .xs-margin-100px-all {
    margin: 100px 
  }

  .xs-no-margin {
    margin: 0 
  }

  .xs-no-margin-lr {
    margin-left: 0 ;
    margin-right: 0 
  }

  .xs-no-margin-tb {
    margin-bottom: 0 
  }

  .xs-no-margin-tb,
  .xs-no-margin-top {
    margin-top: 0 
  }

  .xs-no-margin-bottom {
    margin-bottom: 0 
  }

  .xs-no-margin-left {
    margin-left: 0 
  }

  .xs-no-margin-right {
    margin-right: 0 
  }

  .xs-margin-lr-auto {
    margin-left: auto ;
    margin-right: auto 
  }

  .xs-margin-auto {
    margin: 0 auto 
  }

  .xs-margin-one-top {
    margin-top: 1%
  }

  .xs-margin-one-half-top {
    margin-top: 1.5%
  }

  .xs-margin-two-top {
    margin-top: 2%
  }

  .xs-margin-two-half-top {
    margin-top: 2.5%
  }

  .xs-margin-three-top {
    margin-top: 3%
  }

  .xs-margin-three-half-top {
    margin-top: 3.5%
  }

  .xs-margin-four-top {
    margin-top: 4%
  }

  .xs-margin-four-half-top {
    margin-top: 4.5%
  }

  .xs-margin-five-top {
    margin-top: 5%
  }

  .xs-margin-five-half-top {
    margin-top: 5.5%
  }

  .xs-margin-six-top {
    margin-top: 6%
  }

  .xs-margin-six-half-top {
    margin-top: 6.5%
  }

  .xs-margin-seven-top {
    margin-top: 7%
  }

  .xs-margin-seven-half-top {
    margin-top: 7.5%
  }

  .xs-margin-eight-top {
    margin-top: 8%
  }

  .xs-margin-eight-half-top {
    margin-top: 8.5%
  }

  .xs-margin-nine-top {
    margin-top: 9%
  }

  .xs-margin-nine-half-top {
    margin-top: 9.5%
  }

  .xs-margin-ten-top {
    margin-top: 10%
  }

  .xs-margin-ten-half-top {
    margin-top: 10.5%
  }

  .xs-margin-eleven-top {
    margin-top: 11%
  }

  .xs-margin-eleven-half-top {
    margin-top: 11.5%
  }

  .xs-margin-twelve-top {
    margin-top: 12%
  }

  .xs-margin-twelve-half-top {
    margin-top: 12.5%
  }

  .xs-margin-thirteen-top {
    margin-top: 13%
  }

  .xs-margin-thirteen-half-top {
    margin-top: 13.5%
  }

  .xs-margin-fourteen-top {
    margin-top: 14%
  }

  .xs-margin-fourteen-half-top {
    margin-top: 14.5%
  }

  .xs-margin-fifteen-top {
    margin-top: 15%
  }

  .xs-margin-fifteen-half-top {
    margin-top: 15.5%
  }

  .xs-margin-sixteen-top {
    margin-top: 16%
  }

  .xs-margin-sixteen-half-top {
    margin-top: 16.5%
  }

  .xs-margin-seventeen-top {
    margin-top: 17%
  }

  .xs-margin-seventeen-half-top {
    margin-top: 17.5%
  }

  .xs-margin-eighteen-top {
    margin-top: 18%
  }

  .xs-margin-eighteen-half-top {
    margin-top: 18.5%
  }

  .xs-margin-nineteen-top {
    margin-top: 19%
  }

  .xs-margin-nineteen-half-top {
    margin-top: 19.5%
  }

  .xs-margin-twenty-top {
    margin-top: 20%
  }

  .xs-margin-twenty-half-top {
    margin-top: 20.5%
  }

  .xs-margin-twenty-one-top {
    margin-top: 21%
  }

  .xs-margin-twenty-one-half-top {
    margin-top: 21.5%
  }

  .xs-margin-twenty-two-top {
    margin-top: 22%
  }

  .xs-margin-twenty-two-half-top {
    margin-top: 22.5%
  }

  .xs-margin-twenty-top {
    margin-top: 23%
  }

  .xs-margin-twenty-half-top {
    margin-top: 23.5%
  }

  .xs-margin-twenty-four-top {
    margin-top: 24%
  }

  .xs-margin-twenty-four-half-top {
    margin-top: 24.5%
  }

  .xs-margin-twenty-five-top {
    margin-top: 25%
  }

  .xs-margin-5px-top {
    margin-top: 5px 
  }

  .xs-margin-10px-top {
    margin-top: 10px 
  }

  .xs-margin-15px-top {
    margin-top: 15px 
  }

  .xs-margin-20px-top {
    margin-top: 0px 
  }

  .xs-margin-25px-top {
    margin-top: 25px 
  }

  .xs-margin-30px-top {
    margin-top: 30px 
  }

  .xs-margin-35px-top {
    margin-top: 35px 
  }

  .xs-margin-40px-top {
    margin-top: 40px 
  }

  .xs-margin-45px-top {
    margin-top: 45px 
  }

  .xs-margin-50px-top {
    margin-top: 50px 
  }

  .xs-margin-55px-top {
    margin-top: 55px 
  }

  .xs-margin-60px-top {
    margin-top: 60px 
  }

  .xs-margin-65px-top {
    margin-top: 65px 
  }

  .xs-margin-70px-top {
    margin-top: 70px 
  }

  .xs-margin-75px-top {
    margin-top: 75px 
  }

  .xs-margin-80px-top {
    margin-top: 80px 
  }

  .xs-margin-85px-top {
    margin-top: 85px 
  }

  .xs-margin-90px-top {
    margin-top: 90px 
  }

  .xs-margin-95px-top {
    margin-top: 95px 
  }

  .xs-margin-100px-top {
    margin-top: 100px 
  }

  .xs-margin-one-bottom {
    margin-bottom: 1%
  }

  .xs-margin-one-half-bottom {
    margin-bottom: 1.5%
  }

  .xs-margin-two-bottom {
    margin-bottom: 2%
  }

  .xs-margin-two-half-bottom {
    margin-bottom: 2.5%
  }

  .xs-margin-three-bottom {
    margin-bottom: 3%
  }

  .xs-margin-three-half-bottom {
    margin-bottom: 3.5%
  }

  .xs-margin-four-bottom {
    margin-bottom: 4%
  }

  .xs-margin-four-half-bottom {
    margin-bottom: 4.5%
  }

  .xs-margin-five-bottom {
    margin-bottom: 5%
  }

  .xs-margin-five-half-bottom {
    margin-bottom: 5.5%
  }

  .xs-margin-six-bottom {
    margin-bottom: 6%
  }

  .xs-margin-six-half-bottom {
    margin-bottom: 6.5%
  }

  .xs-margin-seven-bottom {
    margin-bottom: 7%
  }

  .xs-margin-seven-half-bottom {
    margin-bottom: 7.5%
  }

  .xs-margin-eight-bottom {
    margin-bottom: 8%
  }

  .xs-margin-eight-half-bottom {
    margin-bottom: 8.5%
  }

  .xs-margin-nine-bottom {
    margin-bottom: 9%
  }

  .xs-margin-nine-half-bottom {
    margin-bottom: 9.5%
  }

  .xs-margin-ten-bottom {
    margin-bottom: 10%
  }

  .xs-margin-ten-half-bottom {
    margin-bottom: 10.5%
  }

  .xs-margin-eleven-bottom {
    margin-bottom: 11%
  }

  .xs-margin-eleven-half-bottom {
    margin-bottom: 11.5%
  }

  .xs-margin-twelve-bottom {
    margin-bottom: 12%
  }

  .xs-margin-twelve-half-bottom {
    margin-bottom: 12.5%
  }

  .xs-margin-thirteen-bottom {
    margin-bottom: 13%
  }

  .xs-margin-thirteen-half-bottom {
    margin-bottom: 13.5%
  }

  .xs-margin-fourteen-bottom {
    margin-bottom: 14%
  }

  .xs-margin-fourteen-half-bottom {
    margin-bottom: 14.5%
  }

  .xs-margin-fifteen-bottom {
    margin-bottom: 15%
  }

  .xs-margin-fifteen-half-bottom {
    margin-bottom: 15.5%
  }

  .xs-margin-sixteen-bottom {
    margin-bottom: 16%
  }

  .xs-margin-sixteen-half-bottom {
    margin-bottom: 16.5%
  }

  .xs-margin-seventeen-bottom {
    margin-bottom: 17%
  }

  .xs-margin-seventeen-half-bottom {
    margin-bottom: 17.5%
  }

  .xs-margin-eighteen-bottom {
    margin-bottom: 18%
  }

  .xs-margin-eighteen-half-bottom {
    margin-bottom: 18.5%
  }

  .xs-margin-nineteen-bottom {
    margin-bottom: 19%
  }

  .xs-margin-nineteen-half-bottom {
    margin-bottom: 19.5%
  }

  .xs-margin-twenty-bottom {
    margin-bottom: 20%
  }

  .xs-margin-twenty-half-bottom {
    margin-bottom: 20.5%
  }

  .xs-margin-twenty-one-bottom {
    margin-bottom: 21%
  }

  .xs-margin-twenty-one-half-bottom {
    margin-bottom: 21.5%
  }

  .xs-margin-twenty-two-bottom {
    margin-bottom: 22%
  }

  .xs-margin-twenty-two-half-bottom {
    margin-bottom: 22.5%
  }

  .xs-margin-twenty-three-bottom {
    margin-bottom: 23%
  }

  .xs-margin-twenty-three-half-bottom {
    margin-bottom: 23.5%
  }

  .xs-margin-twenty-five-bottom {
    margin-bottom: 24%
  }

  .xs-margin-twenty-five-half-bottom {
    margin-bottom: 24.5%
  }

  .xs-margin-twenty-five-bottom {
    margin-bottom: 25%
  }

  .xs-margin-5px-bottom {
    margin-bottom: 5px 
  }

  .xs-margin-10px-bottom {
    margin-bottom: 10px 
  }

  .xs-margin-15px-bottom {
    margin-bottom: 15px 
  }

  .xs-margin-20px-bottom {
    margin-bottom: 20px 
  }

  .xs-margin-25px-bottom {
    margin-bottom: 25px 
  }

  .xs-margin-30px-bottom {
    margin-bottom: 30px 
  }

  .xs-margin-35px-bottom {
    margin-bottom: 35px 
  }

  .xs-margin-40px-bottom {
    margin-bottom: 40px 
  }

  .xs-margin-45px-bottom {
    margin-bottom: 45px 
  }

  .xs-margin-50px-bottom {
    margin-bottom: 50px 
  }

  .xs-margin-55px-bottom {
    margin-bottom: 55px 
  }

  .xs-margin-60px-bottom {
    margin-bottom: 60px 
  }

  .xs-margin-65px-bottom {
    margin-bottom: 65px 
  }

  .xs-margin-70px-bottom {
    margin-bottom: 70px 
  }

  .xs-margin-75px-bottom {
    margin-bottom: 75px 
  }

  .xs-margin-80px-bottom {
    margin-bottom: 80px 
  }

  .xs-margin-85px-bottom {
    margin-bottom: 85px 
  }

  .xs-margin-90px-bottom {
    margin-bottom: 90px 
  }

  .xs-margin-95px-bottom {
    margin-bottom: 95px 
  }

  .xs-margin-100px-bottom {
    margin-bottom: 100px 
  }

  .xs-margin-one-right {
    margin-right: 1%
  }

  .xs-margin-one-half-right {
    margin-right: 1.5%
  }

  .xs-margin-two-right {
    margin-right: 2%
  }

  .xs-margin-two-half-right {
    margin-right: 2.5%
  }

  .xs-margin-three-right {
    margin-right: 3%
  }

  .xs-margin-three-half-right {
    margin-right: 3.5%
  }

  .xs-margin-four-right {
    margin-right: 4%
  }

  .xs-margin-four-half-right {
    margin-right: 4.5%
  }

  .xs-margin-five-right {
    margin-right: 5%
  }

  .xs-margin-five-half-right {
    margin-right: 5.5%
  }

  .xs-margin-six-right {
    margin-right: 6%
  }

  .xs-margin-six-half-right {
    margin-right: 6.5%
  }

  .xs-margin-seven-right {
    margin-right: 7%
  }

  .xs-margin-seven-half-right {
    margin-right: 7.5%
  }

  .xs-margin-eight-right {
    margin-right: 8%
  }

  .xs-margin-eight-half-right {
    margin-right: 8.5%
  }

  .xs-margin-nine-right {
    margin-right: 9%
  }

  .xs-margin-nine-half-right {
    margin-right: 9.5%
  }

  .xs-margin-ten-right {
    margin-right: 10%
  }

  .xs-margin-ten-half-right {
    margin-right: 10.5%
  }

  .xs-margin-eleven-right {
    margin-right: 11%
  }

  .xs-margin-eleven-half-right {
    margin-right: 11.5%
  }

  .xs-margin-twelve-right {
    margin-right: 12%
  }

  .xs-margin-twelve-half-right {
    margin-right: 12.5%
  }

  .xs-margin-thirteen-right {
    margin-right: 13%
  }

  .xs-margin-thirteen-half-right {
    margin-right: 13.5%
  }

  .xs-margin-fourteen-right {
    margin-right: 14%
  }

  .xs-margin-fourteen-half-right {
    margin-right: 14.5%
  }

  .xs-margin-fifteen-right {
    margin-right: 15%
  }

  .xs-margin-fifteen-half-right {
    margin-right: 15.5%
  }

  .xs-margin-sixteen-right {
    margin-right: 16%
  }

  .xs-margin-sixteen-half-right {
    margin-right: 16.5%
  }

  .xs-margin-seventeen-right {
    margin-right: 17%
  }

  .xs-margin-seventeen-half-right {
    margin-right: 17.5%
  }

  .xs-margin-eighteen-right {
    margin-right: 18%
  }

  .xs-margin-eighteen-half-right {
    margin-right: 18.5%
  }

  .xs-margin-nineteen-right {
    margin-right: 19%
  }

  .xs-margin-nineteen-half-right {
    margin-right: 19.5%
  }

  .xs-margin-twenty-right {
    margin-right: 20%
  }

  .xs-margin-twenty-half-right {
    margin-right: 20.5%
  }

  .xs-margin-twenty-one-right {
    margin-right: 21%
  }

  .xs-margin-twenty-one-half-right {
    margin-right: 21.5%
  }

  .xs-margin-twenty-two-right {
    margin-right: 22%
  }

  .xs-margin-twenty-two-half-right {
    margin-right: 22.5%
  }

  .xs-margin-twenty-three-right {
    margin-right: 23%
  }

  .xs-margin-twenty-three-half-right {
    margin-right: 23.5%
  }

  .xs-margin-twenty-four-right {
    margin-right: 24%
  }

  .xs-margin-twenty-four-half-right {
    margin-right: 24.5%
  }

  .xs-margin-twenty-five-right {
    margin-right: 25%
  }

  .xs-margin-10px-right {
    margin-right: 10px 
  }

  .xs-margin-15px-right {
    margin-right: 15px 
  }

  .xs-margin-20px-right {
    margin-right: 20px 
  }

  .xs-margin-25px-right {
    margin-right: 25px 
  }

  .xs-margin-30px-right {
    margin-right: 30px 
  }

  .xs-margin-35px-right {
    margin-right: 35px 
  }

  .xs-margin-40px-right {
    margin-right: 40px 
  }

  .xs-margin-45px-right {
    margin-right: 45px 
  }

  .xs-margin-50px-right {
    margin-right: 50px 
  }

  .xs-margin-55px-right {
    margin-right: 55px 
  }

  .xs-margin-60px-right {
    margin-right: 60px 
  }

  .xs-margin-65px-right {
    margin-right: 65px 
  }

  .xs-margin-70px-right {
    margin-right: 70px 
  }

  .xs-margin-75px-right {
    margin-right: 75px 
  }

  .xs-margin-80px-right {
    margin-right: 80px 
  }

  .xs-margin-85px-right {
    margin-right: 85px 
  }

  .xs-margin-90px-right {
    margin-right: 90px 
  }

  .xs-margin-95px-right {
    margin-right: 95px 
  }

  .xs-margin-100px-right {
    margin-right: 100px 
  }

  .xs-margin-one-left {
    margin-left: 1%
  }

  .xs-margin-one-half-left {
    margin-left: 1.5%
  }

  .xs-margin-two-left {
    margin-left: 2%
  }

  .xs-margin-two-half-left {
    margin-left: 2.5%
  }

  .xs-margin-three-left {
    margin-left: 3%
  }

  .xs-margin-three-half-left {
    margin-left: 3.5%
  }

  .xs-margin-four-left {
    margin-left: 4%
  }

  .xs-margin-four-half-left {
    margin-left: 4.5%
  }

  .xs-margin-five-left {
    margin-left: 5%
  }

  .xs-margin-five-half-left {
    margin-left: 5.5%
  }

  .xs-margin-six-left {
    margin-left: 6%
  }

  .xs-margin-six-half-left {
    margin-left: 6.5%
  }

  .xs-margin-seven-left {
    margin-left: 7%
  }

  .xs-margin-seven-half-left {
    margin-left: 7.5%
  }

  .xs-margin-eight-left {
    margin-left: 8%
  }

  .xs-margin-eight-half-left {
    margin-left: 8.5%
  }

  .xs-margin-nine-left {
    margin-left: 9%
  }

  .xs-margin-nine-half-left {
    margin-left: 9.5%
  }

  .xs-margin-ten-left {
    margin-left: 10%
  }

  .xs-margin-ten-half-left {
    margin-left: 10.5%
  }

  .xs-margin-eleven-left {
    margin-left: 11%
  }

  .xs-margin-eleven-half-left {
    margin-left: 11.5%
  }

  .xs-margin-twelve-left {
    margin-left: 12%
  }

  .xs-margin-twelve-half-left {
    margin-left: 12.5%
  }

  .xs-margin-thirteen-left {
    margin-left: 13%
  }

  .xs-margin-thirteen-half-left {
    margin-left: 13.5%
  }

  .xs-margin-fourteen-left {
    margin-left: 14%
  }

  .xs-margin-fourteen-half-left {
    margin-left: 14.5%
  }

  .xs-margin-fifteen-left {
    margin-left: 15%
  }

  .xs-margin-fifteen-half-left {
    margin-left: 15.5%
  }

  .xs-margin-sixteen-left {
    margin-left: 16%
  }

  .xs-margin-sixteen-half-left {
    margin-left: 16.5%
  }

  .xs-margin-seventeen-left {
    margin-left: 17%
  }

  .xs-margin-seventeen-half-left {
    margin-left: 17.5%
  }

  .xs-margin-eighteen-left {
    margin-left: 18%
  }

  .xs-margin-eighteen-half-left {
    margin-left: 18.5%
  }

  .xs-margin-nineteen-left {
    margin-left: 19%
  }

  .xs-margin-nineteen-half-left {
    margin-left: 19.5%
  }

  .xs-margin-twenty-left {
    margin-left: 20%
  }

  .xs-margin-twenty-half-left {
    margin-left: 20.5%
  }

  .xs-margin-twenty-one-left {
    margin-left: 21%
  }

  .xs-margin-twenty-one-half-left {
    margin-left: 21.5%
  }

  .xs-margin-twenty-two-left {
    margin-left: 22%
  }

  .xs-margin-twenty-two-half-left {
    margin-left: 22.5%
  }

  .xs-margin-twenty-three-left {
    margin-left: 23%
  }

  .xs-margin-twenty-three-half-left {
    margin-left: 23.5%
  }

  .xs-margin-twenty-four-left {
    margin-left: 24%
  }

  .xs-margin-twenty-four-half-left {
    margin-left: 24.5%
  }

  .xs-margin-twenty-five-left {
    margin-left: 25%
  }

  .xs-margin-5px-left {
    margin-left: 5px 
  }

  .xs-margin-10px-left {
    margin-left: 10px 
  }

  .xs-margin-15px-left {
    margin-left: 15px 
  }

  .xs-margin-20px-left {
    margin-left: 20px 
  }

  .xs-margin-25px-left {
    margin-left: 25px 
  }

  .xs-margin-30px-left {
    margin-left: 30px 
  }

  .xs-margin-35px-left {
    margin-left: 35px 
  }

  .xs-margin-40px-left {
    margin-left: 40px 
  }

  .xs-margin-45px-left {
    margin-left: 45px 
  }

  .xs-margin-50px-left {
    margin-left: 50px 
  }

  .xs-margin-55px-left {
    margin-left: 55px 
  }

  .xs-margin-60px-left {
    margin-left: 60px 
  }

  .xs-margin-65px-left {
    margin-left: 65px 
  }

  .xs-margin-70px-left {
    margin-left: 70px 
  }

  .xs-margin-75px-left {
    margin-left: 75px 
  }

  .xs-margin-80px-left {
    margin-left: 80px 
  }

  .xs-margin-85px-left {
    margin-left: 85px 
  }

  .xs-margin-90px-left {
    margin-left: 90px 
  }

  .xs-margin-95px-left {
    margin-left: 95px 
  }

  .xs-margin-100px-left {
    margin-left: 100px 
  }

  .xs-margin-one-lr {
    margin-left: 1%;
    margin-right: 1%
  }

  .xs-margin-one-half-lr {
    margin-left: 1.5%;
    margin-right: 1.5%
  }

  .xs-margin-two-lr {
    margin-left: 2%;
    margin-right: 2%
  }

  .xs-margin-two-half-lr {
    margin-left: 2.5%;
    margin-right: 2.5%
  }

  .xs-margin-three-lr {
    margin-left: 3%;
    margin-right: 3%
  }

  .xs-margin-three-half-lr {
    margin-left: 3.5%;
    margin-right: 3.5%
  }

  .xs-margin-four-lr {
    margin-left: 4%;
    margin-right: 4%
  }

  .xs-margin-four-half-lr {
    margin-left: 4.5%;
    margin-right: 4.5%
  }

  .xs-margin-five-lr {
    margin-left: 5%;
    margin-right: 5%
  }

  .xs-margin-five-half-lr {
    margin-left: 5.5%;
    margin-right: 5.5%
  }

  .xs-margin-six-lr {
    margin-left: 6%;
    margin-right: 6%
  }

  .xs-margin-six-half-lr {
    margin-left: 6.5%;
    margin-right: 6.5%
  }

  .xs-margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%
  }

  .xs-margin-seven-half-lr {
    margin-left: 7.5%;
    margin-right: 7.5%
  }

  .xs-margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%
  }

  .xs-margin-eight-half-lr {
    margin-left: 8.5%;
    margin-right: 8.5%
  }

  .xs-margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%
  }

  .xs-margin-nine-half-lr {
    margin-left: 9.5%;
    margin-right: 9.5%
  }

  .xs-margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%
  }

  .xs-margin-ten-half-lr {
    margin-left: 10.5%;
    margin-right: 10.5%
  }

  .xs-margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%
  }

  .xs-margin-eleven-half-lr {
    margin-left: 11.5%;
    margin-right: 11.5%
  }

  .xs-margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%
  }

  .xs-margin-twelve-half-lr {
    margin-left: 12.5%;
    margin-right: 12.5%
  }

  .xs-margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%
  }

  .xs-margin-thirteen-half-lr {
    margin-left: 13.5%;
    margin-right: 13.5%
  }

  .xs-margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%
  }

  .xs-margin-fourteen-half-lr {
    margin-left: 14.5%;
    margin-right: 14.5%
  }

  .xs-margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%
  }

  .xs-margin-fifteen-half-lr {
    margin-left: 15.5%;
    margin-right: 15.5%
  }

  .xs-margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%
  }

  .xs-margin-sixteen-half-lr {
    margin-left: 16.5%;
    margin-right: 16.5%
  }

  .xs-margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%
  }

  .xs-margin-seventeen-half-lr {
    margin-left: 17.5%;
    margin-right: 17.5%
  }

  .xs-margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%
  }

  .xs-margin-eighteen-half-lr {
    margin-left: 18.5%;
    margin-right: 18.5%
  }

  .xs-margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%
  }

  .xs-margin-nineteen-half-lr {
    margin-left: 19.5%;
    margin-right: 19.5%
  }

  .xs-margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%
  }

  .xs-margin-twenty-half-lr {
    margin-left: 20.5%;
    margin-right: 20.5%
  }

  .xs-margin-twenty-one-lr {
    margin-left: 21%;
    margin-right: 21%
  }

  .xs-margin-twenty-one-half-lr {
    margin-left: 21.5%;
    margin-right: 21.5%
  }

  .xs-margin-twenty-two-lr {
    margin-left: 22%;
    margin-right: 22%
  }

  .xs-margin-twenty-two-half-lr {
    margin-left: 22.5%;
    margin-right: 22.5%
  }

  .xs-margin-twenty-three-lr {
    margin-left: 23%;
    margin-right: 23%
  }

  .xs-margin-twenty-three-half-lr {
    margin-left: 23.5%;
    margin-right: 23.5%
  }

  .xs-margin-twenty-four-lr {
    margin-left: 24%;
    margin-right: 24%
  }

  .xs-margin-twenty-four-half-lr {
    margin-left: 24.5%;
    margin-right: 24.5%
  }

  .xs-margin-twenty-five-lr {
    margin-left: 25%;
    margin-right: 25%
  }

  .xs-margin-5px-lr {
    margin-left: 5px ;
    margin-right: 5px 
  }

  .xs-margin-10px-lr {
    margin-left: 10px ;
    margin-right: 10px 
  }

  .xs-margin-15px-lr {
    margin-left: 15px ;
    margin-right: 15px 
  }

  .xs-margin-20px-lr {
    margin-left: 20px ;
    margin-right: 20px 
  }

  .xs-margin-25px-lr {
    margin-left: 25px ;
    margin-right: 25px 
  }

  .xs-margin-30px-lr {
    margin-left: 30px ;
    margin-right: 30px 
  }

  .xs-margin-35px-lr {
    margin-left: 35px ;
    margin-right: 35px 
  }

  .xs-margin-40px-lr {
    margin-left: 40px ;
    margin-right: 40px 
  }

  .xs-margin-45px-lr {
    margin-left: 45px ;
    margin-right: 45px 
  }

  .xs-margin-50px-lr {
    margin-left: 50px ;
    margin-right: 50px 
  }

  .xs-margin-55px-lr {
    margin-left: 55px ;
    margin-right: 55px 
  }

  .xs-margin-60px-lr {
    margin-left: 60px ;
    margin-right: 60px 
  }

  .xs-margin-65px-lr {
    margin-left: 65px ;
    margin-right: 60px 
  }

  .xs-margin-70px-lr {
    margin-left: 70px ;
    margin-right: 65px 
  }

  .xs-margin-75px-lr {
    margin-left: 75px ;
    margin-right: 70px 
  }

  .xs-margin-80px-lr {
    margin-left: 80px ;
    margin-right: 75px 
  }

  .xs-margin-85px-lr {
    margin-left: 85px ;
    margin-right: 80px 
  }

  .xs-margin-90px-lr {
    margin-left: 90px ;
    margin-right: 85px 
  }

  .xs-margin-95px-lr {
    margin-left: 95px ;
    margin-right: 90px 
  }

  .xs-margin-100px-lr {
    margin-left: 100px ;
    margin-right: 100px 
  }

  .xs-margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%
  }

  .xs-margin-one-half-tb {
    margin-top: 1.5%;
    margin-bottom: 1.5%
  }

  .xs-margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%
  }

  .xs-margin-two-half-tb {
    margin-top: 2.5%;
    margin-bottom: 2.5%
  }

  .xs-margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%
  }

  .xs-margin-three-half-tb {
    margin-top: 3.5%;
    margin-bottom: 3.5%
  }

  .xs-margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%
  }

  .xs-margin-four-half-tb {
    margin-top: 4.5%;
    margin-bottom: 4.5%
  }

  .xs-margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%
  }

  .xs-margin-five-half-tb {
    margin-top: 5.5%;
    margin-bottom: 5.5%
  }

  .xs-margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%
  }

  .xs-margin-six-half-tb {
    margin-top: 6.5%;
    margin-bottom: 6.5%
  }

  .xs-margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%
  }

  .xs-margin-seven-half-tb {
    margin-top: 7.5%;
    margin-bottom: 7.5%
  }

  .xs-margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%
  }

  .xs-margin-eight-half-tb {
    margin-top: 8.5%;
    margin-bottom: 8.5%
  }

  .xs-margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%
  }

  .xs-margin-nine-half-tb {
    margin-top: 9.5%;
    margin-bottom: 9.5%
  }

  .xs-margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%
  }

  .xs-margin-ten-half-tb {
    margin-top: 10.5%;
    margin-bottom: 10.5%
  }

  .xs-margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%
  }

  .xs-margin-eleven-half-tb {
    margin-top: 11.5%;
    margin-bottom: 11.5%
  }

  .xs-margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%
  }

  .xs-margin-twelve-half-tb {
    margin-top: 12.5%;
    margin-bottom: 12.5%
  }

  .xs-margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%
  }

  .xs-margin-thirteen-half-tb {
    margin-top: 13.5%;
    margin-bottom: 13.5%
  }

  .xs-margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%
  }

  .xs-margin-fourteen-half-tb {
    margin-top: 14.5%;
    margin-bottom: 14.5%
  }

  .xs-margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%
  }

  .xs-margin-fifteen-half-tb {
    margin-top: 15.5%;
    margin-bottom: 15.5%
  }

  .xs-margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%
  }

  .xs-margin-sixteen-half-tb {
    margin-top: 16.5%;
    margin-bottom: 16.5%
  }

  .xs-margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%
  }

  .xs-margin-seventeen-half-tb {
    margin-top: 17.5%;
    margin-bottom: 17.5%
  }

  .xs-margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%
  }

  .xs-margin-eighteen-half-tb {
    margin-top: 18.5%;
    margin-bottom: 18.5%
  }

  .xs-margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%
  }

  .xs-margin-nineteen-half-tb {
    margin-top: 19.5%;
    margin-bottom: 19.5%
  }

  .xs-margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%
  }

  .xs-margin-twenty-half-tb {
    margin-top: 20.5%;
    margin-bottom: 20.5%
  }

  .xs-margin-twenty-one-tb {
    margin-top: 21%;
    margin-bottom: 21%
  }

  .xs-margin-twenty-one-half-tb {
    margin-top: 21.5%;
    margin-bottom: 21.5%
  }

  .xs-margin-twenty-two-tb {
    margin-top: 22%;
    margin-bottom: 22%
  }

  .xs-margin-twenty-two-half-tb {
    margin-top: 22.5%;
    margin-bottom: 22.5%
  }

  .xs-margin-twenty-three-tb {
    margin-top: 23%;
    margin-bottom: 23%
  }

  .xs-margin-twenty-three-half-tb {
    margin-top: 23.5%;
    margin-bottom: 23.5%
  }

  .xs-margin-twenty-four-tb {
    margin-top: 24%;
    margin-bottom: 24%
  }

  .xs-margin-twenty-four-half-tb {
    margin-top: 24.5%;
    margin-bottom: 24.5%
  }

  .xs-margin-twenty-five-tb {
    margin-top: 25%;
    margin-bottom: 25%
  }

  .xs-margin-5px-tb {
    margin-top: 5px ;
    margin-bottom: 5px 
  }

  .xs-margin-10px-tb {
    margin-top: 10px ;
    margin-bottom: 10px 
  }

  .xs-margin-15px-tb {
    margin-top: 15px ;
    margin-bottom: 15px 
  }

  .xs-margin-20px-tb {
    margin-top: 20px ;
    margin-bottom: 20px 
  }

  .xs-margin-25px-tb {
    margin-top: 25px ;
    margin-bottom: 25px 
  }

  .xs-margin-30px-tb {
    margin-top: 30px ;
    margin-bottom: 30px 
  }

  .xs-margin-35px-tb {
    margin-top: 35px ;
    margin-bottom: 35px 
  }

  .xs-margin-40px-tb {
    margin-top: 40px ;
    margin-bottom: 40px 
  }

  .xs-margin-45px-tb {
    margin-top: 45px ;
    margin-bottom: 45px 
  }

  .xs-margin-50px-tb {
    margin-top: 50px ;
    margin-bottom: 50px 
  }

  .xs-margin-55px-tb {
    margin-top: 55px ;
    margin-bottom: 55px 
  }

  .xs-margin-60px-tb {
    margin-top: 60px ;
    margin-bottom: 60px 
  }

  .xs-margin-65px-tb {
    margin-top: 65px ;
    margin-bottom: 60px 
  }

  .xs-margin-70px-tb {
    margin-top: 70px ;
    margin-bottom: 65px 
  }

  .xs-margin-75px-tb {
    margin-top: 75px ;
    margin-bottom: 70px 
  }

  .xs-margin-80px-tb {
    margin-top: 80px ;
    margin-bottom: 75px 
  }

  .xs-margin-85px-tb {
    margin-top: 85px ;
    margin-bottom: 80px 
  }

  .xs-margin-90px-tb {
    margin-top: 90px ;
    margin-bottom: 85px 
  }

  .xs-margin-95px-tb {
    margin-top: 95px ;
    margin-bottom: 90px 
  }

  .xs-margin-100px-tb {
    margin-top: 100px ;
    margin-bottom: 100px 
  }

  .xs-header-padding-top {
    padding-top: 82px
  }

  .xs-header-margin-top {
    margin-top: 80px
  }

  .xs-no-padding {
    padding: 0 
  }

  .xs-no-padding-lr {
    padding-left: 0 ;
    padding-right: 0 
  }

  .xs-no-padding-tb {
    padding-bottom: 0 
  }

  .xs-no-padding-tb,
  .xs-no-padding-top {
    padding-top: 0 
  }

  .xs-no-padding-bottom {
    padding-bottom: 0 
  }

  .xs-no-padding-left {
    padding-left: 0 
  }

  .xs-no-padding-right {
    padding-right: 0 
  }

  .xs-padding-one-all {
    padding: 1%
  }

  .xs-padding-one-half-all {
    padding: 1.5%
  }

  .xs-padding-two-all {
    padding: 2%
  }

  .xs-padding-two-half-all {
    padding: 2.5%
  }

  .xs-padding-three-all {
    padding: 3%
  }

  .xs-padding-three-half-all {
    padding: 3.5%
  }

  .xs-padding-four-all {
    padding: 4%
  }

  .xs-padding-four-half-all {
    padding: 4.5%
  }

  .xs-padding-five-all {
    padding: 5%
  }

  .xs-padding-five-half-all {
    padding: 5.5%
  }

  .xs-padding-six-all {
    padding: 6%
  }

  .xs-padding-six-half-all {
    padding: 6.5%
  }

  .xs-padding-seven-all {
    padding: 7%
  }

  .xs-padding-seven-half-all {
    padding: 7.5%
  }

  .xs-padding-eight-all {
    padding: 8%
  }

  .xs-padding-eight-half-all {
    padding: 8.5%
  }

  .xs-padding-nine-all {
    padding: 9%
  }

  .xs-padding-nine-half-all {
    padding: 9.5%
  }

  .xs-padding-ten-all {
    padding: 10%
  }

  .xs-padding-ten-half-all {
    padding: 10.5%
  }

  .xs-padding-eleven-all {
    padding: 11%
  }

  .xs-padding-eleven-half-all {
    padding: 11.5%
  }

  .xs-padding-twelve-all {
    padding: 12%
  }

  .xs-padding-twelve-half-all {
    padding: 12.5%
  }

  .xs-padding-thirteen-all {
    padding: 13%
  }

  .xs-padding-thirteen-half-all {
    padding: 13.5%
  }

  .xs-padding-fourteen-all {
    padding: 14%
  }

  .xs-padding-fourteen-half-all {
    padding: 14.5%
  }

  .xs-padding-fifteen-all {
    padding: 15%
  }

  .xs-padding-fifteen-half-all {
    padding: 15.5%
  }

  .xs-padding-sixteen-all {
    padding: 16%
  }

  .xs-padding-sixteen-half-all {
    padding: 16.5%
  }

  .xs-padding-seventeen-all {
    padding: 17%
  }

  .xs-padding-seventeen-half-all {
    padding: 17.5%
  }

  .xs-padding-eighteen-all {
    padding: 18%
  }

  .xs-padding-eighteen-half-all {
    padding: 18.5%
  }

  .xs-padding-nineteen-all {
    padding: 19%
  }

  .xs-padding-nineteen-half-all {
    padding: 19.5%
  }

  .xs-padding-twenty-all {
    padding: 20%
  }

  .xs-padding-twenty-half-all {
    padding: 20.5%
  }

  .xs-padding-twenty-one-all {
    padding: 21%
  }

  .xs-padding-twenty-one-half-all {
    padding: 21.5%
  }

  .xs-padding-twenty-two-all {
    padding: 22%
  }

  .xs-padding-twenty-two-half-all {
    padding: 22.5%
  }

  .xs-padding-twenty-three-all {
    padding: 23%
  }

  .xs-padding-twenty-three-half-all {
    padding: 23.5%
  }

  .xs-padding-twenty-four-all {
    padding: 24%
  }

  .xs-padding-twenty-four-half-all {
    padding: 24.5%
  }

  .xs-padding-twenty-five-all {
    padding: 25%
  }

  .xs-padding-5px-all {
    padding: 5px 
  }

  .xs-padding-10px-all {
    padding: 10px 
  }

  .xs-padding-15px-all {
    padding: 15px 
  }

  .xs-padding-20px-all {
    padding: 20px 
  }

  .xs-padding-25px-all {
    padding: 25px 
  }

  .xs-padding-30px-all {
    padding: 30px 
  }

  .xs-padding-35px-all {
    padding: 35px 
  }

  .xs-padding-40px-all {
    padding: 40px 
  }

  .xs-padding-45px-all {
    padding: 45px 
  }

  .xs-padding-50px-all {
    padding: 50px 
  }

  .xs-padding-55px-all {
    padding: 55px 
  }

  .xs-padding-60px-all {
    padding: 60px 
  }

  .xs-padding-65px-all {
    padding: 65px 
  }

  .xs-padding-70px-all {
    padding: 70px 
  }

  .xs-padding-75px-all {
    padding: 75px 
  }

  .xs-padding-80px-all {
    padding: 80px 
  }

  .xs-padding-85px-all {
    padding: 85px 
  }

  .xs-padding-90px-all {
    padding: 90px 
  }

  .xs-padding-95px-all {
    padding: 95px 
  }

  .xs-padding-100px-all {
    padding: 100px 
  }

  .xs-padding-one-top {
    padding-top: 1%
  }

  .xs-padding-one-half-top {
    padding-top: 1.5%
  }

  .xs-padding-two-top {
    padding-top: 2%
  }

  .xs-padding-two-half-top {
    padding-top: 2.5%
  }

  .xs-padding-three-top {
    padding-top: 3%
  }

  .xs-padding-three-half-top {
    padding-top: 3.5%
  }

  .xs-padding-four-top {
    padding-top: 4%
  }

  .xs-padding-four-half-top {
    padding-top: 4.5%
  }

  .xs-padding-five-top {
    padding-top: 5%
  }

  .xs-padding-five-half-top {
    padding-top: 5.5%
  }

  .xs-padding-six-top {
    padding-top: 6%
  }

  .xs-padding-six-half-top {
    padding-top: 6.5%
  }

  .xs-padding-seven-top {
    padding-top: 7%
  }

  .xs-padding-seven-half-top {
    padding-top: 7.5%
  }

  .xs-padding-eight-top {
    padding-top: 8%
  }

  .xs-padding-eight-half-top {
    padding-top: 8.5%
  }

  .xs-padding-nine-top {
    padding-top: 9%
  }

  .xs-padding-nine-half-top {
    padding-top: 9.5%
  }

  .xs-padding-ten-top {
    padding-top: 10%
  }

  .xs-padding-ten-half-top {
    padding-top: 10.5%
  }

  .xs-padding-eleven-top {
    padding-top: 11%
  }

  .xs-padding-eleven-half-top {
    padding-top: 11.5%
  }

  .xs-padding-twelve-top {
    padding-top: 12%
  }

  .xs-padding-twelve-half-top {
    padding-top: 12.5%
  }

  .xs-padding-thirteen-top {
    padding-top: 13%
  }

  .xs-padding-thirteen-half-top {
    padding-top: 13.5%
  }

  .xs-padding-fourteen-top {
    padding-top: 14%
  }

  .xs-padding-fourteen-half-top {
    padding-top: 14.5%
  }

  .xs-padding-fifteen-top {
    padding-top: 15%
  }

  .xs-padding-fifteen-half-top {
    padding-top: 15.5%
  }

  .xs-padding-sixteen-top {
    padding-top: 16%
  }

  .xs-padding-sixteen-half-top {
    padding-top: 16.5%
  }

  .xs-padding-seventeen-top {
    padding-top: 17%
  }

  .xs-padding-seventeen-half-top {
    padding-top: 17.5%
  }

  .xs-padding-eighteen-top {
    padding-top: 18%
  }

  .xs-padding-eighteen-half-top {
    padding-top: 18.5%
  }

  .xs-padding-nineteen-top {
    padding-top: 19%
  }

  .xs-padding-nineteen-half-top {
    padding-top: 19.5%
  }

  .xs-padding-twenty-top {
    padding-top: 20%
  }

  .xs-padding-twenty-half-top {
    padding-top: 20.5%
  }

  .xs-padding-twenty-one-top {
    padding-top: 21%
  }

  .xs-padding-twenty-one-half-top {
    padding-top: 21.5%
  }

  .xs-padding-twenty-two-top {
    padding-top: 22%
  }

  .xs-padding-twenty-two-half-top {
    padding-top: 22.5%
  }

  .xs-padding-twenty-three-top {
    padding-top: 23%
  }

  .xs-padding-twenty-three-half-top {
    padding-top: 23.5%
  }

  .xs-padding-twenty-four-top {
    padding-top: 24%
  }

  .xs-padding-twenty-four-half-top {
    padding-top: 24.5%
  }

  .xs-padding-twenty-five-top {
    padding-top: 25%
  }

  .xs-padding-5px-top {
    padding-top: 5px 
  }

  .xs-padding-10px-top {
    padding-top: 10px 
  }

  .xs-padding-15px-top {
    padding-top: 15px 
  }

  .xs-padding-20px-top {
    padding-top: 20px 
  }

  .xs-padding-25px-top {
    padding-top: 25px 
  }

  .xs-padding-30px-top {
    padding-top: 30px 
  }

  .xs-padding-35px-top {
    padding-top: 35px 
  }

  .xs-padding-40px-top {
    padding-top: 40px 
  }

  .xs-padding-45px-top {
    padding-top: 45px 
  }

  .xs-padding-50px-top {
    padding-top: 50px 
  }

  .xs-padding-55px-top {
    padding-top: 55px 
  }

  .xs-padding-60px-top {
    padding-top: 60px 
  }

  .xs-padding-65px-top {
    padding-top: 65px 
  }

  .xs-padding-70px-top {
    padding-top: 70px 
  }

  .xs-padding-75px-top {
    padding-top: 75px 
  }

  .xs-padding-80px-top {
    padding-top: 80px 
  }

  .xs-padding-85px-top {
    padding-top: 85px 
  }

  .xs-padding-90px-top {
    padding-top: 90px 
  }

  .xs-padding-95px-top {
    padding-top: 95px 
  }

  .xs-padding-100px-top {
    padding-top: 100px 
  }

  .xs-padding-one-bottom {
    padding-bottom: 1%
  }

  .xs-padding-one-half-bottom {
    padding-bottom: 1.5%
  }

  .xs-padding-two-bottom {
    padding-bottom: 2%
  }

  .xs-padding-two-half-bottom {
    padding-bottom: 2.5%
  }

  .xs-padding-three-bottom {
    padding-bottom: 3%
  }

  .xs-padding-three-half-bottom {
    padding-bottom: 3.5%
  }

  .xs-padding-four-bottom {
    padding-bottom: 4%
  }

  .xs-padding-four-half-bottom {
    padding-bottom: 4.5%
  }

  .xs-padding-five-bottom {
    padding-bottom: 5%
  }

  .xs-padding-five-half-bottom {
    padding-bottom: 5.5%
  }

  .xs-padding-six-bottom {
    padding-bottom: 6%
  }

  .xs-padding-six-half-bottom {
    padding-bottom: 6.5%
  }

  .xs-padding-seven-bottom {
    padding-bottom: 7%
  }

  .xs-padding-seven-half-bottom {
    padding-bottom: 7.5%
  }

  .xs-padding-eight-bottom {
    padding-bottom: 8%
  }

  .xs-padding-eight-half-bottom {
    padding-bottom: 8.5%
  }

  .xs-padding-nine-bottom {
    padding-bottom: 9%
  }

  .xs-padding-nine-half-bottom {
    padding-bottom: 9.5%
  }

  .xs-padding-ten-bottom {
    padding-bottom: 10%
  }

  .xs-padding-ten-half-bottom {
    padding-bottom: 10.5%
  }

  .xs-padding-eleven-bottom {
    padding-bottom: 11%
  }

  .xs-padding-eleven-half-bottom {
    padding-bottom: 11.5%
  }

  .xs-padding-twelve-bottom {
    padding-bottom: 12%
  }

  .xs-padding-twelve-half-bottom {
    padding-bottom: 12.5%
  }

  .xs-padding-thirteen-bottom {
    padding-bottom: 13%
  }

  .xs-padding-thirteen-half-bottom {
    padding-bottom: 13.5%
  }

  .xs-padding-fourteen-bottom {
    padding-bottom: 14%
  }

  .xs-padding-fourteen-half-bottom {
    padding-bottom: 14.5%
  }

  .xs-padding-fifteen-bottom {
    padding-bottom: 15%
  }

  .xs-padding-fifteen-half-bottom {
    padding-bottom: 15.5%
  }

  .xs-padding-sixteen-bottom {
    padding-bottom: 16%
  }

  .xs-padding-sixteen-half-bottom {
    padding-bottom: 16.5%
  }

  .xs-padding-seventeen-bottom {
    padding-bottom: 17%
  }

  .xs-padding-seventeen-half-bottom {
    padding-bottom: 17.5%
  }

  .xs-padding-eighteen-bottom {
    padding-bottom: 18%
  }

  .xs-padding-eighteen-half-bottom {
    padding-bottom: 18.5%
  }

  .xs-padding-nineteen-bottom {
    padding-bottom: 19%
  }

  .xs-padding-nineteen-half-bottom {
    padding-bottom: 19.5%
  }

  .xs-padding-twenty-bottom {
    padding-bottom: 20%
  }

  .xs-padding-twenty-half-bottom {
    padding-bottom: 20.5%
  }

  .xs-padding-twenty-one-bottom {
    padding-bottom: 21%
  }

  .xs-padding-twenty-one-half-bottom {
    padding-bottom: 21.5%
  }

  .xs-padding-twenty-two-bottom {
    padding-bottom: 22%
  }

  .xs-padding-twenty-two-half-bottom {
    padding-bottom: 22.5%
  }

  .xs-padding-twenty-three-bottom {
    padding-bottom: 23%
  }

  .xs-padding-twenty-three-half-bottom {
    padding-bottom: 23.5%
  }

  .xs-padding-twenty-four-bottom {
    padding-bottom: 24%
  }

  .xs-padding-twenty-four-half-bottom {
    padding-bottom: 24.5%
  }

  .xs-padding-twenty-five-bottom {
    padding-bottom: 25%
  }

  .xs-padding-5px-bottom {
    padding-bottom: 5px 
  }

  .xs-padding-10px-bottom {
    padding-bottom: 10px 
  }

  .xs-padding-15px-bottom {
    padding-bottom: 15px 
  }

  .xs-padding-20px-bottom {
    padding-bottom: 20px 
  }

  .xs-padding-25px-bottom {
    padding-bottom: 25px 
  }

  .xs-padding-30px-bottom {
    padding-bottom: 30px 
  }

  .xs-padding-35px-bottom {
    padding-bottom: 35px 
  }

  .xs-padding-40px-bottom {
    padding-bottom: 40px 
  }

  .xs-padding-45px-bottom {
    padding-bottom: 45px 
  }

  .xs-padding-50px-bottom {
    padding-bottom: 50px 
  }

  .xs-padding-55px-bottom {
    padding-bottom: 55px 
  }

  .xs-padding-60px-bottom {
    padding-bottom: 60px 
  }

  .xs-padding-65px-bottom {
    padding-bottom: 65px 
  }

  .xs-padding-70px-bottom {
    padding-bottom: 70px 
  }

  .xs-padding-75px-bottom {
    padding-bottom: 75px 
  }

  .xs-padding-80px-bottom {
    padding-bottom: 80px 
  }

  .xs-padding-85px-bottom {
    padding-bottom: 85px 
  }

  .xs-padding-90px-bottom {
    padding-bottom: 90px 
  }

  .xs-padding-95px-bottom {
    padding-bottom: 95px 
  }

  .xs-padding-100px-bottom {
    padding-bottom: 100px 
  }

  .xs-padding-one-right {
    padding-right: 1%
  }

  .xs-padding-one-half-right {
    padding-right: 1.5%
  }

  .xs-padding-two-right {
    padding-right: 2%
  }

  .xs-padding-two-half-right {
    padding-right: 2.5%
  }

  .xs-padding-three-right {
    padding-right: 3%
  }

  .xs-padding-three-half-right {
    padding-right: 3.5%
  }

  .xs-padding-four-right {
    padding-right: 4%
  }

  .xs-padding-four-half-right {
    padding-right: 4.5%
  }

  .xs-padding-five-right {
    padding-right: 5%
  }

  .xs-padding-five-half-right {
    padding-right: 5.5%
  }

  .xs-padding-six-right {
    padding-right: 6%
  }

  .xs-padding-six-half-right {
    padding-right: 6.5%
  }

  .xs-padding-seven-right {
    padding-right: 7%
  }

  .xs-padding-seven-half-right {
    padding-right: 7.5%
  }

  .xs-padding-eight-right {
    padding-right: 8%
  }

  .xs-padding-eight-half-right {
    padding-right: 8.5%
  }

  .xs-padding-nine-right {
    padding-right: 9%
  }

  .xs-padding-nine-half-right {
    padding-right: 9.5%
  }

  .xs-padding-ten-right {
    padding-right: 10%
  }

  .xs-padding-ten-half-right {
    padding-right: 10.5%
  }

  .xs-padding-eleven-right {
    padding-right: 11%
  }

  .xs-padding-eleven-half-right {
    padding-right: 11.5%
  }

  .xs-padding-twelve-right {
    padding-right: 12%
  }

  .xs-padding-twelve-half-right {
    padding-right: 12.5%
  }

  .xs-padding-thirteen-right {
    padding-right: 13%
  }

  .xs-padding-thirteen-half-right {
    padding-right: 13.5%
  }

  .xs-padding-fourteen-right {
    padding-right: 14%
  }

  .xs-padding-fourteen-half-right {
    padding-right: 14.5%
  }

  .xs-padding-fifteen-right {
    padding-right: 15%
  }

  .xs-padding-fifteen-half-right {
    padding-right: 15.5%
  }

  .xs-padding-sixteen-right {
    padding-right: 16%
  }

  .xs-padding-sixteen-half-right {
    padding-right: 16.5%
  }

  .xs-padding-seventeen-right {
    padding-right: 17%
  }

  .xs-padding-seventeen-half-right {
    padding-right: 17.5%
  }

  .xs-padding-eighteen-right {
    padding-right: 18%
  }

  .xs-padding-eighteen-half-right {
    padding-right: 18.5%
  }

  .xs-padding-nineteen-right {
    padding-right: 19%
  }

  .xs-padding-nineteen-half-right {
    padding-right: 19.5%
  }

  .xs-padding-twenty-right {
    padding-right: 20%
  }

  .xs-padding-twenty-half-right {
    padding-right: 20.5%
  }

  .xs-padding-twenty-one-right {
    padding-right: 21%
  }

  .xs-padding-twenty-one-half-right {
    padding-right: 21.5%
  }

  .xs-padding-twenty-two-right {
    padding-right: 22%
  }

  .xs-padding-twenty-two-half-right {
    padding-right: 22.5%
  }

  .xs-padding-twenty-three-right {
    padding-right: 23%
  }

  .xs-padding-twenty-three-half-right {
    padding-right: 23.5%
  }

  .xs-padding-twenty-four-right {
    padding-right: 24%
  }

  .xs-padding-twenty-four-half-right {
    padding-right: 24.5%
  }

  .xs-padding-twenty-five-right {
    padding-right: 25%
  }

  .xs-padding-5px-right {
    padding-right: 5px 
  }

  .xs-padding-10px-right {
    padding-right: 10px 
  }

  .xs-padding-15px-right {
    padding-right: 15px 
  }

  .xs-padding-20px-right {
    padding-right: 20px 
  }

  .xs-padding-25px-right {
    padding-right: 25px 
  }

  .xs-padding-30px-right {
    padding-right: 30px 
  }

  .xs-padding-35px-right {
    padding-right: 35px 
  }

  .xs-padding-40px-right {
    padding-right: 40px 
  }

  .xs-padding-45px-right {
    padding-right: 45px 
  }

  .xs-padding-50px-right {
    padding-right: 50px 
  }

  .xs-padding-55px-right {
    padding-right: 55px 
  }

  .xs-padding-60px-right {
    padding-right: 60px 
  }

  .xs-padding-65px-right {
    padding-right: 65px 
  }

  .xs-padding-70px-right {
    padding-right: 70px 
  }

  .xs-padding-75px-right {
    padding-right: 75px 
  }

  .xs-padding-80px-right {
    padding-right: 80px 
  }

  .xs-padding-85px-right {
    padding-right: 85px 
  }

  .xs-padding-90px-right {
    padding-right: 90px 
  }

  .xs-padding-95px-right {
    padding-right: 95px 
  }

  .xs-padding-100px-right {
    padding-right: 100px 
  }

  .xs-padding-one-left {
    padding-left: 1%
  }

  .xs-padding-one-half-left {
    padding-left: 1.5%
  }

  .xs-padding-two-left {
    padding-left: 2%
  }

  .xs-padding-two-half-left {
    padding-left: 2.5%
  }

  .xs-padding-three-left {
    padding-left: 3%
  }

  .xs-padding-three-half-left {
    padding-left: 3.5%
  }

  .xs-padding-four-left {
    padding-left: 4%
  }

  .xs-padding-four-half-left {
    padding-left: 4.5%
  }

  .xs-padding-five-left {
    padding-left: 5%
  }

  .xs-padding-five-half-left {
    padding-left: 5.5%
  }

  .xs-padding-six-left {
    padding-left: 6%
  }

  .xs-padding-six-half-left {
    padding-left: 6.5%
  }

  .xs-padding-seven-left {
    padding-left: 7%
  }

  .xs-padding-seven-half-left {
    padding-left: 7.5%
  }

  .xs-padding-eight-left {
    padding-left: 8%
  }

  .xs-padding-eight-half-left {
    padding-left: 8.5%
  }

  .xs-padding-nine-left {
    padding-left: 9%
  }

  .xs-padding-nine-half-left {
    padding-left: 9.5%
  }

  .xs-padding-ten-left {
    padding-left: 10%
  }

  .xs-padding-ten-half-left {
    padding-left: 10.5%
  }

  .xs-padding-eleven-left {
    padding-left: 11%
  }

  .xs-padding-eleven-half-left {
    padding-left: 11.5%
  }

  .xs-padding-twelve-left {
    padding-left: 12%
  }

  .xs-padding-twelve-half-left {
    padding-left: 12.5%
  }

  .xs-padding-thirteen-left {
    padding-left: 13%
  }

  .xs-padding-thirteen-half-left {
    padding-left: 13.5%
  }

  .xs-padding-fourteen-left {
    padding-left: 14%
  }

  .xs-padding-fourteen-half-left {
    padding-left: 14.5%
  }

  .xs-padding-fifteen-left {
    padding-left: 15%
  }

  .xs-padding-fifteen-half-left {
    padding-left: 15.5%
  }

  .xs-padding-sixteen-left {
    padding-left: 16%
  }

  .xs-padding-sixteen-half-left {
    padding-left: 16.5%
  }

  .xs-padding-seventeen-left {
    padding-left: 17%
  }

  .xs-padding-seventeen-half-left {
    padding-left: 17.5%
  }

  .xs-padding-eighteen-left {
    padding-left: 18%
  }

  .xs-padding-eighteen-half-left {
    padding-left: 18.5%
  }

  .xs-padding-nineteen-left {
    padding-left: 19%
  }

  .xs-padding-nineteen-half-left {
    padding-left: 19.5%
  }

  .xs-padding-twenty-left {
    padding-left: 20%
  }

  .xs-padding-twenty-half-left {
    padding-left: 20.5%
  }

  .xs-padding-twenty-one-left {
    padding-left: 21%
  }

  .xs-padding-twenty-one-half-left {
    padding-left: 21.5%
  }

  .xs-padding-twenty-two-left {
    padding-left: 22%
  }

  .xs-padding-twenty-two-half-left {
    padding-left: 22.5%
  }

  .xs-padding-twenty-three-left {
    padding-left: 23%
  }

  .xs-padding-twenty-three-half-left {
    padding-left: 23.5%
  }

  .xs-padding-twenty-four-left {
    padding-left: 24%
  }

  .xs-padding-twenty-four-half-left {
    padding-left: 24.5%
  }

  .xs-padding-twenty-five-left {
    padding-left: 25%
  }

  .xs-padding-5px-left {
    padding-left: 5px 
  }

  .xs-padding-10px-left {
    padding-left: 10px 
  }

  .xs-padding-15px-left {
    padding-left: 15px 
  }

  .xs-padding-20px-left {
    padding-left: 20px 
  }

  .xs-padding-25px-left {
    padding-left: 25px 
  }

  .xs-padding-30px-left {
    padding-left: 30px 
  }

  .xs-padding-35px-left {
    padding-left: 35px 
  }

  .xs-padding-40px-left {
    padding-left: 40px 
  }

  .xs-padding-45px-left {
    padding-left: 45px 
  }

  .xs-padding-50px-left {
    padding-left: 50px 
  }

  .xs-padding-55px-left {
    padding-left: 55px 
  }

  .xs-padding-60px-left {
    padding-left: 60px 
  }

  .xs-padding-65px-left {
    padding-left: 65px 
  }

  .xs-padding-70px-left {
    padding-left: 70px 
  }

  .xs-padding-75px-left {
    padding-left: 75px 
  }

  .xs-padding-80px-left {
    padding-left: 80px 
  }

  .xs-padding-85px-left {
    padding-left: 85px 
  }

  .xs-padding-90px-left {
    padding-left: 90px 
  }

  .xs-padding-95px-left {
    padding-left: 95px 
  }

  .xs-padding-100px-left {
    padding-left: 100px 
  }

  .xs-padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%
  }

  .xs-padding-one-half-tb {
    padding-top: 1.5%;
    padding-bottom: 1.5%
  }

  .xs-padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%
  }

  .xs-padding-two-half-tb {
    padding-top: 2.5%;
    padding-bottom: 2.5%
  }

  .xs-padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%
  }

  .xs-padding-three-half-tb {
    padding-top: 3.5%;
    padding-bottom: 3.5%
  }

  .xs-padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%
  }

  .xs-padding-four-half-tb {
    padding-top: 4.5%;
    padding-bottom: 4.5%
  }

  .xs-padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%
  }

  .xs-padding-five-half-tb {
    padding-top: 5.5%;
    padding-bottom: 5.5%
  }

  .xs-padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%
  }

  .xs-padding-six-half-tb {
    padding-top: 6.5%;
    padding-bottom: 6.5%
  }

  .xs-padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%
  }

  .xs-padding-seven-half-tb {
    padding-top: 7.5%;
    padding-bottom: 7.5%
  }

  .xs-padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%
  }

  .xs-padding-eight-half-tb {
    padding-top: 8.5%;
    padding-bottom: 8.5%
  }

  .xs-padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%
  }

  .xs-padding-nine-half-tb {
    padding-top: 9.5%;
    padding-bottom: 9.5%
  }

  .xs-padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%
  }

  .xs-padding-ten-half-tb {
    padding-top: 10.5%;
    padding-bottom: 10.5%
  }

  .xs-padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%
  }

  .xs-padding-eleven-half-tb {
    padding-top: 11.5%;
    padding-bottom: 11.5%
  }

  .xs-padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%
  }

  .xs-padding-twelve-half-tb {
    padding-top: 12.5%;
    padding-bottom: 12.5%
  }

  .xs-padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%
  }

  .xs-padding-thirteen-half-tb {
    padding-top: 13.5%;
    padding-bottom: 13.5%
  }

  .xs-padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%
  }

  .xs-padding-fourteen-half-tb {
    padding-top: 14.5%;
    padding-bottom: 14.5%
  }

  .xs-padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%
  }

  .xs-padding-fifteen-half-tb {
    padding-top: 15.5%;
    padding-bottom: 15.5%
  }

  .xs-padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%
  }

  .xs-padding-sixteen-half-tb {
    padding-top: 16.5%;
    padding-bottom: 16.5%
  }

  .xs-padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%
  }

  .xs-padding-seventeen-half-tb {
    padding-top: 17.5%;
    padding-bottom: 17.5%
  }

  .xs-padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%
  }

  .xs-padding-eighteen-half-tb {
    padding-top: 18.5%;
    padding-bottom: 18.5%
  }

  .xs-padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%
  }

  .xs-padding-nineteen-half-tb {
    padding-top: 19.5%;
    padding-bottom: 19.5%
  }

  .xs-padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%
  }

  .xs-padding-twenty-half-tb {
    padding-top: 20.5%;
    padding-bottom: 20.5%
  }

  .xs-padding-twenty-one-tb {
    padding-top: 21%;
    padding-bottom: 21%
  }

  .xs-padding-twenty-one-half-tb {
    padding-top: 21.5%;
    padding-bottom: 21.5%
  }

  .xs-padding-twenty-two-tb {
    padding-top: 22%;
    padding-bottom: 22%
  }

  .xs-padding-twenty-two-half-tb {
    padding-top: 22.5%;
    padding-bottom: 22.5%
  }

  .xs-padding-twenty-three-tb {
    padding-top: 23%;
    padding-bottom: 23%
  }

  .xs-padding-twenty-three-half-tb {
    padding-top: 23.5%;
    padding-bottom: 23.5%
  }

  .xs-padding-twenty-four-tb {
    padding-top: 24%;
    padding-bottom: 24%
  }

  .xs-padding-twenty-four-half-tb {
    padding-top: 24.5%;
    padding-bottom: 24.5%
  }

  .xs-padding-twenty-five-tb {
    padding-top: 25%;
    padding-bottom: 25%
  }

  .xs-padding-5px-tb {
    padding-top: 5px ;
    padding-bottom: 5px 
  }

  .xs-padding-10px-tb {
    padding-top: 10px ;
    padding-bottom: 10px 
  }

  .xs-padding-15px-tb {
    padding-top: 15px ;
    padding-bottom: 15px 
  }

  .xs-padding-20px-tb {
    padding-top: 20px ;
    padding-bottom: 20px 
  }

  .xs-padding-25px-tb {
    padding-top: 25px ;
    padding-bottom: 25px 
  }

  .xs-padding-30px-tb {
    padding-top: 30px ;
    padding-bottom: 30px 
  }

  .xs-padding-35px-tb {
    padding-top: 35px ;
    padding-bottom: 35px 
  }

  .xs-padding-40px-tb {
    padding-top: 40px ;
    padding-bottom: 40px 
  }

  .xs-padding-45px-tb {
    padding-top: 45px ;
    padding-bottom: 45px 
  }

  .xs-padding-50px-tb {
    padding-top: 50px ;
    padding-bottom: 50px 
  }

  .xs-padding-55px-tb {
    padding-top: 55px ;
    padding-bottom: 55px 
  }

  .xs-padding-60px-tb {
    padding-top: 60px ;
    padding-bottom: 60px 
  }

  .xs-padding-65px-tb {
    padding-top: 65px ;
    padding-bottom: 65px 
  }

  .xs-padding-70px-tb {
    padding-top: 70px ;
    padding-bottom: 70px 
  }

  .xs-padding-75px-tb {
    padding-top: 75px ;
    padding-bottom: 75px 
  }

  .xs-padding-80px-tb {
    padding-top: 80px ;
    padding-bottom: 80px 
  }

  .xs-padding-85px-tb {
    padding-top: 85px ;
    padding-bottom: 85px 
  }

  .xs-padding-90px-tb {
    padding-top: 90px ;
    padding-bottom: 90px 
  }

  .xs-padding-95px-tb {
    padding-top: 95px ;
    padding-bottom: 95px 
  }

  .xs-padding-100px-tb {
    padding-top: 100px ;
    padding-bottom: 100px 
  }

  .xs-padding-one-lr {
    padding-left: 1%;
    padding-right: 1%
  }

  .xs-padding-one-half-lr {
    padding-left: 1.5%;
    padding-right: 1.5%
  }

  .xs-padding-two-lr {
    padding-left: 2%;
    padding-right: 2%
  }

  .xs-padding-two-half-lr {
    padding-left: 2.5%;
    padding-right: 2.5%
  }

  .xs-padding-three-lr {
    padding-left: 3%;
    padding-right: 3%
  }

  .xs-padding-three-half-lr {
    padding-left: 3.5%;
    padding-right: 3.5%
  }

  .xs-padding-four-lr {
    padding-left: 4%;
    padding-right: 4%
  }

  .xs-padding-four-half-lr {
    padding-left: 4.5%;
    padding-right: 4.5%
  }

  .xs-padding-five-lr {
    padding-left: 5%;
    padding-right: 5%
  }

  .xs-padding-five-half-lr {
    padding-left: 5.5%;
    padding-right: 5.5%
  }

  .xs-padding-six-lr {
    padding-left: 6%;
    padding-right: 6%
  }

  .xs-padding-six-half-lr {
    padding-left: 6.5%;
    padding-right: 6.5%
  }

  .xs-padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%
  }

  .xs-padding-seven-half-lr {
    padding-left: 7.5%;
    padding-right: 7.5%
  }

  .xs-padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%
  }

  .xs-padding-eight-half-lr {
    padding-left: 8.5%;
    padding-right: 8.5%
  }

  .xs-padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%
  }

  .xs-padding-nine-half-lr {
    padding-left: 9.5%;
    padding-right: 9.5%
  }

  .xs-padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%
  }

  .xs-padding-ten-half-lr {
    padding-left: 10.5%;
    padding-right: 10.5%
  }

  .xs-padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%
  }

  .xs-padding-eleven-half-lr {
    padding-left: 11.5%;
    padding-right: 11.5%
  }

  .xs-padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%
  }

  .xs-padding-twelve-half-lr {
    padding-left: 12.5%;
    padding-right: 12.5%
  }

  .xs-padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%
  }

  .xs-padding-thirteen-half-lr {
    padding-left: 13.5%;
    padding-right: 13.5%
  }

  .xs-padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%
  }

  .xs-padding-fourteen-half-lr {
    padding-left: 14.5%;
    padding-right: 14.5%
  }

  .xs-padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%
  }

  .xs-padding-fifteen-half-lr {
    padding-left: 15.5%;
    padding-right: 15.5%
  }

  .xs-padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%
  }

  .xs-padding-sixteen-half-lr {
    padding-left: 16.5%;
    padding-right: 16.5%
  }

  .xs-padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%
  }

  .xs-padding-seventeen-half-lr {
    padding-left: 17.5%;
    padding-right: 17.5%
  }

  .xs-padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%
  }

  .xs-padding-eighteen-half-lr {
    padding-left: 18.5%;
    padding-right: 18.5%
  }

  .xs-padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%
  }

  .xs-padding-nineteen-half-lr {
    padding-left: 19.5%;
    padding-right: 19.5%
  }

  .xs-padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%
  }

  .xs-padding-twenty-half-lr {
    padding-left: 20.5%;
    padding-right: 20.5%
  }

  .xs-padding-twenty-one-lr {
    padding-left: 21%;
    padding-right: 21%
  }

  .xs-padding-twenty-one-half-lr {
    padding-left: 21.5%;
    padding-right: 21.5%
  }

  .xs-padding-twenty-two-lr {
    padding-left: 22%;
    padding-right: 22%
  }

  .xs-padding-twenty-two-half-lr {
    padding-left: 22.5%;
    padding-right: 22.5%
  }

  .xs-padding-twenty-three-lr {
    padding-left: 23%;
    padding-right: 23%
  }

  .xs-padding-twenty-three-half-lr {
    padding-left: 23.5%;
    padding-right: 23.5%
  }

  .xs-padding-twenty-four-lr {
    padding-left: 24%;
    padding-right: 24%
  }

  .xs-padding-twenty-four-half-lr {
    padding-left: 24.5%;
    padding-right: 24.5%
  }

  .xs-padding-twenty-five-lr {
    padding-left: 25%;
    padding-right: 25%
  }

  .xs-padding-5px-lr {
    padding-left: 5px ;
    padding-right: 5px 
  }

  .xs-padding-10px-lr {
    padding-left: 10px ;
    padding-right: 10px 
  }

  .xs-padding-15px-lr {
    padding-left: 15px ;
    padding-right: 15px 
  }

  .xs-padding-20px-lr {
    padding-left: 20px ;
    padding-right: 20px 
  }

  .xs-padding-25px-lr {
    padding-left: 25px ;
    padding-right: 25px 
  }

  .xs-padding-30px-lr {
    padding-left: 30px ;
    padding-right: 30px 
  }

  .xs-padding-35px-lr {
    padding-left: 35px ;
    padding-right: 35px 
  }

  .xs-padding-40px-lr {
    padding-left: 40px ;
    padding-right: 40px 
  }

  .xs-padding-45px-lr {
    padding-left: 45px ;
    padding-right: 45px 
  }

  .xs-padding-50px-lr {
    padding-left: 50px ;
    padding-right: 50px 
  }

  .xs-padding-55px-lr {
    padding-left: 55px ;
    padding-right: 55px 
  }

  .xs-padding-60px-lr {
    padding-left: 60px ;
    padding-right: 60px 
  }

  .xs-padding-65px-lr {
    padding-left: 65px ;
    padding-right: 65px 
  }

  .xs-padding-70px-lr {
    padding-left: 70px ;
    padding-right: 70px 
  }

  .xs-padding-75px-lr {
    padding-left: 75px ;
    padding-right: 75px 
  }

  .xs-padding-80px-lr {
    padding-left: 80px ;
    padding-right: 80px 
  }

  .xs-padding-85px-lr {
    padding-left: 85px ;
    padding-right: 85px 
  }

  .xs-padding-90px-lr {
    padding-left: 90px ;
    padding-right: 90px 
  }

  .xs-padding-95px-lr {
    padding-left: 95px ;
    padding-right: 95px 
  }

  .xs-padding-100px-lr {
    padding-left: 100px ;
    padding-right: 100px 
  }

  .xs-top-auto {
    top: auto
  }

  .xs-top-0 {
    top: 0 
  }

  .xs-top-1 {
    top: 1px 
  }

  .xs-top-2 {
    top: 2px 
  }

  .xs-top-3 {
    top: 3px 
  }

  .xs-top-4 {
    top: 4px 
  }

  .xs-top-5 {
    top: 5px 
  }

  .xs-top-6 {
    top: 6px 
  }

  .xs-top-7 {
    top: 7px 
  }

  .xs-top-8 {
    top: 8px 
  }

  .xs-top-9 {
    top: 9px 
  }

  .xs-top-10 {
    top: 10px 
  }

  .xs-top-minus1 {
    top: -1px 
  }

  .xs-top-minus2 {
    top: -2px 
  }

  .xs-top-minus3 {
    top: -3px 
  }

  .xs-top-minus4 {
    top: -4px 
  }

  .xs-top-minus5 {
    top: -5px 
  }

  .xs-top-minus6 {
    top: -6px 
  }

  .xs-top-minus7 {
    top: -7px 
  }

  .xs-top-minus8 {
    top: -8px 
  }

  .xs-top-minus9 {
    top: -9px 
  }

  .xs-top-minus10 {
    top: -10px 
  }

  .xs-top-minus15 {
    top: -15px 
  }

  .xs-top-minus20 {
    top: -20px 
  }

  .xs-top-minus25 {
    top: -25px 
  }

  .xs-top-minus30 {
    top: -30px 
  }

  .xs-top-minus35 {
    top: -35px 
  }

  .xs-top-minus40 {
    top: -40px 
  }

  .xs-bottom-auto {
    bottom: auto
  }

  .xs-bottom-0 {
    bottom: 0
  }

  .xs-bottom-1 {
    bottom: 1px 
  }

  .xs-bottom-2 {
    bottom: 2px 
  }

  .xs-bottom-3 {
    bottom: 3px 
  }

  .xs-bottom-4 {
    bottom: 4px 
  }

  .xs-bottom-5 {
    bottom: 5px 
  }

  .xs-bottom-6 {
    bottom: 6px 
  }

  .xs-bottom-7 {
    bottom: 7px 
  }

  .xs-bottom-8 {
    bottom: 8px 
  }

  .xs-bottom-9 {
    bottom: 9px 
  }

  .xs-bottom-10 {
    bottom: 10px 
  }

  .xs-bottom-15 {
    bottom: 15px 
  }

  .xs-bottom-20 {
    bottom: 20px 
  }

  .xs-bottom-25 {
    bottom: 25px 
  }

  .xs-bottom-30 {
    bottom: 30px 
  }

  .xs-bottom-35 {
    bottom: 35px 
  }

  .xs-bottom-40 {
    bottom: 40px 
  }

  .xs-left-auto {
    left: auto
  }

  .xs-left-0 {
    left: 0
  }

  .xs-left-1 {
    left: 1px 
  }

  .xs-left-2 {
    left: 2px 
  }

  .xs-left-3 {
    left: 3px 
  }

  .xs-left-4 {
    left: 4px 
  }

  .xs-left-5 {
    left: 5px 
  }

  .xs-left-6 {
    left: 6px 
  }

  .xs-left-7 {
    left: 7px 
  }

  .xs-left-8 {
    left: 8px 
  }

  .xs-left-9 {
    left: 9px 
  }

  .xs-left-10 {
    bottom: 10px 
  }

  .xs-left-15 {
    bottom: 15px 
  }

  .xs-left-20 {
    bottom: 20px 
  }

  .xs-left-25 {
    bottom: 25px 
  }

  .xs-left-30 {
    bottom: 30px 
  }

  .xs-left-35 {
    bottom: 35px 
  }

  .xs-left-40 {
    bottom: 40px 
  }

  .xs-right-auto {
    right: auto
  }

  .xs-right-0 {
    right: 0
  }

  .xs-right-1 {
    right: 1px 
  }

  .xs-right-2 {
    right: 2px 
  }

  .xs-right-3 {
    right: 3px 
  }

  .xs-right-4 {
    right: 4px 
  }

  .xs-right-5 {
    right: 5px 
  }

  .xs-right-6 {
    right: 6px 
  }

  .xs-right-7 {
    right: 7px 
  }

  .xs-right-8 {
    right: 8px 
  }

  .xs-right-9 {
    right: 9px 
  }

  .xs-right-10 {
    right: 10px 
  }

  .xs-right-15 {
    right: 15px 
  }

  .xs-right-20 {
    right: 20px 
  }

  .xs-right-25 {
    right: 25px 
  }

  .xs-right-30 {
    right: 30px 
  }

  .xs-right-35 {
    right: 35px 
  }

  .xs-right-40 {
    right: 40px 
  }

  .xs-width-10 {
    width: 10%
  }

  .xs-width-15 {
    width: 15%
  }

  .xs-width-20 {
    width: 20%
  }

  .xs-width-25 {
    width: 25%
  }

  .xs-width-30 {
    width: 30%
  }

  .xs-width-35 {
    width: 35%
  }

  .xs-width-40 {
    width: 40%
  }

  .xs-width-45 {
    width: 45%
  }

  .xs-width-50 {
    width: 50%
  }

  .xs-width-55 {
    width: 55%
  }

  .xs-width-60 {
    width: 60%
  }

  .xs-width-65 {
    width: 65%
  }

  .xs-width-70 {
    width: 70%
  }

  .xs-width-75 {
    width: 75%
  }

  .xs-width-80 {
    width: 80%
  }

  .xs-width-85 {
    width: 85%
  }

  .xs-width-90 {
    width: 90%
  }

  .xs-width-95 {
    width: 95%
  }

  .xs-width-100 {
    width: 100% 
  }

  .xs-width-auto {
    width: auto
  }

  .xs-width-50px {
    width: 50px
  }

  .xs-width-70px {
    width: 70px
  }

  .xs-width-75px {
    width: 75px
  }

  .xs-width-80px {
    width: 80px
  }

  .xs-width-85px {
    width: 85px
  }

  .xs-width-90px {
    width: 90px
  }

  .xs-width-95px {
    width: 95px
  }

  .xs-width-100px {
    width: 100px
  }

  .xs-width-120px {
    width: 120px
  }

  .xs-width-130px {
    width: 130px
  }

  .xs-width-150px {
    width: 150px
  }

  .xs-width-180px {
    width: 180px
  }

  .xs-width-200px {
    width: 200px
  }

  .xs-width-250px {
    width: 250px
  }

  .xs-width-300px {
    width: 300px
  }

  .xs-width-350px {
    width: 350px
  }

  .xs-width-400px {
    width: 400px
  }

  .xs-width-450px {
    width: 450px
  }

  .xs-width-500px {
    width: 500px
  }

  .xs-width-550px {
    width: 550px
  }

  .xs-width-600px {
    width: 600px
  }

  .xs-width-650px {
    width: 650px
  }

  .xs-width-700px {
    width: 700px
  }

  .xs-width-750px {
    width: 750px
  }

  .xs-width-800px {
    width: 800px
  }

  .xs-width-850px {
    width: 850px
  }

  .xs-width-900px {
    width: 900px
  }

  .xs-width-950px {
    width: 950px
  }

  .xs-width-1000px {
    width: 1000px
  }

  .xs-height-100 {
    height: 100%
  }

  .xs-height-auto {
    height: auto
  }

  .xs-height-80px {
    height: 80px 
  }

  .xs-height-90px {
    height: 90px 
  }

  .xs-height-100px {
    height: 100px 
  }

  .xs-height-150px {
    height: 150px 
  }

  .xs-height-200px {
    height: 200px 
  }

  .xs-height-250px {
    height: 250px 
  }

  .xs-height-300px {
    height: 300px 
  }

  .xs-height-350px {
    height: 350px 
  }

  .xs-height-400px {
    height: 400px 
  }

  .xs-height-450px {
    height: 450px 
  }

  .xs-height-500px {
    height: 500px 
  }

  .xs-height-550px {
    height: 550px 
  }

  .xs-height-600px {
    height: 600px 
  }

  .xs-height-650px {
    height: 650px 
  }

  .xs-height-700px {
    height: 700px 
  }

  .xs-line-height-auto {
    line-height: normal
  }

  .xs-line-height-10 {
    line-height: 10px
  }

  .xs-line-height-18 {
    line-height: 18px
  }

  .xs-line-height-20 {
    line-height: 20px 
  }

  .xs-line-height-24 {
    line-height: 24px 
  }

  .xs-line-height-22 {
    line-height: 22px 
  }

  .xs-line-height-26 {
    line-height: 26px 
  }

  .xs-line-height-28 {
    line-height: 28px 
  }

  .xs-line-height-30 {
    line-height: 30px 
  }

  .xs-line-height-35 {
    line-height: 35px 
  }

  .xs-line-height-40 {
    line-height: 40px 
  }

  .xs-line-height-45 {
    line-height: 45px 
  }

  .xs-line-height-50 {
    line-height: 50px 
  }

  .xs-line-height-55 {
    line-height: 55px 
  }

  .xs-line-height-60 {
    line-height: 60px 
  }

  .xs-line-height-65 {
    line-height: 65px 
  }

  .xs-line-height-70 {
    line-height: 70px 
  }

  .xs-line-height-75 {
    line-height: 75px 
  }

  .xs-line-height-80 {
    line-height: 80px 
  }

  .xs-line-height-85 {
    line-height: 85px 
  }

  .xs-line-height-90 {
    line-height: 90px 
  }

  .xs-line-height-95 {
    line-height: 95px 
  }

  .xs-line-height-100 {
    line-height: 100px 
  }

  .xs-display-block {
    display: block 
  }

  .xs-overflow-hidden {
    overflow: hidden 
  }

  .xs-overflow-auto {
    overflow: auto 
  }

  .xs-display-inline-block {
    display: inline-block 
  }

  .xs-display-inline {
    display: inline 
  }

  .xs-display-none {
    display: none 
  }

  .xs-display-inherit {
    display: inherit 
  }

  .xs-display-table {
    display: table 
  }

  .xs-display-table-cell {
    display: table-cell 
  }

  .xs-position-inherit {
    position: inherit
  }

  .xs-position-relative {
    position: relative;
    z-index: 5
  }

  .xs-position-absolute {
    position: absolute
  }

  .xs-position-fixed {
    position: fixed
  }

  .xs-no-border-top {
    border-top: 0 
  }

  .xs-no-border-bottom {
    border-bottom: 0 
  }

  .xs-no-border-right {
    border-right: 0 
  }

  .xs-no-border-left {
    border-left: 0 
  }

  .xs-no-background-img {
    background-image: none 
  }
}
body {
  /* background: #141621; */
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

.modal {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.title_popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px
}

.title_popup i img {
  height: 60px
}

.title_popup em {
  font-family: NEXON2;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
  padding: 8px 0 0
}

.title_popup span {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
  opacity: .4;
  margin-bottom: 30px
}

#modal_type_1 .modal-content {
  position: relative;
  background: #2d2e3a;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1)
}

#modal_type_1 .modal-content:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

#modal_type_1 .modal-content:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

#modal_type_1 .modal-dialog {
  max-width: 500px;
  width: 100%
}

#modal_type_1 .modal-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 20px;
  border: 0;
  padding: 0
}

#modal_type_1 .modal-header:after {
  content: ""
}

#modal_type_1 .modal-header .modal_close {
  position: absolute;
  right: 25px;
  top: 30px
}

#modal_type_1 .modal-body {
  position: relative;
  text-align: center;
  margin: 0;
  background: none;
  padding: 0 
}

#modal_type_1 .modal_con {
  padding: 20px 40px;
  text-
}

#modal_type_1 .modal_footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

#modal_type_1_join .modal-content {
  position: relative;
  background: #2d2e3a;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1)
}

#modal_type_1_join .modal-content:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

#modal_type_1_join .modal-content:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

#modal_type_1_join .modal-dialog {
  max-width: 800px;
  width: 100%
}

#modal_type_1_join .modal-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 20px;
  border: 0;
  padding: 0
}

#modal_type_1_join .modal-header:after {
  content: ""
}

#modal_type_1_join .modal-header .modal_close {
  position: absolute;
  right: 25px;
  top: 24px
}

#modal_type_1_join .modal-body {
  position: relative;
  text-align: center;
  margin: 0;
  background: none;
  padding: 0 
}

#modal_type_1_join .modal_con {
  padding: 20px 40px
}

#modal_type_1_join .modal_footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.form_2dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.form_2dan>input,
.form_2dan>select,
.form_2dan>span {
  width: calc(50% - 3px)
}

.form_2dan_label {
  display: flex ;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.form_2dan_label>span {
  display: flex;
  flex-direction: column;
  width: calc(50% - 3px) 
}

#modal_type_1_income .modal-content {
  position: relative;
  background: #141621;
  border: 1px solid #e32028;
  border-radius: 0;
  box-shadow: 0 3px 15px 5px rgba(0, 0, 0, .3)
}

#modal_type_1_income .modal-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  border: 0;
  background: url(/images/common/logo_popup.png) no-repeat 50%;
  background-size: auto 40px ;
  padding: 0
}

#modal_type_1_income .modal-header:after {
  content: ""
}

#modal_type_1_income .modal-header .modal_close {
  width: 20px;
  height: 20px;
  margin-right: 30px;
  transition: all .2s
}

#modal_type_1_income .modal-header .modal_close img {
  width: 22px;
  height: 20px;
  vertical-align: top
}

#modal_type_1_income .modal-body {
  padding: 0
}

#modal_type_1_income .modal_footer {
  text-align: center;
  margin: 30px 0
}

#modal_type_2 .modal-content {
  position: relative;
  border: 0;
  background: #141621;
  border-radius: 5px
}

#modal_type_2 .modal-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  border: 0;
  background: url(/images/common/logo.png) no-repeat 50%;
  background-size: auto 26px ;
  padding: 0
}

#modal_type_2 .modal-header:after {
  content: ""
}

#modal_type_2 .modal-header .modal_close {
  width: 14px;
  height: 14px;
  margin-right: 20px;
  transition: all .2s
}

#modal_type_2 .modal-header .modal_close img {
  width: 14px;
  vertical-align: top
}

#modal_type_2 .modal-body {
  padding: 0
}

#modal_type_2 .modal_footer {
  text-align: center;
  margin: 30px 0
}

.modal_type_1_1 .modal-content {
  max-width: 400px;
  width: 400px;
  position: relative;
  border: 0;
  border-radius: 0;
  background: #ff711a url(/images/common/bg_popup.jpg) no-repeat bottom
}

.modal_type_1_1 .modal-header {
  position: relative;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  border: 0;
  padding: 23px 0 0
}

.modal_type_1_1 .modal-header em {
  position: relative
}

.modal_type_1_1 .modal-header .modal_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px
}

.modal_type_1_1 .modal-header .modal_close img {
  vertical-align: top
}

.modal_type_1_1 .modal-body {
  padding: 0
}

.modal_type_1_1 .modal_con>em {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #252158;
  font-weight: 400;
  margin: 5px 0 12px
}

.modal_type_1_1 .modal_footer {
  text-align: center;
  margin: 30px 0
}

.modal_type_2_1 .modal-content {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #e9ecef
}

.modal_type_2_1 .modal-body {
  padding: 0
}

.modal_type_2_1 .modal-header {
  position: relative;
  justify-content: center;
  width: 100%;
  height: 100px;
  color: #000;
  font-size: 20px;
  text-align: center;
  border: 0;
  padding: 24px 0 0
}

.modal_type_2_1 .modal-header em {
  position: relative
}

.modal_type_2_1 .modal-header em:before {
  left: -15px
}

.modal_type_2_1 .modal-header em:after,
.modal_type_2_1 .modal-header em:before {
  content: "";
  position: absolute;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #747677
}

.modal_type_2_1 .modal-header em:after {
  right: -15px
}

.modal_type_2_1 .modal-header .modal_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px
}

.modal_type_2_1 .modal-header .modal_close img {
  vertical-align: top
}

.modal_type_2_1 .modal_con {
  overflow: hidden;
  max-height: 400px
}

.modal_type_2_1 .text_con {
  padding: 0 20px;
  font-size: 12px;
  line-height: 1.5
}

.modal_type_2_1 .modal_footer {
  text-align: center;
  margin: 30px 0
}

.modal_type_3 .modal-content {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #fff
}

.modal_type_3 .modal-body {
  padding: 0
}

.modal_type_3 .modal-header {
  position: relative;
  justify-content: center;
  width: 100%;
  height: 10px;
  color: #000;
  font-size: 20px;
  text-align: center;
  border: 0;
  padding: 0
}

.modal_type_3 .modal-header em {
  position: relative
}

.modal_type_3 .modal-header em:before {
  left: -15px
}

.modal_type_3 .modal-header em:after,
.modal_type_3 .modal-header em:before {
  content: "";
  position: absolute;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #747677
}

.modal_type_3 .modal-header em:after {
  right: -15px
}

.modal_type_3 .modal-header .modal_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px
}

.modal_type_3 .modal-header .modal_close img {
  vertical-align: top
}

.modal_type_3 .modal_con {
  overflow: hidden;
  padding-bottom: 30px
}

.modal_type_3 .text_con {
  padding: 0 20px;
  font-size: 12px;
  line-height: 1.5
}

.modal_type_3 .modal_footer {
  text-align: center;
  margin: 30px 0
}

.otp_qrcode {
  width: 160px;
  background: #fff;
  padding: 15px
}

.coin_ex_info {
  border-bottom: 1px solid #ff914e;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 20px 20px
}

.coin_ex_info p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-bottom: 6px
}

.coin_ex_info p>span {
  color: #ffd5bc
}

.coin_ex_info>span {
  font-size: 18px;
  color: #fff;
  font-weight: 300
}

.coin_ex_info>span i {
  margin: 0 10px
}

.coin_ex_check li {
  overflow: hidden
}

.coin_ex_check li span {
  float: left;
  width: 50%;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 24px
}

.coin_ex_check li span:nth-child(2) {
  text-align: right
}

@media (max-width:991px) {

  .form_2dan>input,
  .form_2dan>select,
  .form_2dan>span {
    width: 100%
  }

  .form_2dan_label>span {
    width: 100% 
  }
}

@media (max-width:575px) {

  #modal_type_1 .modal_con,
  #modal_type_1_join .modal_con {
    padding: 20px
  }

  .modal-dialog {
    width: auto ;
    margin: 0 15px
  }

  .modal_type_1 .modal-content:after,
  .modal_type_1_1 .modal-content:after {
    display: none
  }
}
body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

button:disabled,
button[disabled] {
  opacity: .75;
  cursor: not-allowed
}

.btn_main_s {
  height: 30px;
  line-height: 29px;
  font-size: 1.4rem
}

.btn_main {
  display: inline-block;
  width: 100%
}

.btn_main.width-90 {
  width: calc(90% - 50px)
}

.btn_main.width-70 {
  width: calc(70% - 50px)
}

.btn_main.width-50 {
  width: calc(50% - 50px)
}

.btn_main span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  background: #e32028;
  color: #fff;
  font-size: 1.5rem
}

.btn_main_1 {
  background: linear-gradient(90deg, #67b628 0, #a9da2b 51%, #67b628);
  background-size: 200% auto
}

.btn_main_1,
.btn_main_2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 22px;
  transition: all .3s ease 0s
}

.btn_main_2 {
  background: linear-gradient(90deg, #ff4300 0, #ff2152 51%, #ff4300);
  background-size: 200% auto
}

.btn_main_1_line {
  background: none
}

.btn_main_1_line,
.btn_main_1_line_1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  position: relative;
  color: #ff542e;
  font-size: 1.5rem;
  border: 1px solid #ff542e;
  padding-bottom: 1px;
  transition: all .3s
}

.btn_main_1_line_1 {
  background: #26262e
}

.btn_main_1_line_on {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  position: relative;
  background: #ff542e;
  color: #fff;
  font-size: 1.5rem;
  border: 1px solid #ff542e;
  padding-bottom: 1px;
  transition: all .3s
}

.btn_text {
  font-size: 1.4rem;
  color: #fff ;
  padding: 10px;
  transition: all .3s
}

.btn_main_2_line {
  display: inline-block;
  overflow: hidden;
  color: #4f4f5a;
  border: 1px solid #333;
  border-radius: 4px;
  background: #27313b
}

.btn_main_2_line,
.btn_main_3_light {
  width: 100%;
  height: 44px;
  line-height: 42px;
  font-size: 1.5rem;
  text-align: center;
  transition: all .3s ease 0s
}

.btn_main_3_light {
  color: #fff;
  border: 1px solid #888;
  border-radius: 2px;
  background: #999
}

.btn_main_3,
.btn_main_3_light {
  display: inline-flex;
  justify-content: center
}

.btn_main_3 {
  align-items: center;
  height: 42px;
  border-radius: 3px;
  font-size: 1.5rem;
  color: #fff ;
  background: #febd02;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.btn_main_4 {
  height: 44px;
  position: relative;
  background: none;
  color: #fff;
  background: #7e93a6;
  padding-bottom: 1px;
  transition: all .3s
}

.btn_main_4,
.btn_main_5 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem
}

.btn_main_5 {
  height: 42px;
  border-radius: 3px;
  color: #fff ;
  background: #e32028;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.height-44px {
  height: 44px
}

.btn_grey_list {
  background: #7e93a6
}

.btn_delete_list,
.btn_grey_list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  position: relative;
  border-radius: 3px;
  color: #fff;
  font-size: 1.5rem;
  padding-bottom: 1px;
  transition: all .3s
}

.btn_delete_list {
  background: #67b628
}

.btn_modify_list {
  align-items: center;
  position: relative;
  border-radius: 3px;
  background: #444;
  padding-bottom: 1px;
  transition: all .3s
}

.btn_del,
.btn_modify_list {
  display: inline-flex;
  justify-content: center;
  height: 44px;
  color: #fff;
  font-size: 1.5rem
}

.btn_del {
  width: 100%;
  line-height: 42px;
  border: 1px solid #e32028;
  border-radius: 2px;
  background: #e32028
}

.btn_del,
.btn_main_2_s {
  text-align: center;
  transition: all .3s ease 0s
}

.btn_main_2_s {
  display: inline-block;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 23px;
  background: linear-gradient(90deg, #ec5c4e 0, #fb374e 51%, #ec5c4e);
  background-size: 200% auto
}

.btn_main_3_1 {
  display: inline-block;
  margin: 0 -25px
}

.btn_main_3_1 span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
  background: #febd02;
  color: #fff;
  font-size: 1.5rem
}

.btn_main_3_1 span:after {
  left: -25px;
  border-right: 25px solid #febd02
}

.btn_main_3_1 span:after,
.btn_main_3_1 span:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent
}

.btn_main_3_1 span:before {
  right: -25px;
  border-left: 25px solid #febd02
}

.btn_main_line {
  display: inline-block;
  margin-left: 20px
}

.btn_main_line span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  position: relative;
  background: #fff;
  color: #000;
  font-size: 1.4rem
}

.btn_main_line span i {
  font-size: 1.4rem
}

.btn_main_s {
  display: inline-block;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 23px;
  background: linear-gradient(90deg, #11dfac 0, #008797 51%, #11dfac);
  background-size: 200% auto;
  transition: all .3s ease 0s;
  text-align: center
}

.btn_detail_view {
  height: 26px;
  line-height: 24px;
  font-size: 1.3rem;
  border: 1px solid #333544;
  border-radius: 23px
}

.btn_detail_view,
.btn_white {
  display: inline-block;
  overflow: hidden;
  color: #4f4f5a;
  background: #fff;
  transition: all .3s ease 0s;
  text-align: center
}

.btn_white {
  line-height: 29px;
  font-size: 1.4rem
}

.btn_white,
.btn_white_1.off {
  height: 30px;
  border-radius: 23px
}

.btn_white_1.off {
  overflow: hidden;
  line-height: 28px;
  font-size: 1.3rem;
  color: #fff;
  background: #143e4f;
  transition: all .3s ease 0s;
  text-align: center
}

.btn_white_1,
.btn_white_1.off {
  display: inline-block
}

.btn_white_1 span {
  display: flex;
  height: 30px;
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  border: 1px solid #333;
  border-radius: 15px
}

.btn_board_write,
.btn_white_1 span {
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  transition: all .3s ease 0s
}

.btn_board_write {
  display: inline-flex;
  width: 100%;
  height: 38px;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 2px;
  background: #febd02
}

.btn_agree,
.btn_info {
  color: #9a9aa7
}

.btn_agree,
.btn_current,
.btn_info {
  display: inline-block;
  overflow: hidden;
  height: 26px;
  line-height: 24px;
  font-size: 1.3rem;
  border: 1px solid #333544;
  border-radius: 23px;
  background: #141621;
  transition: all .3s ease 0s;
  text-align: center
}

.btn_current {
  color: #fff
}

.btn_close {
  display: inline-block;
  overflow: hidden;
  height: 26px;
  line-height: 24px;
  font-size: 1.3rem;
  color: #4f4f5a;
  border: 1px solid #333544;
  border-radius: 23px;
  background: #fff;
  transition: all .3s ease 0s;
  text-align: center
}

.btn_close_1 {
  height: 30px;
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  border: 1px solid #333;
  border-radius: 15px;
  padding-bottom: 2px;
  transition: all .3s ease 0s
}

.btn_buy,
.btn_close_1 {
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.btn_buy {
  background: #f14f57;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.btn_buy,
.btn_sell {
  height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.5rem
}

.btn_sell {
  background: #3488db;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.btn_grey,
.btn_sell {
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.btn_grey {
  height: 40px;
  border-radius: 3px;
  background: #a3a4a6;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.btn_cancel {
  color: #4f4f5a;
  border-radius: 23px;
  background: #fff
}

.btn_cancel,
.btn_end {
  display: inline-block;
  overflow: hidden;
  height: 49px;
  line-height: 48px;
  font-size: 1.5rem;
  transition: all .3s ease 0s;
  text-align: center
}

.btn_end {
  color: #fff;
  border: 1px solid #333544;
  border-radius: 23px;
  background: #141621
}

.btn_deposit {
  background: none;
  background: #549b1b
}

.btn_deposit,
.btn_withdrawal {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  padding-bottom: 1px;
  transition: all .3s
}

.btn_withdrawal {
  background: none;
  background: #ff6900
}

.btn_main_line_mini {
  height: 24px;
  line-height: 22px;
  font-size: 1.3rem;
  color: #676c71;
  background: #f6f6f6;
  border-radius: 5px;
  border: 1px solid hsla(0, 0%, 93.3%, .93333);
  transition: all .3s
}

.btn_main_2_no,
.btn_main_line_mini {
  display: inline-block;
  text-align: center
}

.btn_main_2_no {
  position: relative;
  height: 46px;
  font-size: 1.5rem;
  color: #e32028;
  line-height: 46px;
  font-weight: 500;
  transition: all .5s
}

.btn_main_2_no:after {
  width: 14px;
  height: 12px;
  background: url(/images/common/icon_arr_blue.png) no-repeat;
  margin-left: 10px
}

.btn_main_2_no:after,
.btn_main_2_no:before {
  content: "";
  display: inline-block;
  transition: all .5s
}

.btn_main_2_no:before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 40%;
  height: 46px;
  border-radius: 23px;
  background: #a9da2b
}

.btn_lightgray {
  display: inline-block;
  height: 46px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 46px;
  background: #676c71
}

.btn_lightgray,
.btn_lightgray_s {
  font-weight: 400;
  text-align: center;
  border-radius: 23px;
  transition: all .5s
}

.btn_lightgray_s {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 1.4rem;
  color: #9a9aa7;
  background: rgba(0, 0, 0, .1)
}

.btn_main_deep {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background: #ff6900;
  border-radius: 40px;
  transition: all .3s
}

.btn_main_3_line {
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
  border: 1px solid #febd02
}

.btn_main_3_line,
.btn_main_3_line_m {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background: #141621;
  padding: 0;
  transition: all .3s
}

.btn_main_3_line_m {
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  border: 1px solid #febd02
}

.btn_main_3_xs {
  height: 24px;
  line-height: 24px;
  font-size: 1.3rem;
  color: #fff;
  background: #febd02;
  border-radius: 24px
}

.btn_main_3_xs,
.btn_main_grey_xs {
  display: inline-block;
  text-align: center;
  transition: all .3s
}

.btn_main_grey_xs {
  height: 22px;
  font-size: 1.2rem;
  color: #000;
  background: #ababab;
  border-radius: 21px
}

.btn_main_no_line {
  height: 40px;
  line-height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #141621;
  border-radius: 40px;
  border: 1px solid #7e93a6
}

.btn_main_m_reverse,
.btn_main_no_line {
  display: inline-block;
  text-align: center;
  transition: all .3s
}

.btn_main_m_reverse {
  height: 36px;
  line-height: 36px;
  font-size: 1.4rem;
  color: #e32028;
  background: #fff;
  border-radius: 36px;
  cursor: pointer
}

.btn_s {
  max-width: 80px;
  width: 100%;
  height: 26px;
  padding: 0 5px 2px
}

.btn_s,
.btn_xs {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 3px
}

.btn_xs {
  height: 22px;
  font-size: 1.2rem;
  padding: 0 10px 2px
}

.btn_s_gray {
  display: inline-block;
  height: 26px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-weight: 300;
  background: #bac0c5;
  padding: 0 10px
}

.btn_s_gray i {
  font-size: 12px;
  margin-left: 5px
}

.btn_s_orange {
  display: inline-block;
  height: 26px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-weight: 300;
  background: #ff711a;
  padding: 0 10px
}

.btn_s_orange i {
  font-size: 12px;
  margin-left: 5px
}

.btn_s_orange img {
  margin-top: -2px;
  margin-left: 10px
}

.btn_s_dblue {
  display: inline-block;
  height: 26px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-weight: 300;
  background: #252158;
  padding: 0 10px
}

.btn_s_dblue i {
  font-size: 12px;
  margin-left: 5px
}

.btn_s_dblue img {
  margin-top: -2px;
  margin-left: 10px
}

.btn_m_gradient {
  background: linear-gradient(90deg, #c2453a, #362555)
}

.btn_m_black,
.btn_m_gradient {
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 34px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 4px;
  border: 2px solid #dddde4
}

.btn_m_black {
  background: #424242
}

.btn_l_gradient {
  border-radius: 8px;
  border: 3px solid #ea5c06
}

.btn_l_gradient,
.btn_l_gradient_g {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 46px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  background: linear-gradient(90deg, #c2453a, #362555)
}

.btn_l_gradient_g {
  border-radius: 8px;
  border: 3px solid #dddde4
}

.btn_l_black {
  width: 180px;
  border-radius: 8px;
  border: 3px solid #dddde4;
  background: #424242
}

.btn_l_black,
.btn_l_buy {
  display: inline-block;
  height: 50px;
  line-height: 46px;
  color: #fff;
  font-size: 15px;
  font-weight: 400
}

.btn_l_buy {
  width: 160px;
  border-radius: 8px;
  border: 3px solid #ea5c06;
  background: #d23a1f
}

.btn_l_sell {
  background: #4d48a5
}

.btn_l_cancel,
.btn_l_sell {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 46px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 8px;
  border: 3px solid #ea5c06
}

.btn_l_cancel {
  background: #444
}

@media (min-width:768px) {
  .btn_main span:hover {
    background: #ff2152
  }

  .btn_main_1:hover {
    color: #fff;
    background-position: 100%
  }

  .btn_main_1_line:hover,
  .btn_main_1_line_1:hover {
    background: #ff542e;
    color: #fff
  }

  .btn_main_1_line_on:hover {
    background: #e32028;
    color: #fff
  }

  .btn_main_2:hover {
    color: #fff;
    background-position: 100%
  }

  .btn_main_2_line:hover {
    color: #2f3b49;
    background: #141621
  }

  .btn_main_3_light:hover {
    color: #fff;
    background: #555
  }

  .btn_main_3:hover {
    border: 1px solid #60baf6;
    box-shadow: inset 0 0 20px rgba(38, 187, 255, .8), 0 0 20px rgba(38, 187, 255, .5)
  }

  .btn_main_4:hover {
    background: #8ea4b7;
    color: #fff
  }

  .btn_main_5:hover {
    border: 1px solid #ff542e;
    box-shadow: inset 0 0 20px rgba(13, 255, 233, .8), 0 0 20px rgba(13, 255, 233, .5)
  }

  .btn_grey_list:hover {
    background: #8ea4b7;
    color: #fff
  }

  .btn_delete_list:hover {
    background: #ff5c29;
    color: #fff
  }

  .btn_del:hover,
  .btn_modify_list:hover {
    background: #555;
    color: #fff
  }

  .btn_main_2_s:hover {
    color: #fff;
    background-position: 100%
  }

  .btn_main_3_1 span:hover {
    background: #ffc92f
  }

  .btn_main_3_1 span:hover:after {
    border-right: 25px solid #ffc92f
  }

  .btn_main_3_1 span:hover:before {
    border-left: 25px solid #ffc92f
  }

  .btn_main_line span:hover {
    background: #ff542e
  }

  .btn_main_s:hover {
    color: #fff;
    background-position: 100%
  }

  .btn_detail_view:hover {
    color: #4f4f5a;
    background: #27313b
  }

  .btn_white:hover {
    color: #e32028
  }

  .btn_white_1 span:hover {
    color: #000;
    background: #ff542e
  }

  .btn_board_write:hover {
    color: #fff;
    background: #fea802
  }

  .btn_agree:hover,
  .btn_info:hover {
    color: #4f4f5a;
    background: #fff
  }

  .btn_close:hover,
  .btn_current:hover {
    color: #000;
    background: #fff
  }

  .btn_close_1:hover {
    color: #000;
    background: #ff542e
  }

  .btn_buy:hover {
    border: 1px solid #fe6e65;
    box-shadow: inset 0 0 20px rgba(254, 73, 66, .9), 0 0 20px rgba(254, 73, 66, .7)
  }

  .btn_sell:hover {
    border: 1px solid #60baf6;
    background: #337acb;
    box-shadow: inset 0 0 20px rgba(38, 187, 255, .8), 0 0 20px rgba(38, 187, 255, .5)
  }

  .btn_grey:hover {
    border: 1px solid #fff
  }

  .btn_end:hover {
    color: #000;
    background: #fff
  }

  .btn_cancel.small:hover {
    color: #fff;
    background: #171a23;
    border: 1px solid #333544
  }

  .btn_cancel:hover {
    color: #4f4f5a;
    background: #fff
  }

  .btn_cancel.small {
    height: 28px;
    line-height: 26px;
    font-size: 1.3rem;
    border: 1px solid #000
  }

  .btn_deposit:hover {
    background: #67bd26;
    color: #fff
  }

  .btn_withdrawal:hover {
    background: #ff5205;
    color: #fff
  }

  .btn_main_line_mini:hover {
    color: #fff;
    background: #e32028
  }

  .btn_main_2_no:hover {
    position: relative;
    display: block;
    height: 46px;
    font-size: 1.5rem;
    color: #fff;
    line-height: 46px;
    font-weight: 500;
    text-align: center
  }

  .btn_main_2_no:hover:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url(/images/common/icon_arr_white.png) no-repeat;
    margin-left: 10px
  }

  .btn_main_2_no:hover:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 46px;
    border-radius: 23px;
    background: #67b628
  }

  .btn_lightgray:hover,
  .btn_lightgray_s:hover {
    color: #fff;
    background: #20222b
  }

  .btn_main_deep:hover {
    color: #fff;
    background: #e32028
  }

  .btn_main_3_line:hover,
  .btn_main_3_line_m:hover {
    color: #fff;
    border: 1px solid #fea802;
    background: #fea802
  }

  .btn_main_3_xs:hover {
    color: #fff;
    background: #fea802
  }

  .btn_main_grey_xs:hover {
    color: #000;
    background: #fff
  }

  .btn_main_no_line:hover {
    color: #fff;
    background: #7e93a6
  }

  .btn_main_m_reverse:hover {
    color: #fff;
    background: #f4053a
  }

  .btn_l_black:hover,
  .btn_l_buy:hover,
  .btn_l_gradient:hover,
  .btn_l_gradient_g:hover,
  .btn_l_sell:hover,
  .btn_s_dblue:hover,
  .btn_s_gray:hover,
  .btn_s_orange:hover {
    color: #fff
  }
}
body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

*,
.focus,
:active,
:focus,
:hover {
  outline: none ;
  box-shadow: none 
}

input,
select,
textarea {
  width: 100%;
  border: 0;
  font-size: 1.4rem;
  margin: 0 0 10px;
  max-width: 100%;
  resize: none
}

input[type=submit] {
  width: auto
}

input[type=button],
input[type=email],
input[type=password],
input[type=search],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
  outline: none
}

input:focus,
textarea:focus {
  border-color: #585858;
  outline: none
}

input[type=button]:focus {
  outline: none
}

select::-ms-expand {
  display: none
}

.box_check {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

.input_check[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: auto;
  height: 26px;
  color: #797986;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0 0 0 40px;
  line-height: 26px
}

.input_check[type=checkbox] {
  display: none
}

.input_check[type=checkbox]:checked+label {
  color: #fff
}

.input_check[type=checkbox]+label:before,
.input_check[type=checkbox]:checked+label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-size: 26px;
  background-repeat: no-repeat
}

.input_check[type=checkbox]+label:before {
  background-image: url(/_nuxt/img/checkbox.9cefcea.png);
  background-size: 26px 
}

.input_check[type=checkbox]:checked+label:before {
  background-image: url(/_nuxt/img/checkbox_on.df88d4f.png);
  background-size: 26px 
}

.input_check_1[type=checkbox]+label {
  position: relative;
  display: inline-block;
  width: auto;
  height: 26px;
  color: #797986;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0 0 0 30px;
  line-height: 22px
}

.input_check_1[type=checkbox] {
  display: none
}

.input_check_1[type=checkbox]:checked+label {
  color: #fff
}

.input_check_1[type=checkbox]+label:before,
.input_check_1[type=checkbox]:checked+label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat
}

.input_check_1[type=checkbox]+label:before {
  background-image: url(/images/checkbox.png);
  background-size: 24px 
}

.input_check_1[type=checkbox]:checked+label:before {
  background-image: url(/images/checkbox.png);
  content: "✔";
  text-align: center;
  background-size: 24px; 
}

.can-toggle {
  position: relative
}

.can-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0
}

.can-toggle input[type=checkbox][disabled]~label {
  pointer-events: none
}

.can-toggle input[type=checkbox][disabled]~label .can-toggle__switch {
  opacity: .4
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
  content: attr(data-checked)
}

.can-toggle label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center
}

.can-toggle label .can-toggle__switch {
  position: relative
}

.can-toggle label .can-toggle__switch:before {
  position: absolute;
  top: 0;
  text-align: center
}

.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 2;
  text-align: center;
  background: #fff;
  transform: translateZ(0)
}

.can-toggle input[type=checkbox][disabled]~label {
  color: #ababab;
  text-indent: -999999
}

.can-toggle input[type=checkbox]:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:hover~label .can-toggle__switch {
  background-color: #adadad
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle__switch,
.can-toggle input[type=checkbox]:checked~label .can-toggle__switch {
  background-color: #e32028
}

.can-toggle label .can-toggle__label-text {
  flex: 1;
  font-size: 1.4rem;
  color: #ababab;
  line-height: 155%
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__label-text {
  color: #ff9710;
  font-size: 1.4rem
}

.can-toggle label .can-toggle__switch {
  transition: background-color .3s cubic-bezier(0, 1, .5, 1);
  background: #adadad
}

.can-toggle label .can-toggle__switch:before {
  color: #3e7cc0
}

.can-toggle label .can-toggle__switch:after {
  transition: transform .3s cubic-bezier(0, 1, .5, 1);
  color: #fff
}

.can-toggle input[type=checkbox]:checked~label .can-toggle__switch:after {
  transform: translate3d(23px, 0, 0)
}

.can-toggle input[type=checkbox]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type=checkbox]:checked:hover~label .can-toggle label {
  font-size: 1px
}

.can-toggle label .can-toggle__switch {
  cursor: pointer;
  height: 25px;
  flex: 0 0 50px;
  border-radius: 15px
}

.can-toggle label .can-toggle__switch:before {
  left: 20px;
  font-size: 11px;
  line-height: 25px;
  width: 57px;
  padding: 0 8px
}

.can-toggle label .can-toggle__switch:after {
  top: 3px;
  left: 3px;
  border-radius: 12px;
  width: 20px;
  line-height: 19px;
  font-size: 11px
}

.box_form>span {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 5px 0
}

.label {
  display: block;
  color: #fff ;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: -.5px;
  padding-left: 5px
}

.input_text {
  display: block;
  line-height: 36px;
  border: 0;
  border-bottom: 1px solid #333544;
  background: none
}

.input_1,
.input_text {
  height: 40px;
  font-size: 1.5rem;
  color: #fff
}

.input_1 {
  line-height: 40px;
  border: 1px solid #404048;
  border-radius: 0;
  background: #0b0c10;
  padding: 0 15px
}

.input_50 {
  line-height: 48px;
  color: #ff542e;
  background: #141621
}

.input_50,
.input_disabled {
  height: 50px;
  font-size: 1.6rem;
  border: 1px solid #333544;
  border-radius: 0;
  padding: 0 20px
}

.input_disabled {
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, .05)
}

.textarea::-moz-placeholder {
  color: #9a9aa7 
}

.textarea::placeholder {
  color: #9a9aa7 
}

.textarea::-webkit-input-placeholder {
  color: #9a9aa7 
}

.textarea:-ms-input-placeholder {
  color: #9a9aa7 
}

.input[type=file] {
  padding: 9px 10px
}

.input[type=file],
.input_1[type=file] {
  height: 46px;
  font-size: 1.5rem;
  line-height: 20px
}

.input_1[type=file] {
  color: #fff;
  border: 1px solid #404048;
  border-radius: 0;
  background: #0b0c10;
  padding: 8px 15px 9px
}

.input:focus,
.input:hover {
  border: 1px solid hsla(0, 0%, 100%, .4);
  cursor: pointer
}

.input:disabled {
  opacity: .5
}

.input.white {
  background: #fff
}

.select {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  line-height: 48px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #333544;
  background: #22232f url(/images/common/icon_select.png) no-repeat right 18px top 20px;
  background-size: auto 9px;
  padding: 0 20px;
  margin: 0
}

.select option {
  background: #141621 ;
  color: #9a9aa7
}

.select:disabled {
  opacity: .5
}

.select_1 {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  line-height: 36px;
  color: #fff;
  border: 1px solid #e32028;
  border-radius: 0;
  background: #0b0c10 url(/images/common/icon_select.png) no-repeat right 14px center;
  padding: 0 40px 0 15px
}

.select_1 option {
  background: #fff;
  color: #9a9aa7
}

.select_2 {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  line-height: 36px;
  color: #fff;
  border: 1px solid #404048;
  border-radius: 0;
  background: #0b0c10 url(/images/common/icon_select.png) no-repeat right 14px center;
  padding: 0 40px 0 15px
}

.select_2 option {
  background: #fff;
  color: #9a9aa7
}

.textarea {
  min-height: 200px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  border: 1px solid #333544;
  border-radius: 0;
  background: #141621;
  padding: 10px
}

.textarea:hover {
  border-color: #585858
}

.textarea_1 {
  min-height: 200px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  border: 1px solid #404048;
  border-radius: 0;
  background: #0b0c10;
  padding: 10px
}

.textarea_1:hover {
  border-color: #585858
}

.input_s {
  height: 40px;
  font-size: 1.3rem;
  line-height: 38px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #333544;
  background: #22232f;
  padding: 0 15px;
  margin: 0
}

.input_s::-moz-placeholder {
  font-size: 1.3rem;
  color: hsla(0, 0%, 100%, .7) 
}

.input_s:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .7) 
}

.input_s::placeholder {
  font-size: 1.3rem;
  color: hsla(0, 0%, 100%, .7) 
}

.input_s::-webkit-input-placeholder {
  font-size: 1.3rem;
  color: hsla(0, 0%, 100%, .7) 
}

.input_s:-ms-input-placeholder {
  font-size: 1.3rem;
  color: #797986 
}

.input {
  height: 50px;
  font-size: 1.4rem;
  line-height: 48px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #333544;
  background: #22232f;
  padding: 0 20px;
  margin: 0;
  /* text-align: center; */
}

.input::-moz-placeholder {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .5) 
}

.input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5) 
}

.input::placeholder {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .5) 
}

.input::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .5) 
}

.input:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #797986 
}

.input_button {
  right: 9px;
  top: 9px
}

.input_button,
.input_button_1 {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 32px;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 16px;
  background: #e32028;
  padding-bottom: 2px;
  transition: all .3s
}

.input_button_1 {
  right: 4px;
  top: 4px
}

.i_state {
  position: absolute;
  right: 30px;
  top: 11px;
  z-index: 1
}

.i_state i {
  font-size: 2rem;
  color: #e32028
}

.i_state_join {
  position: absolute;
  right: 20px;
  bottom: 14px;
  z-index: 1
}

.i_state_join i {
  font-size: 2rem;
  color: #a9da2b
}

.place_main::-moz-placeholder {
  color: #e32028 
}

.place_main::placeholder {
  color: #e32028 
}

.place_main::-webkit-input-placeholder {
  color: #e32028 
}

.place_main:-ms-input-placeholder {
  color: #e32028 
}

.form_point {
  position: relative;
  padding: 0 50px
}

.box_form_span {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 5px 0
}

.error-text {
  display: block;
  font-size: 1.4rem;
  color: #ff5266;
  padding: 5px 0 5px 15px
}

@media (max-width:767px) {
  .form_point {
    position: relative
  }

  .form_point,
  .input,
  .select {
    padding: 0 10px
  }
}

@media (min-width:768px) {

  .input_button:hover,
  .input_button_1:hover {
    color: #fff;
    background: #ff542e
  }
}
body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: auto 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

.empty_item {
  width: 100% ;
  padding: 15px;
  color: #797986;
  border-bottom: 1px solid #ccc
}

.empty_item,
.empty_item_1 {
  font-size: 1.4rem;
  text-align: center
}

.empty_item_1 {
  width: 100%;
  color: #9a9aa7;
  border: 0;
  padding: 20px 0
}

.text_info {
  font-size: 1.5rem;
  color: #fff
}

.text_info div,
.text_info p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.4
}

.text_info strong {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff
}

.box_reply_area p {
  font-size: 1.4rem
}

.border_img img {
  max-width: 100%;
  width: auto;
  height: auto
}

.ck-content {
  height: 300px;
  line-height: 1.8rem
}

.ck-editor {
  color: #9a9aa7
}

.ck-editor__editable,
.ck.ck-toolbar {
  background: #1b1b23 ;
  border: 1px solid #404048 
}

.ck.ck-toolbar {
  border-bottom: 0 
}

.ck.ck-reset_all,
.ck.ck-reset_all * {
  color: #9a9aa7 
}

.ck-editor h1 * {
  font-size: 3.6rem 
}

.ck-editor h2 * {
  font-size: 3rem 
}

.ck-editor h3 * {
  font-size: 2.4rem 
}

.ck-editor h4 * {
  font-size: 2rem 
}

.ck-sticky-panel__content {
  display: none 
}

.table_history {
  width: 100%;
  table-layout: fixed
}

.table_history>thead>tr>th {
  height: 36px;
  color: #9a9aa7;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  padding: 0;
}

.table_history>tbody>tr {
  background: hsla(0, 0%, 100%, .05)
}

.table_history>tbody>tr:hover {
  /* background: hsla(0, 0%, 100%, .09) */
}

.table_history>tbody>tr>td {
  color: #fff;
  font-weight: 400;
  text-align: center;
  border: 1px solid #16161c;
  border-collapse: collapse;
  /* border-left: 1px solid #16161c;
  border-bottom: 1px solid #16161c; */
  padding: 8px 5px
}

.table_history>tbody>tr>td:first-child {
  /* border-left: 0 */
}

.table_history>tbody>tr:last-child td {
  /* border-bottom: 0 */
}

.table_history>tbody>td img {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 12px
}

.table_history>tbody>td span {
  font-size: 1.4rem
}

.table_history>tbody>tr>td s {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: hsla(0, 0%, 100%, .15);
  border-radius: 3px;
  padding: 4px 8px 5px
}

.table_history_pop {
  table-layout: fixed
}

.table_history_pop>thead>tr>th {
  color: #9a9aa7
}

.table_history_pop>tbody>tr {
  background: #303039
}

.table_history_pop>tbody>tr:hover {
  background: hsla(0, 0%, 100%, .09)
}

.table_history_pop>tbody>tr>td {
  border-left: 1px solid #16161c;
  border-bottom: 1px solid #16161c;
  padding: 8px 10px
}

.table_history_pop>tbody>tr:last-child td {
  border-bottom: 0
}

.table_history_pop>tbody>tr>td s {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: hsla(0, 0%, 100%, .15);
  border-radius: 3px;
  padding: 4px 8px 5px
}

.table_history_pop {
  display: flex;
  width: 100%;
  table-layout: inherit;
  background: #303039
}

.table_history_pop>thead>tr,
.table_history_pop colgroup {
  display: none
}

.table_history_pop>thead>tr>th {
  height: 36px;
  color: #797986;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  padding: 0 10px
}

.table_history_pop>tbody {
  display: flex;
  flex-direction: column;
  width: 100%
}

.table_history_pop>tbody>tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #16161c;
  padding: 5px
}

.table_history_pop>tbody>tr:hover {
  background: hsla(0, 0%, 100%, .07)
}

.table_history_pop>tbody>tr>td {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-left: 0;
  border-bottom: 0;
  padding: 6px 10px
}

.table_history_pop>tbody>tr>td:first-child {
  border-left: 0
}

.table_history_pop>tbody>tr:last-child {
  border-bottom: 0
}

.table_history_pop>tbody>tr:last-child td {
  height: auto;
  padding: 8px 10px
}

.table_history_pop>tbody>td img {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 12px
}

.table_history_pop>tbody>td span {
  font-size: 1.4rem
}

.table_history_pop tbody td .text-des {
  display: inline-flex;
  margin-right: 10px;
  color: #fff ;
  opacity: .5
}

.table_history_in {
  width: 100%;
  table-layout: fixed;
  color: #fff
}

.table_history_in thead th {
  height: 36px;
  text-align: center;
  border-right: 1px solid #16161c;
  font-size: 1.4rem;
  font-weight: 400;
  background: #24242c;
  color: #9a9aa7;
  padding: 0 10px
}

.table_history_in tbody tr {
  background: #36363f
}

.table_history_in tbody tr:hover {
  background: hsla(0, 0%, 100%, .07)
}

.table_history_in tbody tr td {
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #16161c;
  border-bottom: 1px solid #16161c;
  padding: 8px 10px
}

.table_history_in tbody tr td:first-child {
  border-left: 0
}

.table_history_in tbody tr:last-child td {
  border-bottom: 0
}

.table_history_in tbody td img {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
  width: 12px
}

.table_history_in tbody td span {
  font-size: 1.4rem
}

.ul_bet_history>li {
  margin-bottom: 30px;
  border: 1px solid #000
}

.ul_bet_history.li_m_b_5>li {
  margin-bottom: 5px;
  border: 1px solid #000
}

.ul_bet_history>li:last-child {
  margin-bottom: 0
}

.bet_text_info {
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  color: #aaa
}

.bet_text_info span {
  padding-right: 10px
}

.bet_text_info span i {
  color: #e32028
}

.bet_text_info button {
  margin-right: 2px
}

.i_odd {
  background: #febd02
}

.i_even,
.i_odd {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 100%;
  padding-bottom: 2px
}

.i_even {
  background: #ff5266
}

.i_big {
  background: #009b1b
}

.i_big,
.i_middle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 100%;
  padding-bottom: 2px
}

.i_middle {
  background: #febd02
}

.i_small {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  background: #549b1b;
  border-radius: 100%;
  padding-bottom: 2px
}

.i_up {
  border: 1px solid #ff5266;
  border-radius: 100%
}

.i_down,
.i_up {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(0, 0, 0, .1);
  padding-bottom: 2px
}

.i_down {
  border: 1px solid #febd02;
  border-radius: 100%
}

.i_normal {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  background: #606070;
  border-radius: 100%;
  padding-bottom: 2px
}

@media (max-width:991px) {
  /* .table_history {
    display: flex;
    width: 100%;
    table-layout: inherit
  }

  .table_history>thead>tr,
  .table_history colgroup {
    display: none
  }

  .table_history>thead>tr>th {
    height: 36px;
    color: #797986;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    padding: 0 10px
  }

  .table_history>tbody {
    display: flex;
    flex-direction: column;
    width: 100%
  } */

  /* .table_history>tbody>tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #16161c;
    background: hsla(0, 0%, 100%, .06);
    padding: 5px
  }

  .table_history>tbody>tr>td {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-left: 0;
    border-bottom: 0;
    padding: 6px 10px
  }

  .table_history>tbody>tr>td:first-child {
    border-left: 0
  }

  .table_history>tbody>tr:last-child {
    border-bottom: 0
  }

  .table_history>tbody>tr:last-child td {
    height: auto;
    padding: 8px 10px
  } */

  .table_history>tbody>td img {
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
    width: 12px
  }

  .table_history>tbody>td span {
    font-size: 1.4rem
  }

  .table_history_in {
    display: flex;
    width: 100%;
    table-layout: inherit
  }

  .table_history_in colgroup,
  .table_history_in thead tr {
    display: none
  }

  .table_history_in thead tr th {
    height: 36px;
    color: #797986;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
    padding: 0 10px
  }

  .table_history_in tbody {
    display: flex;
    flex-direction: column;
    width: 100%
  }

  .table_history_in tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #16161c
  }

  .table_history_in tbody tr td {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-left: 0;
    border-bottom: 0;
    padding: 6px 10px
  }

  .table_history_in tbody tr td:first-child {
    border-left: 0
  }

  .table_history_in tbody tr td:last-child {
    width: 100%;
    justify-content: flex-start
  }

  .table_history_in tbody tr:last-child {
    border-bottom: 0
  }

  .table_history_in tbody tr:last-child td {
    height: auto;
    padding: 8px 10px
  }

  .table_history_in tbody td img {
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
    width: 12px
  }

  .table_history_in tbody td span {
    font-size: 1.4rem
  }

  .ul_bet_history {
    width: 100%;
    margin-top: 10px
  }

  .ul_bet_history>li {
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 10px
  }

  .ul_bet_history>li:last-child {
    margin-bottom: 0
  }

  .bet_text_info {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 1.2rem;
    color: #aaa
  }

  .bet_text_info span {
    padding-right: 10px;
    margin: 0 0 8px
  }

  .bet_text_info span i {
    color: #e32028
  }

  .bet_text_info button {
    margin-right: 2px
  }
}
.flag-icon {
  background: url(/images/common/flags.png) no-repeat 0 0/100%;
  width: 16px;
  height: 16px;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated
}

.flag-asean {
  background-position: 0 0
}

.flag-afghanistan {
  background-position: 0 .34483%
}

.flag-africa {
  background-position: 0 .68966%
}

.flag-aland {
  background-position: 0 1.03448%
}

.flag-albania,
.separator-contain-nav .settings-icon-contain.leng-b.selected-alb:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.alb:before {
  background-position: 0 1.37931%
}

.flag-alderney {
  background-position: 0 1.72414%
}

.flag-algeria {
  background-position: 0 2.06897%
}

.flag-all {
  background-position: 0 2.41379%
}

.flag-americansamoa {
  background-position: 0 2.75862%
}

.flag-andorra {
  background-position: 0 3.10345%
}

.flag-angola {
  background-position: 0 3.44828%
}

.flag-anguilla {
  background-position: 0 3.7931%
}

.flag-antiguaandbarbuda {
  background-position: 0 4.13793%
}

.flag-arableague,
.separator-contain-nav .settings-icon-contain.leng-b.selected-arb:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.arb:before {
  background-position: 0 4.48276%
}

.flag-argentina {
  background-position: 0 4.82759%
}

.flag-armenia,
.separator-contain-nav .settings-icon-contain.leng-b.selected-arm:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.arm:before {
  background-position: 0 5.17241%
}

.flag-aruba {
  background-position: 0 5.51724%
}

.flag-asia {
  background-position: 0 5.86207%
}

.flag-australia {
  background-position: 0 6.2069%
}

.flag-austria {
  background-position: 0 6.55172%
}

.flag-azerbaijan,
.separator-contain-nav .settings-icon-contain.leng-b.selected-aze:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.aze:before {
  background-position: 0 6.89655%
}

.flag-bahamas {
  background-position: 0 7.24138%
}

.flag-bahrain {
  background-position: 0 7.58621%
}

.flag-bangladesh {
  background-position: 0 7.93103%
}

.flag-barbados {
  background-position: 0 8.27586%
}

.flag-basquecountry {
  background-position: 0 8.62069%
}

.flag-belarus {
  background-position: 0 8.96552%
}

.flag-belgium {
  background-position: 0 9.31034%
}

.flag-belize {
  background-position: 0 9.65517%
}

.flag-benin {
  background-position: 0 10%
}

.flag-bermuda {
  background-position: 0 10.34483%
}

.flag-bhutan {
  background-position: 0 10.68966%
}

.flag-bolivia {
  background-position: 0 11.03448%
}

.flag-bonairesinteustatiusandsaba {
  background-position: 0 11.37931%
}

.flag-bosniaherzegovina,
.separator-contain-nav .settings-icon-contain.leng-b.selected-bos:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.bos:before {
  background-position: 0 11.72414%
}

.flag-botswana {
  background-position: 0 12.06897%
}

.flag-bouvet {
  background-position: 0 12.41379%
}

.flag-brazil,
.separator-contain-nav .settings-icon-contain.leng-b.selected-pt-br:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.pt-br:before {
  background-position: 0 12.75862%
}

.flag-britishindianoceanterritory {
  background-position: 0 13.10345%
}

.flag-brunei {
  background-position: 0 13.44828%
}

.flag-bulgaria,
.separator-contain-nav .settings-icon-contain.leng-b.selected-bgr:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.bgr:before {
  background-position: 0 13.7931%
}

.flag-burkinafaso {
  background-position: 0 14.13793%
}

.flag-burundi {
  background-position: 0 14.48276%
}

.flag-caricom {
  background-position: 0 14.82759%
}

.flag-cis {
  background-position: 0 15.17241%
}

.flag-cambodia,
.flag-cambodja {
  background-position: 0 15.51724%
}

.flag-cameroon {
  background-position: 0 15.86207%
}

.flag-canada,
.separator-contain-nav .settings-icon-contain.leng-b.selected-en-ca:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.en-ca:before {
  background-position: 0 16.2069%
}

.flag-capeverde {
  background-position: 0 16.55172%
}

.flag-catalonia {
  background-position: 0 16.89655%
}

.flag-caymanislands {
  background-position: 0 17.24138%
}

.flag-centralafricanrepublic {
  background-position: 0 17.58621%
}

.flag-chad {
  background-position: 0 17.93103%
}

.flag-chile {
  background-position: 0 18.27586%
}

.flag-china,
.separator-contain-nav .settings-icon-contain.leng-b.selected-chi:before,
.separator-contain-nav .settings-icon-contain.leng-b.selected-zhh:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.chi:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.zhh:before {
  background-position: 0 18.62069%
}

.flag-chinesetaipei {
  background-position: 0 18.96552%
}

.flag-christmas {
  background-position: 0 19.31034%
}

.flag-cocoskeeling {
  background-position: 0 19.65517%
}

.flag-colombia {
  background-position: 0 20%
}

.flag-commonwealth {
  background-position: 0 20.34483%
}

.flag-comoros {
  background-position: 0 20.68966%
}

.flag-congobrazzaville {
  background-position: 0 21.03448%
}

.flag-congokinshasa {
  background-position: 0 21.37931%
}

.flag-cookislands {
  background-position: 0 21.72414%
}

.flag-costarica {
  background-position: 0 22.06897%
}

.flag-cotedivoire {
  background-position: 0 22.41379%
}

.flag-croatia,
.separator-contain-nav .settings-icon-contain.leng-b.selected-hrv:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.hrv:before {
  background-position: 0 22.75862%
}

.flag-cuba {
  background-position: 0 23.10345%
}

.flag-curacao {
  background-position: 0 23.44828%
}

.flag-cyprus {
  background-position: 0 23.7931%
}

.flag-czechrepublic,
.separator-contain-nav .settings-icon-contain.leng-b.selected-cze:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.cze:before {
  background-position: 0 24.13793%
}

.flag-denmark,
.separator-contain-nav .settings-icon-contain.leng-b.selected-dan:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.dan:before {
  background-position: 0 24.48276%
}

.flag-djibouti {
  background-position: 0 24.82759%
}

.flag-dominica {
  background-position: 0 25.17241%
}

.flag-dominicanrepublic {
  background-position: 0 25.51724%
}

.flag-ecuador {
  background-position: 0 25.86207%
}

.flag-egypt {
  background-position: 0 26.2069%
}

.flag-elsalvador {
  background-position: 0 26.55172%
}

.flag-england {
  background-position: 0 26.89655%
}

.flag-equatorialguinea {
  background-position: 0 27.24138%
}

.flag-eritrea {
  background-position: 0 27.58621%
}

.flag-estonia,
.separator-contain-nav .settings-icon-contain.leng-b.selected-est:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.est:before {
  background-position: 0 27.93103%
}

.flag-ethiopia {
  background-position: 0 28.27586%
}

.flag-europe {
  background-position: 0 28.62069%
}

.flag-fao {
  background-position: 0 28.96552%
}

.flag-falkland {
  background-position: 0 29.31034%
}

.flag-faroeislands,
.flag-faroes {
  background-position: 0 29.65517%
}

.flag-fiji {
  background-position: 0 30%
}

.flag-finland,
.separator-contain-nav .settings-icon-contain.leng-b.selected-fin:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.fin:before {
  background-position: 0 30.34483%
}

.flag-france,
.separator-contain-nav .settings-icon-contain.leng-b.selected-fre:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.fre:before {
  background-position: 0 30.68966%
}

.flag-french-guiana {
  background-position: 0 31.03448%
}

.flag-frenchsouthernandantarcticlands {
  background-position: 0 31.37931%
}

.flag-gabon {
  background-position: 0 31.72414%
}

.flag-galicia {
  background-position: 0 32.06897%
}

.flag-gambia {
  background-position: 0 32.41379%
}

.flag-georgia,
.separator-contain-nav .settings-icon-contain.leng-b.selected-geo:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.geo:before {
  background-position: 0 32.75862%
}

.flag-germany,
.separator-contain-nav .settings-icon-contain.leng-b.selected-ger:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.ger:before {
  background-position: 0 33.10345%
}

.flag-ghana {
  background-position: 0 33.44828%
}

.flag-gibraltar {
  background-position: 0 33.7931%
}

.flag-greatbritain,
.separator-contain-nav .settings-icon-contain.leng-b.selected-eng:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.eng:before {
  background-position: 0 34.13793%
}

.flag-greece,
.separator-contain-nav .settings-icon-contain.leng-b.selected-gre:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.gre:before {
  background-position: 0 34.48276%
}

.flag-greenland {
  background-position: 0 34.82759%
}

.flag-grenada {
  background-position: 0 35.17241%
}

.flag-guadeloupe {
  background-position: 0 35.51724%
}

.flag-guam {
  background-position: 0 35.86207%
}

.flag-guatemala {
  background-position: 0 36.2069%
}

.flag-guernsey {
  background-position: 0 36.55172%
}

.flag-guinea {
  background-position: 0 36.89655%
}

.flag-guineabissau {
  background-position: 0 37.24138%
}

.flag-guyana {
  background-position: 0 37.58621%
}

.flag-haiti {
  background-position: 0 37.93103%
}

.flag-heardislandandmcdonald {
  background-position: 0 38.27586%
}

.flag-honduras {
  background-position: 0 38.62069%
}

.flag-hongkong {
  background-position: 0 38.96552%
}

.flag-hungary,
.separator-contain-nav .settings-icon-contain.leng-b.selected-hun:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.hun:before {
  background-position: 0 39.31034%
}

.flag-iaea {
  background-position: 0 39.65517%
}

.flag-iho {
  background-position: 0 40%
}

.flag-iceland {
  background-position: 0 40.34483%
}

.flag-india,
.separator-contain-nav .settings-icon-contain.leng-b.selected-hin:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.hin:before {
  background-position: 0 40.68966%
}

.flag-indonesia,
.separator-contain-nav .settings-icon-contain.leng-b.selected-ind:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.ind:before {
  background-position: 0 41.03448%
}

.flag-international {
  background-position: 0 41.37931%
}

.flag-iran,
.separator-contain-nav .settings-icon-contain.leng-b.selected-fas:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.fas:before {
  background-position: 0 41.72414%
}

.flag-iraq {
  background-position: 0 42.06897%
}

.flag-ireland {
  background-position: 0 42.41379%
}

.flag-islamicconference {
  background-position: 0 42.75862%
}

.flag-isleofman {
  background-position: 0 43.10345%
}

.flag-israel,
.separator-contain-nav .settings-icon-contain.leng-b.selected-heb:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.heb:before {
  background-position: 0 43.44828%
}

.flag-italy,
.separator-contain-nav .settings-icon-contain.leng-b.selected-ita:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.ita:before {
  background-position: 0 43.7931%
}

.flag-jamaica {
  background-position: 0 44.13793%
}

.flag-japan,
.separator-contain-nav .settings-icon-contain.leng-b.selected-jpn:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.jpn:before {
  background-position: 0 44.48276%
}

.flag-jersey {
  background-position: 0 44.82759%
}

.flag-jordan {
  background-position: 0 45.17241%
}

.flag-kazakhstan {
  background-position: 0 45.51724%
}

.flag-kenya {
  background-position: 0 45.86207%
}

.flag-kiribati {
  background-position: 0 46.2069%
}

.flag-kosovo {
  background-position: 0 46.55172%
}

.flag-kurdish,
.separator-contain-nav .settings-icon-contain.leng-b.selected-kur:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.kur:before {
  background-position: 0 46.89655%
}

.flag-kuwait {
  background-position: 0 47.24138%
}

.flag-kyrgyzstan,
.separator-contain-nav .settings-icon-contain.leng-b.selected-kir:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.kir:before {
  background-position: 0 47.58621%
}

.flag-laopeoplesdemocraticrepublic,
.flag-laos {
  background-position: 0 47.93103%
}

.flag-latvia,
.separator-contain-nav .settings-icon-contain.leng-b.selected-lat:before,
.separator-contain-nav .settings-icon-contain.leng-b.selected-lav:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.lat:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.lav:before {
  background-position: 0 48.27586%
}

.flag-lebanon {
  background-position: 0 48.62069%
}

.flag-lesotho {
  background-position: 0 48.96552%
}

.flag-liberia {
  background-position: 0 49.31034%
}

.flag-libya {
  background-position: 0 49.65517%
}

.flag-liechtenshein {
  background-position: 0 50%
}

.flag-lithuania,
.separator-contain-nav .settings-icon-contain.leng-b.selected-lit:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.lit:before {
  background-position: 0 50.34483%
}

.flag-luxembourg {
  background-position: 0 50.68966%
}

.flag-macao,
.flag-macau {
  background-position: 0 51.03448%
}

.flag-macedonia,
.flag-northmacedonia,
.separator-contain-nav .settings-icon-contain.leng-b.selected-mac:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.mac:before {
  background-position: 0 51.37931%
}

.flag-madagascar,
.separator-contain-nav .settings-icon-contain.leng-b.selected-mlg:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.mlg:before {
  background-position: 0 51.72414%
}

.flag-malawi {
  background-position: 0 52.06897%
}

.flag-malaysia {
  background-position: 0 52.41379%
}

.flag-maldives {
  background-position: 0 52.75862%
}

.flag-mali {
  background-position: 0 53.10345%
}

.flag-malta {
  background-position: 0 53.44828%
}

.flag-marshallislands {
  background-position: 0 53.7931%
}

.flag-martinique {
  background-position: 0 54.13793%
}

.flag-mauritania {
  background-position: 0 54.48276%
}

.flag-mauritius {
  background-position: 0 54.82759%
}

.flag-mayotte {
  background-position: 0 55.17241%
}

.flag-mexico {
  background-position: 0 55.51724%
}

.flag-micronesia {
  background-position: 0 55.86207%
}

.flag-moldova {
  background-position: 0 56.2069%
}

.flag-monaco {
  background-position: 0 56.55172%
}

.flag-mongolia {
  background-position: 0 56.89655%
}

.flag-montenegro {
  background-position: 0 57.24138%
}

.flag-montserrat {
  background-position: 0 57.58621%
}

.flag-morocco {
  background-position: 0 57.93103%
}

.flag-mozambique {
  background-position: 0 58.27586%
}

.flag-myanmar {
  background-position: 0 58.62069%
}

.flag-nato {
  background-position: 0 58.96552%
}

.flag-namibia {
  background-position: 0 59.31034%
}

.flag-nauru {
  background-position: 0 59.65517%
}

.flag-nepal {
  background-position: 0 60%
}

.flag-netherlands,
.separator-contain-nav .settings-icon-contain.leng-b.selected-dut:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.dut:before {
  background-position: 0 60.34483%
}

.flag-netherlandsantilles {
  background-position: 0 60.68966%
}

.flag-newcaledonia {
  background-position: 0 61.03448%
}

.flag-newzealand {
  background-position: 0 61.37931%
}

.flag-nicaragua {
  background-position: 0 61.72414%
}

.flag-niger {
  background-position: 0 62.06897%
}

.flag-nigeria {
  background-position: 0 62.41379%
}

.flag-niue {
  background-position: 0 62.75862%
}

.flag-norfolk {
  background-position: 0 63.10345%
}

.flag-northamerica {
  background-position: 0 63.44828%
}

.flag-northkorea {
  background-position: 0 63.7931%
}

.flag-northerncyprus {
  background-position: 0 64.13793%
}

.flag-northernireland {
  background-position: 0 64.48276%
}

.flag-northernmariana {
  background-position: 0 64.82759%
}

.flag-norway,
.separator-contain-nav .settings-icon-contain.leng-b.selected-nor:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.nor:before {
  background-position: 0 65.17241%
}

.flag-oas {
  background-position: 0 65.51724%
}

.flag-opec {
  background-position: 0 65.86207%
}

.flag-oceania {
  background-position: 0 66.2069%
}

.flag-olimpics {
  background-position: 0 66.55172%
}

.flag-oman {
  background-position: 0 66.89655%
}

.flag-pakistan {
  background-position: 0 67.24138%
}

.flag-palau {
  background-position: 0 67.58621%
}

.flag-palestine {
  background-position: 0 67.93103%
}

.flag-panama {
  background-position: 0 68.27586%
}

.flag-papuanewguinea {
  background-position: 0 68.62069%
}

.flag-paraguay {
  background-position: 0 68.96552%
}

.flag-peru {
  background-position: 0 69.31034%
}

.flag-philippines {
  background-position: 0 69.65517%
}

.flag-pitcairn {
  background-position: 0 70%
}

.flag-poland,
.separator-contain-nav .settings-icon-contain.leng-b.selected-pol:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.pol:before {
  background-position: 0 70.34483%
}

.flag-portugal,
.separator-contain-nav .settings-icon-contain.leng-b.selected-por:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.por:before {
  background-position: 0 70.68966%
}

.flag-puertorico {
  background-position: 0 71.03448%
}

.flag-qatar {
  background-position: 0 71.37931%
}

.flag-quebec {
  background-position: 0 71.72414%
}

.flag-redcross {
  background-position: 0 72.06897%
}

.flag-reunion {
  background-position: 0 72.41379%
}

.flag-romania,
.separator-contain-nav .settings-icon-contain.leng-b.selected-rum:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.rum:before {
  background-position: 0 72.75862%
}

.flag-russia,
.separator-contain-nav .settings-icon-contain.leng-b.selected-rus:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.rus:before {
  background-position: 0 73.10345%
}

.flag-rwanda,
.separator-contain-nav .settings-icon-contain.leng-b.selected-kin:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.kin:before {
  background-position: 0 73.44828%
}

.flag-saintbarthelemy {
  background-position: 0 73.7931%
}

.flag-sainthelena {
  background-position: 0 74.13793%
}

.flag-saintlucia {
  background-position: 0 74.48276%
}

.flag-saintmartin {
  background-position: 0 74.82759%
}

.flag-saintpierreandmiquelon {
  background-position: 0 75.17241%
}

.flag-samoa {
  background-position: 0 75.51724%
}

.flag-sanmarino {
  background-position: 0 75.86207%
}

.flag-saotomeandprincipe {
  background-position: 0 76.2069%
}

.flag-saudiarabia {
  background-position: 0 76.55172%
}

.flag-scotland {
  background-position: 0 76.89655%
}

.flag-senegal {
  background-position: 0 77.24138%
}

.flag-serbia,
.separator-contain-nav .settings-icon-contain.leng-b.selected-srp:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.srp:before {
  background-position: 0 77.58621%
}

.flag-seychelles {
  background-position: 0 77.93103%
}

.flag-sierraleone {
  background-position: 0 78.27586%
}

.flag-singapore {
  background-position: 0 78.62069%
}

.flag-sintmaarten {
  background-position: 0 78.96552%
}

.flag-slovakia,
.separator-contain-nav .settings-icon-contain.leng-b.selected-slk:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.slk:before {
  background-position: 0 79.31034%
}

.flag-slovenia,
.separator-contain-nav .settings-icon-contain.leng-b.selected-slv:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.slv:before {
  background-position: 0 79.65517%
}

.flag-solomonislands {
  background-position: 0 80%
}

.flag-somalia {
  background-position: 0 80.34483%
}

.flag-somaliland {
  background-position: 0 80.68966%
}

.flag-southafrica {
  background-position: 0 81.03448%
}

.flag-southamerica {
  background-position: 0 81.37931%
}

.flag-southgeorgiaandsouthsandwich {
  background-position: 0 81.72414%
}

.flag-southkorea,
.separator-contain-nav .settings-icon-contain.leng-b.selected-kor:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.kor:before {
  background-position: 0 82.06897%
}

.flag-southsudan {
  background-position: 0 82.41379%
}

.flag-spain,
.separator-contain-nav .settings-icon-contain.leng-b.selected-spa:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.spa:before {
  background-position: 0 82.75862%
}

.flag-srilanka {
  background-position: 0 83.10345%
}

.flag-saintkittsandnevis {
  background-position: 0 83.44828%
}

.flag-stvincentandthegrenadines {
  background-position: 0 83.7931%
}

.flag-sudan {
  background-position: 0 84.13793%
}

.flag-suriname {
  background-position: 0 84.48276%
}

.flag-svalbardandjanmayen {
  background-position: 0 84.82759%
}

.flag-swaziland {
  background-position: 0 85.17241%
}

.flag-sweden,
.separator-contain-nav .settings-icon-contain.leng-b.selected-swe:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.swe:before {
  background-position: 0 85.51724%
}

.flag-switzerland {
  background-position: 0 85.86207%
}

.flag-syria {
  background-position: 0 86.2069%
}

.flag-tahiti {
  background-position: 0 86.55172%
}

.flag-taiwan {
  background-position: 0 86.89655%
}

.flag-tajikistan {
  background-position: 0 87.24138%
}

.flag-tanzania,
.flag-United.Republic.of.Tanzania,
.flag-unitedrepublicoftanzania,
.separator-contain-nav .settings-icon-contain.leng-b.selected-swa:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.swa:before {
  background-position: 0 87.58621%
}

.flag-thailand,
.separator-contain-nav .settings-icon-contain.leng-b.selected-tha:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.tha:before {
  background-position: 0 87.93103%
}

.flag-timorleste {
  background-position: 0 88.27586%
}

.flag-togo {
  background-position: 0 88.62069%
}

.flag-tokelau {
  background-position: 0 88.96552%
}

.flag-tonga {
  background-position: 0 89.31034%
}

.flag-trinidadtobago {
  background-position: 0 89.65517%
}

.flag-tristandacunha {
  background-position: 0 90%
}

.flag-tunisia {
  background-position: 0 90.34483%
}

.flag-turkey,
.separator-contain-nav .settings-icon-contain.leng-b.selected-tur:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.tur:before {
  background-position: 0 90.68966%
}

.flag-turkmenistan {
  background-position: 0 91.03448%
}

.flag-turksandcaicosislands {
  background-position: 0 91.37931%
}

.flag-tuvalu {
  background-position: 0 91.72414%
}

.flag-usa {
  background-position: 0 92.06897%
}

.flag-uganda {
  background-position: 0 92.41379%
}

.flag-ukraine,
.separator-contain-nav .settings-icon-contain.leng-b.selected-ukr:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.ukr:before {
  background-position: 0 92.75862%
}

.flag-uae,
.flag-unitedarabemirates {
  background-position: 0 93.10345%
}

.flag-unitedkingdom {
  background-position: 0 93.44828%
}

.flag-uruguay {
  background-position: 0 93.7931%
}

.flag-uzbekistan,
.separator-contain-nav .settings-icon-contain.leng-b.selected-uzb:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.uzb:before {
  background-position: 0 94.13793%
}

.flag-vanuatu,
.flag-vanutau {
  background-position: 0 94.48276%
}

.flag-vaticancity {
  background-position: 0 94.82759%
}

.flag-venezuela {
  background-position: 0 95.17241%
}

.flag-vietnam,
.separator-contain-nav .settings-icon-contain.leng-b.selected-vnm:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.vnm:before {
  background-position: 0 95.51724%
}

.flag-virginislandsbritish {
  background-position: 0 95.86207%
}

.flag-virginislandsus {
  background-position: 0 96.2069%
}

.flag-wales {
  background-position: 0 96.55172%
}

.flag-wallisandfutuna {
  background-position: 0 96.89655%
}

.flag-westernsahara {
  background-position: 0 97.24138%
}

.flag-westindies {
  background-position: 0 97.58621%
}

.flag-world {
  background-position: 0 97.93103%
}

.flag-yemen {
  background-position: 0 98.27586%
}

.flag-zambia {
  background-position: 0 98.62069%
}

.flag-zimbabwe {
  background-position: 0 98.96552%
}

.flag-allupcoming {
  background-position: 0 99.31034%
}

.flag-america,
.flag-americas {
  background-position: 0 99.65517%
}

.flag-withvideo {
  background-position: 0 100%
}
body [data-v-4405cdbe] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-4405cdbe]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-4405cdbe]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-4405cdbe] {
  max-width: 1440px
}

.page-enter-active[data-v-4405cdbe],
.page-leave-active[data-v-4405cdbe] {
  transition: opacity .1s
}

.page-enter[data-v-4405cdbe],
.page-leave-to[data-v-4405cdbe] {
  opacity: 0
}

.b1[data-v-4405cdbe] {
  border: 1px solid red
}

.width-btn-100[data-v-4405cdbe] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-4405cdbe] {
  color: #e32028 
}

.main-color1-normal[data-v-4405cdbe] {
  color: #ff2152 
}

.main-color1-text[data-v-4405cdbe] {
  color: #ff9710 
}

.main-color1-deep[data-v-4405cdbe] {
  color: #ff6900 
}

.main-color1-light[data-v-4405cdbe] {
  color: #ff542e 
}

.color-white[data-v-4405cdbe] {
  color: #fff 
}

.main-color2-light[data-v-4405cdbe] {
  color: #a9da2b 
}

.main-color2[data-v-4405cdbe] {
  color: #67b628 
}

.main_color3_light[data-v-4405cdbe] {
  color: #ffc92f 
}

.main-color3[data-v-4405cdbe] {
  color: #febd02 
}

.main-color4[data-v-4405cdbe] {
  color: #7e93a6 
}

.main-color5-light[data-v-4405cdbe] {
  color: #42deda 
}

.main-color5[data-v-4405cdbe] {
  color: #01c8de 
}

.color-grey[data-v-4405cdbe] {
  color: #676c71 
}

.color-lightgrey[data-v-4405cdbe] {
  color: #ababab 
}

.color-deepgrey[data-v-4405cdbe] {
  color: #20222b 
}

.color-text-verylight[data-v-4405cdbe] {
  color: #80a7b8 
}

.color-text-light[data-v-4405cdbe] {
  color: #9a9aa7 
}

.color-text[data-v-4405cdbe] {
  color: #797986 
}

.color-text-deep[data-v-4405cdbe] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-4405cdbe] {
  color: #2f3b49 
}

.c_default[data-v-4405cdbe] {
  color: #fff 
}

.c_high[data-v-4405cdbe] {
  color: #ff1717 
}

.c_low[data-v-4405cdbe] {
  color: #0bf 
}

.c_buy_light[data-v-4405cdbe] {
  color: #fe5159 
}

.c_buy[data-v-4405cdbe] {
  color: #f14f57 
}

.bg_c_buy[data-v-4405cdbe] {
  background: #f14f57
}

.c_sell_light[data-v-4405cdbe] {
  color: #349bf0 
}

.c_sell[data-v-4405cdbe] {
  color: #3488db 
}

.bg_c_sell[data-v-4405cdbe] {
  background: #3488db
}

.c_ing[data-v-4405cdbe] {
  color: #fff 
}

.bg_ing[data-v-4405cdbe],
.bg_wait[data-v-4405cdbe] {
  background: #7e93a6 
}

.bg_background_deep[data-v-4405cdbe] {
  background: #000
}

.c_success[data-v-4405cdbe] {
  color: #1478f2 
}

.bg_success[data-v-4405cdbe] {
  background: #1478f2 
}

.c_complete[data-v-4405cdbe] {
  color: #fff 
}

.c_fail[data-v-4405cdbe] {
  color: #ff1e1e 
}

.bg_fail[data-v-4405cdbe] {
  background: #ff1e1e 
}

.c_cancel[data-v-4405cdbe] {
  color: #ff6900 
}

.bg_cancel[data-v-4405cdbe] {
  background: #ff6900 
}

.c_error[data-v-4405cdbe] {
  color: #ff6900 
}

.c_invaild[data-v-4405cdbe] {
  color: #999 
}

.bg_invaild[data-v-4405cdbe] {
  background: #666 
}

.bg_main[data-v-4405cdbe] {
  background: #e32028 
}

.bg_green_gra[data-v-4405cdbe] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-4405cdbe] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-4405cdbe] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-4405cdbe] {
  color: #ff5266 
}

.c_deposit_light[data-v-4405cdbe] {
  color: #a9da2b 
}

.c_deposit[data-v-4405cdbe] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-4405cdbe] {
  color: #ff8520 
}

.c_withdrawal[data-v-4405cdbe] {
  color: #ff6900 
}

.c_green[data-v-4405cdbe] {
  color: #009b1b 
}

.c_red[data-v-4405cdbe] {
  color: red 
}

.c_blue[data-v-4405cdbe] {
  color: #febd02 
}

.c_black[data-v-4405cdbe] {
  color: #000 
}

.bg_white[data-v-4405cdbe] {
  background: #fff 
}

.bg_green[data-v-4405cdbe] {
  background: #6dcb1b 
}

.box_c_ing[data-v-4405cdbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-4405cdbe] {
  background: #f14f57
}

.box_c_buy[data-v-4405cdbe],
.box_c_invaild[data-v-4405cdbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-4405cdbe] {
  background: #999
}

.box_c_sell[data-v-4405cdbe] {
  background: #3488db
}

.box_c_sell[data-v-4405cdbe],
.box_c_success[data-v-4405cdbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-4405cdbe] {
  background: #ff6900
}

.box_c_fail[data-v-4405cdbe] {
  background: #67b628
}

.box_c_extedn[data-v-4405cdbe],
.box_c_fail[data-v-4405cdbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-4405cdbe] {
  background: #43586c
}

.ps__rail-x[data-v-4405cdbe] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-4405cdbe],
.ps__rail-y[data-v-4405cdbe] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-4405cdbe] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-4405cdbe],
.ps--active-y>.ps__rail-y[data-v-4405cdbe] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-4405cdbe],
.ps--focus>.ps__rail-y[data-v-4405cdbe],
.ps--scrolling-x>.ps__rail-x[data-v-4405cdbe],
.ps--scrolling-y>.ps__rail-y[data-v-4405cdbe],
.ps:hover>.ps__rail-x[data-v-4405cdbe],
.ps:hover>.ps__rail-y[data-v-4405cdbe] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-4405cdbe],
.ps.ps__rail-x[data-v-4405cdbe]:focus,
.ps.ps__rail-x[data-v-4405cdbe]:hover,
.ps.ps__rail-y.ps--clicking[data-v-4405cdbe],
.ps.ps__rail-y[data-v-4405cdbe]:focus,
.ps.ps__rail-y[data-v-4405cdbe]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-4405cdbe] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-4405cdbe],
.ps__thumb-y[data-v-4405cdbe] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-4405cdbe] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-4405cdbe],
.ps__rail-x:focus>.ps__thumb-x[data-v-4405cdbe],
.ps__rail-x:hover>.ps__thumb-x[data-v-4405cdbe] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-4405cdbe],
.ps__rail-y:focus>.ps__thumb-y[data-v-4405cdbe],
.ps__rail-y:hover>.ps__thumb-y[data-v-4405cdbe] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-4405cdbe] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-4405cdbe] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-4405cdbe] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-4405cdbe] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-4405cdbe] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-4405cdbe] {
  display: none 
}

.toast-top-center[data-v-4405cdbe] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-4405cdbe] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-4405cdbe] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-4405cdbe] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-4405cdbe] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-4405cdbe],
.pagenation_type_1 .btn_last[data-v-4405cdbe],
.pagenation_type_1 .btn_next[data-v-4405cdbe],
.pagenation_type_1 .btn_prev[data-v-4405cdbe] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-4405cdbe] {
  color: #bbb
}

.wrap_type_3[data-v-4405cdbe] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-4405cdbe] {
  background: #0b0c10
}

.container_left[data-v-4405cdbe],
.container_left_md[data-v-4405cdbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-4405cdbe] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-4405cdbe] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-4405cdbe] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-4405cdbe] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-4405cdbe]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-4405cdbe] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-4405cdbe] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-4405cdbe] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-4405cdbe] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-4405cdbe]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-4405cdbe]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-4405cdbe],
.container_center_3_mini>div[data-v-4405cdbe] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-4405cdbe] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-4405cdbe]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-4405cdbe]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-4405cdbe] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-4405cdbe]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-4405cdbe]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-4405cdbe] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-4405cdbe]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-4405cdbe]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-4405cdbe] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-4405cdbe] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-4405cdbe],
.bg_grad_1_x[data-v-4405cdbe] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-4405cdbe] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-4405cdbe] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-4405cdbe] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-4405cdbe],
.bg_normal_2[data-v-4405cdbe] {
  background: #141621
}

.btn_left_close[data-v-4405cdbe],
.btn_left_control[data-v-4405cdbe],
.btn_right_close[data-v-4405cdbe],
.right_screen[data-v-4405cdbe] {
  display: none
}

.box_logo[data-v-4405cdbe] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-4405cdbe] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-4405cdbe] {
  display: none
}

.text_dot[data-v-4405cdbe] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-4405cdbe {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-4405cdbe {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-4405cdbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-4405cdbe] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-4405cdbe] {
  background: #fff 
}

.bat_more.active i[data-v-4405cdbe] {
  color: #000 
}

.btn_no_disabled[data-v-4405cdbe] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-4405cdbe] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-4405cdbe] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-4405cdbe],
.game_bat_2 button[data-v-4405cdbe]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-4405cdbe]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-4405cdbe] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-4405cdbe] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-4405cdbe]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-4405cdbe] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-4405cdbe] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-4405cdbe] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-4405cdbe],
.title_logo[data-v-4405cdbe] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-4405cdbe] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-4405cdbe] {
  height: 22px
}

.tab[data-v-4405cdbe] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-4405cdbe]:last-child {
  width: 100%
}

.tab li[data-v-4405cdbe]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-4405cdbe] {
  width: 50%
}

.tab li[data-v-4405cdbe]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-4405cdbe] {
  width: 33.333333333333%
}

.tab li[data-v-4405cdbe]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-4405cdbe] {
  width: 25%
}

.tab li[data-v-4405cdbe]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-4405cdbe] {
  width: 20%
}

.tab li[data-v-4405cdbe]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-4405cdbe] {
  width: 16.66666666666667%
}

.tab li button[data-v-4405cdbe] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-4405cdbe] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-4405cdbe]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-4405cdbe] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-4405cdbe] {
  border: 0
}

.wrap_sports_detail li[data-v-4405cdbe] {
  width: 100%
}

.wrap_sports_detail li[data-v-4405cdbe]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-4405cdbe]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-4405cdbe] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-4405cdbe] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-4405cdbe],
.detail_num>button[data-v-4405cdbe] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-4405cdbe] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-4405cdbe] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-4405cdbe]:last-child {
  width: 100%
}

.detail_num button[data-v-4405cdbe]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-4405cdbe] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-4405cdbe]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-4405cdbe] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-4405cdbe] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-4405cdbe] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-4405cdbe] {
  color: #fff 
}

.detail_num>button .up[data-v-4405cdbe]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-4405cdbe]:after,
.detail_num>button .up[data-v-4405cdbe]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4405cdbe 1s ease-in-out 5;
  animation: blink-data-v-4405cdbe 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-4405cdbe]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-4405cdbe] {
  background: #f4053a
}

.detail_num>button.active i[data-v-4405cdbe] {
  color: #000
}

.detail_num>button .text-allocation[data-v-4405cdbe] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-4405cdbe] {
  color: #000 
}

.sports_bet_close[data-v-4405cdbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-4405cdbe],
.sports_bet_close[data-v-4405cdbe]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-4405cdbe]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-4405cdbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-4405cdbe],
.sports_bet_close_all[data-v-4405cdbe]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-4405cdbe]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-4405cdbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-4405cdbe]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-4405cdbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-4405cdbe]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-4405cdbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-4405cdbe],
.market_all_close[data-v-4405cdbe]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-4405cdbe]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-4405cdbe] {
    display: none
  }
}

.vjs-control-bar[data-v-4405cdbe] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-4405cdbe] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-4405cdbe] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-4405cdbe] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-4405cdbe]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-4405cdbe] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-4405cdbe]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-4405cdbe] {
  color: #fff 
}

.vjs-big-play-button[data-v-4405cdbe]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-4405cdbe],
  .detail_num button[data-v-4405cdbe]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-4405cdbe] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-4405cdbe]:nth-of-type(2),
  .game_bat button[data-v-4405cdbe]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-4405cdbe]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-4405cdbe] {
    width: 100%
  }

  .market_all_close[data-v-4405cdbe]:after,
  .market_domestic_all_close[data-v-4405cdbe]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-4405cdbe],
  .game_bat button:nth-of-type(3) i[data-v-4405cdbe] {
    display: none 
  }
}

.mini_bet_close[data-v-4405cdbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-4405cdbe],
.mini_bet_close[data-v-4405cdbe]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-4405cdbe]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-4405cdbe] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-4405cdbe] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-4405cdbe] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-4405cdbe]:first-of-type,
.flex_2dan div[data-v-4405cdbe]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-4405cdbe] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-4405cdbe]:first-of-type,
.flex_3dan div[data-v-4405cdbe]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-4405cdbe]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-4405cdbe] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-4405cdbe] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-4405cdbe] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-4405cdbe] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-4405cdbe] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-4405cdbe] {
  height: 40px
}

.mini_game_info[data-v-4405cdbe],
.mini_game_info span[data-v-4405cdbe]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-4405cdbe]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-4405cdbe] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-4405cdbe] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-4405cdbe]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-4405cdbe] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-4405cdbe] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-4405cdbe] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-4405cdbe] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-4405cdbe]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-4405cdbe] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-4405cdbe]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-4405cdbe] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-4405cdbe]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-4405cdbe] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-4405cdbe]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-4405cdbe] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-4405cdbe]:first-child,
.ul_game_item.item_10 li[data-v-4405cdbe]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-4405cdbe]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-4405cdbe] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-4405cdbe],
.ul_game_item button i[data-v-4405cdbe] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-4405cdbe] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-4405cdbe] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-4405cdbe] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-4405cdbe] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-4405cdbe] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-4405cdbe] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-4405cdbe] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-4405cdbe] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-4405cdbe] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-4405cdbe] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-4405cdbe] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-4405cdbe] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-4405cdbe] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-4405cdbe] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-4405cdbe] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-4405cdbe] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-4405cdbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-4405cdbe] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-4405cdbe] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-4405cdbe] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-4405cdbe] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-4405cdbe] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-4405cdbe] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-4405cdbe] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-4405cdbe] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-4405cdbe] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-4405cdbe] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-4405cdbe] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-4405cdbe] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-4405cdbe] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-4405cdbe] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-4405cdbe] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-4405cdbe] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-4405cdbe] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-4405cdbe] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-4405cdbe] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-4405cdbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-4405cdbe] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-4405cdbe]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-4405cdbe]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-4405cdbe]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-4405cdbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-4405cdbe] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-4405cdbe] {
    display: none
  }

  .flex_1dan ul[data-v-4405cdbe] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-4405cdbe]:first-of-type,
  .flex_3dan div[data-v-4405cdbe]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-4405cdbe]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-4405cdbe] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-4405cdbe]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-4405cdbe]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-4405cdbe]:first-of-type,
  .flex_3dan div[data-v-4405cdbe]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-4405cdbe]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-4405cdbe] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-4405cdbe] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-4405cdbe] {
    width: 100%
  }

  .flex_3dan div[data-v-4405cdbe]:first-of-type,
  .flex_3dan div[data-v-4405cdbe]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-4405cdbe]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-4405cdbe] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-4405cdbe] {
    width: 100%
  }

  .ul_game_item2 li[data-v-4405cdbe]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-4405cdbe]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-4405cdbe]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-4405cdbe]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-4405cdbe]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-4405cdbe] {
    padding: 101px 280px 0
  }

  .container_left[data-v-4405cdbe],
  .container_left_md[data-v-4405cdbe],
  .container_right[data-v-4405cdbe] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-4405cdbe]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-4405cdbe]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-4405cdbe]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-4405cdbe]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-4405cdbe] {
    padding-left: 40px
  }

  .container_left[data-v-4405cdbe] {
    display: none
  }

  .btn_left_control[data-v-4405cdbe] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-4405cdbe],
  .btn_left_control i[data-v-4405cdbe] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-4405cdbe] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-4405cdbe] {
    width: 26px
  }

  .btn_left_close[data-v-4405cdbe] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-4405cdbe] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-4405cdbe] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-4405cdbe]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-4405cdbe]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-4405cdbe]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-4405cdbe]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-4405cdbe]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-4405cdbe]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-4405cdbe] {
    display: block
  }

  .no-display-1600[data-v-4405cdbe] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-4405cdbe]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-4405cdbe]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-4405cdbe] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-4405cdbe] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-4405cdbe]:first-of-type,
  .container_center_2_mini>div>div[data-v-4405cdbe]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-4405cdbe] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-4405cdbe]:first-of-type,
  .container_center_3_mini>div>div[data-v-4405cdbe]:nth-of-type(2),
  .container_center_4_mini>div[data-v-4405cdbe]:first-of-type,
  .container_center_4_mini>div[data-v-4405cdbe]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-4405cdbe] {
    padding-right: 0
  }

  .container_right[data-v-4405cdbe] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-4405cdbe] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-4405cdbe] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-4405cdbe] {
    width: 26px
  }

  .container_right .right_screen[data-v-4405cdbe] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-4405cdbe] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-4405cdbe],
  .btn_left_control[data-v-4405cdbe],
  .container_left[data-v-4405cdbe] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-4405cdbe] {
    padding: 0
  }

  .mobile_scroll[data-v-4405cdbe] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-4405cdbe] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-4405cdbe],
.title_info_s[data-v-4405cdbe] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-4405cdbe] {
  font-size: 1.8rem
}

.title_info_s[data-v-4405cdbe]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-4405cdbe] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-4405cdbe] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-4405cdbe] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-4405cdbe] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-4405cdbe] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-4405cdbe] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-4405cdbe] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-4405cdbe] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-4405cdbe] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-4405cdbe] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-4405cdbe] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-4405cdbe] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-4405cdbe] {
  position: relative
}

.sub_visual_wallet img[data-v-4405cdbe] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-4405cdbe] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-4405cdbe] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-4405cdbe] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-4405cdbe] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-4405cdbe]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-4405cdbe],
.menu_wallet>li button[data-v-4405cdbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-4405cdbe],
.menu_wallet>li button.active[data-v-4405cdbe] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-4405cdbe] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-4405cdbe]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-4405cdbe] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-4405cdbe] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-4405cdbe] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-4405cdbe] {
  position: relative
}

.wallet_form button[data-v-4405cdbe] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-4405cdbe] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-4405cdbe] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-4405cdbe] {
  background: #141621 
}

h2.title_trade[data-v-4405cdbe] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-4405cdbe] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-4405cdbe] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-4405cdbe] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-4405cdbe],
.result_buy div[data-v-4405cdbe] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-4405cdbe] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-4405cdbe] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-4405cdbe] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-4405cdbe] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-4405cdbe] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-4405cdbe] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-4405cdbe] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-4405cdbe] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-4405cdbe],
.sub_visual.s_02[data-v-4405cdbe],
.sub_visual.s_03[data-v-4405cdbe],
.sub_visual.s_04[data-v-4405cdbe],
.sub_visual.s_05[data-v-4405cdbe],
.sub_visual.s_06[data-v-4405cdbe],
.sub_visual.s_07[data-v-4405cdbe],
.sub_visual.s_08[data-v-4405cdbe] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-4405cdbe] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-4405cdbe] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-4405cdbe] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-4405cdbe],
.sub_menu a[data-v-4405cdbe] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-4405cdbe] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-4405cdbe] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-4405cdbe],
.sub_menu a.nuxt-link-active[data-v-4405cdbe] {
  color: #e32028
}

.sub_tab ul[data-v-4405cdbe] {
  overflow: hidden
}

.sub_tab ul li[data-v-4405cdbe] {
  float: left
}

.sub_tab ul li a[data-v-4405cdbe] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-4405cdbe],
.sub_tab ul li a.active[data-v-4405cdbe] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-4405cdbe]:before,
.sub_tab ul li a.active[data-v-4405cdbe]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-4405cdbe] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-4405cdbe] {
  font-size: 2.2rem
}

.title_big[data-v-4405cdbe],
.title_normal[data-v-4405cdbe] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-4405cdbe] {
  font-size: 1.8rem
}

.title_small[data-v-4405cdbe] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-4405cdbe] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-4405cdbe] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-4405cdbe],
.title_tiny[data-v-4405cdbe] {
  position: relative;
  color: #fff
}

.title_sub[data-v-4405cdbe] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-4405cdbe]:before {
  bottom: -5px
}

.title_sub[data-v-4405cdbe]:after,
.title_sub[data-v-4405cdbe]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-4405cdbe]:after {
  bottom: -3px
}

.title_sub_1[data-v-4405cdbe] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-4405cdbe]:before {
  bottom: -5px
}

.title_sub_1[data-v-4405cdbe]:after,
.title_sub_1[data-v-4405cdbe]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-4405cdbe]:after {
  bottom: -3px
}

.title_sm[data-v-4405cdbe] {
  display: none
}

.title_hexa[data-v-4405cdbe] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-4405cdbe],
.title_hexa i[data-v-4405cdbe] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-4405cdbe] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-4405cdbe] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-4405cdbe] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-4405cdbe],
.title_hexa.t_on i[data-v-4405cdbe] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-4405cdbe] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-4405cdbe] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-4405cdbe] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-4405cdbe] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-4405cdbe] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-4405cdbe] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-4405cdbe] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-4405cdbe]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-4405cdbe]:first-of-type,
.sports_list li>div[data-v-4405cdbe]:nth-of-type(2),
.sports_list li>div[data-v-4405cdbe]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-4405cdbe] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-4405cdbe]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-4405cdbe] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-4405cdbe] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-4405cdbe] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-4405cdbe]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-4405cdbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-4405cdbe] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-4405cdbe] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-4405cdbe],
.game_bat button[data-v-4405cdbe] {
  position: relative
}

.game_bat button[data-v-4405cdbe]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-4405cdbe] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-4405cdbe] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-4405cdbe] {
  margin-right: 5px
}

.game_bat button[data-v-4405cdbe]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-4405cdbe] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-4405cdbe] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-4405cdbe] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-4405cdbe],
.game_bat button:nth-of-type(3) i img[data-v-4405cdbe] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-4405cdbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-4405cdbe]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-4405cdbe]:nth-of-type(2),
.game_bat button[data-v-4405cdbe]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-4405cdbe]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-4405cdbe],
.game_bat button.active[data-v-4405cdbe] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-4405cdbe]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-4405cdbe]:after,
.game_bat button:first-of-type .up[data-v-4405cdbe]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4405cdbe 1s ease-in-out 5;
  animation: blink-data-v-4405cdbe 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-4405cdbe]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-4405cdbe]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-4405cdbe]:after,
.game_bat button:nth-of-type(2) .up[data-v-4405cdbe]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4405cdbe 1s ease-in-out 5;
  animation: blink-data-v-4405cdbe 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-4405cdbe]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-4405cdbe]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-4405cdbe]:after,
.game_bat button:nth-of-type(3) .up[data-v-4405cdbe]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4405cdbe 1s ease-in-out 5;
  animation: blink-data-v-4405cdbe 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-4405cdbe]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-4405cdbe] {
  padding: 0
}

.box_folder[data-v-4405cdbe],
.box_folder button[data-v-4405cdbe] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-4405cdbe] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-4405cdbe] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-4405cdbe]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-4405cdbe] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-4405cdbe]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-4405cdbe] {
  flex-wrap: wrap
}

.bank_info[data-v-4405cdbe],
.bank_info li[data-v-4405cdbe] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-4405cdbe] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-4405cdbe]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-4405cdbe] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-4405cdbe] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-4405cdbe] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-4405cdbe] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-4405cdbe] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-4405cdbe] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-4405cdbe] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-4405cdbe] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-4405cdbe] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-4405cdbe] {
  margin-right: 10px
}

.box_text_type_1[data-v-4405cdbe] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-4405cdbe],
.box_text_type_1 i[data-v-4405cdbe] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-4405cdbe] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-4405cdbe] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-4405cdbe],
.wl_tip[data-v-4405cdbe] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-4405cdbe],
.wl_tip ul li[data-v-4405cdbe] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-4405cdbe] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-4405cdbe] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-4405cdbe] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-4405cdbe],
.wl_waring ul li[data-v-4405cdbe] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-4405cdbe] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-4405cdbe] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-4405cdbe] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-4405cdbe] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-4405cdbe] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-4405cdbe] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-4405cdbe {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-4405cdbe {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-4405cdbe] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-4405cdbe] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-4405cdbe] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-4405cdbe],
.box_fx_buy_sell[data-v-4405cdbe],
.box_fx_result[data-v-4405cdbe],
.box_leverage_result[data-v-4405cdbe],
.current_time[data-v-4405cdbe],
.tab_box[data-v-4405cdbe],
.tab_time[data-v-4405cdbe] {
  position: relative
}

.copilot[data-v-4405cdbe] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-4405cdbe],
.copilot[data-v-4405cdbe]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-4405cdbe]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-4405cdbe] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-4405cdbe] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-4405cdbe] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-4405cdbe] {
  padding: 20px 15px
}

.copilot_foot[data-v-4405cdbe],
.copilot_foot button[data-v-4405cdbe] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-4405cdbe] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-4405cdbe] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-4405cdbe],
.copilot.step_2[data-v-4405cdbe] {
  top: 50px
}

.copilot.step_3[data-v-4405cdbe],
.copilot.step_4[data-v-4405cdbe],
.copilot.step_6[data-v-4405cdbe],
.copilot.step_7[data-v-4405cdbe],
.copilot.step_8[data-v-4405cdbe] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-4405cdbe] {
  top: 40px
}

.box_info_1[data-v-4405cdbe] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-4405cdbe] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-4405cdbe] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-4405cdbe]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-4405cdbe] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-4405cdbe] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-4405cdbe] {
  height: 40px
}

.title_guide_1 span[data-v-4405cdbe] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-4405cdbe] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-4405cdbe] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-4405cdbe] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-4405cdbe] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-4405cdbe] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-4405cdbe 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-4405cdbe 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-4405cdbe]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-4405cdbe]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-4405cdbe]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-4405cdbe]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-4405cdbe]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-4405cdbe {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-4405cdbe {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-4405cdbe] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-4405cdbe] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-4405cdbe] {
    margin-top: 0
  }

  .sub_visual[data-v-4405cdbe] {
    display: none
  }

  .box_sub_title[data-v-4405cdbe] {
    padding: 0 20px
  }

  .box_sub_container[data-v-4405cdbe] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-4405cdbe] {
    display: block
  }

  .title_sub[data-v-4405cdbe] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-4405cdbe]:before {
    bottom: -5px
  }

  .title_sub[data-v-4405cdbe]:after,
  .title_sub[data-v-4405cdbe]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-4405cdbe]:after {
    bottom: -3px
  }

  .sub_menu[data-v-4405cdbe] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-4405cdbe] {
    padding: 0
  }

  .box_sub_container[data-v-4405cdbe] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-4405cdbe] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-4405cdbe] {
    display: none
  }

  .box_bg_deep[data-v-4405cdbe] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-4405cdbe] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-4405cdbe] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-4405cdbe] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-4405cdbe],
  .result_buy div[data-v-4405cdbe] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-4405cdbe] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-4405cdbe] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-4405cdbe] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-4405cdbe] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-4405cdbe] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-4405cdbe] {
    padding: 0 5px
  }

  .box_folder button[data-v-4405cdbe] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-4405cdbe] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-4405cdbe] {
    padding: 0
  }

  .pagenation_type_1[data-v-4405cdbe] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-4405cdbe] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-4405cdbe] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-4405cdbe] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-4405cdbe],
  .pagenation_type_1 .btn_last[data-v-4405cdbe],
  .pagenation_type_1 .btn_next[data-v-4405cdbe],
  .pagenation_type_1 .btn_prev[data-v-4405cdbe] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-4405cdbe] {
    color: #bbb
  }

  .title_medium[data-v-4405cdbe] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-4405cdbe]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-4405cdbe]:first-of-type:hover,
  .game_bat.bet_three button[data-v-4405cdbe]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-4405cdbe]:nth-of-type(3):hover,
  .game_bat button[data-v-4405cdbe]:first-of-type:hover,
  .game_bat button[data-v-4405cdbe]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-4405cdbe],
  .game_bat button.active span[data-v-4405cdbe],
  .game_bat button:hover span[data-v-4405cdbe] {
    color: #fff 
  }

  .bat_more[data-v-4405cdbe]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-4405cdbe],
  .bat_more[disabled][data-v-4405cdbe]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-4405cdbe]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-4405cdbe]:first-of-type:hover,
  .game_bat_2 button[data-v-4405cdbe]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-4405cdbe],
  .game_bat_2 button.active[data-v-4405cdbe]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-4405cdbe]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-4405cdbe] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-4405cdbe] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-4405cdbe]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-4405cdbe]:hover,
  .pagenation_type_1 .btn_last[data-v-4405cdbe]:hover,
  .pagenation_type_1 .btn_next[data-v-4405cdbe]:hover,
  .pagenation_type_1 .btn_prev[data-v-4405cdbe]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-4405cdbe]:hover,
  .ul_game_item button[data-v-4405cdbe]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.wrap_alram span[data-v-4405cdbe] {
  position: relative;
  padding-right: 10px
}

.wrap_alram span.new[data-v-4405cdbe]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -10px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(/images/common/icon_t_new.png) no-repeat
}

@media (max-width:991px) {
  .wrap_alram[data-v-4405cdbe] {
    position: absolute;
    right: 60px;
    top: 0;
    display: flex ;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px
  }

  .wrap_alram span[data-v-4405cdbe] {
    padding-right: 0
  }
}
body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

.modal.box_message_popup {
  z-index: 9998 
}

.text_con_1 {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
  text-align: left ;
  padding: 10px 25px 20px
}

.text_con_1 p,
.text_con_1 span {
  color: #797986;
  line-height: 1.7;
  font-size: 1.5rem;
  font-weight: 400
}
body [data-v-95d243da] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-95d243da]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-95d243da]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-95d243da] {
  max-width: 1440px
}

.page-enter-active[data-v-95d243da],
.page-leave-active[data-v-95d243da] {
  transition: opacity .1s
}

.page-enter[data-v-95d243da],
.page-leave-to[data-v-95d243da] {
  opacity: 0
}

.b1[data-v-95d243da] {
  border: 1px solid red
}

.width-btn-100[data-v-95d243da] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-95d243da] {
  color: #e32028 
}

.main-color1-normal[data-v-95d243da] {
  color: #ff2152 
}

.main-color1-text[data-v-95d243da] {
  color: #ff9710 
}

.main-color1-deep[data-v-95d243da] {
  color: #ff6900 
}

.main-color1-light[data-v-95d243da] {
  color: #ff542e 
}

.color-white[data-v-95d243da] {
  color: #fff 
}

.main-color2-light[data-v-95d243da] {
  color: #a9da2b 
}

.main-color2[data-v-95d243da] {
  color: #67b628 
}

.main_color3_light[data-v-95d243da] {
  color: #ffc92f 
}

.main-color3[data-v-95d243da] {
  color: #febd02 
}

.main-color4[data-v-95d243da] {
  color: #7e93a6 
}

.main-color5-light[data-v-95d243da] {
  color: #42deda 
}

.main-color5[data-v-95d243da] {
  color: #01c8de 
}

.color-grey[data-v-95d243da] {
  color: #676c71 
}

.color-lightgrey[data-v-95d243da] {
  color: #ababab 
}

.color-deepgrey[data-v-95d243da] {
  color: #20222b 
}

.color-text-verylight[data-v-95d243da] {
  color: #80a7b8 
}

.color-text-light[data-v-95d243da] {
  color: #9a9aa7 
}

.color-text[data-v-95d243da] {
  color: #797986 
}

.color-text-deep[data-v-95d243da] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-95d243da] {
  color: #2f3b49 
}

.c_default[data-v-95d243da] {
  color: #fff 
}

.c_high[data-v-95d243da] {
  color: #ff1717 
}

.c_low[data-v-95d243da] {
  color: #0bf 
}

.c_buy_light[data-v-95d243da] {
  color: #fe5159 
}

.c_buy[data-v-95d243da] {
  color: #f14f57 
}

.bg_c_buy[data-v-95d243da] {
  background: #f14f57
}

.c_sell_light[data-v-95d243da] {
  color: #349bf0 
}

.c_sell[data-v-95d243da] {
  color: #3488db 
}

.bg_c_sell[data-v-95d243da] {
  background: #3488db
}

.c_ing[data-v-95d243da] {
  color: #fff 
}

.bg_ing[data-v-95d243da],
.bg_wait[data-v-95d243da] {
  background: #7e93a6 
}

.bg_background_deep[data-v-95d243da] {
  background: #000
}

.c_success[data-v-95d243da] {
  color: #1478f2 
}

.bg_success[data-v-95d243da] {
  background: #1478f2 
}

.c_complete[data-v-95d243da] {
  color: #fff 
}

.c_fail[data-v-95d243da] {
  color: #ff1e1e 
}

.bg_fail[data-v-95d243da] {
  background: #ff1e1e 
}

.c_cancel[data-v-95d243da] {
  color: #ff6900 
}

.bg_cancel[data-v-95d243da] {
  background: #ff6900 
}

.c_error[data-v-95d243da] {
  color: #ff6900 
}

.c_invaild[data-v-95d243da] {
  color: #999 
}

.bg_invaild[data-v-95d243da] {
  background: #666 
}

.bg_main[data-v-95d243da] {
  background: #e32028 
}

.bg_green_gra[data-v-95d243da] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-95d243da] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-95d243da] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-95d243da] {
  color: #ff5266 
}

.c_deposit_light[data-v-95d243da] {
  color: #a9da2b 
}

.c_deposit[data-v-95d243da] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-95d243da] {
  color: #ff8520 
}

.c_withdrawal[data-v-95d243da] {
  color: #ff6900 
}

.c_green[data-v-95d243da] {
  color: #009b1b 
}

.c_red[data-v-95d243da] {
  color: red 
}

.c_blue[data-v-95d243da] {
  color: #febd02 
}

.c_black[data-v-95d243da] {
  color: #000 
}

.bg_white[data-v-95d243da] {
  background: #fff 
}

.bg_green[data-v-95d243da] {
  background: #6dcb1b 
}

.box_c_ing[data-v-95d243da] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-95d243da] {
  background: #f14f57
}

.box_c_buy[data-v-95d243da],
.box_c_invaild[data-v-95d243da] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-95d243da] {
  background: #999
}

.box_c_sell[data-v-95d243da] {
  background: #3488db
}

.box_c_sell[data-v-95d243da],
.box_c_success[data-v-95d243da] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-95d243da] {
  background: #ff6900
}

.box_c_fail[data-v-95d243da] {
  background: #67b628
}

.box_c_extedn[data-v-95d243da],
.box_c_fail[data-v-95d243da] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-95d243da] {
  background: #43586c
}

.ps__rail-x[data-v-95d243da] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-95d243da],
.ps__rail-y[data-v-95d243da] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-95d243da] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-95d243da],
.ps--active-y>.ps__rail-y[data-v-95d243da] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-95d243da],
.ps--focus>.ps__rail-y[data-v-95d243da],
.ps--scrolling-x>.ps__rail-x[data-v-95d243da],
.ps--scrolling-y>.ps__rail-y[data-v-95d243da],
.ps:hover>.ps__rail-x[data-v-95d243da],
.ps:hover>.ps__rail-y[data-v-95d243da] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-95d243da],
.ps.ps__rail-x[data-v-95d243da]:focus,
.ps.ps__rail-x[data-v-95d243da]:hover,
.ps.ps__rail-y.ps--clicking[data-v-95d243da],
.ps.ps__rail-y[data-v-95d243da]:focus,
.ps.ps__rail-y[data-v-95d243da]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-95d243da] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-95d243da],
.ps__thumb-y[data-v-95d243da] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-95d243da] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-95d243da],
.ps__rail-x:focus>.ps__thumb-x[data-v-95d243da],
.ps__rail-x:hover>.ps__thumb-x[data-v-95d243da] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-95d243da],
.ps__rail-y:focus>.ps__thumb-y[data-v-95d243da],
.ps__rail-y:hover>.ps__thumb-y[data-v-95d243da] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-95d243da] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-95d243da] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-95d243da] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-95d243da] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-95d243da] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-95d243da] {
  display: none 
}

.toast-top-center[data-v-95d243da] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-95d243da] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-95d243da] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-95d243da] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-95d243da] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-95d243da],
.pagenation_type_1 .btn_last[data-v-95d243da],
.pagenation_type_1 .btn_next[data-v-95d243da],
.pagenation_type_1 .btn_prev[data-v-95d243da] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-95d243da] {
  color: #bbb
}

.wrap_type_3[data-v-95d243da] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-95d243da] {
  background: #0b0c10
}

.container_left[data-v-95d243da],
.container_left_md[data-v-95d243da] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-95d243da] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-95d243da] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-95d243da] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-95d243da] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-95d243da]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-95d243da] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-95d243da] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-95d243da] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-95d243da] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-95d243da]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-95d243da]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-95d243da],
.container_center_3_mini>div[data-v-95d243da] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-95d243da] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-95d243da]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-95d243da]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-95d243da] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-95d243da]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-95d243da]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-95d243da] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-95d243da]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-95d243da]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-95d243da] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-95d243da] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-95d243da],
.bg_grad_1_x[data-v-95d243da] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-95d243da] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-95d243da] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-95d243da] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-95d243da],
.bg_normal_2[data-v-95d243da] {
  background: #141621
}

.btn_left_close[data-v-95d243da],
.btn_left_control[data-v-95d243da],
.btn_right_close[data-v-95d243da],
.right_screen[data-v-95d243da] {
  display: none
}

.box_logo[data-v-95d243da] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-95d243da] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-95d243da] {
  display: none
}

.text_dot[data-v-95d243da] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-95d243da {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-95d243da {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-95d243da] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-95d243da] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-95d243da] {
  background: #fff 
}

.bat_more.active i[data-v-95d243da] {
  color: #000 
}

.btn_no_disabled[data-v-95d243da] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-95d243da] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-95d243da] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-95d243da],
.game_bat_2 button[data-v-95d243da]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-95d243da]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-95d243da] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-95d243da] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-95d243da]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-95d243da] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-95d243da] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-95d243da] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-95d243da],
.title_logo[data-v-95d243da] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-95d243da] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-95d243da] {
  height: 22px
}

.tab[data-v-95d243da] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-95d243da]:last-child {
  width: 100%
}

.tab li[data-v-95d243da]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-95d243da] {
  width: 50%
}

.tab li[data-v-95d243da]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-95d243da] {
  width: 33.333333333333%
}

.tab li[data-v-95d243da]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-95d243da] {
  width: 25%
}

.tab li[data-v-95d243da]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-95d243da] {
  width: 20%
}

.tab li[data-v-95d243da]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-95d243da] {
  width: 16.66666666666667%
}

.tab li button[data-v-95d243da] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-95d243da] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-95d243da]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-95d243da] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-95d243da] {
  border: 0
}

.wrap_sports_detail li[data-v-95d243da] {
  width: 100%
}

.wrap_sports_detail li[data-v-95d243da]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-95d243da]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-95d243da] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-95d243da] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-95d243da],
.detail_num>button[data-v-95d243da] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-95d243da] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-95d243da] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-95d243da]:last-child {
  width: 100%
}

.detail_num button[data-v-95d243da]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-95d243da] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-95d243da]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-95d243da] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-95d243da] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-95d243da] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-95d243da] {
  color: #fff 
}

.detail_num>button .up[data-v-95d243da]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-95d243da]:after,
.detail_num>button .up[data-v-95d243da]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-95d243da 1s ease-in-out 5;
  animation: blink-data-v-95d243da 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-95d243da]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-95d243da] {
  background: #f4053a
}

.detail_num>button.active i[data-v-95d243da] {
  color: #000
}

.detail_num>button .text-allocation[data-v-95d243da] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-95d243da] {
  color: #000 
}

.sports_bet_close[data-v-95d243da] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-95d243da],
.sports_bet_close[data-v-95d243da]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-95d243da]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-95d243da] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-95d243da],
.sports_bet_close_all[data-v-95d243da]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-95d243da]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-95d243da] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-95d243da]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-95d243da] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-95d243da]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-95d243da] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-95d243da],
.market_all_close[data-v-95d243da]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-95d243da]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-95d243da] {
    display: none
  }
}

.vjs-control-bar[data-v-95d243da] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-95d243da] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-95d243da] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-95d243da] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-95d243da]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-95d243da] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-95d243da]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-95d243da] {
  color: #fff 
}

.vjs-big-play-button[data-v-95d243da]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-95d243da],
  .detail_num button[data-v-95d243da]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-95d243da] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-95d243da]:nth-of-type(2),
  .game_bat button[data-v-95d243da]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-95d243da]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-95d243da] {
    width: 100%
  }

  .market_all_close[data-v-95d243da]:after,
  .market_domestic_all_close[data-v-95d243da]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-95d243da],
  .game_bat button:nth-of-type(3) i[data-v-95d243da] {
    display: none 
  }
}

.mini_bet_close[data-v-95d243da] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-95d243da],
.mini_bet_close[data-v-95d243da]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-95d243da]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-95d243da] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-95d243da] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-95d243da] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-95d243da]:first-of-type,
.flex_2dan div[data-v-95d243da]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-95d243da] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-95d243da]:first-of-type,
.flex_3dan div[data-v-95d243da]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-95d243da]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-95d243da] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-95d243da] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-95d243da] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-95d243da] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-95d243da] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-95d243da] {
  height: 40px
}

.mini_game_info[data-v-95d243da],
.mini_game_info span[data-v-95d243da]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-95d243da]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-95d243da] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-95d243da] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-95d243da]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-95d243da] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-95d243da] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-95d243da] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-95d243da] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-95d243da]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-95d243da] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-95d243da]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-95d243da] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-95d243da]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-95d243da] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-95d243da]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-95d243da] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-95d243da]:first-child,
.ul_game_item.item_10 li[data-v-95d243da]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-95d243da]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-95d243da] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-95d243da],
.ul_game_item button i[data-v-95d243da] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-95d243da] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-95d243da] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-95d243da] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-95d243da] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-95d243da] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-95d243da] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-95d243da] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-95d243da] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-95d243da] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-95d243da] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-95d243da] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-95d243da] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-95d243da] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-95d243da] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-95d243da] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-95d243da] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-95d243da] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-95d243da] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-95d243da] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-95d243da] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-95d243da] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-95d243da] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-95d243da] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-95d243da] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-95d243da] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-95d243da] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-95d243da] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-95d243da] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-95d243da] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-95d243da] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-95d243da] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-95d243da] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-95d243da] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-95d243da] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-95d243da] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-95d243da] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-95d243da] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-95d243da] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-95d243da]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-95d243da]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-95d243da]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-95d243da] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-95d243da] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-95d243da] {
    display: none
  }

  .flex_1dan ul[data-v-95d243da] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-95d243da]:first-of-type,
  .flex_3dan div[data-v-95d243da]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-95d243da]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-95d243da] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-95d243da]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-95d243da]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-95d243da]:first-of-type,
  .flex_3dan div[data-v-95d243da]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-95d243da]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-95d243da] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-95d243da] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-95d243da] {
    width: 100%
  }

  .flex_3dan div[data-v-95d243da]:first-of-type,
  .flex_3dan div[data-v-95d243da]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-95d243da]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-95d243da] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-95d243da] {
    width: 100%
  }

  .ul_game_item2 li[data-v-95d243da]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-95d243da]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-95d243da]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-95d243da]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-95d243da]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-95d243da] {
    padding: 101px 280px 0
  }

  .container_left[data-v-95d243da],
  .container_left_md[data-v-95d243da],
  .container_right[data-v-95d243da] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-95d243da]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-95d243da]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-95d243da]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-95d243da]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-95d243da] {
    padding-left: 40px
  }

  .container_left[data-v-95d243da] {
    display: none
  }

  .btn_left_control[data-v-95d243da] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-95d243da],
  .btn_left_control i[data-v-95d243da] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-95d243da] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-95d243da] {
    width: 26px
  }

  .btn_left_close[data-v-95d243da] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-95d243da] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-95d243da] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-95d243da]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-95d243da]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-95d243da]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-95d243da]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-95d243da]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-95d243da]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-95d243da] {
    display: block
  }

  .no-display-1600[data-v-95d243da] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-95d243da]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-95d243da]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-95d243da] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-95d243da] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-95d243da]:first-of-type,
  .container_center_2_mini>div>div[data-v-95d243da]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-95d243da] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-95d243da]:first-of-type,
  .container_center_3_mini>div>div[data-v-95d243da]:nth-of-type(2),
  .container_center_4_mini>div[data-v-95d243da]:first-of-type,
  .container_center_4_mini>div[data-v-95d243da]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-95d243da] {
    padding-right: 0
  }

  .container_right[data-v-95d243da] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-95d243da] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-95d243da] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-95d243da] {
    width: 26px
  }

  .container_right .right_screen[data-v-95d243da] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-95d243da] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-95d243da],
  .btn_left_control[data-v-95d243da],
  .container_left[data-v-95d243da] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-95d243da] {
    padding: 0
  }

  .mobile_scroll[data-v-95d243da] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-95d243da] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-95d243da],
.title_info_s[data-v-95d243da] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-95d243da] {
  font-size: 1.8rem
}

.title_info_s[data-v-95d243da]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-95d243da] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-95d243da] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-95d243da] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-95d243da] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-95d243da] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-95d243da] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-95d243da] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-95d243da] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-95d243da] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-95d243da] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-95d243da] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-95d243da] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-95d243da] {
  position: relative
}

.sub_visual_wallet img[data-v-95d243da] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-95d243da] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-95d243da] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-95d243da] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-95d243da] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-95d243da]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-95d243da],
.menu_wallet>li button[data-v-95d243da] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-95d243da],
.menu_wallet>li button.active[data-v-95d243da] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-95d243da] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-95d243da]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-95d243da] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-95d243da] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-95d243da] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-95d243da] {
  position: relative
}

.wallet_form button[data-v-95d243da] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-95d243da] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-95d243da] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-95d243da] {
  background: #141621 
}

h2.title_trade[data-v-95d243da] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-95d243da] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-95d243da] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-95d243da] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-95d243da],
.result_buy div[data-v-95d243da] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-95d243da] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-95d243da] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-95d243da] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-95d243da] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-95d243da] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-95d243da] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-95d243da] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-95d243da] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-95d243da],
.sub_visual.s_02[data-v-95d243da],
.sub_visual.s_03[data-v-95d243da],
.sub_visual.s_04[data-v-95d243da],
.sub_visual.s_05[data-v-95d243da],
.sub_visual.s_06[data-v-95d243da],
.sub_visual.s_07[data-v-95d243da],
.sub_visual.s_08[data-v-95d243da] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-95d243da] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-95d243da] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-95d243da] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-95d243da],
.sub_menu a[data-v-95d243da] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-95d243da] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-95d243da] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-95d243da],
.sub_menu a.nuxt-link-active[data-v-95d243da] {
  color: #e32028
}

.sub_tab ul[data-v-95d243da] {
  overflow: hidden
}

.sub_tab ul li[data-v-95d243da] {
  float: left
}

.sub_tab ul li a[data-v-95d243da] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-95d243da],
.sub_tab ul li a.active[data-v-95d243da] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-95d243da]:before,
.sub_tab ul li a.active[data-v-95d243da]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-95d243da] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-95d243da] {
  font-size: 2.2rem
}

.title_big[data-v-95d243da],
.title_normal[data-v-95d243da] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-95d243da] {
  font-size: 1.8rem
}

.title_small[data-v-95d243da] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-95d243da] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-95d243da] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-95d243da],
.title_tiny[data-v-95d243da] {
  position: relative;
  color: #fff
}

.title_sub[data-v-95d243da] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-95d243da]:before {
  bottom: -5px
}

.title_sub[data-v-95d243da]:after,
.title_sub[data-v-95d243da]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-95d243da]:after {
  bottom: -3px
}

.title_sub_1[data-v-95d243da] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-95d243da]:before {
  bottom: -5px
}

.title_sub_1[data-v-95d243da]:after,
.title_sub_1[data-v-95d243da]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-95d243da]:after {
  bottom: -3px
}

.title_sm[data-v-95d243da] {
  display: none
}

.title_hexa[data-v-95d243da] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-95d243da],
.title_hexa i[data-v-95d243da] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-95d243da] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-95d243da] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-95d243da] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-95d243da],
.title_hexa.t_on i[data-v-95d243da] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-95d243da] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-95d243da] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-95d243da] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-95d243da] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-95d243da] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-95d243da] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-95d243da] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-95d243da]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-95d243da]:first-of-type,
.sports_list li>div[data-v-95d243da]:nth-of-type(2),
.sports_list li>div[data-v-95d243da]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-95d243da] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-95d243da]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-95d243da] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-95d243da] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-95d243da] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-95d243da]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-95d243da] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-95d243da] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-95d243da] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-95d243da],
.game_bat button[data-v-95d243da] {
  position: relative
}

.game_bat button[data-v-95d243da]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-95d243da] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-95d243da] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-95d243da] {
  margin-right: 5px
}

.game_bat button[data-v-95d243da]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-95d243da] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-95d243da] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-95d243da] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-95d243da],
.game_bat button:nth-of-type(3) i img[data-v-95d243da] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-95d243da] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-95d243da]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-95d243da]:nth-of-type(2),
.game_bat button[data-v-95d243da]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-95d243da]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-95d243da],
.game_bat button.active[data-v-95d243da] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-95d243da]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-95d243da]:after,
.game_bat button:first-of-type .up[data-v-95d243da]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-95d243da 1s ease-in-out 5;
  animation: blink-data-v-95d243da 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-95d243da]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-95d243da]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-95d243da]:after,
.game_bat button:nth-of-type(2) .up[data-v-95d243da]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-95d243da 1s ease-in-out 5;
  animation: blink-data-v-95d243da 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-95d243da]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-95d243da]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-95d243da]:after,
.game_bat button:nth-of-type(3) .up[data-v-95d243da]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-95d243da 1s ease-in-out 5;
  animation: blink-data-v-95d243da 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-95d243da]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-95d243da] {
  padding: 0
}

.box_folder[data-v-95d243da],
.box_folder button[data-v-95d243da] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-95d243da] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-95d243da] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-95d243da]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-95d243da] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-95d243da]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-95d243da] {
  flex-wrap: wrap
}

.bank_info[data-v-95d243da],
.bank_info li[data-v-95d243da] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-95d243da] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-95d243da]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-95d243da] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-95d243da] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-95d243da] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-95d243da] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-95d243da] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-95d243da] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-95d243da] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-95d243da] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-95d243da] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-95d243da] {
  margin-right: 10px
}

.box_text_type_1[data-v-95d243da] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-95d243da],
.box_text_type_1 i[data-v-95d243da] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-95d243da] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-95d243da] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-95d243da],
.wl_tip[data-v-95d243da] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-95d243da],
.wl_tip ul li[data-v-95d243da] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-95d243da] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-95d243da] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-95d243da] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-95d243da],
.wl_waring ul li[data-v-95d243da] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-95d243da] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-95d243da] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-95d243da] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-95d243da] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-95d243da] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-95d243da] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-95d243da {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-95d243da {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-95d243da] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-95d243da] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-95d243da] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-95d243da],
.box_fx_buy_sell[data-v-95d243da],
.box_fx_result[data-v-95d243da],
.box_leverage_result[data-v-95d243da],
.current_time[data-v-95d243da],
.tab_box[data-v-95d243da],
.tab_time[data-v-95d243da] {
  position: relative
}

.copilot[data-v-95d243da] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-95d243da],
.copilot[data-v-95d243da]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-95d243da]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-95d243da] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-95d243da] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-95d243da] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-95d243da] {
  padding: 20px 15px
}

.copilot_foot[data-v-95d243da],
.copilot_foot button[data-v-95d243da] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-95d243da] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-95d243da] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-95d243da],
.copilot.step_2[data-v-95d243da] {
  top: 50px
}

.copilot.step_3[data-v-95d243da],
.copilot.step_4[data-v-95d243da],
.copilot.step_6[data-v-95d243da],
.copilot.step_7[data-v-95d243da],
.copilot.step_8[data-v-95d243da] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-95d243da] {
  top: 40px
}

.box_info_1[data-v-95d243da] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-95d243da] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-95d243da] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-95d243da]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-95d243da] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-95d243da] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-95d243da] {
  height: 40px
}

.title_guide_1 span[data-v-95d243da] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-95d243da] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-95d243da] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-95d243da] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-95d243da] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-95d243da] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-95d243da 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-95d243da 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-95d243da]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-95d243da]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-95d243da]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-95d243da]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-95d243da]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-95d243da {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-95d243da {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-95d243da] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-95d243da] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-95d243da] {
    margin-top: 0
  }

  .sub_visual[data-v-95d243da] {
    display: none
  }

  .box_sub_title[data-v-95d243da] {
    padding: 0 20px
  }

  .box_sub_container[data-v-95d243da] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-95d243da] {
    display: block
  }

  .title_sub[data-v-95d243da] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-95d243da]:before {
    bottom: -5px
  }

  .title_sub[data-v-95d243da]:after,
  .title_sub[data-v-95d243da]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-95d243da]:after {
    bottom: -3px
  }

  .sub_menu[data-v-95d243da] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-95d243da] {
    padding: 0
  }

  .box_sub_container[data-v-95d243da] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-95d243da] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-95d243da] {
    display: none
  }

  .box_bg_deep[data-v-95d243da] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-95d243da] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-95d243da] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-95d243da] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-95d243da],
  .result_buy div[data-v-95d243da] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-95d243da] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-95d243da] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-95d243da] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-95d243da] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-95d243da] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-95d243da] {
    padding: 0 5px
  }

  .box_folder button[data-v-95d243da] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-95d243da] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-95d243da] {
    padding: 0
  }

  .pagenation_type_1[data-v-95d243da] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-95d243da] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-95d243da] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-95d243da] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-95d243da],
  .pagenation_type_1 .btn_last[data-v-95d243da],
  .pagenation_type_1 .btn_next[data-v-95d243da],
  .pagenation_type_1 .btn_prev[data-v-95d243da] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-95d243da] {
    color: #bbb
  }

  .title_medium[data-v-95d243da] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-95d243da]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-95d243da]:first-of-type:hover,
  .game_bat.bet_three button[data-v-95d243da]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-95d243da]:nth-of-type(3):hover,
  .game_bat button[data-v-95d243da]:first-of-type:hover,
  .game_bat button[data-v-95d243da]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-95d243da],
  .game_bat button.active span[data-v-95d243da],
  .game_bat button:hover span[data-v-95d243da] {
    color: #fff 
  }

  .bat_more[data-v-95d243da]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-95d243da],
  .bat_more[disabled][data-v-95d243da]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-95d243da]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-95d243da]:first-of-type:hover,
  .game_bat_2 button[data-v-95d243da]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-95d243da],
  .game_bat_2 button.active[data-v-95d243da]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-95d243da]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-95d243da] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-95d243da] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-95d243da]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-95d243da]:hover,
  .pagenation_type_1 .btn_last[data-v-95d243da]:hover,
  .pagenation_type_1 .btn_next[data-v-95d243da]:hover,
  .pagenation_type_1 .btn_prev[data-v-95d243da]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-95d243da]:hover,
  .ul_game_item button[data-v-95d243da]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.modal[data-v-95d243da] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease
}

.modal-wrapper[data-v-95d243da] {
  display: table-cell;
  vertical-align: middle
}

.modal-container[data-v-95d243da] {
  position: relative;
  max-width: 400px;
  background: #2d2e3a;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  margin: 0 auto
}

.modal-container[data-v-95d243da]:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

.modal-container[data-v-95d243da]:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

.modal-header[data-v-95d243da] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  border: 0;
  background: url(/images/common/logo_popup.png) no-repeat 50%;
  background-size: auto 40px 
}

.modal-header .modal_close[data-v-95d243da] {
  width: 20px;
  height: 20px;
  margin-right: 30px;
  transition: all .2s
}

.modal-header .modal_close img[data-v-95d243da] {
  width: 22px;
  height: 20px;
  vertical-align: top
}

.modal-header .modal_close[data-v-95d243da]:hover {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg)
}

.img_logo[data-v-95d243da] {
  text-align: center;
  margin: 30px 0 10px
}

.img_logo img[data-v-95d243da] {
  height: 22px
}

.modal-body[data-v-95d243da] {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0 
}

.modal-body em[data-v-95d243da] {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ff542e;
  margin: 20px 0
}

.scroll_area[data-v-95d243da] {
  position: relative;
  overflow: hidden;
  max-height: 800px
}

.text_con[data-v-95d243da] {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #000;
  font-weight: 300 ;
  font-family: Noto Sans KR;
  text-align: center;
  padding: 30px 25px
}

.text_con p[data-v-95d243da] {
  font-size: 1.4rem 
}

.modal-footer[data-v-95d243da] {
  justify-content: center;
  border-top: none;
  padding: 15px 0 20px;
  margin: 0
}

.modal-enter[data-v-95d243da],
.modal-leave[data-v-95d243da] {
  opacity: 0
}

.modal-enter .modal-container[data-v-95d243da],
.modal-leave .modal-container[data-v-95d243da] {
  transform: scale(1.1)
}

.modal-container .btn[data-v-95d243da] {
  color: #333;
  font-size: 14px;
  border: 1px solid #aaa;
  text-align: center;
  background-color: #fff;
  padding: 6px 20px
}

.modal-container .btn[data-v-95d243da]:hover {
  color: #fff;
  border: 1px solid #555;
  background-color: #555
}

.flex_layout[data-v-95d243da] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px
}

@media screen and (max-width:768px) {
  .modal[data-v-95d243da] {
    padding: 0 15px
  }

  .modal[data-v-95d243da],
  .modal-container[data-v-95d243da] {
    width: 100%
  }

  .modal-header[data-v-95d243da] {
    height: 60px;
    background-size: auto 28px ;
    padding: 0
  }

  .body_text[data-v-95d243da] {
    line-height: 1.5;
    padding: 10px 0
  }

  .scroll_area[data-v-95d243da] {
    position: relative;
    overflow: hidden;
    max-height: 300px
  }

  .modal-footer[data-v-95d243da] {
    padding: 10px 0;
    margin: 0 15px
  }
}
body [data-v-57fde08a] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-57fde08a]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-57fde08a]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-57fde08a] {
  max-width: 1440px
}

.page-enter-active[data-v-57fde08a],
.page-leave-active[data-v-57fde08a] {
  transition: opacity .1s
}

.page-enter[data-v-57fde08a],
.page-leave-to[data-v-57fde08a] {
  opacity: 0
}

.b1[data-v-57fde08a] {
  border: 1px solid red
}

.width-btn-100[data-v-57fde08a] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-57fde08a] {
  color: #e32028 
}

.main-color1-normal[data-v-57fde08a] {
  color: #ff2152 
}

.main-color1-text[data-v-57fde08a] {
  color: #ff9710 
}

.main-color1-deep[data-v-57fde08a] {
  color: #ff6900 
}

.main-color1-light[data-v-57fde08a] {
  color: #ff542e 
}

.color-white[data-v-57fde08a] {
  color: #fff 
}

.main-color2-light[data-v-57fde08a] {
  color: #a9da2b 
}

.main-color2[data-v-57fde08a] {
  color: #67b628 
}

.main_color3_light[data-v-57fde08a] {
  color: #ffc92f 
}

.main-color3[data-v-57fde08a] {
  color: #febd02 
}

.main-color4[data-v-57fde08a] {
  color: #7e93a6 
}

.main-color5-light[data-v-57fde08a] {
  color: #42deda 
}

.main-color5[data-v-57fde08a] {
  color: #01c8de 
}

.color-grey[data-v-57fde08a] {
  color: #676c71 
}

.color-lightgrey[data-v-57fde08a] {
  color: #ababab 
}

.color-deepgrey[data-v-57fde08a] {
  color: #20222b 
}

.color-text-verylight[data-v-57fde08a] {
  color: #80a7b8 
}

.color-text-light[data-v-57fde08a] {
  color: #9a9aa7 
}

.color-text[data-v-57fde08a] {
  color: #797986 
}

.color-text-deep[data-v-57fde08a] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-57fde08a] {
  color: #2f3b49 
}

.c_default[data-v-57fde08a] {
  color: #fff 
}

.c_high[data-v-57fde08a] {
  color: #ff1717 
}

.c_low[data-v-57fde08a] {
  color: #0bf 
}

.c_buy_light[data-v-57fde08a] {
  color: #fe5159 
}

.c_buy[data-v-57fde08a] {
  color: #f14f57 
}

.bg_c_buy[data-v-57fde08a] {
  background: #f14f57
}

.c_sell_light[data-v-57fde08a] {
  color: #349bf0 
}

.c_sell[data-v-57fde08a] {
  color: #3488db 
}

.bg_c_sell[data-v-57fde08a] {
  background: #3488db
}

.c_ing[data-v-57fde08a] {
  color: #fff 
}

.bg_ing[data-v-57fde08a],
.bg_wait[data-v-57fde08a] {
  background: #7e93a6 
}

.bg_background_deep[data-v-57fde08a] {
  background: #000
}

.c_success[data-v-57fde08a] {
  color: #1478f2 
}

.bg_success[data-v-57fde08a] {
  background: #1478f2 
}

.c_complete[data-v-57fde08a] {
  color: #fff 
}

.c_fail[data-v-57fde08a] {
  color: #ff1e1e 
}

.bg_fail[data-v-57fde08a] {
  background: #ff1e1e 
}

.c_cancel[data-v-57fde08a] {
  color: #ff6900 
}

.bg_cancel[data-v-57fde08a] {
  background: #ff6900 
}

.c_error[data-v-57fde08a] {
  color: #ff6900 
}

.c_invaild[data-v-57fde08a] {
  color: #999 
}

.bg_invaild[data-v-57fde08a] {
  background: #666 
}

.bg_main[data-v-57fde08a] {
  background: #e32028 
}

.bg_green_gra[data-v-57fde08a] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-57fde08a] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-57fde08a] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-57fde08a] {
  color: #ff5266 
}

.c_deposit_light[data-v-57fde08a] {
  color: #a9da2b 
}

.c_deposit[data-v-57fde08a] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-57fde08a] {
  color: #ff8520 
}

.c_withdrawal[data-v-57fde08a] {
  color: #ff6900 
}

.c_green[data-v-57fde08a] {
  color: #009b1b 
}

.c_red[data-v-57fde08a] {
  color: red 
}

.c_blue[data-v-57fde08a] {
  color: #febd02 
}

.c_black[data-v-57fde08a] {
  color: #000 
}

.bg_white[data-v-57fde08a] {
  background: #fff 
}

.bg_green[data-v-57fde08a] {
  background: #6dcb1b 
}

.box_c_ing[data-v-57fde08a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-57fde08a] {
  background: #f14f57
}

.box_c_buy[data-v-57fde08a],
.box_c_invaild[data-v-57fde08a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-57fde08a] {
  background: #999
}

.box_c_sell[data-v-57fde08a] {
  background: #3488db
}

.box_c_sell[data-v-57fde08a],
.box_c_success[data-v-57fde08a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-57fde08a] {
  background: #ff6900
}

.box_c_fail[data-v-57fde08a] {
  background: #67b628
}

.box_c_extedn[data-v-57fde08a],
.box_c_fail[data-v-57fde08a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-57fde08a] {
  background: #43586c
}

.ps__rail-x[data-v-57fde08a] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-57fde08a],
.ps__rail-y[data-v-57fde08a] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-57fde08a] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-57fde08a],
.ps--active-y>.ps__rail-y[data-v-57fde08a] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-57fde08a],
.ps--focus>.ps__rail-y[data-v-57fde08a],
.ps--scrolling-x>.ps__rail-x[data-v-57fde08a],
.ps--scrolling-y>.ps__rail-y[data-v-57fde08a],
.ps:hover>.ps__rail-x[data-v-57fde08a],
.ps:hover>.ps__rail-y[data-v-57fde08a] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-57fde08a],
.ps.ps__rail-x[data-v-57fde08a]:focus,
.ps.ps__rail-x[data-v-57fde08a]:hover,
.ps.ps__rail-y.ps--clicking[data-v-57fde08a],
.ps.ps__rail-y[data-v-57fde08a]:focus,
.ps.ps__rail-y[data-v-57fde08a]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-57fde08a] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-57fde08a],
.ps__thumb-y[data-v-57fde08a] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-57fde08a] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-57fde08a],
.ps__rail-x:focus>.ps__thumb-x[data-v-57fde08a],
.ps__rail-x:hover>.ps__thumb-x[data-v-57fde08a] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-57fde08a],
.ps__rail-y:focus>.ps__thumb-y[data-v-57fde08a],
.ps__rail-y:hover>.ps__thumb-y[data-v-57fde08a] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-57fde08a] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-57fde08a] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-57fde08a] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-57fde08a] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-57fde08a] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-57fde08a] {
  display: none 
}

.toast-top-center[data-v-57fde08a] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-57fde08a] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-57fde08a] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-57fde08a] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-57fde08a] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-57fde08a],
.pagenation_type_1 .btn_last[data-v-57fde08a],
.pagenation_type_1 .btn_next[data-v-57fde08a],
.pagenation_type_1 .btn_prev[data-v-57fde08a] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-57fde08a] {
  color: #bbb
}

.wrap_type_3[data-v-57fde08a] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-57fde08a] {
  background: #0b0c10
}

.container_left[data-v-57fde08a],
.container_left_md[data-v-57fde08a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-57fde08a] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-57fde08a] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-57fde08a] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-57fde08a] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-57fde08a]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-57fde08a] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-57fde08a] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-57fde08a] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-57fde08a] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-57fde08a]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-57fde08a]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-57fde08a],
.container_center_3_mini>div[data-v-57fde08a] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-57fde08a] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-57fde08a]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-57fde08a]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-57fde08a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-57fde08a]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-57fde08a]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-57fde08a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-57fde08a]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-57fde08a]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-57fde08a] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-57fde08a] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-57fde08a],
.bg_grad_1_x[data-v-57fde08a] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-57fde08a] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-57fde08a] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-57fde08a] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-57fde08a],
.bg_normal_2[data-v-57fde08a] {
  background: #141621
}

.btn_left_close[data-v-57fde08a],
.btn_left_control[data-v-57fde08a],
.btn_right_close[data-v-57fde08a],
.right_screen[data-v-57fde08a] {
  display: none
}

.box_logo[data-v-57fde08a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-57fde08a] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-57fde08a] {
  display: none
}

.text_dot[data-v-57fde08a] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-57fde08a {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-57fde08a {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-57fde08a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-57fde08a] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-57fde08a] {
  background: #fff 
}

.bat_more.active i[data-v-57fde08a] {
  color: #000 
}

.btn_no_disabled[data-v-57fde08a] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-57fde08a] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-57fde08a] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-57fde08a],
.game_bat_2 button[data-v-57fde08a]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-57fde08a]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-57fde08a] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-57fde08a] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-57fde08a]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-57fde08a] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-57fde08a] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-57fde08a] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-57fde08a],
.title_logo[data-v-57fde08a] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-57fde08a] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-57fde08a] {
  height: 22px
}

.tab[data-v-57fde08a] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-57fde08a]:last-child {
  width: 100%
}

.tab li[data-v-57fde08a]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-57fde08a] {
  width: 50%
}

.tab li[data-v-57fde08a]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-57fde08a] {
  width: 33.333333333333%
}

.tab li[data-v-57fde08a]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-57fde08a] {
  width: 25%
}

.tab li[data-v-57fde08a]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-57fde08a] {
  width: 20%
}

.tab li[data-v-57fde08a]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-57fde08a] {
  width: 16.66666666666667%
}

.tab li button[data-v-57fde08a] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-57fde08a] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-57fde08a]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-57fde08a] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-57fde08a] {
  border: 0
}

.wrap_sports_detail li[data-v-57fde08a] {
  width: 100%
}

.wrap_sports_detail li[data-v-57fde08a]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-57fde08a]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-57fde08a] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-57fde08a] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-57fde08a],
.detail_num>button[data-v-57fde08a] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-57fde08a] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-57fde08a] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-57fde08a]:last-child {
  width: 100%
}

.detail_num button[data-v-57fde08a]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-57fde08a] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-57fde08a]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-57fde08a] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-57fde08a] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-57fde08a] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-57fde08a] {
  color: #fff 
}

.detail_num>button .up[data-v-57fde08a]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-57fde08a]:after,
.detail_num>button .up[data-v-57fde08a]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-57fde08a 1s ease-in-out 5;
  animation: blink-data-v-57fde08a 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-57fde08a]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-57fde08a] {
  background: #f4053a
}

.detail_num>button.active i[data-v-57fde08a] {
  color: #000
}

.detail_num>button .text-allocation[data-v-57fde08a] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-57fde08a] {
  color: #000 
}

.sports_bet_close[data-v-57fde08a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-57fde08a],
.sports_bet_close[data-v-57fde08a]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-57fde08a]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-57fde08a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-57fde08a],
.sports_bet_close_all[data-v-57fde08a]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-57fde08a]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-57fde08a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-57fde08a]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-57fde08a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-57fde08a]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-57fde08a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-57fde08a],
.market_all_close[data-v-57fde08a]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-57fde08a]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-57fde08a] {
    display: none
  }
}

.vjs-control-bar[data-v-57fde08a] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-57fde08a] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-57fde08a] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-57fde08a] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-57fde08a]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-57fde08a] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-57fde08a]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-57fde08a] {
  color: #fff 
}

.vjs-big-play-button[data-v-57fde08a]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-57fde08a],
  .detail_num button[data-v-57fde08a]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-57fde08a] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-57fde08a]:nth-of-type(2),
  .game_bat button[data-v-57fde08a]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-57fde08a]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-57fde08a] {
    width: 100%
  }

  .market_all_close[data-v-57fde08a]:after,
  .market_domestic_all_close[data-v-57fde08a]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-57fde08a],
  .game_bat button:nth-of-type(3) i[data-v-57fde08a] {
    display: none 
  }
}

.mini_bet_close[data-v-57fde08a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-57fde08a],
.mini_bet_close[data-v-57fde08a]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-57fde08a]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-57fde08a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-57fde08a] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-57fde08a] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-57fde08a]:first-of-type,
.flex_2dan div[data-v-57fde08a]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-57fde08a] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-57fde08a]:first-of-type,
.flex_3dan div[data-v-57fde08a]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-57fde08a]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-57fde08a] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-57fde08a] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-57fde08a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-57fde08a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-57fde08a] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-57fde08a] {
  height: 40px
}

.mini_game_info[data-v-57fde08a],
.mini_game_info span[data-v-57fde08a]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-57fde08a]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-57fde08a] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-57fde08a] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-57fde08a]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-57fde08a] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-57fde08a] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-57fde08a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-57fde08a] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-57fde08a]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-57fde08a] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-57fde08a]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-57fde08a] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-57fde08a]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-57fde08a] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-57fde08a]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-57fde08a] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-57fde08a]:first-child,
.ul_game_item.item_10 li[data-v-57fde08a]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-57fde08a]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-57fde08a] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-57fde08a],
.ul_game_item button i[data-v-57fde08a] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-57fde08a] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-57fde08a] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-57fde08a] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-57fde08a] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-57fde08a] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-57fde08a] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-57fde08a] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-57fde08a] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-57fde08a] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-57fde08a] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-57fde08a] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-57fde08a] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-57fde08a] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-57fde08a] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-57fde08a] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-57fde08a] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-57fde08a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-57fde08a] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-57fde08a] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-57fde08a] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-57fde08a] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-57fde08a] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-57fde08a] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-57fde08a] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-57fde08a] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-57fde08a] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-57fde08a] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-57fde08a] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-57fde08a] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-57fde08a] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-57fde08a] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-57fde08a] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-57fde08a] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-57fde08a] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-57fde08a] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-57fde08a] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-57fde08a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-57fde08a] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-57fde08a]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-57fde08a]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-57fde08a]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-57fde08a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-57fde08a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-57fde08a] {
    display: none
  }

  .flex_1dan ul[data-v-57fde08a] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-57fde08a]:first-of-type,
  .flex_3dan div[data-v-57fde08a]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-57fde08a]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-57fde08a] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-57fde08a]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-57fde08a]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-57fde08a]:first-of-type,
  .flex_3dan div[data-v-57fde08a]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-57fde08a]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-57fde08a] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-57fde08a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-57fde08a] {
    width: 100%
  }

  .flex_3dan div[data-v-57fde08a]:first-of-type,
  .flex_3dan div[data-v-57fde08a]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-57fde08a]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-57fde08a] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-57fde08a] {
    width: 100%
  }

  .ul_game_item2 li[data-v-57fde08a]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-57fde08a]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-57fde08a]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-57fde08a]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-57fde08a]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-57fde08a] {
    padding: 101px 280px 0
  }

  .container_left[data-v-57fde08a],
  .container_left_md[data-v-57fde08a],
  .container_right[data-v-57fde08a] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-57fde08a]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-57fde08a]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-57fde08a]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-57fde08a]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-57fde08a] {
    padding-left: 40px
  }

  .container_left[data-v-57fde08a] {
    display: none
  }

  .btn_left_control[data-v-57fde08a] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-57fde08a],
  .btn_left_control i[data-v-57fde08a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-57fde08a] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-57fde08a] {
    width: 26px
  }

  .btn_left_close[data-v-57fde08a] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-57fde08a] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-57fde08a] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-57fde08a]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-57fde08a]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-57fde08a]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-57fde08a]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-57fde08a]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-57fde08a]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-57fde08a] {
    display: block
  }

  .no-display-1600[data-v-57fde08a] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-57fde08a]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-57fde08a]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-57fde08a] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-57fde08a] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-57fde08a]:first-of-type,
  .container_center_2_mini>div>div[data-v-57fde08a]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-57fde08a] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-57fde08a]:first-of-type,
  .container_center_3_mini>div>div[data-v-57fde08a]:nth-of-type(2),
  .container_center_4_mini>div[data-v-57fde08a]:first-of-type,
  .container_center_4_mini>div[data-v-57fde08a]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-57fde08a] {
    padding-right: 0
  }

  .container_right[data-v-57fde08a] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-57fde08a] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-57fde08a] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-57fde08a] {
    width: 26px
  }

  .container_right .right_screen[data-v-57fde08a] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-57fde08a] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-57fde08a],
  .btn_left_control[data-v-57fde08a],
  .container_left[data-v-57fde08a] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-57fde08a] {
    padding: 0
  }

  .mobile_scroll[data-v-57fde08a] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-57fde08a] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-57fde08a],
.title_info_s[data-v-57fde08a] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-57fde08a] {
  font-size: 1.8rem
}

.title_info_s[data-v-57fde08a]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-57fde08a] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-57fde08a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-57fde08a] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-57fde08a] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-57fde08a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-57fde08a] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-57fde08a] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-57fde08a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-57fde08a] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-57fde08a] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-57fde08a] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-57fde08a] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-57fde08a] {
  position: relative
}

.sub_visual_wallet img[data-v-57fde08a] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-57fde08a] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-57fde08a] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-57fde08a] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-57fde08a] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-57fde08a]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-57fde08a],
.menu_wallet>li button[data-v-57fde08a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-57fde08a],
.menu_wallet>li button.active[data-v-57fde08a] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-57fde08a] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-57fde08a]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-57fde08a] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-57fde08a] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-57fde08a] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-57fde08a] {
  position: relative
}

.wallet_form button[data-v-57fde08a] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-57fde08a] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-57fde08a] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-57fde08a] {
  background: #141621 
}

h2.title_trade[data-v-57fde08a] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-57fde08a] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-57fde08a] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-57fde08a] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-57fde08a],
.result_buy div[data-v-57fde08a] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-57fde08a] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-57fde08a] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-57fde08a] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-57fde08a] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-57fde08a] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-57fde08a] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-57fde08a] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-57fde08a] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-57fde08a],
.sub_visual.s_02[data-v-57fde08a],
.sub_visual.s_03[data-v-57fde08a],
.sub_visual.s_04[data-v-57fde08a],
.sub_visual.s_05[data-v-57fde08a],
.sub_visual.s_06[data-v-57fde08a],
.sub_visual.s_07[data-v-57fde08a],
.sub_visual.s_08[data-v-57fde08a] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-57fde08a] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-57fde08a] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-57fde08a] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-57fde08a],
.sub_menu a[data-v-57fde08a] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-57fde08a] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-57fde08a] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-57fde08a],
.sub_menu a.nuxt-link-active[data-v-57fde08a] {
  color: #e32028
}

.sub_tab ul[data-v-57fde08a] {
  overflow: hidden
}

.sub_tab ul li[data-v-57fde08a] {
  float: left
}

.sub_tab ul li a[data-v-57fde08a] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-57fde08a],
.sub_tab ul li a.active[data-v-57fde08a] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-57fde08a]:before,
.sub_tab ul li a.active[data-v-57fde08a]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-57fde08a] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-57fde08a] {
  font-size: 2.2rem
}

.title_big[data-v-57fde08a],
.title_normal[data-v-57fde08a] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-57fde08a] {
  font-size: 1.8rem
}

.title_small[data-v-57fde08a] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-57fde08a] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-57fde08a] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-57fde08a],
.title_tiny[data-v-57fde08a] {
  position: relative;
  color: #fff
}

.title_sub[data-v-57fde08a] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-57fde08a]:before {
  bottom: -5px
}

.title_sub[data-v-57fde08a]:after,
.title_sub[data-v-57fde08a]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-57fde08a]:after {
  bottom: -3px
}

.title_sub_1[data-v-57fde08a] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-57fde08a]:before {
  bottom: -5px
}

.title_sub_1[data-v-57fde08a]:after,
.title_sub_1[data-v-57fde08a]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-57fde08a]:after {
  bottom: -3px
}

.title_sm[data-v-57fde08a] {
  display: none
}

.title_hexa[data-v-57fde08a] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-57fde08a],
.title_hexa i[data-v-57fde08a] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-57fde08a] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-57fde08a] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-57fde08a] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-57fde08a],
.title_hexa.t_on i[data-v-57fde08a] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-57fde08a] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-57fde08a] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-57fde08a] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-57fde08a] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-57fde08a] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-57fde08a] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-57fde08a] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-57fde08a]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-57fde08a]:first-of-type,
.sports_list li>div[data-v-57fde08a]:nth-of-type(2),
.sports_list li>div[data-v-57fde08a]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-57fde08a] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-57fde08a]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-57fde08a] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-57fde08a] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-57fde08a] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-57fde08a]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-57fde08a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-57fde08a] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-57fde08a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-57fde08a],
.game_bat button[data-v-57fde08a] {
  position: relative
}

.game_bat button[data-v-57fde08a]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-57fde08a] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-57fde08a] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-57fde08a] {
  margin-right: 5px
}

.game_bat button[data-v-57fde08a]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-57fde08a] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-57fde08a] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-57fde08a] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-57fde08a],
.game_bat button:nth-of-type(3) i img[data-v-57fde08a] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-57fde08a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-57fde08a]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-57fde08a]:nth-of-type(2),
.game_bat button[data-v-57fde08a]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-57fde08a]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-57fde08a],
.game_bat button.active[data-v-57fde08a] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-57fde08a]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-57fde08a]:after,
.game_bat button:first-of-type .up[data-v-57fde08a]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-57fde08a 1s ease-in-out 5;
  animation: blink-data-v-57fde08a 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-57fde08a]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-57fde08a]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-57fde08a]:after,
.game_bat button:nth-of-type(2) .up[data-v-57fde08a]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-57fde08a 1s ease-in-out 5;
  animation: blink-data-v-57fde08a 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-57fde08a]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-57fde08a]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-57fde08a]:after,
.game_bat button:nth-of-type(3) .up[data-v-57fde08a]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-57fde08a 1s ease-in-out 5;
  animation: blink-data-v-57fde08a 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-57fde08a]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-57fde08a] {
  padding: 0
}

.box_folder[data-v-57fde08a],
.box_folder button[data-v-57fde08a] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-57fde08a] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-57fde08a] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-57fde08a]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-57fde08a] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-57fde08a]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-57fde08a] {
  flex-wrap: wrap
}

.bank_info[data-v-57fde08a],
.bank_info li[data-v-57fde08a] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-57fde08a] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-57fde08a]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-57fde08a] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-57fde08a] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-57fde08a] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-57fde08a] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-57fde08a] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-57fde08a] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-57fde08a] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-57fde08a] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-57fde08a] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-57fde08a] {
  margin-right: 10px
}

.box_text_type_1[data-v-57fde08a] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-57fde08a],
.box_text_type_1 i[data-v-57fde08a] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-57fde08a] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-57fde08a] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-57fde08a],
.wl_tip[data-v-57fde08a] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-57fde08a],
.wl_tip ul li[data-v-57fde08a] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-57fde08a] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-57fde08a] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-57fde08a] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-57fde08a],
.wl_waring ul li[data-v-57fde08a] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-57fde08a] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-57fde08a] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-57fde08a] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-57fde08a] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-57fde08a] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-57fde08a] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-57fde08a {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-57fde08a {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-57fde08a] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-57fde08a] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-57fde08a] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-57fde08a],
.box_fx_buy_sell[data-v-57fde08a],
.box_fx_result[data-v-57fde08a],
.box_leverage_result[data-v-57fde08a],
.current_time[data-v-57fde08a],
.tab_box[data-v-57fde08a],
.tab_time[data-v-57fde08a] {
  position: relative
}

.copilot[data-v-57fde08a] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-57fde08a],
.copilot[data-v-57fde08a]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-57fde08a]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-57fde08a] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-57fde08a] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-57fde08a] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-57fde08a] {
  padding: 20px 15px
}

.copilot_foot[data-v-57fde08a],
.copilot_foot button[data-v-57fde08a] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-57fde08a] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-57fde08a] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-57fde08a],
.copilot.step_2[data-v-57fde08a] {
  top: 50px
}

.copilot.step_3[data-v-57fde08a],
.copilot.step_4[data-v-57fde08a],
.copilot.step_6[data-v-57fde08a],
.copilot.step_7[data-v-57fde08a],
.copilot.step_8[data-v-57fde08a] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-57fde08a] {
  top: 40px
}

.box_info_1[data-v-57fde08a] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-57fde08a] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-57fde08a] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-57fde08a]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-57fde08a] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-57fde08a] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-57fde08a] {
  height: 40px
}

.title_guide_1 span[data-v-57fde08a] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-57fde08a] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-57fde08a] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-57fde08a] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-57fde08a] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-57fde08a] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-57fde08a 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-57fde08a 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-57fde08a]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-57fde08a]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-57fde08a]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-57fde08a]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-57fde08a]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-57fde08a {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-57fde08a {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-57fde08a] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-57fde08a] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-57fde08a] {
    margin-top: 0
  }

  .sub_visual[data-v-57fde08a] {
    display: none
  }

  .box_sub_title[data-v-57fde08a] {
    padding: 0 20px
  }

  .box_sub_container[data-v-57fde08a] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-57fde08a] {
    display: block
  }

  .title_sub[data-v-57fde08a] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-57fde08a]:before {
    bottom: -5px
  }

  .title_sub[data-v-57fde08a]:after,
  .title_sub[data-v-57fde08a]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-57fde08a]:after {
    bottom: -3px
  }

  .sub_menu[data-v-57fde08a] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-57fde08a] {
    padding: 0
  }

  .box_sub_container[data-v-57fde08a] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-57fde08a] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-57fde08a] {
    display: none
  }

  .box_bg_deep[data-v-57fde08a] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-57fde08a] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-57fde08a] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-57fde08a] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-57fde08a],
  .result_buy div[data-v-57fde08a] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-57fde08a] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-57fde08a] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-57fde08a] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-57fde08a] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-57fde08a] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-57fde08a] {
    padding: 0 5px
  }

  .box_folder button[data-v-57fde08a] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-57fde08a] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-57fde08a] {
    padding: 0
  }

  .pagenation_type_1[data-v-57fde08a] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-57fde08a] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-57fde08a] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-57fde08a] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-57fde08a],
  .pagenation_type_1 .btn_last[data-v-57fde08a],
  .pagenation_type_1 .btn_next[data-v-57fde08a],
  .pagenation_type_1 .btn_prev[data-v-57fde08a] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-57fde08a] {
    color: #bbb
  }

  .title_medium[data-v-57fde08a] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-57fde08a]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-57fde08a]:first-of-type:hover,
  .game_bat.bet_three button[data-v-57fde08a]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-57fde08a]:nth-of-type(3):hover,
  .game_bat button[data-v-57fde08a]:first-of-type:hover,
  .game_bat button[data-v-57fde08a]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-57fde08a],
  .game_bat button.active span[data-v-57fde08a],
  .game_bat button:hover span[data-v-57fde08a] {
    color: #fff 
  }

  .bat_more[data-v-57fde08a]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-57fde08a],
  .bat_more[disabled][data-v-57fde08a]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-57fde08a]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-57fde08a]:first-of-type:hover,
  .game_bat_2 button[data-v-57fde08a]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-57fde08a],
  .game_bat_2 button.active[data-v-57fde08a]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-57fde08a]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-57fde08a] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-57fde08a] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-57fde08a]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-57fde08a]:hover,
  .pagenation_type_1 .btn_last[data-v-57fde08a]:hover,
  .pagenation_type_1 .btn_next[data-v-57fde08a]:hover,
  .pagenation_type_1 .btn_prev[data-v-57fde08a]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-57fde08a]:hover,
  .ul_game_item button[data-v-57fde08a]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.modal[data-v-57fde08a] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: table;
  transition: opacity .3s ease
}

.modal-wrapper[data-v-57fde08a] {
  display: table-cell;
  vertical-align: middle
}

.modal-container[data-v-57fde08a] {
  position: relative;
  width: 460px;
  background: #2d2e3a;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .15) ;
  margin: 0 auto
}

.modal-header[data-v-57fde08a] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 20px;
  border: 0;
  padding: 0
}

.modal-header .modal_close[data-v-57fde08a] {
  position: absolute;
  right: 25px;
  top: 25px
}

.modal-container[data-v-57fde08a]:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

.modal-container[data-v-57fde08a]:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

.title_popup[data-v-57fde08a] {
  border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.modal-body[data-v-57fde08a] {
  position: relative;
  margin: 0;
  padding: 0 10% 20px 
}

.modal_footer[data-v-57fde08a] {
  flex-direction: column;
  justify-content: center
}

.modal_footer[data-v-57fde08a],
.tab_amount_type[data-v-57fde08a] {
  display: flex;
  align-items: center
}

.tab_amount_type[data-v-57fde08a] {
  justify-content: space-between
}

.tab_amount_type button[data-v-57fde08a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 2px);
  height: 46px;
  font-size: 1.8rem;
  color: #fff;
  font-family: Gmarket;
  font-weight: 500;
  border: 1px solid rgba(255, 135, 0, .2);
  border-radius: 6px;
  background: #0b0c10;
  padding-top: 4px
}

.tab_amount_type button i[data-v-57fde08a] {
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-right: 5px
}

.tab_amount_type button.active[data-v-57fde08a] {
  color: #e32028;
  border: 1px solid #e32028
}

.point_info[data-v-57fde08a] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0
}

.point_info[data-v-57fde08a]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.point_info div em[data-v-57fde08a] {
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 20px;
  padding-right: 10px
}

.point_info div span[data-v-57fde08a] {
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

@media screen and (max-width:768px) {
  .modal[data-v-57fde08a] {
    width: calc(100% - 30px);
    margin: 0 15px
  }

  .modal-container[data-v-57fde08a] {
    width: 100%
  }
}
body [data-v-99158174] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-99158174]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-99158174]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-99158174] {
  max-width: 1440px
}

.page-enter-active[data-v-99158174],
.page-leave-active[data-v-99158174] {
  transition: opacity .1s
}

.page-enter[data-v-99158174],
.page-leave-to[data-v-99158174] {
  opacity: 0
}

.b1[data-v-99158174] {
  border: 1px solid red
}

.width-btn-100[data-v-99158174] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-99158174] {
  color: #e32028 
}

.main-color1-normal[data-v-99158174] {
  color: #ff2152 
}

.main-color1-text[data-v-99158174] {
  color: #ff9710 
}

.main-color1-deep[data-v-99158174] {
  color: #ff6900 
}

.main-color1-light[data-v-99158174] {
  color: #ff542e 
}

.color-white[data-v-99158174] {
  color: #fff 
}

.main-color2-light[data-v-99158174] {
  color: #a9da2b 
}

.main-color2[data-v-99158174] {
  color: #67b628 
}

.main_color3_light[data-v-99158174] {
  color: #ffc92f 
}

.main-color3[data-v-99158174] {
  color: #febd02 
}

.main-color4[data-v-99158174] {
  color: #7e93a6 
}

.main-color5-light[data-v-99158174] {
  color: #42deda 
}

.main-color5[data-v-99158174] {
  color: #01c8de 
}

.color-grey[data-v-99158174] {
  color: #676c71 
}

.color-lightgrey[data-v-99158174] {
  color: #ababab 
}

.color-deepgrey[data-v-99158174] {
  color: #20222b 
}

.color-text-verylight[data-v-99158174] {
  color: #80a7b8 
}

.color-text-light[data-v-99158174] {
  color: #9a9aa7 
}

.color-text[data-v-99158174] {
  color: #797986 
}

.color-text-deep[data-v-99158174] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-99158174] {
  color: #2f3b49 
}

.c_default[data-v-99158174] {
  color: #fff 
}

.c_high[data-v-99158174] {
  color: #ff1717 
}

.c_low[data-v-99158174] {
  color: #0bf 
}

.c_buy_light[data-v-99158174] {
  color: #fe5159 
}

.c_buy[data-v-99158174] {
  color: #f14f57 
}

.bg_c_buy[data-v-99158174] {
  background: #f14f57
}

.c_sell_light[data-v-99158174] {
  color: #349bf0 
}

.c_sell[data-v-99158174] {
  color: #3488db 
}

.bg_c_sell[data-v-99158174] {
  background: #3488db
}

.c_ing[data-v-99158174] {
  color: #fff 
}

.bg_ing[data-v-99158174],
.bg_wait[data-v-99158174] {
  background: #7e93a6 
}

.bg_background_deep[data-v-99158174] {
  background: #000
}

.c_success[data-v-99158174] {
  color: #1478f2 
}

.bg_success[data-v-99158174] {
  background: #1478f2 
}

.c_complete[data-v-99158174] {
  color: #fff 
}

.c_fail[data-v-99158174] {
  color: #ff1e1e 
}

.bg_fail[data-v-99158174] {
  background: #ff1e1e 
}

.c_cancel[data-v-99158174] {
  color: #ff6900 
}

.bg_cancel[data-v-99158174] {
  background: #ff6900 
}

.c_error[data-v-99158174] {
  color: #ff6900 
}

.c_invaild[data-v-99158174] {
  color: #999 
}

.bg_invaild[data-v-99158174] {
  background: #666 
}

.bg_main[data-v-99158174] {
  background: #e32028 
}

.bg_green_gra[data-v-99158174] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-99158174] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-99158174] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-99158174] {
  color: #ff5266 
}

.c_deposit_light[data-v-99158174] {
  color: #a9da2b 
}

.c_deposit[data-v-99158174] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-99158174] {
  color: #ff8520 
}

.c_withdrawal[data-v-99158174] {
  color: #ff6900 
}

.c_green[data-v-99158174] {
  color: #009b1b 
}

.c_red[data-v-99158174] {
  color: red 
}

.c_blue[data-v-99158174] {
  color: #febd02 
}

.c_black[data-v-99158174] {
  color: #000 
}

.bg_white[data-v-99158174] {
  background: #fff 
}

.bg_green[data-v-99158174] {
  background: #6dcb1b 
}

.box_c_ing[data-v-99158174] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-99158174] {
  background: #f14f57
}

.box_c_buy[data-v-99158174],
.box_c_invaild[data-v-99158174] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-99158174] {
  background: #999
}

.box_c_sell[data-v-99158174] {
  background: #3488db
}

.box_c_sell[data-v-99158174],
.box_c_success[data-v-99158174] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-99158174] {
  background: #ff6900
}

.box_c_fail[data-v-99158174] {
  background: #67b628
}

.box_c_extedn[data-v-99158174],
.box_c_fail[data-v-99158174] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-99158174] {
  background: #43586c
}

.ps__rail-x[data-v-99158174] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-99158174],
.ps__rail-y[data-v-99158174] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-99158174] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-99158174],
.ps--active-y>.ps__rail-y[data-v-99158174] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-99158174],
.ps--focus>.ps__rail-y[data-v-99158174],
.ps--scrolling-x>.ps__rail-x[data-v-99158174],
.ps--scrolling-y>.ps__rail-y[data-v-99158174],
.ps:hover>.ps__rail-x[data-v-99158174],
.ps:hover>.ps__rail-y[data-v-99158174] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-99158174],
.ps.ps__rail-x[data-v-99158174]:focus,
.ps.ps__rail-x[data-v-99158174]:hover,
.ps.ps__rail-y.ps--clicking[data-v-99158174],
.ps.ps__rail-y[data-v-99158174]:focus,
.ps.ps__rail-y[data-v-99158174]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-99158174] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-99158174],
.ps__thumb-y[data-v-99158174] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-99158174] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-99158174],
.ps__rail-x:focus>.ps__thumb-x[data-v-99158174],
.ps__rail-x:hover>.ps__thumb-x[data-v-99158174] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-99158174],
.ps__rail-y:focus>.ps__thumb-y[data-v-99158174],
.ps__rail-y:hover>.ps__thumb-y[data-v-99158174] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-99158174] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-99158174] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-99158174] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-99158174] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-99158174] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-99158174] {
  display: none 
}

.toast-top-center[data-v-99158174] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-99158174] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-99158174] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-99158174] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-99158174] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-99158174],
.pagenation_type_1 .btn_last[data-v-99158174],
.pagenation_type_1 .btn_next[data-v-99158174],
.pagenation_type_1 .btn_prev[data-v-99158174] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-99158174] {
  color: #bbb
}

.wrap_type_3[data-v-99158174] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-99158174] {
  background: #0b0c10
}

.container_left[data-v-99158174],
.container_left_md[data-v-99158174] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-99158174] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-99158174] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-99158174] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-99158174] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-99158174]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-99158174] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-99158174] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-99158174] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-99158174] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-99158174]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-99158174]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-99158174],
.container_center_3_mini>div[data-v-99158174] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-99158174] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-99158174]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-99158174]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-99158174] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-99158174]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-99158174]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-99158174] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-99158174]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-99158174]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-99158174] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-99158174] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-99158174],
.bg_grad_1_x[data-v-99158174] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-99158174] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-99158174] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-99158174] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-99158174],
.bg_normal_2[data-v-99158174] {
  background: #141621
}

.btn_left_close[data-v-99158174],
.btn_left_control[data-v-99158174],
.btn_right_close[data-v-99158174],
.right_screen[data-v-99158174] {
  display: none
}

.box_logo[data-v-99158174] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-99158174] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-99158174] {
  display: none
}

.text_dot[data-v-99158174] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-99158174 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-99158174 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-99158174] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-99158174] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-99158174] {
  background: #fff 
}

.bat_more.active i[data-v-99158174] {
  color: #000 
}

.btn_no_disabled[data-v-99158174] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-99158174] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-99158174] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-99158174],
.game_bat_2 button[data-v-99158174]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-99158174]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-99158174] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-99158174] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-99158174]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-99158174] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-99158174] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-99158174] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-99158174],
.title_logo[data-v-99158174] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-99158174] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-99158174] {
  height: 22px
}

.tab[data-v-99158174] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-99158174]:last-child {
  width: 100%
}

.tab li[data-v-99158174]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-99158174] {
  width: 50%
}

.tab li[data-v-99158174]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-99158174] {
  width: 33.333333333333%
}

.tab li[data-v-99158174]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-99158174] {
  width: 25%
}

.tab li[data-v-99158174]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-99158174] {
  width: 20%
}

.tab li[data-v-99158174]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-99158174] {
  width: 16.66666666666667%
}

.tab li button[data-v-99158174] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-99158174] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-99158174]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-99158174] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-99158174] {
  border: 0
}

.wrap_sports_detail li[data-v-99158174] {
  width: 100%
}

.wrap_sports_detail li[data-v-99158174]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-99158174]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-99158174] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-99158174] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-99158174],
.detail_num>button[data-v-99158174] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-99158174] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-99158174] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-99158174]:last-child {
  width: 100%
}

.detail_num button[data-v-99158174]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-99158174] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-99158174]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-99158174] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-99158174] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-99158174] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-99158174] {
  color: #fff 
}

.detail_num>button .up[data-v-99158174]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-99158174]:after,
.detail_num>button .up[data-v-99158174]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-99158174 1s ease-in-out 5;
  animation: blink-data-v-99158174 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-99158174]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-99158174] {
  background: #f4053a
}

.detail_num>button.active i[data-v-99158174] {
  color: #000
}

.detail_num>button .text-allocation[data-v-99158174] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-99158174] {
  color: #000 
}

.sports_bet_close[data-v-99158174] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-99158174],
.sports_bet_close[data-v-99158174]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-99158174]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-99158174] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-99158174],
.sports_bet_close_all[data-v-99158174]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-99158174]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-99158174] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-99158174]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-99158174] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-99158174]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-99158174] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-99158174],
.market_all_close[data-v-99158174]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-99158174]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-99158174] {
    display: none
  }
}

.vjs-control-bar[data-v-99158174] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-99158174] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-99158174] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-99158174] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-99158174]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-99158174] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-99158174]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-99158174] {
  color: #fff 
}

.vjs-big-play-button[data-v-99158174]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-99158174],
  .detail_num button[data-v-99158174]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-99158174] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-99158174]:nth-of-type(2),
  .game_bat button[data-v-99158174]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-99158174]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-99158174] {
    width: 100%
  }

  .market_all_close[data-v-99158174]:after,
  .market_domestic_all_close[data-v-99158174]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-99158174],
  .game_bat button:nth-of-type(3) i[data-v-99158174] {
    display: none 
  }
}

.mini_bet_close[data-v-99158174] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-99158174],
.mini_bet_close[data-v-99158174]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-99158174]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-99158174] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-99158174] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-99158174] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-99158174]:first-of-type,
.flex_2dan div[data-v-99158174]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-99158174] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-99158174]:first-of-type,
.flex_3dan div[data-v-99158174]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-99158174]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-99158174] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-99158174] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-99158174] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-99158174] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-99158174] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-99158174] {
  height: 40px
}

.mini_game_info[data-v-99158174],
.mini_game_info span[data-v-99158174]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-99158174]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-99158174] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-99158174] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-99158174]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-99158174] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-99158174] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-99158174] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-99158174] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-99158174]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-99158174] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-99158174]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-99158174] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-99158174]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-99158174] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-99158174]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-99158174] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-99158174]:first-child,
.ul_game_item.item_10 li[data-v-99158174]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-99158174]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-99158174] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-99158174],
.ul_game_item button i[data-v-99158174] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-99158174] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-99158174] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-99158174] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-99158174] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-99158174] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-99158174] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-99158174] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-99158174] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-99158174] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-99158174] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-99158174] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-99158174] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-99158174] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-99158174] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-99158174] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-99158174] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-99158174] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-99158174] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-99158174] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-99158174] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-99158174] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-99158174] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-99158174] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-99158174] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-99158174] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-99158174] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-99158174] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-99158174] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-99158174] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-99158174] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-99158174] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-99158174] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-99158174] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-99158174] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-99158174] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-99158174] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-99158174] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-99158174] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-99158174]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-99158174]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-99158174]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-99158174] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-99158174] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-99158174] {
    display: none
  }

  .flex_1dan ul[data-v-99158174] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-99158174]:first-of-type,
  .flex_3dan div[data-v-99158174]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-99158174]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-99158174] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-99158174]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-99158174]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-99158174]:first-of-type,
  .flex_3dan div[data-v-99158174]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-99158174]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-99158174] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-99158174] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-99158174] {
    width: 100%
  }

  .flex_3dan div[data-v-99158174]:first-of-type,
  .flex_3dan div[data-v-99158174]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-99158174]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-99158174] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-99158174] {
    width: 100%
  }

  .ul_game_item2 li[data-v-99158174]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-99158174]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-99158174]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-99158174]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-99158174]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-99158174] {
    padding: 101px 280px 0
  }

  .container_left[data-v-99158174],
  .container_left_md[data-v-99158174],
  .container_right[data-v-99158174] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-99158174]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-99158174]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-99158174]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-99158174]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-99158174] {
    padding-left: 40px
  }

  .container_left[data-v-99158174] {
    display: none
  }

  .btn_left_control[data-v-99158174] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-99158174],
  .btn_left_control i[data-v-99158174] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-99158174] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-99158174] {
    width: 26px
  }

  .btn_left_close[data-v-99158174] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-99158174] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-99158174] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-99158174]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-99158174]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-99158174]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-99158174]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-99158174]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-99158174]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-99158174] {
    display: block
  }

  .no-display-1600[data-v-99158174] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-99158174]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-99158174]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-99158174] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-99158174] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-99158174]:first-of-type,
  .container_center_2_mini>div>div[data-v-99158174]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-99158174] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-99158174]:first-of-type,
  .container_center_3_mini>div>div[data-v-99158174]:nth-of-type(2),
  .container_center_4_mini>div[data-v-99158174]:first-of-type,
  .container_center_4_mini>div[data-v-99158174]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-99158174] {
    padding-right: 0
  }

  .container_right[data-v-99158174] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-99158174] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-99158174] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-99158174] {
    width: 26px
  }

  .container_right .right_screen[data-v-99158174] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-99158174] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-99158174],
  .btn_left_control[data-v-99158174],
  .container_left[data-v-99158174] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-99158174] {
    padding: 0
  }

  .mobile_scroll[data-v-99158174] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-99158174] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-99158174],
.title_info_s[data-v-99158174] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-99158174] {
  font-size: 1.8rem
}

.title_info_s[data-v-99158174]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-99158174] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-99158174] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-99158174] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-99158174] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-99158174] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-99158174] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-99158174] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-99158174] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-99158174] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-99158174] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-99158174] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-99158174] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-99158174] {
  position: relative
}

.sub_visual_wallet img[data-v-99158174] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-99158174] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-99158174] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-99158174] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-99158174] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-99158174]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-99158174],
.menu_wallet>li button[data-v-99158174] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-99158174],
.menu_wallet>li button.active[data-v-99158174] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-99158174] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-99158174]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-99158174] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-99158174] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-99158174] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-99158174] {
  position: relative
}

.wallet_form button[data-v-99158174] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-99158174] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-99158174] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-99158174] {
  background: #141621 
}

h2.title_trade[data-v-99158174] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-99158174] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-99158174] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-99158174] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-99158174],
.result_buy div[data-v-99158174] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-99158174] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-99158174] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-99158174] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-99158174] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-99158174] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-99158174] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-99158174] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-99158174] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-99158174],
.sub_visual.s_02[data-v-99158174],
.sub_visual.s_03[data-v-99158174],
.sub_visual.s_04[data-v-99158174],
.sub_visual.s_05[data-v-99158174],
.sub_visual.s_06[data-v-99158174],
.sub_visual.s_07[data-v-99158174],
.sub_visual.s_08[data-v-99158174] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-99158174] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-99158174] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-99158174] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-99158174],
.sub_menu a[data-v-99158174] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-99158174] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-99158174] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-99158174],
.sub_menu a.nuxt-link-active[data-v-99158174] {
  color: #e32028
}

.sub_tab ul[data-v-99158174] {
  overflow: hidden
}

.sub_tab ul li[data-v-99158174] {
  float: left
}

.sub_tab ul li a[data-v-99158174] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-99158174],
.sub_tab ul li a.active[data-v-99158174] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-99158174]:before,
.sub_tab ul li a.active[data-v-99158174]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-99158174] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-99158174] {
  font-size: 2.2rem
}

.title_big[data-v-99158174],
.title_normal[data-v-99158174] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-99158174] {
  font-size: 1.8rem
}

.title_small[data-v-99158174] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-99158174] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-99158174] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-99158174],
.title_tiny[data-v-99158174] {
  position: relative;
  color: #fff
}

.title_sub[data-v-99158174] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-99158174]:before {
  bottom: -5px
}

.title_sub[data-v-99158174]:after,
.title_sub[data-v-99158174]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-99158174]:after {
  bottom: -3px
}

.title_sub_1[data-v-99158174] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-99158174]:before {
  bottom: -5px
}

.title_sub_1[data-v-99158174]:after,
.title_sub_1[data-v-99158174]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-99158174]:after {
  bottom: -3px
}

.title_sm[data-v-99158174] {
  display: none
}

.title_hexa[data-v-99158174] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-99158174],
.title_hexa i[data-v-99158174] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-99158174] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-99158174] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-99158174] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-99158174],
.title_hexa.t_on i[data-v-99158174] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-99158174] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-99158174] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-99158174] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-99158174] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-99158174] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-99158174] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-99158174] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-99158174]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-99158174]:first-of-type,
.sports_list li>div[data-v-99158174]:nth-of-type(2),
.sports_list li>div[data-v-99158174]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-99158174] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-99158174]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-99158174] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-99158174] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-99158174] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-99158174]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-99158174] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-99158174] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-99158174] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-99158174],
.game_bat button[data-v-99158174] {
  position: relative
}

.game_bat button[data-v-99158174]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-99158174] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-99158174] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-99158174] {
  margin-right: 5px
}

.game_bat button[data-v-99158174]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-99158174] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-99158174] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-99158174] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-99158174],
.game_bat button:nth-of-type(3) i img[data-v-99158174] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-99158174] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-99158174]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-99158174]:nth-of-type(2),
.game_bat button[data-v-99158174]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-99158174]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-99158174],
.game_bat button.active[data-v-99158174] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-99158174]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-99158174]:after,
.game_bat button:first-of-type .up[data-v-99158174]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-99158174 1s ease-in-out 5;
  animation: blink-data-v-99158174 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-99158174]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-99158174]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-99158174]:after,
.game_bat button:nth-of-type(2) .up[data-v-99158174]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-99158174 1s ease-in-out 5;
  animation: blink-data-v-99158174 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-99158174]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-99158174]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-99158174]:after,
.game_bat button:nth-of-type(3) .up[data-v-99158174]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-99158174 1s ease-in-out 5;
  animation: blink-data-v-99158174 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-99158174]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-99158174] {
  padding: 0
}

.box_folder[data-v-99158174],
.box_folder button[data-v-99158174] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-99158174] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-99158174] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-99158174]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-99158174] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-99158174]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-99158174] {
  flex-wrap: wrap
}

.bank_info[data-v-99158174],
.bank_info li[data-v-99158174] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-99158174] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-99158174]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-99158174] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-99158174] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-99158174] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-99158174] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-99158174] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-99158174] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-99158174] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-99158174] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-99158174] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-99158174] {
  margin-right: 10px
}

.box_text_type_1[data-v-99158174] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-99158174],
.box_text_type_1 i[data-v-99158174] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-99158174] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-99158174] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-99158174],
.wl_tip[data-v-99158174] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-99158174],
.wl_tip ul li[data-v-99158174] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-99158174] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-99158174] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-99158174] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-99158174],
.wl_waring ul li[data-v-99158174] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-99158174] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-99158174] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-99158174] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-99158174] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-99158174] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-99158174] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-99158174 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-99158174 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-99158174] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-99158174] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-99158174] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-99158174],
.box_fx_buy_sell[data-v-99158174],
.box_fx_result[data-v-99158174],
.box_leverage_result[data-v-99158174],
.current_time[data-v-99158174],
.tab_box[data-v-99158174],
.tab_time[data-v-99158174] {
  position: relative
}

.copilot[data-v-99158174] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-99158174],
.copilot[data-v-99158174]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-99158174]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-99158174] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-99158174] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-99158174] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-99158174] {
  padding: 20px 15px
}

.copilot_foot[data-v-99158174],
.copilot_foot button[data-v-99158174] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-99158174] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-99158174] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-99158174],
.copilot.step_2[data-v-99158174] {
  top: 50px
}

.copilot.step_3[data-v-99158174],
.copilot.step_4[data-v-99158174],
.copilot.step_6[data-v-99158174],
.copilot.step_7[data-v-99158174],
.copilot.step_8[data-v-99158174] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-99158174] {
  top: 40px
}

.box_info_1[data-v-99158174] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-99158174] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-99158174] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-99158174]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-99158174] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-99158174] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-99158174] {
  height: 40px
}

.title_guide_1 span[data-v-99158174] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-99158174] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-99158174] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-99158174] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-99158174] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-99158174] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-99158174 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-99158174 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-99158174]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-99158174]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-99158174]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-99158174]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-99158174]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-99158174 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-99158174 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-99158174] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-99158174] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-99158174] {
    margin-top: 0
  }

  .sub_visual[data-v-99158174] {
    display: none
  }

  .box_sub_title[data-v-99158174] {
    padding: 0 20px
  }

  .box_sub_container[data-v-99158174] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-99158174] {
    display: block
  }

  .title_sub[data-v-99158174] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-99158174]:before {
    bottom: -5px
  }

  .title_sub[data-v-99158174]:after,
  .title_sub[data-v-99158174]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-99158174]:after {
    bottom: -3px
  }

  .sub_menu[data-v-99158174] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-99158174] {
    padding: 0
  }

  .box_sub_container[data-v-99158174] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-99158174] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-99158174] {
    display: none
  }

  .box_bg_deep[data-v-99158174] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-99158174] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-99158174] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-99158174] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-99158174],
  .result_buy div[data-v-99158174] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-99158174] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-99158174] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-99158174] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-99158174] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-99158174] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-99158174] {
    padding: 0 5px
  }

  .box_folder button[data-v-99158174] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-99158174] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-99158174] {
    padding: 0
  }

  .pagenation_type_1[data-v-99158174] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-99158174] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-99158174] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-99158174] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-99158174],
  .pagenation_type_1 .btn_last[data-v-99158174],
  .pagenation_type_1 .btn_next[data-v-99158174],
  .pagenation_type_1 .btn_prev[data-v-99158174] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-99158174] {
    color: #bbb
  }

  .title_medium[data-v-99158174] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-99158174]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-99158174]:first-of-type:hover,
  .game_bat.bet_three button[data-v-99158174]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-99158174]:nth-of-type(3):hover,
  .game_bat button[data-v-99158174]:first-of-type:hover,
  .game_bat button[data-v-99158174]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-99158174],
  .game_bat button.active span[data-v-99158174],
  .game_bat button:hover span[data-v-99158174] {
    color: #fff 
  }

  .bat_more[data-v-99158174]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-99158174],
  .bat_more[disabled][data-v-99158174]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-99158174]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-99158174]:first-of-type:hover,
  .game_bat_2 button[data-v-99158174]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-99158174],
  .game_bat_2 button.active[data-v-99158174]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-99158174]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-99158174] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-99158174] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-99158174]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-99158174]:hover,
  .pagenation_type_1 .btn_last[data-v-99158174]:hover,
  .pagenation_type_1 .btn_next[data-v-99158174]:hover,
  .pagenation_type_1 .btn_prev[data-v-99158174]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-99158174]:hover,
  .ul_game_item button[data-v-99158174]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sports_form[data-v-99158174] {
  position: relative;
  margin-bottom: -10px
}

.sports_form button[data-v-99158174] {
  position: absolute;
  right: 2px;
  top: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 44px;
  border-left: 1px solid #333544
}

.sports_form input[data-v-99158174] {
  width: 100%;
  height: 46px;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 24px;
  border: 1px solid #333544;
  background: #22232f;
  padding: 0 50px 1px 20px
}
body [data-v-ff1f95d0] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-ff1f95d0]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-ff1f95d0]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-ff1f95d0] {
  max-width: 1440px
}

.page-enter-active[data-v-ff1f95d0],
.page-leave-active[data-v-ff1f95d0] {
  transition: opacity .1s
}

.page-enter[data-v-ff1f95d0],
.page-leave-to[data-v-ff1f95d0] {
  opacity: 0
}

.b1[data-v-ff1f95d0] {
  border: 1px solid red
}

.width-btn-100[data-v-ff1f95d0] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-ff1f95d0] {
  color: #e32028 
}

.main-color1-normal[data-v-ff1f95d0] {
  color: #ff2152 
}

.main-color1-text[data-v-ff1f95d0] {
  color: #ff9710 
}

.main-color1-deep[data-v-ff1f95d0] {
  color: #ff6900 
}

.main-color1-light[data-v-ff1f95d0] {
  color: #ff542e 
}

.color-white[data-v-ff1f95d0] {
  color: #fff 
}

.main-color2-light[data-v-ff1f95d0] {
  color: #a9da2b 
}

.main-color2[data-v-ff1f95d0] {
  color: #67b628 
}

.main_color3_light[data-v-ff1f95d0] {
  color: #ffc92f 
}

.main-color3[data-v-ff1f95d0] {
  color: #febd02 
}

.main-color4[data-v-ff1f95d0] {
  color: #7e93a6 
}

.main-color5-light[data-v-ff1f95d0] {
  color: #42deda 
}

.main-color5[data-v-ff1f95d0] {
  color: #01c8de 
}

.color-grey[data-v-ff1f95d0] {
  color: #676c71 
}

.color-lightgrey[data-v-ff1f95d0] {
  color: #ababab 
}

.color-deepgrey[data-v-ff1f95d0] {
  color: #20222b 
}

.color-text-verylight[data-v-ff1f95d0] {
  color: #80a7b8 
}

.color-text-light[data-v-ff1f95d0] {
  color: #9a9aa7 
}

.color-text[data-v-ff1f95d0] {
  color: #797986 
}

.color-text-deep[data-v-ff1f95d0] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-ff1f95d0] {
  color: #2f3b49 
}

.c_default[data-v-ff1f95d0] {
  color: #fff 
}

.c_high[data-v-ff1f95d0] {
  color: #ff1717 
}

.c_low[data-v-ff1f95d0] {
  color: #0bf 
}

.c_buy_light[data-v-ff1f95d0] {
  color: #fe5159 
}

.c_buy[data-v-ff1f95d0] {
  color: #f14f57 
}

.bg_c_buy[data-v-ff1f95d0] {
  background: #f14f57
}

.c_sell_light[data-v-ff1f95d0] {
  color: #349bf0 
}

.c_sell[data-v-ff1f95d0] {
  color: #3488db 
}

.bg_c_sell[data-v-ff1f95d0] {
  background: #3488db
}

.c_ing[data-v-ff1f95d0] {
  color: #fff 
}

.bg_ing[data-v-ff1f95d0],
.bg_wait[data-v-ff1f95d0] {
  background: #7e93a6 
}

.bg_background_deep[data-v-ff1f95d0] {
  background: #000
}

.c_success[data-v-ff1f95d0] {
  color: #1478f2 
}

.bg_success[data-v-ff1f95d0] {
  background: #1478f2 
}

.c_complete[data-v-ff1f95d0] {
  color: #fff 
}

.c_fail[data-v-ff1f95d0] {
  color: #ff1e1e 
}

.bg_fail[data-v-ff1f95d0] {
  background: #ff1e1e 
}

.c_cancel[data-v-ff1f95d0] {
  color: #ff6900 
}

.bg_cancel[data-v-ff1f95d0] {
  background: #ff6900 
}

.c_error[data-v-ff1f95d0] {
  color: #ff6900 
}

.c_invaild[data-v-ff1f95d0] {
  color: #999 
}

.bg_invaild[data-v-ff1f95d0] {
  background: #666 
}

.bg_main[data-v-ff1f95d0] {
  background: #e32028 
}

.bg_green_gra[data-v-ff1f95d0] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-ff1f95d0] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-ff1f95d0] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-ff1f95d0] {
  color: #ff5266 
}

.c_deposit_light[data-v-ff1f95d0] {
  color: #a9da2b 
}

.c_deposit[data-v-ff1f95d0] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-ff1f95d0] {
  color: #ff8520 
}

.c_withdrawal[data-v-ff1f95d0] {
  color: #ff6900 
}

.c_green[data-v-ff1f95d0] {
  color: #009b1b 
}

.c_red[data-v-ff1f95d0] {
  color: red 
}

.c_blue[data-v-ff1f95d0] {
  color: #febd02 
}

.c_black[data-v-ff1f95d0] {
  color: #000 
}

.bg_white[data-v-ff1f95d0] {
  background: #fff 
}

.bg_green[data-v-ff1f95d0] {
  background: #6dcb1b 
}

.box_c_ing[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-ff1f95d0] {
  background: #f14f57
}

.box_c_buy[data-v-ff1f95d0],
.box_c_invaild[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-ff1f95d0] {
  background: #999
}

.box_c_sell[data-v-ff1f95d0] {
  background: #3488db
}

.box_c_sell[data-v-ff1f95d0],
.box_c_success[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-ff1f95d0] {
  background: #ff6900
}

.box_c_fail[data-v-ff1f95d0] {
  background: #67b628
}

.box_c_extedn[data-v-ff1f95d0],
.box_c_fail[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-ff1f95d0] {
  background: #43586c
}

.ps__rail-x[data-v-ff1f95d0] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-ff1f95d0],
.ps__rail-y[data-v-ff1f95d0] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-ff1f95d0] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-ff1f95d0],
.ps--active-y>.ps__rail-y[data-v-ff1f95d0] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-ff1f95d0],
.ps--focus>.ps__rail-y[data-v-ff1f95d0],
.ps--scrolling-x>.ps__rail-x[data-v-ff1f95d0],
.ps--scrolling-y>.ps__rail-y[data-v-ff1f95d0],
.ps:hover>.ps__rail-x[data-v-ff1f95d0],
.ps:hover>.ps__rail-y[data-v-ff1f95d0] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-ff1f95d0],
.ps.ps__rail-x[data-v-ff1f95d0]:focus,
.ps.ps__rail-x[data-v-ff1f95d0]:hover,
.ps.ps__rail-y.ps--clicking[data-v-ff1f95d0],
.ps.ps__rail-y[data-v-ff1f95d0]:focus,
.ps.ps__rail-y[data-v-ff1f95d0]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-ff1f95d0] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-ff1f95d0],
.ps__thumb-y[data-v-ff1f95d0] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-ff1f95d0] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-ff1f95d0],
.ps__rail-x:focus>.ps__thumb-x[data-v-ff1f95d0],
.ps__rail-x:hover>.ps__thumb-x[data-v-ff1f95d0] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-ff1f95d0],
.ps__rail-y:focus>.ps__thumb-y[data-v-ff1f95d0],
.ps__rail-y:hover>.ps__thumb-y[data-v-ff1f95d0] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-ff1f95d0] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-ff1f95d0] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-ff1f95d0] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-ff1f95d0] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-ff1f95d0] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-ff1f95d0] {
  display: none 
}

.toast-top-center[data-v-ff1f95d0] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-ff1f95d0] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-ff1f95d0] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-ff1f95d0] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-ff1f95d0] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-ff1f95d0],
.pagenation_type_1 .btn_last[data-v-ff1f95d0],
.pagenation_type_1 .btn_next[data-v-ff1f95d0],
.pagenation_type_1 .btn_prev[data-v-ff1f95d0] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-ff1f95d0] {
  color: #bbb
}

.wrap_type_3[data-v-ff1f95d0] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-ff1f95d0] {
  background: #0b0c10
}

.container_left[data-v-ff1f95d0],
.container_left_md[data-v-ff1f95d0] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-ff1f95d0] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-ff1f95d0] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-ff1f95d0] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-ff1f95d0] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-ff1f95d0]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-ff1f95d0] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-ff1f95d0] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-ff1f95d0] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-ff1f95d0] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-ff1f95d0]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-ff1f95d0]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-ff1f95d0],
.container_center_3_mini>div[data-v-ff1f95d0] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-ff1f95d0] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-ff1f95d0]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-ff1f95d0]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-ff1f95d0] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-ff1f95d0]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-ff1f95d0]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-ff1f95d0] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-ff1f95d0]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-ff1f95d0]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-ff1f95d0] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-ff1f95d0] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-ff1f95d0],
.bg_grad_1_x[data-v-ff1f95d0] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-ff1f95d0] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-ff1f95d0] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-ff1f95d0] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-ff1f95d0],
.bg_normal_2[data-v-ff1f95d0] {
  background: #141621
}

.btn_left_close[data-v-ff1f95d0],
.btn_left_control[data-v-ff1f95d0],
.btn_right_close[data-v-ff1f95d0],
.right_screen[data-v-ff1f95d0] {
  display: none
}

.box_logo[data-v-ff1f95d0] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-ff1f95d0] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-ff1f95d0] {
  display: none
}

.text_dot[data-v-ff1f95d0] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-ff1f95d0 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-ff1f95d0 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-ff1f95d0] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-ff1f95d0] {
  background: #fff 
}

.bat_more.active i[data-v-ff1f95d0] {
  color: #000 
}

.btn_no_disabled[data-v-ff1f95d0] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-ff1f95d0] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-ff1f95d0] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-ff1f95d0],
.game_bat_2 button[data-v-ff1f95d0]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-ff1f95d0]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-ff1f95d0] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-ff1f95d0] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-ff1f95d0]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-ff1f95d0] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-ff1f95d0] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-ff1f95d0] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-ff1f95d0],
.title_logo[data-v-ff1f95d0] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-ff1f95d0] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-ff1f95d0] {
  height: 22px
}

.tab[data-v-ff1f95d0] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-ff1f95d0]:last-child {
  width: 100%
}

.tab li[data-v-ff1f95d0]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-ff1f95d0] {
  width: 50%
}

.tab li[data-v-ff1f95d0]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-ff1f95d0] {
  width: 33.333333333333%
}

.tab li[data-v-ff1f95d0]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-ff1f95d0] {
  width: 25%
}

.tab li[data-v-ff1f95d0]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-ff1f95d0] {
  width: 20%
}

.tab li[data-v-ff1f95d0]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-ff1f95d0] {
  width: 16.66666666666667%
}

.tab li button[data-v-ff1f95d0] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-ff1f95d0] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-ff1f95d0]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-ff1f95d0] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-ff1f95d0] {
  border: 0
}

.wrap_sports_detail li[data-v-ff1f95d0] {
  width: 100%
}

.wrap_sports_detail li[data-v-ff1f95d0]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-ff1f95d0]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-ff1f95d0] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-ff1f95d0] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-ff1f95d0],
.detail_num>button[data-v-ff1f95d0] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-ff1f95d0] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-ff1f95d0] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-ff1f95d0]:last-child {
  width: 100%
}

.detail_num button[data-v-ff1f95d0]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-ff1f95d0] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-ff1f95d0]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-ff1f95d0] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-ff1f95d0] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-ff1f95d0] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-ff1f95d0] {
  color: #fff 
}

.detail_num>button .up[data-v-ff1f95d0]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-ff1f95d0]:after,
.detail_num>button .up[data-v-ff1f95d0]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-ff1f95d0 1s ease-in-out 5;
  animation: blink-data-v-ff1f95d0 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-ff1f95d0]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-ff1f95d0] {
  background: #f4053a
}

.detail_num>button.active i[data-v-ff1f95d0] {
  color: #000
}

.detail_num>button .text-allocation[data-v-ff1f95d0] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-ff1f95d0] {
  color: #000 
}

.sports_bet_close[data-v-ff1f95d0] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-ff1f95d0],
.sports_bet_close[data-v-ff1f95d0]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-ff1f95d0]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-ff1f95d0] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-ff1f95d0],
.sports_bet_close_all[data-v-ff1f95d0]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-ff1f95d0]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-ff1f95d0] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-ff1f95d0]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-ff1f95d0] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-ff1f95d0]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-ff1f95d0] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-ff1f95d0],
.market_all_close[data-v-ff1f95d0]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-ff1f95d0]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-ff1f95d0] {
    display: none
  }
}

.vjs-control-bar[data-v-ff1f95d0] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-ff1f95d0] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-ff1f95d0] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-ff1f95d0] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-ff1f95d0]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-ff1f95d0] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-ff1f95d0]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-ff1f95d0] {
  color: #fff 
}

.vjs-big-play-button[data-v-ff1f95d0]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-ff1f95d0],
  .detail_num button[data-v-ff1f95d0]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-ff1f95d0] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-ff1f95d0]:nth-of-type(2),
  .game_bat button[data-v-ff1f95d0]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-ff1f95d0]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-ff1f95d0] {
    width: 100%
  }

  .market_all_close[data-v-ff1f95d0]:after,
  .market_domestic_all_close[data-v-ff1f95d0]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-ff1f95d0],
  .game_bat button:nth-of-type(3) i[data-v-ff1f95d0] {
    display: none 
  }
}

.mini_bet_close[data-v-ff1f95d0] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-ff1f95d0],
.mini_bet_close[data-v-ff1f95d0]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-ff1f95d0]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-ff1f95d0] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-ff1f95d0] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-ff1f95d0] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-ff1f95d0]:first-of-type,
.flex_2dan div[data-v-ff1f95d0]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-ff1f95d0] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-ff1f95d0]:first-of-type,
.flex_3dan div[data-v-ff1f95d0]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-ff1f95d0]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-ff1f95d0] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-ff1f95d0] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-ff1f95d0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-ff1f95d0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-ff1f95d0] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-ff1f95d0] {
  height: 40px
}

.mini_game_info[data-v-ff1f95d0],
.mini_game_info span[data-v-ff1f95d0]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-ff1f95d0]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-ff1f95d0] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-ff1f95d0] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-ff1f95d0]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-ff1f95d0] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-ff1f95d0] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-ff1f95d0] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-ff1f95d0] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-ff1f95d0]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-ff1f95d0] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-ff1f95d0]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-ff1f95d0] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-ff1f95d0]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-ff1f95d0] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-ff1f95d0]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-ff1f95d0] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-ff1f95d0]:first-child,
.ul_game_item.item_10 li[data-v-ff1f95d0]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-ff1f95d0]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-ff1f95d0] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-ff1f95d0],
.ul_game_item button i[data-v-ff1f95d0] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-ff1f95d0] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-ff1f95d0] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-ff1f95d0] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-ff1f95d0] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-ff1f95d0] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-ff1f95d0] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-ff1f95d0] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-ff1f95d0] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-ff1f95d0] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-ff1f95d0] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-ff1f95d0] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-ff1f95d0] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-ff1f95d0] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-ff1f95d0] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-ff1f95d0] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-ff1f95d0] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-ff1f95d0] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-ff1f95d0] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-ff1f95d0] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-ff1f95d0] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-ff1f95d0] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-ff1f95d0] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-ff1f95d0] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-ff1f95d0] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-ff1f95d0] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-ff1f95d0] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-ff1f95d0] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-ff1f95d0] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-ff1f95d0] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-ff1f95d0] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-ff1f95d0] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-ff1f95d0] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-ff1f95d0] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-ff1f95d0] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-ff1f95d0] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-ff1f95d0] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-ff1f95d0]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-ff1f95d0]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-ff1f95d0]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-ff1f95d0] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-ff1f95d0] {
    display: none
  }

  .flex_1dan ul[data-v-ff1f95d0] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-ff1f95d0]:first-of-type,
  .flex_3dan div[data-v-ff1f95d0]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-ff1f95d0]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-ff1f95d0] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-ff1f95d0]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-ff1f95d0]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-ff1f95d0]:first-of-type,
  .flex_3dan div[data-v-ff1f95d0]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-ff1f95d0]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-ff1f95d0] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-ff1f95d0] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-ff1f95d0] {
    width: 100%
  }

  .flex_3dan div[data-v-ff1f95d0]:first-of-type,
  .flex_3dan div[data-v-ff1f95d0]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-ff1f95d0]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-ff1f95d0] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-ff1f95d0] {
    width: 100%
  }

  .ul_game_item2 li[data-v-ff1f95d0]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-ff1f95d0]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-ff1f95d0]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-ff1f95d0]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-ff1f95d0]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-ff1f95d0] {
    padding: 101px 280px 0
  }

  .container_left[data-v-ff1f95d0],
  .container_left_md[data-v-ff1f95d0],
  .container_right[data-v-ff1f95d0] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-ff1f95d0]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-ff1f95d0]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-ff1f95d0]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-ff1f95d0]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-ff1f95d0] {
    padding-left: 40px
  }

  .container_left[data-v-ff1f95d0] {
    display: none
  }

  .btn_left_control[data-v-ff1f95d0] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-ff1f95d0],
  .btn_left_control i[data-v-ff1f95d0] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-ff1f95d0] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-ff1f95d0] {
    width: 26px
  }

  .btn_left_close[data-v-ff1f95d0] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-ff1f95d0] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-ff1f95d0] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-ff1f95d0]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-ff1f95d0]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-ff1f95d0]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-ff1f95d0]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-ff1f95d0]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-ff1f95d0]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-ff1f95d0] {
    display: block
  }

  .no-display-1600[data-v-ff1f95d0] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-ff1f95d0]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-ff1f95d0]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-ff1f95d0] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-ff1f95d0] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-ff1f95d0]:first-of-type,
  .container_center_2_mini>div>div[data-v-ff1f95d0]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-ff1f95d0] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-ff1f95d0]:first-of-type,
  .container_center_3_mini>div>div[data-v-ff1f95d0]:nth-of-type(2),
  .container_center_4_mini>div[data-v-ff1f95d0]:first-of-type,
  .container_center_4_mini>div[data-v-ff1f95d0]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-ff1f95d0] {
    padding-right: 0
  }

  .container_right[data-v-ff1f95d0] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-ff1f95d0] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-ff1f95d0] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-ff1f95d0] {
    width: 26px
  }

  .container_right .right_screen[data-v-ff1f95d0] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-ff1f95d0] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-ff1f95d0],
  .btn_left_control[data-v-ff1f95d0],
  .container_left[data-v-ff1f95d0] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-ff1f95d0] {
    padding: 0
  }

  .mobile_scroll[data-v-ff1f95d0] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-ff1f95d0] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-ff1f95d0],
.title_info_s[data-v-ff1f95d0] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-ff1f95d0] {
  font-size: 1.8rem
}

.title_info_s[data-v-ff1f95d0]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-ff1f95d0] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-ff1f95d0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-ff1f95d0] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-ff1f95d0] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-ff1f95d0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-ff1f95d0] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-ff1f95d0] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-ff1f95d0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-ff1f95d0] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-ff1f95d0] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-ff1f95d0] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-ff1f95d0] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-ff1f95d0] {
  position: relative
}

.sub_visual_wallet img[data-v-ff1f95d0] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-ff1f95d0] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-ff1f95d0] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-ff1f95d0] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-ff1f95d0] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-ff1f95d0]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-ff1f95d0],
.menu_wallet>li button[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-ff1f95d0],
.menu_wallet>li button.active[data-v-ff1f95d0] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-ff1f95d0] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-ff1f95d0]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-ff1f95d0] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-ff1f95d0] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-ff1f95d0] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-ff1f95d0] {
  position: relative
}

.wallet_form button[data-v-ff1f95d0] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-ff1f95d0] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-ff1f95d0] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-ff1f95d0] {
  background: #141621 
}

h2.title_trade[data-v-ff1f95d0] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-ff1f95d0] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-ff1f95d0] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-ff1f95d0] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-ff1f95d0],
.result_buy div[data-v-ff1f95d0] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-ff1f95d0] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-ff1f95d0] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-ff1f95d0] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-ff1f95d0] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-ff1f95d0] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-ff1f95d0] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-ff1f95d0] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-ff1f95d0] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-ff1f95d0],
.sub_visual.s_02[data-v-ff1f95d0],
.sub_visual.s_03[data-v-ff1f95d0],
.sub_visual.s_04[data-v-ff1f95d0],
.sub_visual.s_05[data-v-ff1f95d0],
.sub_visual.s_06[data-v-ff1f95d0],
.sub_visual.s_07[data-v-ff1f95d0],
.sub_visual.s_08[data-v-ff1f95d0] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-ff1f95d0] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-ff1f95d0] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-ff1f95d0] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-ff1f95d0],
.sub_menu a[data-v-ff1f95d0] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-ff1f95d0] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-ff1f95d0] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-ff1f95d0],
.sub_menu a.nuxt-link-active[data-v-ff1f95d0] {
  color: #e32028
}

.sub_tab ul[data-v-ff1f95d0] {
  overflow: hidden
}

.sub_tab ul li[data-v-ff1f95d0] {
  float: left
}

.sub_tab ul li a[data-v-ff1f95d0] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-ff1f95d0],
.sub_tab ul li a.active[data-v-ff1f95d0] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-ff1f95d0]:before,
.sub_tab ul li a.active[data-v-ff1f95d0]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-ff1f95d0] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-ff1f95d0] {
  font-size: 2.2rem
}

.title_big[data-v-ff1f95d0],
.title_normal[data-v-ff1f95d0] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-ff1f95d0] {
  font-size: 1.8rem
}

.title_small[data-v-ff1f95d0] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-ff1f95d0] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-ff1f95d0] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-ff1f95d0],
.title_tiny[data-v-ff1f95d0] {
  position: relative;
  color: #fff
}

.title_sub[data-v-ff1f95d0] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-ff1f95d0]:before {
  bottom: -5px
}

.title_sub[data-v-ff1f95d0]:after,
.title_sub[data-v-ff1f95d0]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-ff1f95d0]:after {
  bottom: -3px
}

.title_sub_1[data-v-ff1f95d0] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-ff1f95d0]:before {
  bottom: -5px
}

.title_sub_1[data-v-ff1f95d0]:after,
.title_sub_1[data-v-ff1f95d0]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-ff1f95d0]:after {
  bottom: -3px
}

.title_sm[data-v-ff1f95d0] {
  display: none
}

.title_hexa[data-v-ff1f95d0] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-ff1f95d0],
.title_hexa i[data-v-ff1f95d0] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-ff1f95d0] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-ff1f95d0] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-ff1f95d0] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-ff1f95d0],
.title_hexa.t_on i[data-v-ff1f95d0] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-ff1f95d0] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-ff1f95d0] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-ff1f95d0] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-ff1f95d0] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-ff1f95d0] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-ff1f95d0] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-ff1f95d0] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-ff1f95d0]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-ff1f95d0]:first-of-type,
.sports_list li>div[data-v-ff1f95d0]:nth-of-type(2),
.sports_list li>div[data-v-ff1f95d0]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-ff1f95d0] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-ff1f95d0]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-ff1f95d0] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-ff1f95d0] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-ff1f95d0] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-ff1f95d0]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-ff1f95d0] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-ff1f95d0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-ff1f95d0],
.game_bat button[data-v-ff1f95d0] {
  position: relative
}

.game_bat button[data-v-ff1f95d0]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-ff1f95d0] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-ff1f95d0] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-ff1f95d0] {
  margin-right: 5px
}

.game_bat button[data-v-ff1f95d0]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-ff1f95d0] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-ff1f95d0] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-ff1f95d0] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-ff1f95d0],
.game_bat button:nth-of-type(3) i img[data-v-ff1f95d0] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-ff1f95d0]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-ff1f95d0]:nth-of-type(2),
.game_bat button[data-v-ff1f95d0]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-ff1f95d0]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-ff1f95d0],
.game_bat button.active[data-v-ff1f95d0] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-ff1f95d0]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-ff1f95d0]:after,
.game_bat button:first-of-type .up[data-v-ff1f95d0]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-ff1f95d0 1s ease-in-out 5;
  animation: blink-data-v-ff1f95d0 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-ff1f95d0]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-ff1f95d0]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-ff1f95d0]:after,
.game_bat button:nth-of-type(2) .up[data-v-ff1f95d0]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-ff1f95d0 1s ease-in-out 5;
  animation: blink-data-v-ff1f95d0 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-ff1f95d0]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-ff1f95d0]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-ff1f95d0]:after,
.game_bat button:nth-of-type(3) .up[data-v-ff1f95d0]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-ff1f95d0 1s ease-in-out 5;
  animation: blink-data-v-ff1f95d0 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-ff1f95d0]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-ff1f95d0] {
  padding: 0
}

.box_folder[data-v-ff1f95d0],
.box_folder button[data-v-ff1f95d0] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-ff1f95d0] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-ff1f95d0] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-ff1f95d0]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-ff1f95d0] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-ff1f95d0]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-ff1f95d0] {
  flex-wrap: wrap
}

.bank_info[data-v-ff1f95d0],
.bank_info li[data-v-ff1f95d0] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-ff1f95d0] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-ff1f95d0]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-ff1f95d0] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-ff1f95d0] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-ff1f95d0] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-ff1f95d0] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-ff1f95d0] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-ff1f95d0] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-ff1f95d0] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-ff1f95d0] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-ff1f95d0] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-ff1f95d0] {
  margin-right: 10px
}

.box_text_type_1[data-v-ff1f95d0] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-ff1f95d0],
.box_text_type_1 i[data-v-ff1f95d0] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-ff1f95d0] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-ff1f95d0] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-ff1f95d0],
.wl_tip[data-v-ff1f95d0] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-ff1f95d0],
.wl_tip ul li[data-v-ff1f95d0] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-ff1f95d0] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-ff1f95d0] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-ff1f95d0] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-ff1f95d0],
.wl_waring ul li[data-v-ff1f95d0] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-ff1f95d0] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-ff1f95d0] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-ff1f95d0] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-ff1f95d0] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-ff1f95d0] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-ff1f95d0] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-ff1f95d0 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-ff1f95d0 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-ff1f95d0] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-ff1f95d0] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-ff1f95d0] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-ff1f95d0],
.box_fx_buy_sell[data-v-ff1f95d0],
.box_fx_result[data-v-ff1f95d0],
.box_leverage_result[data-v-ff1f95d0],
.current_time[data-v-ff1f95d0],
.tab_box[data-v-ff1f95d0],
.tab_time[data-v-ff1f95d0] {
  position: relative
}

.copilot[data-v-ff1f95d0] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-ff1f95d0],
.copilot[data-v-ff1f95d0]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-ff1f95d0]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-ff1f95d0] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-ff1f95d0] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-ff1f95d0] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-ff1f95d0] {
  padding: 20px 15px
}

.copilot_foot[data-v-ff1f95d0],
.copilot_foot button[data-v-ff1f95d0] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-ff1f95d0] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-ff1f95d0] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-ff1f95d0],
.copilot.step_2[data-v-ff1f95d0] {
  top: 50px
}

.copilot.step_3[data-v-ff1f95d0],
.copilot.step_4[data-v-ff1f95d0],
.copilot.step_6[data-v-ff1f95d0],
.copilot.step_7[data-v-ff1f95d0],
.copilot.step_8[data-v-ff1f95d0] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-ff1f95d0] {
  top: 40px
}

.box_info_1[data-v-ff1f95d0] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-ff1f95d0] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-ff1f95d0] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-ff1f95d0]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-ff1f95d0] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-ff1f95d0] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-ff1f95d0] {
  height: 40px
}

.title_guide_1 span[data-v-ff1f95d0] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-ff1f95d0] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-ff1f95d0] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-ff1f95d0] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-ff1f95d0] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-ff1f95d0] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-ff1f95d0 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-ff1f95d0 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-ff1f95d0]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-ff1f95d0]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-ff1f95d0]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-ff1f95d0]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-ff1f95d0]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-ff1f95d0 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-ff1f95d0 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-ff1f95d0] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-ff1f95d0] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-ff1f95d0] {
    margin-top: 0
  }

  .sub_visual[data-v-ff1f95d0] {
    display: none
  }

  .box_sub_title[data-v-ff1f95d0] {
    padding: 0 20px
  }

  .box_sub_container[data-v-ff1f95d0] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-ff1f95d0] {
    display: block
  }

  .title_sub[data-v-ff1f95d0] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-ff1f95d0]:before {
    bottom: -5px
  }

  .title_sub[data-v-ff1f95d0]:after,
  .title_sub[data-v-ff1f95d0]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-ff1f95d0]:after {
    bottom: -3px
  }

  .sub_menu[data-v-ff1f95d0] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-ff1f95d0] {
    padding: 0
  }

  .box_sub_container[data-v-ff1f95d0] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-ff1f95d0] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-ff1f95d0] {
    display: none
  }

  .box_bg_deep[data-v-ff1f95d0] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-ff1f95d0] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-ff1f95d0] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-ff1f95d0] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-ff1f95d0],
  .result_buy div[data-v-ff1f95d0] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-ff1f95d0] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-ff1f95d0] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-ff1f95d0] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-ff1f95d0] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-ff1f95d0] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-ff1f95d0] {
    padding: 0 5px
  }

  .box_folder button[data-v-ff1f95d0] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-ff1f95d0] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-ff1f95d0] {
    padding: 0
  }

  .pagenation_type_1[data-v-ff1f95d0] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-ff1f95d0] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-ff1f95d0] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-ff1f95d0] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-ff1f95d0],
  .pagenation_type_1 .btn_last[data-v-ff1f95d0],
  .pagenation_type_1 .btn_next[data-v-ff1f95d0],
  .pagenation_type_1 .btn_prev[data-v-ff1f95d0] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-ff1f95d0] {
    color: #bbb
  }

  .title_medium[data-v-ff1f95d0] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-ff1f95d0]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-ff1f95d0]:first-of-type:hover,
  .game_bat.bet_three button[data-v-ff1f95d0]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-ff1f95d0]:nth-of-type(3):hover,
  .game_bat button[data-v-ff1f95d0]:first-of-type:hover,
  .game_bat button[data-v-ff1f95d0]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-ff1f95d0],
  .game_bat button.active span[data-v-ff1f95d0],
  .game_bat button:hover span[data-v-ff1f95d0] {
    color: #fff 
  }

  .bat_more[data-v-ff1f95d0]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-ff1f95d0],
  .bat_more[disabled][data-v-ff1f95d0]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-ff1f95d0]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-ff1f95d0]:first-of-type:hover,
  .game_bat_2 button[data-v-ff1f95d0]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-ff1f95d0],
  .game_bat_2 button.active[data-v-ff1f95d0]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-ff1f95d0]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-ff1f95d0] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-ff1f95d0] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-ff1f95d0]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-ff1f95d0]:hover,
  .pagenation_type_1 .btn_last[data-v-ff1f95d0]:hover,
  .pagenation_type_1 .btn_next[data-v-ff1f95d0]:hover,
  .pagenation_type_1 .btn_prev[data-v-ff1f95d0]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-ff1f95d0]:hover,
  .ul_game_item button[data-v-ff1f95d0]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.header[data-v-ff1f95d0] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%
}

.header.nav-up[data-v-ff1f95d0] {
  background: #141621
}

.header_top[data-v-ff1f95d0] {
  position: relative;
  height: 51px
}

.header_bottom[data-v-ff1f95d0],
.header_top[data-v-ff1f95d0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #141621
}

.header_bottom[data-v-ff1f95d0] {
  height: 50px;
  border-bottom: 1px solid rgba(255, 41, 61, .5);
  background-size: 100% auto;
  padding: 0 300px
}

.logo[data-v-ff1f95d0] {
  position: absolute;
  left: 20px;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all .3s
}

.logo img[data-v-ff1f95d0] {
  height: 30px
}

.logo span[data-v-ff1f95d0] {
  color: #fff;
  font-family: NEXON2;
  font-size: 1.5rem;
  padding-left: 20px
}

.logo span b[data-v-ff1f95d0] {
  color: #e32028
}

.mobile_header_info[data-v-ff1f95d0],
.mobile_logout[data-v-ff1f95d0],
.mobile_menu_close[data-v-ff1f95d0],
.mobile_reflesh[data-v-ff1f95d0],
.mobile_toggle[data-v-ff1f95d0] {
  display: none
}

.menu_1[data-v-ff1f95d0] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  transition: all .3s
}

.menu_1>li[data-v-ff1f95d0] {
  width: 11.11111111111111%;
  cursor: pointer
}

.menu_1>li[data-v-ff1f95d0],
.menu_1>li>a[data-v-ff1f95d0] {
  position: relative;
  height: 100%
}

.menu_1>li>a[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  font-family: Noto Sans KR;
  font-weight: 400;
  color: #fff ;
  padding: 0 0 2px
}

.menu_1>li>a.nuxt-link-active[data-v-ff1f95d0],
.menu_1>li>a[data-v-ff1f95d0]:hover {
  color: #fff ;
  background: linear-gradient(90deg, #ff4104 0, #ff244b 51%, #ff4104);
  background-size: 200% auto;
  transition: all .3s ease 0s
}

.menu_1>li>div[data-v-ff1f95d0] {
  display: inline-flex;
  font-size: 1.5rem;
  font-family: NEXON2;
  font-weight: 500;
  letter-spacing: -.5px;
  color: #fff ;
  padding: 0 15px
}

.menu_1>li>div[data-v-ff1f95d0],
.top_menu[data-v-ff1f95d0] {
  align-items: center;
  height: 100%
}

.top_menu[data-v-ff1f95d0] {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  justify-content: flex-end
}

.top_asset[data-v-ff1f95d0] {
  display: flex;
  align-items: center
}

.top_asset a[data-v-ff1f95d0] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  color: #fff;
  font-size: 1.3rem;
  padding: 0 10px
}

.top_asset a i[data-v-ff1f95d0] {
  font-size: 1.6rem;
  color: #fff;
  margin-right: 5px;
  margin-bottom: -1px
}

.top_div[data-v-ff1f95d0] {
  width: 1px;
  height: 16px;
  background: hsla(0, 0%, 100%, .3);
  margin: 0 20px 0 10px
}

.top_community a[data-v-ff1f95d0] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px
}

.top_community a.on[data-v-ff1f95d0]:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #e32028
}

.top_other[data-v-ff1f95d0] {
  display: flex;
  align-items: center
}

.top_other a[data-v-ff1f95d0] {
  position: relative;
  justify-content: center;
  height: 20px;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 10px
}

.top_log[data-v-ff1f95d0],
.top_other a[data-v-ff1f95d0] {
  display: inline-flex;
  align-items: center
}

.top_log[data-v-ff1f95d0] {
  flex-direction: row;
  justify-content: flex-start;
  height: 100%
}

.top_log button[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 36px;
  color: #fff;
  font-size: 1.3rem;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px
}

.top_log button[data-v-ff1f95d0]:first-of-type {
  background: hsla(0, 0%, 100%, .2);
  margin-left: 0
}

.top_log a[data-v-ff1f95d0] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 36px;
  color: #fff;
  font-size: 1.3rem;
  border: 1px solid #e32028;
  border-radius: 18px;
  background: #e32028;
  padding-bottom: 2px
}

.top_log a[data-v-ff1f95d0]:first-of-type {
  border-radius: 0;
  background: #e32028
}

.modal_double_join[data-v-ff1f95d0] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  display: table;
  transition: opacity .3s ease
}

.modal_double_join .modal-wrapper[data-v-ff1f95d0] {
  display: table-cell;
  vertical-align: middle
}

.modal_double_join .modal-container[data-v-ff1f95d0] {
  position: relative;
  width: 460px;
  background: #2d2e3a;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  margin: 0 auto
}

.modal_double_join .modal-container[data-v-ff1f95d0]:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

.modal_double_join .modal-container[data-v-ff1f95d0]:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

.modal_double_join .modal-header[data-v-ff1f95d0] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  border: 0;
  background-size: auto 40px ;
  padding: 0
}

.modal_double_join .modal-body[data-v-ff1f95d0] {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.7;
  word-break: break-word;
  padding: 0 20px 20px;
  margin: 0
}

.modal_double_join .modal_footer[data-v-ff1f95d0] {
  display: flex;
  justify-content: center;
  align-items: center
}

.modal-leave[data-v-ff1f95d0],
.modal_double_join .modal-enter[data-v-ff1f95d0] {
  opacity: 0
}

.modal_double_join .modal-enter .modal-container[data-v-ff1f95d0],
.modal_double_join .modal-leave .modal-container[data-v-ff1f95d0] {
  transform: scale(1.1)
}

.modal_double_join .modal-container .btn[data-v-ff1f95d0] {
  color: #333;
  font-size: 14px;
  border: 1px solid #aaa;
  text-align: center;
  background-color: #fff;
  padding: 6px 20px
}

.modal_double_join .modal-container .btn[data-v-ff1f95d0]:hover {
  color: #fff;
  border: 1px solid #555;
  background-color: #555
}

.fade-enter-active[data-v-ff1f95d0],
.fade-leave-active[data-v-ff1f95d0] {
  transition: opacity .5s
}

.fade-enter[data-v-ff1f95d0],
.fade-leave-to[data-v-ff1f95d0] {
  opacity: 0
}

@media (max-width:1920px) {
  .header_bottom[data-v-ff1f95d0] {
    padding: 0
  }
}

@media (max-width:1600px) {
  .header_bottom[data-v-ff1f95d0] {
    padding: 0
  }
}

@media (max-width:1439px) {
  .menu_1>li>a[data-v-ff1f95d0] {
    font-size: 1.5rem
  }
}

@media (max-width:1190px) {
  .menu_1>li>a[data-v-ff1f95d0] {
    font-size: 1.4rem
  }

  .top_menu ul[data-v-ff1f95d0] {
    display: none
  }

  .top_asset a[data-v-ff1f95d0] {
    padding: 0 5px
  }
}

@media (max-width:991px) {
  .header[data-v-ff1f95d0] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e32028
  }

  .header.nav-up[data-v-ff1f95d0] {
    background: #171a23
  }

  .nav[data-v-ff1f95d0] {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 100000;
    background: rgba(0, 0, 0, .85);
    left: 0;
    top: 0;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 50px
  }

  .nav[data-v-ff1f95d0]::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .logo[data-v-ff1f95d0] {
    position: relative;
    left: inherit
  }

  .logo img[data-v-ff1f95d0] {
    height: 26px
  }

  .mobile_toggle[data-v-ff1f95d0] {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer
  }

  .mobile_toggle i[data-v-ff1f95d0] {
    font-size: 22px;
    color: #fff;
    line-height: 50px
  }

  .mobile_reflesh[data-v-ff1f95d0] {
    position: absolute;
    left: 50px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 50px;
    cursor: pointer
  }

  .mobile_reflesh i[data-v-ff1f95d0] {
    font-size: 22px;
    color: #fff;
    line-height: 50px
  }

  .mobile_menu_close[data-v-ff1f95d0] {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100001;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer
  }

  .mobile_menu_close i[data-v-ff1f95d0] {
    font-size: 22px;
    color: #fff;
    line-height: 50px
  }

  .mobile_logout[data-v-ff1f95d0] {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer
  }

  .mobile_logout i[data-v-ff1f95d0] {
    font-size: 22px;
    color: #fff
  }

  .mobile_header_info[data-v-ff1f95d0] {
    display: flex
  }

  .mobile_header_info[data-v-ff1f95d0],
  .mobile_top_log[data-v-ff1f95d0] {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: 50px;
    background: #141621
  }

  .mobile_top_log[data-v-ff1f95d0] {
    z-index: 10000;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px
  }

  .mobile_top_log a[data-v-ff1f95d0],
  .mobile_top_log button[data-v-ff1f95d0] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 1px);
    height: 36px;
    border: 1px solid #e32028;
    border-radius: 18px;
    color: #fff;
    font-size: 1.3rem;
    padding-bottom: 3px
  }

  .mobile_top_log a.full[data-v-ff1f95d0],
  .mobile_top_log button.full[data-v-ff1f95d0] {
    background: #e32028
  }

  .mobile_top_log i[data-v-ff1f95d0] {
    font-size: 1.6rem;
    margin-bottom: -2px
  }

  .mobile_top_user[data-v-ff1f95d0] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
  }

  .mobile_top_user>div[data-v-ff1f95d0] {
    display: inline-flex;
    align-items: center;
    width: 50%;
    height: 25px;
    color: #fff;
    font-size: 1.3rem;
    padding-left: 20px
  }

  .mobile_top_user>button[data-v-ff1f95d0],
  .mobile_top_user>div[data-v-ff1f95d0]:nth-child(3) {
    background: hsla(0, 0%, 100%, .05)
  }

  .mobile_top_user>div i[data-v-ff1f95d0] {
    font-size: 1.6rem;
    color: #e32028;
    margin-right: 5px
  }

  .mobile_top_user>button[data-v-ff1f95d0] {
    display: inline-flex;
    align-items: center;
    width: 50%;
    height: 25px;
    color: #fff;
    font-size: 1.3rem;
    padding-left: 20px
  }

  .mobile_top_user>button i[data-v-ff1f95d0] {
    font-size: 1.6rem;
    color: #e32028;
    margin-right: 5px
  }

  .mobile_top_user>button strong[data-v-ff1f95d0] {
    display: inline-block;
    font-weight: 300;
    font-size: 1.3rem;
    background: #ff2152;
    border-radius: 2px;
    padding: 3px 3px 4px;
    margin: 1px 0 0 5px
  }

  .mobile_top_user .user a em[data-v-ff1f95d0] {
    color: #fff;
    margin-right: 5px
  }

  .mobile_top_user .user a span[data-v-ff1f95d0] {
    color: #ff2152;
    /* text-decoration: underline; */
    margin-bottom: 2px
  }

  .box_user[data-v-ff1f95d0] {
    justify-content: space-between;
    width: 100%;
    padding: 0 20px 10px
  }

  .box_user[data-v-ff1f95d0],
  .box_user>span[data-v-ff1f95d0] {
    display: flex;
    align-items: center
  }

  .box_user>span[data-v-ff1f95d0],
  .box_user>span:first-of-type em[data-v-ff1f95d0] {
    color: #fff
  }

  .box_user>span[data-v-ff1f95d0]:nth-of-type(2) {
    color: #e32028;
    font-size: 1.5rem;
    font-weight: 500
  }

  .box_user>span:nth-of-type(2) img[data-v-ff1f95d0] {
    height: 16px
  }

  .top_cash[data-v-ff1f95d0] {
    flex-direction: row;
    justify-content: center;
    height: 36px;
    padding: 0 10px
  }

  .top_cash[data-v-ff1f95d0],
  .top_cash em[data-v-ff1f95d0] {
    display: flex;
    align-items: center
  }

  .top_cash em[data-v-ff1f95d0] {
    font-size: 1.3rem;
    margin-right: 10px
  }

  .top_cash em a[data-v-ff1f95d0] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin-left: 5px
  }

  .top_cash em a img[data-v-ff1f95d0] {
    width: 10px;
    opacity: .7
  }

  .top_cash span[data-v-ff1f95d0] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    color: #fff;
    font-size: 1.4rem;
    border: 1px solid #e32028;
    border-radius: 15px;
    padding: 0 15px
  }

  .top_cash span img[data-v-ff1f95d0] {
    width: 14px;
    vertical-align: middle;
    margin-right: 5px
  }

  .top_cash span i[data-v-ff1f95d0] {
    font-size: 1.4rem;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 5px;
    color: #fff
  }

  .mobile_box_top_menu[data-v-ff1f95d0] {
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 10000;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    background: #141621
  }

  .mobile_menu_0[data-v-ff1f95d0] {
    display: flex;
    align-items: center;
    background: #141621;
    height: 36px;
    margin: 10px 10px 0
  }

  .mobile_menu_0 a[data-v-ff1f95d0] {
    width: 50%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    color: #fff;
    font-size: 1.6rem
  }

  .mobile_menu_0 a[data-v-ff1f95d0]:nth-of-type(2) {
    background: rgba(0, 0, 0, .5)
  }

  .mobile_menu_0 a i[data-v-ff1f95d0] {
    font-size: 1.6rem;
    color: #a9da2b;
    margin-right: 5px;
    margin-bottom: -2px
  }

  .mobile_menu[data-v-ff1f95d0] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px
  }

  .mobile_menu li[data-v-ff1f95d0] {
    width: calc(50% - 1px);
    margin: 0 0 2px
  }

  .mobile_menu li a[data-v-ff1f95d0] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    font-family: Gmarket;
    letter-spacing: -1px;
    background: #e32028
  }

  .mobile_menu_1[data-v-ff1f95d0] {
    display: flex;
    align-items: center;
    height: 36px;
    margin: 10px 12px
  }

  .mobile_menu_1 a[data-v-ff1f95d0] {
    width: 25%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    color: #fff;
    font-size: 1.6rem;
    padding-bottom: 2px
  }

  .mobile_menu_1 a i[data-v-ff1f95d0] {
    font-size: 1.6rem;
    color: #fff;
    margin-right: 5px;
    margin-bottom: -2px
  }

  .mobile_menu_2[data-v-ff1f95d0] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px
  }

  .mobile_menu_2 li[data-v-ff1f95d0] {
    width: calc(33.33333% - 1px);
    margin: 0 0 2px
  }

  .mobile_menu_2 li a[data-v-ff1f95d0] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: -1px;
    background: #8ea4b7;
    padding-bottom: 0
  }

  .mobile_menu_2 li a i[data-v-ff1f95d0] {
    margin-right: 5px;
    color: #fff
  }

  .box_sns[data-v-ff1f95d0] {
    width: 100%;
    padding: 20px 10px
  }

  .box_sns em[data-v-ff1f95d0] {
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff
  }

  .box_sns em i[data-v-ff1f95d0] {
    font-family: BebasNeuePro;
    font-size: 2rem;
    font-weight: 600
  }

  .box_sns em[data-v-ff1f95d0]:before {
    left: -25px
  }

  .box_sns em[data-v-ff1f95d0]:after,
  .box_sns em[data-v-ff1f95d0]:before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 1px;
    background: #fff
  }

  .box_sns em[data-v-ff1f95d0]:after {
    right: -25px
  }

  .telegram[data-v-ff1f95d0] {
    color: #fff;
    font-size: 1.5rem;
    border-radius: 4px;
    background: linear-gradient(270deg, #32a3da, #2eb9fd);
    padding: 12px 10px
  }

  .logo_menu[data-v-ff1f95d0],
  .telegram[data-v-ff1f95d0] {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .logo_menu[data-v-ff1f95d0] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 51px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    background: #141621
  }

  .logo_menu img[data-v-ff1f95d0] {
    height: 26px
  }

  .top_menu_1[data-v-ff1f95d0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    border-top: 1px solid hsla(0, 0%, 100%, .15);
    padding-left: 10px
  }

  .btn_mobile_sports_search[data-v-ff1f95d0] {
    position: fixed;
    left: 30px;
    bottom: 40px;
    z-index: 100;
    display: flex ;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff ;
    opacity: .8
  }

  .btn_mobile_sports_search i[data-v-ff1f95d0] {
    font-size: 2.2rem;
    margin-top: 2px
  }

  .btn_top[data-v-ff1f95d0] {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 100;
    display: flex ;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff ;
    opacity: .8
  }

  .btn_top i[data-v-ff1f95d0] {
    font-size: 2.2rem;
    margin-bottom: 2px
  }
}

@media (max-width:767px) {
  .modal_double_join[data-v-ff1f95d0] {
    width: 100%;
    padding: 0 15px
  }

  .modal_double_join .modal-container[data-v-ff1f95d0] {
    width: 100%
  }
}
body [data-v-2592b2ce] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-2592b2ce]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-2592b2ce]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-2592b2ce] {
  max-width: 1440px
}

.page-enter-active[data-v-2592b2ce],
.page-leave-active[data-v-2592b2ce] {
  transition: opacity .1s
}

.page-enter[data-v-2592b2ce],
.page-leave-to[data-v-2592b2ce] {
  opacity: 0
}

.b1[data-v-2592b2ce] {
  border: 1px solid red
}

.width-btn-100[data-v-2592b2ce] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-2592b2ce] {
  color: #e32028 
}

.main-color1-normal[data-v-2592b2ce] {
  color: #ff2152 
}

.main-color1-text[data-v-2592b2ce] {
  color: #ff9710 
}

.main-color1-deep[data-v-2592b2ce] {
  color: #ff6900 
}

.main-color1-light[data-v-2592b2ce] {
  color: #ff542e 
}

.color-white[data-v-2592b2ce] {
  color: #fff 
}

.main-color2-light[data-v-2592b2ce] {
  color: #a9da2b 
}

.main-color2[data-v-2592b2ce] {
  color: #67b628 
}

.main_color3_light[data-v-2592b2ce] {
  color: #ffc92f 
}

.main-color3[data-v-2592b2ce] {
  color: #febd02 
}

.main-color4[data-v-2592b2ce] {
  color: #7e93a6 
}

.main-color5-light[data-v-2592b2ce] {
  color: #42deda 
}

.main-color5[data-v-2592b2ce] {
  color: #01c8de 
}

.color-grey[data-v-2592b2ce] {
  color: #676c71 
}

.color-lightgrey[data-v-2592b2ce] {
  color: #ababab 
}

.color-deepgrey[data-v-2592b2ce] {
  color: #20222b 
}

.color-text-verylight[data-v-2592b2ce] {
  color: #80a7b8 
}

.color-text-light[data-v-2592b2ce] {
  color: #9a9aa7 
}

.color-text[data-v-2592b2ce] {
  color: #797986 
}

.color-text-deep[data-v-2592b2ce] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-2592b2ce] {
  color: #2f3b49 
}

.c_default[data-v-2592b2ce] {
  color: #fff 
}

.c_high[data-v-2592b2ce] {
  color: #ff1717 
}

.c_low[data-v-2592b2ce] {
  color: #0bf 
}

.c_buy_light[data-v-2592b2ce] {
  color: #fe5159 
}

.c_buy[data-v-2592b2ce] {
  color: #f14f57 
}

.bg_c_buy[data-v-2592b2ce] {
  background: #f14f57
}

.c_sell_light[data-v-2592b2ce] {
  color: #349bf0 
}

.c_sell[data-v-2592b2ce] {
  color: #3488db 
}

.bg_c_sell[data-v-2592b2ce] {
  background: #3488db
}

.c_ing[data-v-2592b2ce] {
  color: #fff 
}

.bg_ing[data-v-2592b2ce],
.bg_wait[data-v-2592b2ce] {
  background: #7e93a6 
}

.bg_background_deep[data-v-2592b2ce] {
  background: #000
}

.c_success[data-v-2592b2ce] {
  color: #1478f2 
}

.bg_success[data-v-2592b2ce] {
  background: #1478f2 
}

.c_complete[data-v-2592b2ce] {
  color: #fff 
}

.c_fail[data-v-2592b2ce] {
  color: #ff1e1e 
}

.bg_fail[data-v-2592b2ce] {
  background: #ff1e1e 
}

.c_cancel[data-v-2592b2ce] {
  color: #ff6900 
}

.bg_cancel[data-v-2592b2ce] {
  background: #ff6900 
}

.c_error[data-v-2592b2ce] {
  color: #ff6900 
}

.c_invaild[data-v-2592b2ce] {
  color: #999 
}

.bg_invaild[data-v-2592b2ce] {
  background: #666 
}

.bg_main[data-v-2592b2ce] {
  background: #e32028 
}

.bg_green_gra[data-v-2592b2ce] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-2592b2ce] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-2592b2ce] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-2592b2ce] {
  color: #ff5266 
}

.c_deposit_light[data-v-2592b2ce] {
  color: #a9da2b 
}

.c_deposit[data-v-2592b2ce] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-2592b2ce] {
  color: #ff8520 
}

.c_withdrawal[data-v-2592b2ce] {
  color: #ff6900 
}

.c_green[data-v-2592b2ce] {
  color: #009b1b 
}

.c_red[data-v-2592b2ce] {
  color: red 
}

.c_blue[data-v-2592b2ce] {
  color: #febd02 
}

.c_black[data-v-2592b2ce] {
  color: #000 
}

.bg_white[data-v-2592b2ce] {
  background: #fff 
}

.bg_green[data-v-2592b2ce] {
  background: #6dcb1b 
}

.box_c_ing[data-v-2592b2ce] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-2592b2ce] {
  background: #f14f57
}

.box_c_buy[data-v-2592b2ce],
.box_c_invaild[data-v-2592b2ce] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-2592b2ce] {
  background: #999
}

.box_c_sell[data-v-2592b2ce] {
  background: #3488db
}

.box_c_sell[data-v-2592b2ce],
.box_c_success[data-v-2592b2ce] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-2592b2ce] {
  background: #ff6900
}

.box_c_fail[data-v-2592b2ce] {
  background: #67b628
}

.box_c_extedn[data-v-2592b2ce],
.box_c_fail[data-v-2592b2ce] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-2592b2ce] {
  background: #43586c
}

.ps__rail-x[data-v-2592b2ce] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-2592b2ce],
.ps__rail-y[data-v-2592b2ce] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-2592b2ce] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-2592b2ce],
.ps--active-y>.ps__rail-y[data-v-2592b2ce] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-2592b2ce],
.ps--focus>.ps__rail-y[data-v-2592b2ce],
.ps--scrolling-x>.ps__rail-x[data-v-2592b2ce],
.ps--scrolling-y>.ps__rail-y[data-v-2592b2ce],
.ps:hover>.ps__rail-x[data-v-2592b2ce],
.ps:hover>.ps__rail-y[data-v-2592b2ce] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-2592b2ce],
.ps.ps__rail-x[data-v-2592b2ce]:focus,
.ps.ps__rail-x[data-v-2592b2ce]:hover,
.ps.ps__rail-y.ps--clicking[data-v-2592b2ce],
.ps.ps__rail-y[data-v-2592b2ce]:focus,
.ps.ps__rail-y[data-v-2592b2ce]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-2592b2ce] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-2592b2ce],
.ps__thumb-y[data-v-2592b2ce] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-2592b2ce] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-2592b2ce],
.ps__rail-x:focus>.ps__thumb-x[data-v-2592b2ce],
.ps__rail-x:hover>.ps__thumb-x[data-v-2592b2ce] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-2592b2ce],
.ps__rail-y:focus>.ps__thumb-y[data-v-2592b2ce],
.ps__rail-y:hover>.ps__thumb-y[data-v-2592b2ce] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-2592b2ce] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-2592b2ce] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-2592b2ce] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-2592b2ce] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-2592b2ce] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-2592b2ce] {
  display: none 
}

.toast-top-center[data-v-2592b2ce] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-2592b2ce] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-2592b2ce] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-2592b2ce] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-2592b2ce] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-2592b2ce],
.pagenation_type_1 .btn_last[data-v-2592b2ce],
.pagenation_type_1 .btn_next[data-v-2592b2ce],
.pagenation_type_1 .btn_prev[data-v-2592b2ce] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-2592b2ce] {
  color: #bbb
}

.wrap_type_3[data-v-2592b2ce] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-2592b2ce] {
  background: #0b0c10
}

.container_left[data-v-2592b2ce],
.container_left_md[data-v-2592b2ce] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-2592b2ce] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-2592b2ce] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-2592b2ce] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-2592b2ce] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-2592b2ce]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-2592b2ce] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-2592b2ce] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-2592b2ce] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-2592b2ce] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-2592b2ce]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-2592b2ce]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-2592b2ce],
.container_center_3_mini>div[data-v-2592b2ce] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-2592b2ce] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-2592b2ce]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-2592b2ce]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-2592b2ce] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-2592b2ce]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-2592b2ce]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-2592b2ce] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-2592b2ce]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-2592b2ce]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-2592b2ce] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-2592b2ce] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-2592b2ce],
.bg_grad_1_x[data-v-2592b2ce] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-2592b2ce] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-2592b2ce] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-2592b2ce] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-2592b2ce],
.bg_normal_2[data-v-2592b2ce] {
  background: #141621
}

.btn_left_close[data-v-2592b2ce],
.btn_left_control[data-v-2592b2ce],
.btn_right_close[data-v-2592b2ce],
.right_screen[data-v-2592b2ce] {
  display: none
}

.box_logo[data-v-2592b2ce] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-2592b2ce] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-2592b2ce] {
  display: none
}

.text_dot[data-v-2592b2ce] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-2592b2ce {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-2592b2ce {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-2592b2ce] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-2592b2ce] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-2592b2ce] {
  background: #fff 
}

.bat_more.active i[data-v-2592b2ce] {
  color: #000 
}

.btn_no_disabled[data-v-2592b2ce] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-2592b2ce] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-2592b2ce] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-2592b2ce],
.game_bat_2 button[data-v-2592b2ce]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-2592b2ce]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-2592b2ce] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-2592b2ce] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-2592b2ce]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-2592b2ce] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-2592b2ce] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-2592b2ce] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-2592b2ce],
.title_logo[data-v-2592b2ce] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-2592b2ce] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-2592b2ce] {
  height: 22px
}

.tab[data-v-2592b2ce] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-2592b2ce]:last-child {
  width: 100%
}

.tab li[data-v-2592b2ce]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-2592b2ce] {
  width: 50%
}

.tab li[data-v-2592b2ce]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-2592b2ce] {
  width: 33.333333333333%
}

.tab li[data-v-2592b2ce]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-2592b2ce] {
  width: 25%
}

.tab li[data-v-2592b2ce]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-2592b2ce] {
  width: 20%
}

.tab li[data-v-2592b2ce]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-2592b2ce] {
  width: 16.66666666666667%
}

.tab li button[data-v-2592b2ce] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-2592b2ce] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-2592b2ce]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-2592b2ce] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-2592b2ce] {
  border: 0
}

.wrap_sports_detail li[data-v-2592b2ce] {
  width: 100%
}

.wrap_sports_detail li[data-v-2592b2ce]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-2592b2ce]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-2592b2ce] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-2592b2ce] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-2592b2ce],
.detail_num>button[data-v-2592b2ce] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-2592b2ce] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-2592b2ce] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-2592b2ce]:last-child {
  width: 100%
}

.detail_num button[data-v-2592b2ce]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-2592b2ce] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-2592b2ce]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-2592b2ce] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-2592b2ce] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-2592b2ce] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-2592b2ce] {
  color: #fff 
}

.detail_num>button .up[data-v-2592b2ce]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-2592b2ce]:after,
.detail_num>button .up[data-v-2592b2ce]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-2592b2ce 1s ease-in-out 5;
  animation: blink-data-v-2592b2ce 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-2592b2ce]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-2592b2ce] {
  background: #f4053a
}

.detail_num>button.active i[data-v-2592b2ce] {
  color: #000
}

.detail_num>button .text-allocation[data-v-2592b2ce] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-2592b2ce] {
  color: #000 
}

.sports_bet_close[data-v-2592b2ce] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-2592b2ce],
.sports_bet_close[data-v-2592b2ce]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-2592b2ce]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-2592b2ce] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-2592b2ce],
.sports_bet_close_all[data-v-2592b2ce]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-2592b2ce]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-2592b2ce] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-2592b2ce]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-2592b2ce] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-2592b2ce]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-2592b2ce] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-2592b2ce],
.market_all_close[data-v-2592b2ce]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-2592b2ce]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-2592b2ce] {
    display: none
  }
}

.vjs-control-bar[data-v-2592b2ce] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-2592b2ce] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-2592b2ce] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-2592b2ce] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-2592b2ce]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-2592b2ce] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-2592b2ce]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-2592b2ce] {
  color: #fff 
}

.vjs-big-play-button[data-v-2592b2ce]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-2592b2ce],
  .detail_num button[data-v-2592b2ce]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-2592b2ce] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-2592b2ce]:nth-of-type(2),
  .game_bat button[data-v-2592b2ce]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-2592b2ce]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-2592b2ce] {
    width: 100%
  }

  .market_all_close[data-v-2592b2ce]:after,
  .market_domestic_all_close[data-v-2592b2ce]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-2592b2ce],
  .game_bat button:nth-of-type(3) i[data-v-2592b2ce] {
    display: none 
  }
}

.mini_bet_close[data-v-2592b2ce] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-2592b2ce],
.mini_bet_close[data-v-2592b2ce]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-2592b2ce]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-2592b2ce] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-2592b2ce] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-2592b2ce] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-2592b2ce]:first-of-type,
.flex_2dan div[data-v-2592b2ce]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-2592b2ce] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-2592b2ce]:first-of-type,
.flex_3dan div[data-v-2592b2ce]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-2592b2ce]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-2592b2ce] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-2592b2ce] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-2592b2ce] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-2592b2ce] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-2592b2ce] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-2592b2ce] {
  height: 40px
}

.mini_game_info[data-v-2592b2ce],
.mini_game_info span[data-v-2592b2ce]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-2592b2ce]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-2592b2ce] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-2592b2ce] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-2592b2ce]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-2592b2ce] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-2592b2ce] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-2592b2ce] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-2592b2ce] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-2592b2ce]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-2592b2ce] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-2592b2ce]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-2592b2ce] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-2592b2ce]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-2592b2ce] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-2592b2ce]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-2592b2ce] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-2592b2ce]:first-child,
.ul_game_item.item_10 li[data-v-2592b2ce]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-2592b2ce]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-2592b2ce] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-2592b2ce],
.ul_game_item button i[data-v-2592b2ce] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-2592b2ce] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-2592b2ce] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-2592b2ce] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-2592b2ce] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-2592b2ce] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-2592b2ce] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-2592b2ce] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-2592b2ce] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-2592b2ce] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-2592b2ce] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-2592b2ce] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-2592b2ce] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-2592b2ce] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-2592b2ce] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-2592b2ce] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-2592b2ce] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-2592b2ce] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-2592b2ce] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-2592b2ce] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-2592b2ce] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-2592b2ce] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-2592b2ce] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-2592b2ce] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-2592b2ce] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-2592b2ce] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-2592b2ce] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-2592b2ce] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-2592b2ce] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-2592b2ce] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-2592b2ce] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-2592b2ce] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-2592b2ce] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-2592b2ce] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-2592b2ce] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-2592b2ce] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-2592b2ce] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-2592b2ce] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-2592b2ce] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-2592b2ce]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-2592b2ce]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-2592b2ce]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-2592b2ce] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-2592b2ce] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-2592b2ce] {
    display: none
  }

  .flex_1dan ul[data-v-2592b2ce] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-2592b2ce]:first-of-type,
  .flex_3dan div[data-v-2592b2ce]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-2592b2ce]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-2592b2ce] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-2592b2ce]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-2592b2ce]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-2592b2ce]:first-of-type,
  .flex_3dan div[data-v-2592b2ce]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-2592b2ce]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-2592b2ce] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-2592b2ce] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-2592b2ce] {
    width: 100%
  }

  .flex_3dan div[data-v-2592b2ce]:first-of-type,
  .flex_3dan div[data-v-2592b2ce]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-2592b2ce]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-2592b2ce] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-2592b2ce] {
    width: 100%
  }

  .ul_game_item2 li[data-v-2592b2ce]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-2592b2ce]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-2592b2ce]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-2592b2ce]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-2592b2ce]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-2592b2ce] {
    padding: 101px 280px 0
  }

  .container_left[data-v-2592b2ce],
  .container_left_md[data-v-2592b2ce],
  .container_right[data-v-2592b2ce] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-2592b2ce]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-2592b2ce]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-2592b2ce]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-2592b2ce]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-2592b2ce] {
    padding-left: 40px
  }

  .container_left[data-v-2592b2ce] {
    display: none
  }

  .btn_left_control[data-v-2592b2ce] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-2592b2ce],
  .btn_left_control i[data-v-2592b2ce] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-2592b2ce] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-2592b2ce] {
    width: 26px
  }

  .btn_left_close[data-v-2592b2ce] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-2592b2ce] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-2592b2ce] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-2592b2ce]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-2592b2ce]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-2592b2ce]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-2592b2ce]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-2592b2ce]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-2592b2ce]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-2592b2ce] {
    display: block
  }

  .no-display-1600[data-v-2592b2ce] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-2592b2ce]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-2592b2ce]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-2592b2ce] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-2592b2ce] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-2592b2ce]:first-of-type,
  .container_center_2_mini>div>div[data-v-2592b2ce]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-2592b2ce] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-2592b2ce]:first-of-type,
  .container_center_3_mini>div>div[data-v-2592b2ce]:nth-of-type(2),
  .container_center_4_mini>div[data-v-2592b2ce]:first-of-type,
  .container_center_4_mini>div[data-v-2592b2ce]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-2592b2ce] {
    padding-right: 0
  }

  .container_right[data-v-2592b2ce] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-2592b2ce] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-2592b2ce] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-2592b2ce] {
    width: 26px
  }

  .container_right .right_screen[data-v-2592b2ce] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-2592b2ce] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-2592b2ce],
  .btn_left_control[data-v-2592b2ce],
  .container_left[data-v-2592b2ce] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-2592b2ce] {
    padding: 0
  }

  .mobile_scroll[data-v-2592b2ce] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-2592b2ce] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-2592b2ce],
.title_info_s[data-v-2592b2ce] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-2592b2ce] {
  font-size: 1.8rem
}

.title_info_s[data-v-2592b2ce]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-2592b2ce] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-2592b2ce] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-2592b2ce] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-2592b2ce] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-2592b2ce] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-2592b2ce] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-2592b2ce] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-2592b2ce] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-2592b2ce] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-2592b2ce] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-2592b2ce] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-2592b2ce] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-2592b2ce] {
  position: relative
}

.sub_visual_wallet img[data-v-2592b2ce] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-2592b2ce] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-2592b2ce] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-2592b2ce] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-2592b2ce] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-2592b2ce]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-2592b2ce],
.menu_wallet>li button[data-v-2592b2ce] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-2592b2ce],
.menu_wallet>li button.active[data-v-2592b2ce] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-2592b2ce] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-2592b2ce]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-2592b2ce] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-2592b2ce] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-2592b2ce] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-2592b2ce] {
  position: relative
}

.wallet_form button[data-v-2592b2ce] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-2592b2ce] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-2592b2ce] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-2592b2ce] {
  background: #141621 
}

h2.title_trade[data-v-2592b2ce] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-2592b2ce] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-2592b2ce] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-2592b2ce] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-2592b2ce],
.result_buy div[data-v-2592b2ce] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-2592b2ce] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-2592b2ce] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-2592b2ce] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-2592b2ce] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-2592b2ce] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-2592b2ce] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-2592b2ce] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-2592b2ce] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-2592b2ce],
.sub_visual.s_02[data-v-2592b2ce],
.sub_visual.s_03[data-v-2592b2ce],
.sub_visual.s_04[data-v-2592b2ce],
.sub_visual.s_05[data-v-2592b2ce],
.sub_visual.s_06[data-v-2592b2ce],
.sub_visual.s_07[data-v-2592b2ce],
.sub_visual.s_08[data-v-2592b2ce] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-2592b2ce] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-2592b2ce] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-2592b2ce] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-2592b2ce],
.sub_menu a[data-v-2592b2ce] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-2592b2ce] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-2592b2ce] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-2592b2ce],
.sub_menu a.nuxt-link-active[data-v-2592b2ce] {
  color: #e32028
}

.sub_tab ul[data-v-2592b2ce] {
  overflow: hidden
}

.sub_tab ul li[data-v-2592b2ce] {
  float: left
}

.sub_tab ul li a[data-v-2592b2ce] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-2592b2ce],
.sub_tab ul li a.active[data-v-2592b2ce] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-2592b2ce]:before,
.sub_tab ul li a.active[data-v-2592b2ce]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-2592b2ce] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-2592b2ce] {
  font-size: 2.2rem
}

.title_big[data-v-2592b2ce],
.title_normal[data-v-2592b2ce] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-2592b2ce] {
  font-size: 1.8rem
}

.title_small[data-v-2592b2ce] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-2592b2ce] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-2592b2ce] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-2592b2ce],
.title_tiny[data-v-2592b2ce] {
  position: relative;
  color: #fff
}

.title_sub[data-v-2592b2ce] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-2592b2ce]:before {
  bottom: -5px
}

.title_sub[data-v-2592b2ce]:after,
.title_sub[data-v-2592b2ce]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-2592b2ce]:after {
  bottom: -3px
}

.title_sub_1[data-v-2592b2ce] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-2592b2ce]:before {
  bottom: -5px
}

.title_sub_1[data-v-2592b2ce]:after,
.title_sub_1[data-v-2592b2ce]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-2592b2ce]:after {
  bottom: -3px
}

.title_sm[data-v-2592b2ce] {
  display: none
}

.title_hexa[data-v-2592b2ce] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-2592b2ce],
.title_hexa i[data-v-2592b2ce] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-2592b2ce] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-2592b2ce] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-2592b2ce] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-2592b2ce],
.title_hexa.t_on i[data-v-2592b2ce] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-2592b2ce] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-2592b2ce] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-2592b2ce] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-2592b2ce] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-2592b2ce] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-2592b2ce] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-2592b2ce] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-2592b2ce]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-2592b2ce]:first-of-type,
.sports_list li>div[data-v-2592b2ce]:nth-of-type(2),
.sports_list li>div[data-v-2592b2ce]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-2592b2ce] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-2592b2ce]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-2592b2ce] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-2592b2ce] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-2592b2ce] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-2592b2ce]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-2592b2ce] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-2592b2ce] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-2592b2ce] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-2592b2ce],
.game_bat button[data-v-2592b2ce] {
  position: relative
}

.game_bat button[data-v-2592b2ce]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-2592b2ce] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-2592b2ce] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-2592b2ce] {
  margin-right: 5px
}

.game_bat button[data-v-2592b2ce]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-2592b2ce] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-2592b2ce] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-2592b2ce] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-2592b2ce],
.game_bat button:nth-of-type(3) i img[data-v-2592b2ce] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-2592b2ce] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-2592b2ce]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-2592b2ce]:nth-of-type(2),
.game_bat button[data-v-2592b2ce]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-2592b2ce]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-2592b2ce],
.game_bat button.active[data-v-2592b2ce] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-2592b2ce]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-2592b2ce]:after,
.game_bat button:first-of-type .up[data-v-2592b2ce]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-2592b2ce 1s ease-in-out 5;
  animation: blink-data-v-2592b2ce 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-2592b2ce]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-2592b2ce]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-2592b2ce]:after,
.game_bat button:nth-of-type(2) .up[data-v-2592b2ce]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-2592b2ce 1s ease-in-out 5;
  animation: blink-data-v-2592b2ce 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-2592b2ce]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-2592b2ce]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-2592b2ce]:after,
.game_bat button:nth-of-type(3) .up[data-v-2592b2ce]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-2592b2ce 1s ease-in-out 5;
  animation: blink-data-v-2592b2ce 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-2592b2ce]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-2592b2ce] {
  padding: 0
}

.box_folder[data-v-2592b2ce],
.box_folder button[data-v-2592b2ce] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-2592b2ce] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-2592b2ce] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-2592b2ce]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-2592b2ce] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-2592b2ce]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-2592b2ce] {
  flex-wrap: wrap
}

.bank_info[data-v-2592b2ce],
.bank_info li[data-v-2592b2ce] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-2592b2ce] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-2592b2ce]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-2592b2ce] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-2592b2ce] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-2592b2ce] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-2592b2ce] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-2592b2ce] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-2592b2ce] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-2592b2ce] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-2592b2ce] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-2592b2ce] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-2592b2ce] {
  margin-right: 10px
}

.box_text_type_1[data-v-2592b2ce] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-2592b2ce],
.box_text_type_1 i[data-v-2592b2ce] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-2592b2ce] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-2592b2ce] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-2592b2ce],
.wl_tip[data-v-2592b2ce] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-2592b2ce],
.wl_tip ul li[data-v-2592b2ce] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-2592b2ce] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-2592b2ce] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-2592b2ce] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-2592b2ce],
.wl_waring ul li[data-v-2592b2ce] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-2592b2ce] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-2592b2ce] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-2592b2ce] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-2592b2ce] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-2592b2ce] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-2592b2ce] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-2592b2ce {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-2592b2ce {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-2592b2ce] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-2592b2ce] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-2592b2ce] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-2592b2ce],
.box_fx_buy_sell[data-v-2592b2ce],
.box_fx_result[data-v-2592b2ce],
.box_leverage_result[data-v-2592b2ce],
.current_time[data-v-2592b2ce],
.tab_box[data-v-2592b2ce],
.tab_time[data-v-2592b2ce] {
  position: relative
}

.copilot[data-v-2592b2ce] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-2592b2ce],
.copilot[data-v-2592b2ce]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-2592b2ce]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-2592b2ce] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-2592b2ce] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-2592b2ce] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-2592b2ce] {
  padding: 20px 15px
}

.copilot_foot[data-v-2592b2ce],
.copilot_foot button[data-v-2592b2ce] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-2592b2ce] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-2592b2ce] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-2592b2ce],
.copilot.step_2[data-v-2592b2ce] {
  top: 50px
}

.copilot.step_3[data-v-2592b2ce],
.copilot.step_4[data-v-2592b2ce],
.copilot.step_6[data-v-2592b2ce],
.copilot.step_7[data-v-2592b2ce],
.copilot.step_8[data-v-2592b2ce] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-2592b2ce] {
  top: 40px
}

.box_info_1[data-v-2592b2ce] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-2592b2ce] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-2592b2ce] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-2592b2ce]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-2592b2ce] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-2592b2ce] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-2592b2ce] {
  height: 40px
}

.title_guide_1 span[data-v-2592b2ce] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-2592b2ce] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-2592b2ce] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-2592b2ce] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-2592b2ce] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-2592b2ce] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-2592b2ce 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-2592b2ce 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-2592b2ce]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-2592b2ce]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-2592b2ce]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-2592b2ce]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-2592b2ce]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-2592b2ce {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-2592b2ce {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-2592b2ce] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-2592b2ce] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-2592b2ce] {
    margin-top: 0
  }

  .sub_visual[data-v-2592b2ce] {
    display: none
  }

  .box_sub_title[data-v-2592b2ce] {
    padding: 0 20px
  }

  .box_sub_container[data-v-2592b2ce] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-2592b2ce] {
    display: block
  }

  .title_sub[data-v-2592b2ce] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-2592b2ce]:before {
    bottom: -5px
  }

  .title_sub[data-v-2592b2ce]:after,
  .title_sub[data-v-2592b2ce]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-2592b2ce]:after {
    bottom: -3px
  }

  .sub_menu[data-v-2592b2ce] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-2592b2ce] {
    padding: 0
  }

  .box_sub_container[data-v-2592b2ce] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-2592b2ce] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-2592b2ce] {
    display: none
  }

  .box_bg_deep[data-v-2592b2ce] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-2592b2ce] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-2592b2ce] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-2592b2ce] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-2592b2ce],
  .result_buy div[data-v-2592b2ce] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-2592b2ce] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-2592b2ce] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-2592b2ce] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-2592b2ce] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-2592b2ce] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-2592b2ce] {
    padding: 0 5px
  }

  .box_folder button[data-v-2592b2ce] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-2592b2ce] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-2592b2ce] {
    padding: 0
  }

  .pagenation_type_1[data-v-2592b2ce] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-2592b2ce] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-2592b2ce] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-2592b2ce] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-2592b2ce],
  .pagenation_type_1 .btn_last[data-v-2592b2ce],
  .pagenation_type_1 .btn_next[data-v-2592b2ce],
  .pagenation_type_1 .btn_prev[data-v-2592b2ce] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-2592b2ce] {
    color: #bbb
  }

  .title_medium[data-v-2592b2ce] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-2592b2ce]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-2592b2ce]:first-of-type:hover,
  .game_bat.bet_three button[data-v-2592b2ce]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-2592b2ce]:nth-of-type(3):hover,
  .game_bat button[data-v-2592b2ce]:first-of-type:hover,
  .game_bat button[data-v-2592b2ce]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-2592b2ce],
  .game_bat button.active span[data-v-2592b2ce],
  .game_bat button:hover span[data-v-2592b2ce] {
    color: #fff 
  }

  .bat_more[data-v-2592b2ce]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-2592b2ce],
  .bat_more[disabled][data-v-2592b2ce]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-2592b2ce]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-2592b2ce]:first-of-type:hover,
  .game_bat_2 button[data-v-2592b2ce]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-2592b2ce],
  .game_bat_2 button.active[data-v-2592b2ce]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-2592b2ce]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-2592b2ce] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-2592b2ce] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-2592b2ce]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-2592b2ce]:hover,
  .pagenation_type_1 .btn_last[data-v-2592b2ce]:hover,
  .pagenation_type_1 .btn_next[data-v-2592b2ce]:hover,
  .pagenation_type_1 .btn_prev[data-v-2592b2ce]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-2592b2ce]:hover,
  .ul_game_item button[data-v-2592b2ce]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.footer[data-v-2592b2ce] {
  background: #0b0c10
}

.partner[data-v-2592b2ce] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0
}

.partner img[data-v-2592b2ce] {
  margin: 5px 0
}

.footer_sns[data-v-2592b2ce] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, .08);
  padding-top: 40px
}

.footer_sns em[data-v-2592b2ce] {
  font-size: 1.3rem;
  color: #797986;
  text-align: left;
  line-height: 1.4;
  padding-right: 15px
}

.footer_sns a[data-v-2592b2ce] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin: 2px;
  transition: all .3s
}

.footer_sns a i[data-v-2592b2ce] {
  color: #797986;
  font-size: 2rem;
  transition: all .3s
}

.copyright[data-v-2592b2ce] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.3rem;
  color: #797986;
  padding-bottom: 40px
}

.copyright i[data-v-2592b2ce] {
  font-size: 1.3rem;
  color: #e32028;
  padding: 0 5px
}

@media (max-width:767px) {
  .partner[data-v-2592b2ce] {
    padding: 20px 0
  }

  .partner img[data-v-2592b2ce] {
    height: 30px
  }

  .footer_sns[data-v-2592b2ce] {
    padding-top: 20px
  }

  .copyright[data-v-2592b2ce] {
    padding-bottom: 30px
  }
}
body [data-v-645cc452] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-645cc452]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-645cc452]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-645cc452] {
  max-width: 1440px
}

.page-enter-active[data-v-645cc452],
.page-leave-active[data-v-645cc452] {
  transition: opacity .1s
}

.page-enter[data-v-645cc452],
.page-leave-to[data-v-645cc452] {
  opacity: 0
}

.b1[data-v-645cc452] {
  border: 1px solid red
}

.width-btn-100[data-v-645cc452] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-645cc452] {
  color: #e32028 
}

.main-color1-normal[data-v-645cc452] {
  color: #ff2152 
}

.main-color1-text[data-v-645cc452] {
  color: #ff9710 
}

.main-color1-deep[data-v-645cc452] {
  color: #ff6900 
}

.main-color1-light[data-v-645cc452] {
  color: #ff542e 
}

.color-white[data-v-645cc452] {
  color: #fff 
}

.main-color2-light[data-v-645cc452] {
  color: #a9da2b 
}

.main-color2[data-v-645cc452] {
  color: #67b628 
}

.main_color3_light[data-v-645cc452] {
  color: #ffc92f 
}

.main-color3[data-v-645cc452] {
  color: #febd02 
}

.main-color4[data-v-645cc452] {
  color: #7e93a6 
}

.main-color5-light[data-v-645cc452] {
  color: #42deda 
}

.main-color5[data-v-645cc452] {
  color: #01c8de 
}

.color-grey[data-v-645cc452] {
  color: #676c71 
}

.color-lightgrey[data-v-645cc452] {
  color: #ababab 
}

.color-deepgrey[data-v-645cc452] {
  color: #20222b 
}

.color-text-verylight[data-v-645cc452] {
  color: #80a7b8 
}

.color-text-light[data-v-645cc452] {
  color: #9a9aa7 
}

.color-text[data-v-645cc452] {
  color: #797986 
}

.color-text-deep[data-v-645cc452] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-645cc452] {
  color: #2f3b49 
}

.c_default[data-v-645cc452] {
  color: #fff 
}

.c_high[data-v-645cc452] {
  color: #ff1717 
}

.c_low[data-v-645cc452] {
  color: #0bf 
}

.c_buy_light[data-v-645cc452] {
  color: #fe5159 
}

.c_buy[data-v-645cc452] {
  color: #f14f57 
}

.bg_c_buy[data-v-645cc452] {
  background: #f14f57
}

.c_sell_light[data-v-645cc452] {
  color: #349bf0 
}

.c_sell[data-v-645cc452] {
  color: #3488db 
}

.bg_c_sell[data-v-645cc452] {
  background: #3488db
}

.c_ing[data-v-645cc452] {
  color: #fff 
}

.bg_ing[data-v-645cc452],
.bg_wait[data-v-645cc452] {
  background: #7e93a6 
}

.bg_background_deep[data-v-645cc452] {
  background: #000
}

.c_success[data-v-645cc452] {
  color: #1478f2 
}

.bg_success[data-v-645cc452] {
  background: #1478f2 
}

.c_complete[data-v-645cc452] {
  color: #fff 
}

.c_fail[data-v-645cc452] {
  color: #ff1e1e 
}

.bg_fail[data-v-645cc452] {
  background: #ff1e1e 
}

.c_cancel[data-v-645cc452] {
  color: #ff6900 
}

.bg_cancel[data-v-645cc452] {
  background: #ff6900 
}

.c_error[data-v-645cc452] {
  color: #ff6900 
}

.c_invaild[data-v-645cc452] {
  color: #999 
}

.bg_invaild[data-v-645cc452] {
  background: #666 
}

.bg_main[data-v-645cc452] {
  background: #e32028 
}

.bg_green_gra[data-v-645cc452] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-645cc452] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-645cc452] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-645cc452] {
  color: #ff5266 
}

.c_deposit_light[data-v-645cc452] {
  color: #a9da2b 
}

.c_deposit[data-v-645cc452] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-645cc452] {
  color: #ff8520 
}

.c_withdrawal[data-v-645cc452] {
  color: #ff6900 
}

.c_green[data-v-645cc452] {
  color: #009b1b 
}

.c_red[data-v-645cc452] {
  color: red 
}

.c_blue[data-v-645cc452] {
  color: #febd02 
}

.c_black[data-v-645cc452] {
  color: #000 
}

.bg_white[data-v-645cc452] {
  background: #fff 
}

.bg_green[data-v-645cc452] {
  background: #6dcb1b 
}

.box_c_ing[data-v-645cc452] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-645cc452] {
  background: #f14f57
}

.box_c_buy[data-v-645cc452],
.box_c_invaild[data-v-645cc452] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-645cc452] {
  background: #999
}

.box_c_sell[data-v-645cc452] {
  background: #3488db
}

.box_c_sell[data-v-645cc452],
.box_c_success[data-v-645cc452] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-645cc452] {
  background: #ff6900
}

.box_c_fail[data-v-645cc452] {
  background: #67b628
}

.box_c_extedn[data-v-645cc452],
.box_c_fail[data-v-645cc452] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-645cc452] {
  background: #43586c
}

.ps__rail-x[data-v-645cc452] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-645cc452],
.ps__rail-y[data-v-645cc452] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-645cc452] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-645cc452],
.ps--active-y>.ps__rail-y[data-v-645cc452] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-645cc452],
.ps--focus>.ps__rail-y[data-v-645cc452],
.ps--scrolling-x>.ps__rail-x[data-v-645cc452],
.ps--scrolling-y>.ps__rail-y[data-v-645cc452],
.ps:hover>.ps__rail-x[data-v-645cc452],
.ps:hover>.ps__rail-y[data-v-645cc452] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-645cc452],
.ps.ps__rail-x[data-v-645cc452]:focus,
.ps.ps__rail-x[data-v-645cc452]:hover,
.ps.ps__rail-y.ps--clicking[data-v-645cc452],
.ps.ps__rail-y[data-v-645cc452]:focus,
.ps.ps__rail-y[data-v-645cc452]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-645cc452] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-645cc452],
.ps__thumb-y[data-v-645cc452] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-645cc452] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-645cc452],
.ps__rail-x:focus>.ps__thumb-x[data-v-645cc452],
.ps__rail-x:hover>.ps__thumb-x[data-v-645cc452] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-645cc452],
.ps__rail-y:focus>.ps__thumb-y[data-v-645cc452],
.ps__rail-y:hover>.ps__thumb-y[data-v-645cc452] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-645cc452] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-645cc452] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-645cc452] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-645cc452] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-645cc452] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-645cc452] {
  display: none 
}

.toast-top-center[data-v-645cc452] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-645cc452] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-645cc452] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-645cc452] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-645cc452] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-645cc452],
.pagenation_type_1 .btn_last[data-v-645cc452],
.pagenation_type_1 .btn_next[data-v-645cc452],
.pagenation_type_1 .btn_prev[data-v-645cc452] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-645cc452] {
  color: #bbb
}

.wrap_type_3[data-v-645cc452] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-645cc452] {
  background: #0b0c10
}

.container_left[data-v-645cc452],
.container_left_md[data-v-645cc452] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-645cc452] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-645cc452] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-645cc452] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-645cc452] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-645cc452]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-645cc452] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-645cc452] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-645cc452] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-645cc452] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-645cc452]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-645cc452]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-645cc452],
.container_center_3_mini>div[data-v-645cc452] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-645cc452] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-645cc452]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-645cc452]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-645cc452] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-645cc452]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-645cc452]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-645cc452] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-645cc452]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-645cc452]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-645cc452] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-645cc452] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-645cc452],
.bg_grad_1_x[data-v-645cc452] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-645cc452] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-645cc452] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-645cc452] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-645cc452],
.bg_normal_2[data-v-645cc452] {
  background: #141621
}

.btn_left_close[data-v-645cc452],
.btn_left_control[data-v-645cc452],
.btn_right_close[data-v-645cc452],
.right_screen[data-v-645cc452] {
  display: none
}

.box_logo[data-v-645cc452] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-645cc452] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-645cc452] {
  display: none
}

.text_dot[data-v-645cc452] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-645cc452 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-645cc452 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-645cc452] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-645cc452] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-645cc452] {
  background: #fff 
}

.bat_more.active i[data-v-645cc452] {
  color: #000 
}

.btn_no_disabled[data-v-645cc452] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-645cc452] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-645cc452] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-645cc452],
.game_bat_2 button[data-v-645cc452]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-645cc452]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-645cc452] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-645cc452] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-645cc452]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-645cc452] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-645cc452] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-645cc452] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-645cc452],
.title_logo[data-v-645cc452] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-645cc452] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-645cc452] {
  height: 22px
}

.tab[data-v-645cc452] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-645cc452]:last-child {
  width: 100%
}

.tab li[data-v-645cc452]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-645cc452] {
  width: 50%
}

.tab li[data-v-645cc452]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-645cc452] {
  width: 33.333333333333%
}

.tab li[data-v-645cc452]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-645cc452] {
  width: 25%
}

.tab li[data-v-645cc452]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-645cc452] {
  width: 20%
}

.tab li[data-v-645cc452]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-645cc452] {
  width: 16.66666666666667%
}

.tab li button[data-v-645cc452] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-645cc452] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-645cc452]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-645cc452] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-645cc452] {
  border: 0
}

.wrap_sports_detail li[data-v-645cc452] {
  width: 100%
}

.wrap_sports_detail li[data-v-645cc452]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-645cc452]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-645cc452] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-645cc452] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-645cc452],
.detail_num>button[data-v-645cc452] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-645cc452] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-645cc452] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-645cc452]:last-child {
  width: 100%
}

.detail_num button[data-v-645cc452]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-645cc452] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-645cc452]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-645cc452] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-645cc452] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-645cc452] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-645cc452] {
  color: #fff 
}

.detail_num>button .up[data-v-645cc452]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-645cc452]:after,
.detail_num>button .up[data-v-645cc452]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-645cc452 1s ease-in-out 5;
  animation: blink-data-v-645cc452 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-645cc452]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-645cc452] {
  background: #f4053a
}

.detail_num>button.active i[data-v-645cc452] {
  color: #000
}

.detail_num>button .text-allocation[data-v-645cc452] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-645cc452] {
  color: #000 
}

.sports_bet_close[data-v-645cc452] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-645cc452],
.sports_bet_close[data-v-645cc452]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-645cc452]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-645cc452] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-645cc452],
.sports_bet_close_all[data-v-645cc452]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-645cc452]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-645cc452] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-645cc452]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-645cc452] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-645cc452]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-645cc452] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-645cc452],
.market_all_close[data-v-645cc452]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-645cc452]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-645cc452] {
    display: none
  }
}

.vjs-control-bar[data-v-645cc452] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-645cc452] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-645cc452] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-645cc452] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-645cc452]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-645cc452] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-645cc452]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-645cc452] {
  color: #fff 
}

.vjs-big-play-button[data-v-645cc452]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-645cc452],
  .detail_num button[data-v-645cc452]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-645cc452] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-645cc452]:nth-of-type(2),
  .game_bat button[data-v-645cc452]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-645cc452]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-645cc452] {
    width: 100%
  }

  .market_all_close[data-v-645cc452]:after,
  .market_domestic_all_close[data-v-645cc452]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-645cc452],
  .game_bat button:nth-of-type(3) i[data-v-645cc452] {
    display: none 
  }
}

.mini_bet_close[data-v-645cc452] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-645cc452],
.mini_bet_close[data-v-645cc452]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-645cc452]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-645cc452] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-645cc452] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-645cc452] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-645cc452]:first-of-type,
.flex_2dan div[data-v-645cc452]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-645cc452] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-645cc452]:first-of-type,
.flex_3dan div[data-v-645cc452]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-645cc452]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-645cc452] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-645cc452] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-645cc452] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-645cc452] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-645cc452] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-645cc452] {
  height: 40px
}

.mini_game_info[data-v-645cc452],
.mini_game_info span[data-v-645cc452]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-645cc452]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-645cc452] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-645cc452] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-645cc452]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-645cc452] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-645cc452] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-645cc452] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-645cc452] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-645cc452]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-645cc452] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-645cc452]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-645cc452] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-645cc452]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-645cc452] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-645cc452]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-645cc452] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-645cc452]:first-child,
.ul_game_item.item_10 li[data-v-645cc452]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-645cc452]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-645cc452] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-645cc452],
.ul_game_item button i[data-v-645cc452] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-645cc452] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-645cc452] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-645cc452] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-645cc452] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-645cc452] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-645cc452] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-645cc452] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-645cc452] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-645cc452] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-645cc452] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-645cc452] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-645cc452] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-645cc452] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-645cc452] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-645cc452] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-645cc452] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-645cc452] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-645cc452] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-645cc452] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-645cc452] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-645cc452] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-645cc452] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-645cc452] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-645cc452] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-645cc452] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-645cc452] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-645cc452] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-645cc452] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-645cc452] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-645cc452] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-645cc452] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-645cc452] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-645cc452] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-645cc452] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-645cc452] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-645cc452] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-645cc452] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-645cc452] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-645cc452]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-645cc452]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-645cc452]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-645cc452] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-645cc452] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-645cc452] {
    display: none
  }

  .flex_1dan ul[data-v-645cc452] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-645cc452]:first-of-type,
  .flex_3dan div[data-v-645cc452]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-645cc452]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-645cc452] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-645cc452]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-645cc452]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-645cc452]:first-of-type,
  .flex_3dan div[data-v-645cc452]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-645cc452]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-645cc452] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-645cc452] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-645cc452] {
    width: 100%
  }

  .flex_3dan div[data-v-645cc452]:first-of-type,
  .flex_3dan div[data-v-645cc452]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-645cc452]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-645cc452] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-645cc452] {
    width: 100%
  }

  .ul_game_item2 li[data-v-645cc452]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-645cc452]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-645cc452]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-645cc452]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-645cc452]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-645cc452] {
    padding: 101px 280px 0
  }

  .container_left[data-v-645cc452],
  .container_left_md[data-v-645cc452],
  .container_right[data-v-645cc452] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-645cc452]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-645cc452]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-645cc452]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-645cc452]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-645cc452] {
    padding-left: 40px
  }

  .container_left[data-v-645cc452] {
    display: none
  }

  .btn_left_control[data-v-645cc452] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-645cc452],
  .btn_left_control i[data-v-645cc452] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-645cc452] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-645cc452] {
    width: 26px
  }

  .btn_left_close[data-v-645cc452] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-645cc452] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-645cc452] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-645cc452]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-645cc452]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-645cc452]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-645cc452]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-645cc452]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-645cc452]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-645cc452] {
    display: block
  }

  .no-display-1600[data-v-645cc452] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-645cc452]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-645cc452]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-645cc452] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-645cc452] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-645cc452]:first-of-type,
  .container_center_2_mini>div>div[data-v-645cc452]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-645cc452] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-645cc452]:first-of-type,
  .container_center_3_mini>div>div[data-v-645cc452]:nth-of-type(2),
  .container_center_4_mini>div[data-v-645cc452]:first-of-type,
  .container_center_4_mini>div[data-v-645cc452]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-645cc452] {
    padding-right: 0
  }

  .container_right[data-v-645cc452] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-645cc452] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-645cc452] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-645cc452] {
    width: 26px
  }

  .container_right .right_screen[data-v-645cc452] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-645cc452] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-645cc452],
  .btn_left_control[data-v-645cc452],
  .container_left[data-v-645cc452] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-645cc452] {
    padding: 0
  }

  .mobile_scroll[data-v-645cc452] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-645cc452] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-645cc452],
.title_info_s[data-v-645cc452] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-645cc452] {
  font-size: 1.8rem
}

.title_info_s[data-v-645cc452]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-645cc452] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-645cc452] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-645cc452] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-645cc452] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-645cc452] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-645cc452] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-645cc452] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-645cc452] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-645cc452] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-645cc452] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-645cc452] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-645cc452] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-645cc452] {
  position: relative
}

.sub_visual_wallet img[data-v-645cc452] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-645cc452] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-645cc452] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-645cc452] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-645cc452] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-645cc452]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-645cc452],
.menu_wallet>li button[data-v-645cc452] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-645cc452],
.menu_wallet>li button.active[data-v-645cc452] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-645cc452] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-645cc452]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-645cc452] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-645cc452] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-645cc452] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-645cc452] {
  position: relative
}

.wallet_form button[data-v-645cc452] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-645cc452] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-645cc452] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-645cc452] {
  background: #141621 
}

h2.title_trade[data-v-645cc452] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-645cc452] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-645cc452] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-645cc452] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-645cc452],
.result_buy div[data-v-645cc452] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-645cc452] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-645cc452] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-645cc452] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-645cc452] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-645cc452] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-645cc452] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-645cc452] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-645cc452] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-645cc452],
.sub_visual.s_02[data-v-645cc452],
.sub_visual.s_03[data-v-645cc452],
.sub_visual.s_04[data-v-645cc452],
.sub_visual.s_05[data-v-645cc452],
.sub_visual.s_06[data-v-645cc452],
.sub_visual.s_07[data-v-645cc452],
.sub_visual.s_08[data-v-645cc452] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-645cc452] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-645cc452] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-645cc452] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-645cc452],
.sub_menu a[data-v-645cc452] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-645cc452] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-645cc452] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-645cc452],
.sub_menu a.nuxt-link-active[data-v-645cc452] {
  color: #e32028
}

.sub_tab ul[data-v-645cc452] {
  overflow: hidden
}

.sub_tab ul li[data-v-645cc452] {
  float: left
}

.sub_tab ul li a[data-v-645cc452] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-645cc452],
.sub_tab ul li a.active[data-v-645cc452] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-645cc452]:before,
.sub_tab ul li a.active[data-v-645cc452]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-645cc452] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-645cc452] {
  font-size: 2.2rem
}

.title_big[data-v-645cc452],
.title_normal[data-v-645cc452] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-645cc452] {
  font-size: 1.8rem
}

.title_small[data-v-645cc452] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-645cc452] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-645cc452] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-645cc452],
.title_tiny[data-v-645cc452] {
  position: relative;
  color: #fff
}

.title_sub[data-v-645cc452] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-645cc452]:before {
  bottom: -5px
}

.title_sub[data-v-645cc452]:after,
.title_sub[data-v-645cc452]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-645cc452]:after {
  bottom: -3px
}

.title_sub_1[data-v-645cc452] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-645cc452]:before {
  bottom: -5px
}

.title_sub_1[data-v-645cc452]:after,
.title_sub_1[data-v-645cc452]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-645cc452]:after {
  bottom: -3px
}

.title_sm[data-v-645cc452] {
  display: none
}

.title_hexa[data-v-645cc452] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-645cc452],
.title_hexa i[data-v-645cc452] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-645cc452] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-645cc452] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-645cc452] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-645cc452],
.title_hexa.t_on i[data-v-645cc452] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-645cc452] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-645cc452] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-645cc452] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-645cc452] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-645cc452] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-645cc452] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-645cc452] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-645cc452]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-645cc452]:first-of-type,
.sports_list li>div[data-v-645cc452]:nth-of-type(2),
.sports_list li>div[data-v-645cc452]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-645cc452] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-645cc452]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-645cc452] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-645cc452] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-645cc452] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-645cc452]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-645cc452] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-645cc452] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-645cc452] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-645cc452],
.game_bat button[data-v-645cc452] {
  position: relative
}

.game_bat button[data-v-645cc452]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-645cc452] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-645cc452] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-645cc452] {
  margin-right: 5px
}

.game_bat button[data-v-645cc452]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-645cc452] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-645cc452] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-645cc452] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-645cc452],
.game_bat button:nth-of-type(3) i img[data-v-645cc452] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-645cc452] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-645cc452]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-645cc452]:nth-of-type(2),
.game_bat button[data-v-645cc452]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-645cc452]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-645cc452],
.game_bat button.active[data-v-645cc452] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-645cc452]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-645cc452]:after,
.game_bat button:first-of-type .up[data-v-645cc452]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-645cc452 1s ease-in-out 5;
  animation: blink-data-v-645cc452 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-645cc452]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-645cc452]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-645cc452]:after,
.game_bat button:nth-of-type(2) .up[data-v-645cc452]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-645cc452 1s ease-in-out 5;
  animation: blink-data-v-645cc452 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-645cc452]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-645cc452]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-645cc452]:after,
.game_bat button:nth-of-type(3) .up[data-v-645cc452]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-645cc452 1s ease-in-out 5;
  animation: blink-data-v-645cc452 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-645cc452]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-645cc452] {
  padding: 0
}

.box_folder[data-v-645cc452],
.box_folder button[data-v-645cc452] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-645cc452] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-645cc452] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-645cc452]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-645cc452] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-645cc452]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-645cc452] {
  flex-wrap: wrap
}

.bank_info[data-v-645cc452],
.bank_info li[data-v-645cc452] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-645cc452] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-645cc452]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-645cc452] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-645cc452] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-645cc452] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-645cc452] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-645cc452] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-645cc452] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-645cc452] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-645cc452] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-645cc452] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-645cc452] {
  margin-right: 10px
}

.box_text_type_1[data-v-645cc452] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-645cc452],
.box_text_type_1 i[data-v-645cc452] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-645cc452] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-645cc452] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-645cc452],
.wl_tip[data-v-645cc452] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-645cc452],
.wl_tip ul li[data-v-645cc452] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-645cc452] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-645cc452] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-645cc452] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-645cc452],
.wl_waring ul li[data-v-645cc452] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-645cc452] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-645cc452] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-645cc452] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-645cc452] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-645cc452] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-645cc452] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-645cc452 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-645cc452 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-645cc452] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-645cc452] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-645cc452] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-645cc452],
.box_fx_buy_sell[data-v-645cc452],
.box_fx_result[data-v-645cc452],
.box_leverage_result[data-v-645cc452],
.current_time[data-v-645cc452],
.tab_box[data-v-645cc452],
.tab_time[data-v-645cc452] {
  position: relative
}

.copilot[data-v-645cc452] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-645cc452],
.copilot[data-v-645cc452]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-645cc452]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-645cc452] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-645cc452] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-645cc452] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-645cc452] {
  padding: 20px 15px
}

.copilot_foot[data-v-645cc452],
.copilot_foot button[data-v-645cc452] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-645cc452] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-645cc452] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-645cc452],
.copilot.step_2[data-v-645cc452] {
  top: 50px
}

.copilot.step_3[data-v-645cc452],
.copilot.step_4[data-v-645cc452],
.copilot.step_6[data-v-645cc452],
.copilot.step_7[data-v-645cc452],
.copilot.step_8[data-v-645cc452] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-645cc452] {
  top: 40px
}

.box_info_1[data-v-645cc452] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-645cc452] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-645cc452] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-645cc452]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-645cc452] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-645cc452] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-645cc452] {
  height: 40px
}

.title_guide_1 span[data-v-645cc452] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-645cc452] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-645cc452] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-645cc452] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-645cc452] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-645cc452] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-645cc452 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-645cc452 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-645cc452]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-645cc452]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-645cc452]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-645cc452]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-645cc452]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-645cc452 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-645cc452 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-645cc452] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-645cc452] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-645cc452] {
    margin-top: 0
  }

  .sub_visual[data-v-645cc452] {
    display: none
  }

  .box_sub_title[data-v-645cc452] {
    padding: 0 20px
  }

  .box_sub_container[data-v-645cc452] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-645cc452] {
    display: block
  }

  .title_sub[data-v-645cc452] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-645cc452]:before {
    bottom: -5px
  }

  .title_sub[data-v-645cc452]:after,
  .title_sub[data-v-645cc452]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-645cc452]:after {
    bottom: -3px
  }

  .sub_menu[data-v-645cc452] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-645cc452] {
    padding: 0
  }

  .box_sub_container[data-v-645cc452] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-645cc452] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-645cc452] {
    display: none
  }

  .box_bg_deep[data-v-645cc452] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-645cc452] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-645cc452] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-645cc452] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-645cc452],
  .result_buy div[data-v-645cc452] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-645cc452] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-645cc452] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-645cc452] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-645cc452] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-645cc452] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-645cc452] {
    padding: 0 5px
  }

  .box_folder button[data-v-645cc452] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-645cc452] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-645cc452] {
    padding: 0
  }

  .pagenation_type_1[data-v-645cc452] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-645cc452] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-645cc452] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-645cc452] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-645cc452],
  .pagenation_type_1 .btn_last[data-v-645cc452],
  .pagenation_type_1 .btn_next[data-v-645cc452],
  .pagenation_type_1 .btn_prev[data-v-645cc452] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-645cc452] {
    color: #bbb
  }

  .title_medium[data-v-645cc452] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-645cc452]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-645cc452]:first-of-type:hover,
  .game_bat.bet_three button[data-v-645cc452]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-645cc452]:nth-of-type(3):hover,
  .game_bat button[data-v-645cc452]:first-of-type:hover,
  .game_bat button[data-v-645cc452]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-645cc452],
  .game_bat button.active span[data-v-645cc452],
  .game_bat button:hover span[data-v-645cc452] {
    color: #fff 
  }

  .bat_more[data-v-645cc452]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-645cc452],
  .bat_more[disabled][data-v-645cc452]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-645cc452]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-645cc452]:first-of-type:hover,
  .game_bat_2 button[data-v-645cc452]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-645cc452],
  .game_bat_2 button.active[data-v-645cc452]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-645cc452]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-645cc452] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-645cc452] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-645cc452]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-645cc452]:hover,
  .pagenation_type_1 .btn_last[data-v-645cc452]:hover,
  .pagenation_type_1 .btn_next[data-v-645cc452]:hover,
  .pagenation_type_1 .btn_prev[data-v-645cc452]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-645cc452]:hover,
  .ul_game_item button[data-v-645cc452]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.modal[data-v-645cc452] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: table;
  transition: opacity .3s ease
}

.modal-wrapper[data-v-645cc452] {
  display: table-cell;
  vertical-align: middle
}

.modal-container[data-v-645cc452] {
  position: relative;
  width: 460px;
  background: #2d2e3a;
  border-top-left-radius: 0;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .15) ;
  margin: 0 auto
}

.modal-container[data-v-645cc452]:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

.modal-container[data-v-645cc452]:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

.title_popup[data-v-645cc452] {
  padding-top: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.modal-body[data-v-645cc452] {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0 
}

.body_text[data-v-645cc452] {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  word-break: break-word;
  padding: 20px
}

.modal_footer[data-v-645cc452] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.modal-enter[data-v-645cc452],
.modal-leave[data-v-645cc452] {
  opacity: 0
}

.modal-enter .modal-container[data-v-645cc452],
.modal-leave .modal-container[data-v-645cc452] {
  transform: scale(1.1)
}

.modal-container .btn[data-v-645cc452] {
  color: #333;
  font-size: 14px;
  border: 1px solid #aaa;
  text-align: center;
  background-color: #fff;
  padding: 6px 20px
}

.modal-container .btn[data-v-645cc452]:hover {
  color: #fff;
  border: 1px solid #555;
  background-color: #555
}

@media screen and (max-width:768px) {
  .modal[data-v-645cc452] {
    width: calc(100% - 30px);
    margin: 0 15px
  }

  .modal-container[data-v-645cc452] {
    width: 100%
  }

  .modal-header[data-v-645cc452] {
    height: 60px;
    background-size: auto 20px ;
    padding: 0
  }

  .body_text[data-v-645cc452] {
    padding-top: 0
  }
}
body [data-v-e2e8c8b6] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-e2e8c8b6]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-e2e8c8b6]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-e2e8c8b6] {
  max-width: 1440px
}

.page-enter-active[data-v-e2e8c8b6],
.page-leave-active[data-v-e2e8c8b6] {
  transition: opacity .1s
}

.page-enter[data-v-e2e8c8b6],
.page-leave-to[data-v-e2e8c8b6] {
  opacity: 0
}

.b1[data-v-e2e8c8b6] {
  border: 1px solid red
}

.width-btn-100[data-v-e2e8c8b6] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-e2e8c8b6] {
  color: #e32028 
}

.main-color1-normal[data-v-e2e8c8b6] {
  color: #ff2152 
}

.main-color1-text[data-v-e2e8c8b6] {
  color: #ff9710 
}

.main-color1-deep[data-v-e2e8c8b6] {
  color: #ff6900 
}

.main-color1-light[data-v-e2e8c8b6] {
  color: #ff542e 
}

.color-white[data-v-e2e8c8b6] {
  color: #fff 
}

.main-color2-light[data-v-e2e8c8b6] {
  color: #a9da2b 
}

.main-color2[data-v-e2e8c8b6] {
  color: #67b628 
}

.main_color3_light[data-v-e2e8c8b6] {
  color: #ffc92f 
}

.main-color3[data-v-e2e8c8b6] {
  color: #febd02 
}

.main-color4[data-v-e2e8c8b6] {
  color: #7e93a6 
}

.main-color5-light[data-v-e2e8c8b6] {
  color: #42deda 
}

.main-color5[data-v-e2e8c8b6] {
  color: #01c8de 
}

.color-grey[data-v-e2e8c8b6] {
  color: #676c71 
}

.color-lightgrey[data-v-e2e8c8b6] {
  color: #ababab 
}

.color-deepgrey[data-v-e2e8c8b6] {
  color: #20222b 
}

.color-text-verylight[data-v-e2e8c8b6] {
  color: #80a7b8 
}

.color-text-light[data-v-e2e8c8b6] {
  color: #9a9aa7 
}

.color-text[data-v-e2e8c8b6] {
  color: #797986 
}

.color-text-deep[data-v-e2e8c8b6] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-e2e8c8b6] {
  color: #2f3b49 
}

.c_default[data-v-e2e8c8b6] {
  color: #fff 
}

.c_high[data-v-e2e8c8b6] {
  color: #ff1717 
}

.c_low[data-v-e2e8c8b6] {
  color: #0bf 
}

.c_buy_light[data-v-e2e8c8b6] {
  color: #fe5159 
}

.c_buy[data-v-e2e8c8b6] {
  color: #f14f57 
}

.bg_c_buy[data-v-e2e8c8b6] {
  background: #f14f57
}

.c_sell_light[data-v-e2e8c8b6] {
  color: #349bf0 
}

.c_sell[data-v-e2e8c8b6] {
  color: #3488db 
}

.bg_c_sell[data-v-e2e8c8b6] {
  background: #3488db
}

.c_ing[data-v-e2e8c8b6] {
  color: #fff 
}

.bg_ing[data-v-e2e8c8b6],
.bg_wait[data-v-e2e8c8b6] {
  background: #7e93a6 
}

.bg_background_deep[data-v-e2e8c8b6] {
  background: #000
}

.c_success[data-v-e2e8c8b6] {
  color: #1478f2 
}

.bg_success[data-v-e2e8c8b6] {
  background: #1478f2 
}

.c_complete[data-v-e2e8c8b6] {
  color: #fff 
}

.c_fail[data-v-e2e8c8b6] {
  color: #ff1e1e 
}

.bg_fail[data-v-e2e8c8b6] {
  background: #ff1e1e 
}

.c_cancel[data-v-e2e8c8b6] {
  color: #ff6900 
}

.bg_cancel[data-v-e2e8c8b6] {
  background: #ff6900 
}

.c_error[data-v-e2e8c8b6] {
  color: #ff6900 
}

.c_invaild[data-v-e2e8c8b6] {
  color: #999 
}

.bg_invaild[data-v-e2e8c8b6] {
  background: #666 
}

.bg_main[data-v-e2e8c8b6] {
  background: #e32028 
}

.bg_green_gra[data-v-e2e8c8b6] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-e2e8c8b6] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-e2e8c8b6] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-e2e8c8b6] {
  color: #ff5266 
}

.c_deposit_light[data-v-e2e8c8b6] {
  color: #a9da2b 
}

.c_deposit[data-v-e2e8c8b6] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-e2e8c8b6] {
  color: #ff8520 
}

.c_withdrawal[data-v-e2e8c8b6] {
  color: #ff6900 
}

.c_green[data-v-e2e8c8b6] {
  color: #009b1b 
}

.c_red[data-v-e2e8c8b6] {
  color: red 
}

.c_blue[data-v-e2e8c8b6] {
  color: #febd02 
}

.c_black[data-v-e2e8c8b6] {
  color: #000 
}

.bg_white[data-v-e2e8c8b6] {
  background: #fff 
}

.bg_green[data-v-e2e8c8b6] {
  background: #6dcb1b 
}

.box_c_ing[data-v-e2e8c8b6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-e2e8c8b6] {
  background: #f14f57
}

.box_c_buy[data-v-e2e8c8b6],
.box_c_invaild[data-v-e2e8c8b6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-e2e8c8b6] {
  background: #999
}

.box_c_sell[data-v-e2e8c8b6] {
  background: #3488db
}

.box_c_sell[data-v-e2e8c8b6],
.box_c_success[data-v-e2e8c8b6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-e2e8c8b6] {
  background: #ff6900
}

.box_c_fail[data-v-e2e8c8b6] {
  background: #67b628
}

.box_c_extedn[data-v-e2e8c8b6],
.box_c_fail[data-v-e2e8c8b6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-e2e8c8b6] {
  background: #43586c
}

.ps__rail-x[data-v-e2e8c8b6] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-e2e8c8b6],
.ps__rail-y[data-v-e2e8c8b6] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-e2e8c8b6] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-e2e8c8b6],
.ps--active-y>.ps__rail-y[data-v-e2e8c8b6] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-e2e8c8b6],
.ps--focus>.ps__rail-y[data-v-e2e8c8b6],
.ps--scrolling-x>.ps__rail-x[data-v-e2e8c8b6],
.ps--scrolling-y>.ps__rail-y[data-v-e2e8c8b6],
.ps:hover>.ps__rail-x[data-v-e2e8c8b6],
.ps:hover>.ps__rail-y[data-v-e2e8c8b6] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-e2e8c8b6],
.ps.ps__rail-x[data-v-e2e8c8b6]:focus,
.ps.ps__rail-x[data-v-e2e8c8b6]:hover,
.ps.ps__rail-y.ps--clicking[data-v-e2e8c8b6],
.ps.ps__rail-y[data-v-e2e8c8b6]:focus,
.ps.ps__rail-y[data-v-e2e8c8b6]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-e2e8c8b6] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-e2e8c8b6],
.ps__thumb-y[data-v-e2e8c8b6] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-e2e8c8b6] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-e2e8c8b6],
.ps__rail-x:focus>.ps__thumb-x[data-v-e2e8c8b6],
.ps__rail-x:hover>.ps__thumb-x[data-v-e2e8c8b6] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-e2e8c8b6],
.ps__rail-y:focus>.ps__thumb-y[data-v-e2e8c8b6],
.ps__rail-y:hover>.ps__thumb-y[data-v-e2e8c8b6] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-e2e8c8b6] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-e2e8c8b6] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-e2e8c8b6] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-e2e8c8b6] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-e2e8c8b6] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-e2e8c8b6] {
  display: none 
}

.toast-top-center[data-v-e2e8c8b6] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-e2e8c8b6] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-e2e8c8b6] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-e2e8c8b6] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-e2e8c8b6] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-e2e8c8b6],
.pagenation_type_1 .btn_last[data-v-e2e8c8b6],
.pagenation_type_1 .btn_next[data-v-e2e8c8b6],
.pagenation_type_1 .btn_prev[data-v-e2e8c8b6] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-e2e8c8b6] {
  color: #bbb
}

.wrap_type_3[data-v-e2e8c8b6] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-e2e8c8b6] {
  background: #0b0c10
}

.container_left[data-v-e2e8c8b6],
.container_left_md[data-v-e2e8c8b6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-e2e8c8b6] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-e2e8c8b6] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-e2e8c8b6] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-e2e8c8b6] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-e2e8c8b6]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-e2e8c8b6] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-e2e8c8b6] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-e2e8c8b6] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-e2e8c8b6] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-e2e8c8b6]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-e2e8c8b6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-e2e8c8b6],
.container_center_3_mini>div[data-v-e2e8c8b6] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-e2e8c8b6] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-e2e8c8b6]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-e2e8c8b6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-e2e8c8b6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-e2e8c8b6]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-e2e8c8b6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-e2e8c8b6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-e2e8c8b6]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-e2e8c8b6]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-e2e8c8b6] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-e2e8c8b6] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-e2e8c8b6],
.bg_grad_1_x[data-v-e2e8c8b6] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-e2e8c8b6] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-e2e8c8b6] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-e2e8c8b6] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-e2e8c8b6],
.bg_normal_2[data-v-e2e8c8b6] {
  background: #141621
}

.btn_left_close[data-v-e2e8c8b6],
.btn_left_control[data-v-e2e8c8b6],
.btn_right_close[data-v-e2e8c8b6],
.right_screen[data-v-e2e8c8b6] {
  display: none
}

.box_logo[data-v-e2e8c8b6] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-e2e8c8b6] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-e2e8c8b6] {
  display: none
}

.text_dot[data-v-e2e8c8b6] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-e2e8c8b6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-e2e8c8b6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-e2e8c8b6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-e2e8c8b6] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-e2e8c8b6] {
  background: #fff 
}

.bat_more.active i[data-v-e2e8c8b6] {
  color: #000 
}

.btn_no_disabled[data-v-e2e8c8b6] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-e2e8c8b6] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-e2e8c8b6] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-e2e8c8b6],
.game_bat_2 button[data-v-e2e8c8b6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-e2e8c8b6]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-e2e8c8b6] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-e2e8c8b6] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-e2e8c8b6]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-e2e8c8b6] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-e2e8c8b6] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-e2e8c8b6] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-e2e8c8b6],
.title_logo[data-v-e2e8c8b6] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-e2e8c8b6] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-e2e8c8b6] {
  height: 22px
}

.tab[data-v-e2e8c8b6] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-e2e8c8b6]:last-child {
  width: 100%
}

.tab li[data-v-e2e8c8b6]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-e2e8c8b6] {
  width: 50%
}

.tab li[data-v-e2e8c8b6]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-e2e8c8b6] {
  width: 33.333333333333%
}

.tab li[data-v-e2e8c8b6]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-e2e8c8b6] {
  width: 25%
}

.tab li[data-v-e2e8c8b6]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-e2e8c8b6] {
  width: 20%
}

.tab li[data-v-e2e8c8b6]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-e2e8c8b6] {
  width: 16.66666666666667%
}

.tab li button[data-v-e2e8c8b6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-e2e8c8b6] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-e2e8c8b6]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-e2e8c8b6] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-e2e8c8b6] {
  border: 0
}

.wrap_sports_detail li[data-v-e2e8c8b6] {
  width: 100%
}

.wrap_sports_detail li[data-v-e2e8c8b6]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-e2e8c8b6]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-e2e8c8b6] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-e2e8c8b6] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-e2e8c8b6],
.detail_num>button[data-v-e2e8c8b6] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-e2e8c8b6] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-e2e8c8b6] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-e2e8c8b6]:last-child {
  width: 100%
}

.detail_num button[data-v-e2e8c8b6]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-e2e8c8b6] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-e2e8c8b6]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-e2e8c8b6] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-e2e8c8b6] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-e2e8c8b6] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-e2e8c8b6] {
  color: #fff 
}

.detail_num>button .up[data-v-e2e8c8b6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-e2e8c8b6]:after,
.detail_num>button .up[data-v-e2e8c8b6]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-e2e8c8b6 1s ease-in-out 5;
  animation: blink-data-v-e2e8c8b6 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-e2e8c8b6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-e2e8c8b6] {
  background: #f4053a
}

.detail_num>button.active i[data-v-e2e8c8b6] {
  color: #000
}

.detail_num>button .text-allocation[data-v-e2e8c8b6] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-e2e8c8b6] {
  color: #000 
}

.sports_bet_close[data-v-e2e8c8b6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-e2e8c8b6],
.sports_bet_close[data-v-e2e8c8b6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-e2e8c8b6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-e2e8c8b6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-e2e8c8b6],
.sports_bet_close_all[data-v-e2e8c8b6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-e2e8c8b6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-e2e8c8b6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-e2e8c8b6]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-e2e8c8b6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-e2e8c8b6]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-e2e8c8b6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-e2e8c8b6],
.market_all_close[data-v-e2e8c8b6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-e2e8c8b6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-e2e8c8b6] {
    display: none
  }
}

.vjs-control-bar[data-v-e2e8c8b6] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-e2e8c8b6] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-e2e8c8b6] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-e2e8c8b6] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-e2e8c8b6]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-e2e8c8b6] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-e2e8c8b6]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-e2e8c8b6] {
  color: #fff 
}

.vjs-big-play-button[data-v-e2e8c8b6]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-e2e8c8b6],
  .detail_num button[data-v-e2e8c8b6]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-e2e8c8b6] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-e2e8c8b6]:nth-of-type(2),
  .game_bat button[data-v-e2e8c8b6]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-e2e8c8b6]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-e2e8c8b6] {
    width: 100%
  }

  .market_all_close[data-v-e2e8c8b6]:after,
  .market_domestic_all_close[data-v-e2e8c8b6]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-e2e8c8b6],
  .game_bat button:nth-of-type(3) i[data-v-e2e8c8b6] {
    display: none 
  }
}

.mini_bet_close[data-v-e2e8c8b6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-e2e8c8b6],
.mini_bet_close[data-v-e2e8c8b6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-e2e8c8b6]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-e2e8c8b6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-e2e8c8b6] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-e2e8c8b6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-e2e8c8b6]:first-of-type,
.flex_2dan div[data-v-e2e8c8b6]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-e2e8c8b6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-e2e8c8b6]:first-of-type,
.flex_3dan div[data-v-e2e8c8b6]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-e2e8c8b6]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-e2e8c8b6] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-e2e8c8b6] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-e2e8c8b6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-e2e8c8b6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-e2e8c8b6] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-e2e8c8b6] {
  height: 40px
}

.mini_game_info[data-v-e2e8c8b6],
.mini_game_info span[data-v-e2e8c8b6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-e2e8c8b6]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-e2e8c8b6] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-e2e8c8b6] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-e2e8c8b6]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-e2e8c8b6] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-e2e8c8b6] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-e2e8c8b6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-e2e8c8b6] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-e2e8c8b6]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-e2e8c8b6] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-e2e8c8b6]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-e2e8c8b6] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-e2e8c8b6]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-e2e8c8b6] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-e2e8c8b6]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-e2e8c8b6] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-e2e8c8b6]:first-child,
.ul_game_item.item_10 li[data-v-e2e8c8b6]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-e2e8c8b6]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-e2e8c8b6] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-e2e8c8b6],
.ul_game_item button i[data-v-e2e8c8b6] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-e2e8c8b6] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-e2e8c8b6] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-e2e8c8b6] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-e2e8c8b6] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-e2e8c8b6] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-e2e8c8b6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-e2e8c8b6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-e2e8c8b6] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-e2e8c8b6] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-e2e8c8b6] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-e2e8c8b6] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-e2e8c8b6] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-e2e8c8b6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-e2e8c8b6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-e2e8c8b6] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-e2e8c8b6] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-e2e8c8b6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-e2e8c8b6] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-e2e8c8b6] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-e2e8c8b6] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-e2e8c8b6] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-e2e8c8b6] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-e2e8c8b6] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-e2e8c8b6] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-e2e8c8b6] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-e2e8c8b6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-e2e8c8b6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-e2e8c8b6] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-e2e8c8b6] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-e2e8c8b6] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-e2e8c8b6] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-e2e8c8b6] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-e2e8c8b6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-e2e8c8b6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-e2e8c8b6] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-e2e8c8b6] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-e2e8c8b6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-e2e8c8b6] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-e2e8c8b6]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-e2e8c8b6]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-e2e8c8b6]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-e2e8c8b6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-e2e8c8b6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-e2e8c8b6] {
    display: none
  }

  .flex_1dan ul[data-v-e2e8c8b6] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-e2e8c8b6]:first-of-type,
  .flex_3dan div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-e2e8c8b6]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-e2e8c8b6] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-e2e8c8b6]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-e2e8c8b6]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-e2e8c8b6]:first-of-type,
  .flex_3dan div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-e2e8c8b6]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-e2e8c8b6] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-e2e8c8b6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-e2e8c8b6] {
    width: 100%
  }

  .flex_3dan div[data-v-e2e8c8b6]:first-of-type,
  .flex_3dan div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-e2e8c8b6]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-e2e8c8b6] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-e2e8c8b6] {
    width: 100%
  }

  .ul_game_item2 li[data-v-e2e8c8b6]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-e2e8c8b6]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-e2e8c8b6]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-e2e8c8b6] {
    padding: 101px 280px 0
  }

  .container_left[data-v-e2e8c8b6],
  .container_left_md[data-v-e2e8c8b6],
  .container_right[data-v-e2e8c8b6] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-e2e8c8b6]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-e2e8c8b6]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-e2e8c8b6] {
    padding-left: 40px
  }

  .container_left[data-v-e2e8c8b6] {
    display: none
  }

  .btn_left_control[data-v-e2e8c8b6] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-e2e8c8b6],
  .btn_left_control i[data-v-e2e8c8b6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-e2e8c8b6] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-e2e8c8b6] {
    width: 26px
  }

  .btn_left_close[data-v-e2e8c8b6] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-e2e8c8b6] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-e2e8c8b6] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-e2e8c8b6]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-e2e8c8b6]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-e2e8c8b6]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-e2e8c8b6] {
    display: block
  }

  .no-display-1600[data-v-e2e8c8b6] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-e2e8c8b6]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-e2e8c8b6] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-e2e8c8b6] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-e2e8c8b6]:first-of-type,
  .container_center_2_mini>div>div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-e2e8c8b6] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-e2e8c8b6]:first-of-type,
  .container_center_3_mini>div>div[data-v-e2e8c8b6]:nth-of-type(2),
  .container_center_4_mini>div[data-v-e2e8c8b6]:first-of-type,
  .container_center_4_mini>div[data-v-e2e8c8b6]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-e2e8c8b6] {
    padding-right: 0
  }

  .container_right[data-v-e2e8c8b6] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-e2e8c8b6] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-e2e8c8b6] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-e2e8c8b6] {
    width: 26px
  }

  .container_right .right_screen[data-v-e2e8c8b6] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-e2e8c8b6] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-e2e8c8b6],
  .btn_left_control[data-v-e2e8c8b6],
  .container_left[data-v-e2e8c8b6] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-e2e8c8b6] {
    padding: 0
  }

  .mobile_scroll[data-v-e2e8c8b6] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-e2e8c8b6] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-e2e8c8b6],
.title_info_s[data-v-e2e8c8b6] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-e2e8c8b6] {
  font-size: 1.8rem
}

.title_info_s[data-v-e2e8c8b6]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-e2e8c8b6] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-e2e8c8b6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-e2e8c8b6] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-e2e8c8b6] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-e2e8c8b6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-e2e8c8b6] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-e2e8c8b6] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-e2e8c8b6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-e2e8c8b6] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-e2e8c8b6] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-e2e8c8b6] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-e2e8c8b6] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-e2e8c8b6] {
  position: relative
}

.sub_visual_wallet img[data-v-e2e8c8b6] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-e2e8c8b6] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-e2e8c8b6] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-e2e8c8b6] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-e2e8c8b6] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-e2e8c8b6]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-e2e8c8b6],
.menu_wallet>li button[data-v-e2e8c8b6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-e2e8c8b6],
.menu_wallet>li button.active[data-v-e2e8c8b6] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-e2e8c8b6] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-e2e8c8b6]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-e2e8c8b6] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-e2e8c8b6] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-e2e8c8b6] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-e2e8c8b6] {
  position: relative
}

.wallet_form button[data-v-e2e8c8b6] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-e2e8c8b6] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-e2e8c8b6] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-e2e8c8b6] {
  background: #141621 
}

h2.title_trade[data-v-e2e8c8b6] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-e2e8c8b6] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-e2e8c8b6] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-e2e8c8b6] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-e2e8c8b6],
.result_buy div[data-v-e2e8c8b6] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-e2e8c8b6] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-e2e8c8b6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-e2e8c8b6] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-e2e8c8b6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-e2e8c8b6] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-e2e8c8b6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-e2e8c8b6] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-e2e8c8b6] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-e2e8c8b6],
.sub_visual.s_02[data-v-e2e8c8b6],
.sub_visual.s_03[data-v-e2e8c8b6],
.sub_visual.s_04[data-v-e2e8c8b6],
.sub_visual.s_05[data-v-e2e8c8b6],
.sub_visual.s_06[data-v-e2e8c8b6],
.sub_visual.s_07[data-v-e2e8c8b6],
.sub_visual.s_08[data-v-e2e8c8b6] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-e2e8c8b6] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-e2e8c8b6] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-e2e8c8b6] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-e2e8c8b6],
.sub_menu a[data-v-e2e8c8b6] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-e2e8c8b6] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-e2e8c8b6] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-e2e8c8b6],
.sub_menu a.nuxt-link-active[data-v-e2e8c8b6] {
  color: #e32028
}

.sub_tab ul[data-v-e2e8c8b6] {
  overflow: hidden
}

.sub_tab ul li[data-v-e2e8c8b6] {
  float: left
}

.sub_tab ul li a[data-v-e2e8c8b6] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-e2e8c8b6],
.sub_tab ul li a.active[data-v-e2e8c8b6] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-e2e8c8b6]:before,
.sub_tab ul li a.active[data-v-e2e8c8b6]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-e2e8c8b6] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-e2e8c8b6] {
  font-size: 2.2rem
}

.title_big[data-v-e2e8c8b6],
.title_normal[data-v-e2e8c8b6] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-e2e8c8b6] {
  font-size: 1.8rem
}

.title_small[data-v-e2e8c8b6] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-e2e8c8b6] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-e2e8c8b6] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-e2e8c8b6],
.title_tiny[data-v-e2e8c8b6] {
  position: relative;
  color: #fff
}

.title_sub[data-v-e2e8c8b6] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-e2e8c8b6]:before {
  bottom: -5px
}

.title_sub[data-v-e2e8c8b6]:after,
.title_sub[data-v-e2e8c8b6]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-e2e8c8b6]:after {
  bottom: -3px
}

.title_sub_1[data-v-e2e8c8b6] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-e2e8c8b6]:before {
  bottom: -5px
}

.title_sub_1[data-v-e2e8c8b6]:after,
.title_sub_1[data-v-e2e8c8b6]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-e2e8c8b6]:after {
  bottom: -3px
}

.title_sm[data-v-e2e8c8b6] {
  display: none
}

.title_hexa[data-v-e2e8c8b6] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-e2e8c8b6],
.title_hexa i[data-v-e2e8c8b6] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-e2e8c8b6] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-e2e8c8b6] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-e2e8c8b6] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-e2e8c8b6],
.title_hexa.t_on i[data-v-e2e8c8b6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-e2e8c8b6] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-e2e8c8b6] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-e2e8c8b6] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-e2e8c8b6] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-e2e8c8b6] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-e2e8c8b6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-e2e8c8b6] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-e2e8c8b6]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-e2e8c8b6]:first-of-type,
.sports_list li>div[data-v-e2e8c8b6]:nth-of-type(2),
.sports_list li>div[data-v-e2e8c8b6]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-e2e8c8b6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-e2e8c8b6]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-e2e8c8b6] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-e2e8c8b6] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-e2e8c8b6] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-e2e8c8b6]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-e2e8c8b6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-e2e8c8b6] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-e2e8c8b6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-e2e8c8b6],
.game_bat button[data-v-e2e8c8b6] {
  position: relative
}

.game_bat button[data-v-e2e8c8b6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-e2e8c8b6] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-e2e8c8b6] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-e2e8c8b6] {
  margin-right: 5px
}

.game_bat button[data-v-e2e8c8b6]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-e2e8c8b6] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-e2e8c8b6] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-e2e8c8b6] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-e2e8c8b6],
.game_bat button:nth-of-type(3) i img[data-v-e2e8c8b6] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-e2e8c8b6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-e2e8c8b6]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-e2e8c8b6]:nth-of-type(2),
.game_bat button[data-v-e2e8c8b6]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-e2e8c8b6]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-e2e8c8b6],
.game_bat button.active[data-v-e2e8c8b6] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-e2e8c8b6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-e2e8c8b6]:after,
.game_bat button:first-of-type .up[data-v-e2e8c8b6]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-e2e8c8b6 1s ease-in-out 5;
  animation: blink-data-v-e2e8c8b6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-e2e8c8b6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-e2e8c8b6]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-e2e8c8b6]:after,
.game_bat button:nth-of-type(2) .up[data-v-e2e8c8b6]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-e2e8c8b6 1s ease-in-out 5;
  animation: blink-data-v-e2e8c8b6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-e2e8c8b6]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-e2e8c8b6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-e2e8c8b6]:after,
.game_bat button:nth-of-type(3) .up[data-v-e2e8c8b6]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-e2e8c8b6 1s ease-in-out 5;
  animation: blink-data-v-e2e8c8b6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-e2e8c8b6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-e2e8c8b6] {
  padding: 0
}

.box_folder[data-v-e2e8c8b6],
.box_folder button[data-v-e2e8c8b6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-e2e8c8b6] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-e2e8c8b6] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-e2e8c8b6]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-e2e8c8b6] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-e2e8c8b6]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-e2e8c8b6] {
  flex-wrap: wrap
}

.bank_info[data-v-e2e8c8b6],
.bank_info li[data-v-e2e8c8b6] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-e2e8c8b6] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-e2e8c8b6]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-e2e8c8b6] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-e2e8c8b6] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-e2e8c8b6] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-e2e8c8b6] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-e2e8c8b6] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-e2e8c8b6] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-e2e8c8b6] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-e2e8c8b6] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-e2e8c8b6] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-e2e8c8b6] {
  margin-right: 10px
}

.box_text_type_1[data-v-e2e8c8b6] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-e2e8c8b6],
.box_text_type_1 i[data-v-e2e8c8b6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-e2e8c8b6] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-e2e8c8b6] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-e2e8c8b6],
.wl_tip[data-v-e2e8c8b6] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-e2e8c8b6],
.wl_tip ul li[data-v-e2e8c8b6] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-e2e8c8b6] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-e2e8c8b6] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-e2e8c8b6] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-e2e8c8b6],
.wl_waring ul li[data-v-e2e8c8b6] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-e2e8c8b6] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-e2e8c8b6] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-e2e8c8b6] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-e2e8c8b6] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-e2e8c8b6] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-e2e8c8b6] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-e2e8c8b6 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-e2e8c8b6 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-e2e8c8b6] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-e2e8c8b6] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-e2e8c8b6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-e2e8c8b6],
.box_fx_buy_sell[data-v-e2e8c8b6],
.box_fx_result[data-v-e2e8c8b6],
.box_leverage_result[data-v-e2e8c8b6],
.current_time[data-v-e2e8c8b6],
.tab_box[data-v-e2e8c8b6],
.tab_time[data-v-e2e8c8b6] {
  position: relative
}

.copilot[data-v-e2e8c8b6] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-e2e8c8b6],
.copilot[data-v-e2e8c8b6]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-e2e8c8b6]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-e2e8c8b6] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-e2e8c8b6] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-e2e8c8b6] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-e2e8c8b6] {
  padding: 20px 15px
}

.copilot_foot[data-v-e2e8c8b6],
.copilot_foot button[data-v-e2e8c8b6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-e2e8c8b6] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-e2e8c8b6] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-e2e8c8b6],
.copilot.step_2[data-v-e2e8c8b6] {
  top: 50px
}

.copilot.step_3[data-v-e2e8c8b6],
.copilot.step_4[data-v-e2e8c8b6],
.copilot.step_6[data-v-e2e8c8b6],
.copilot.step_7[data-v-e2e8c8b6],
.copilot.step_8[data-v-e2e8c8b6] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-e2e8c8b6] {
  top: 40px
}

.box_info_1[data-v-e2e8c8b6] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-e2e8c8b6] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-e2e8c8b6] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-e2e8c8b6]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-e2e8c8b6] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-e2e8c8b6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-e2e8c8b6] {
  height: 40px
}

.title_guide_1 span[data-v-e2e8c8b6] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-e2e8c8b6] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-e2e8c8b6] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-e2e8c8b6] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-e2e8c8b6] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-e2e8c8b6] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-e2e8c8b6 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-e2e8c8b6 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-e2e8c8b6]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-e2e8c8b6]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-e2e8c8b6]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-e2e8c8b6]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-e2e8c8b6]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-e2e8c8b6 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-e2e8c8b6 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-e2e8c8b6] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-e2e8c8b6] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-e2e8c8b6] {
    margin-top: 0
  }

  .sub_visual[data-v-e2e8c8b6] {
    display: none
  }

  .box_sub_title[data-v-e2e8c8b6] {
    padding: 0 20px
  }

  .box_sub_container[data-v-e2e8c8b6] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-e2e8c8b6] {
    display: block
  }

  .title_sub[data-v-e2e8c8b6] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-e2e8c8b6]:before {
    bottom: -5px
  }

  .title_sub[data-v-e2e8c8b6]:after,
  .title_sub[data-v-e2e8c8b6]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-e2e8c8b6]:after {
    bottom: -3px
  }

  .sub_menu[data-v-e2e8c8b6] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-e2e8c8b6] {
    padding: 0
  }

  .box_sub_container[data-v-e2e8c8b6] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-e2e8c8b6] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-e2e8c8b6] {
    display: none
  }

  .box_bg_deep[data-v-e2e8c8b6] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-e2e8c8b6] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-e2e8c8b6] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-e2e8c8b6] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-e2e8c8b6],
  .result_buy div[data-v-e2e8c8b6] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-e2e8c8b6] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-e2e8c8b6] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-e2e8c8b6] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-e2e8c8b6] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-e2e8c8b6] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-e2e8c8b6] {
    padding: 0 5px
  }

  .box_folder button[data-v-e2e8c8b6] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-e2e8c8b6] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-e2e8c8b6] {
    padding: 0
  }

  .pagenation_type_1[data-v-e2e8c8b6] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-e2e8c8b6] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-e2e8c8b6] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-e2e8c8b6] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-e2e8c8b6],
  .pagenation_type_1 .btn_last[data-v-e2e8c8b6],
  .pagenation_type_1 .btn_next[data-v-e2e8c8b6],
  .pagenation_type_1 .btn_prev[data-v-e2e8c8b6] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-e2e8c8b6] {
    color: #bbb
  }

  .title_medium[data-v-e2e8c8b6] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-e2e8c8b6]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-e2e8c8b6]:first-of-type:hover,
  .game_bat.bet_three button[data-v-e2e8c8b6]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-e2e8c8b6]:nth-of-type(3):hover,
  .game_bat button[data-v-e2e8c8b6]:first-of-type:hover,
  .game_bat button[data-v-e2e8c8b6]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-e2e8c8b6],
  .game_bat button.active span[data-v-e2e8c8b6],
  .game_bat button:hover span[data-v-e2e8c8b6] {
    color: #fff 
  }

  .bat_more[data-v-e2e8c8b6]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-e2e8c8b6],
  .bat_more[disabled][data-v-e2e8c8b6]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-e2e8c8b6]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-e2e8c8b6]:first-of-type:hover,
  .game_bat_2 button[data-v-e2e8c8b6]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-e2e8c8b6],
  .game_bat_2 button.active[data-v-e2e8c8b6]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-e2e8c8b6]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-e2e8c8b6] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-e2e8c8b6] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-e2e8c8b6]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-e2e8c8b6]:hover,
  .pagenation_type_1 .btn_last[data-v-e2e8c8b6]:hover,
  .pagenation_type_1 .btn_next[data-v-e2e8c8b6]:hover,
  .pagenation_type_1 .btn_prev[data-v-e2e8c8b6]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-e2e8c8b6]:hover,
  .ul_game_item button[data-v-e2e8c8b6]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.box_spinner[data-v-e2e8c8b6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.box_loading[data-v-e2e8c8b6] {
  flex-direction: row;
  height: 100%;
  width: 100%;
  text-align: center;
  zoom: .6
}

.blance_accounts[data-v-e2e8c8b6],
.box_loading[data-v-e2e8c8b6] {
  display: flex;
  align-items: center;
  justify-content: center
}

.blance_accounts[data-v-e2e8c8b6] {
  flex-direction: column;
  max-width: 300px;
  min-height: 100px;
  background: #30303a url(/images/common/bg_popup.png) no-repeat 0 0;
  border: 1px solid #e32028;
  padding: 40px 30px
}

.blance_accounts em[data-v-e2e8c8b6] {
  font-size: 1.8rem;
  color: #ff542e;
  font-weight: 500;
  line-height: 1.3
}

.blance_accounts span[data-v-e2e8c8b6] {
  color: #9a9aa7;
  font-size: 1.4rem;
  margin-top: 15px;
  margin-bottom: 25px
}

.blance_accounts .circle[data-v-e2e8c8b6] {
  width: 60px;
  height: auto;
  -webkit-animation: target_image-data-v-e2e8c8b6 1.5s;
  animation: target_image-data-v-e2e8c8b6 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes target_image-data-v-e2e8c8b6 {
  to {
    transform: rotate(-1turn)
  }
}

.circle[data-v-e2e8c8b6] {
  -webkit-animation: target_image-data-v-e2e8c8b6 2s;
  animation: target_image-data-v-e2e8c8b6 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@keyframes target_image-data-v-e2e8c8b6 {
  to {
    transform: rotate(-1turn)
  }
}
#popLoading[data-v-4658176f] {
  display: none
}
body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

.red_con p {
  color: #fff;
  font-size: 1.6rem
}
body [data-v-8ffff45a] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-8ffff45a]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-8ffff45a]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-8ffff45a] {
  max-width: 1440px
}

.page-enter-active[data-v-8ffff45a],
.page-leave-active[data-v-8ffff45a] {
  transition: opacity .1s
}

.page-enter[data-v-8ffff45a],
.page-leave-to[data-v-8ffff45a] {
  opacity: 0
}

.b1[data-v-8ffff45a] {
  border: 1px solid red
}

.width-btn-100[data-v-8ffff45a] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-8ffff45a] {
  color: #e32028 
}

.main-color1-normal[data-v-8ffff45a] {
  color: #ff2152 
}

.main-color1-text[data-v-8ffff45a] {
  color: #ff9710 
}

.main-color1-deep[data-v-8ffff45a] {
  color: #ff6900 
}

.main-color1-light[data-v-8ffff45a] {
  color: #ff542e 
}

.color-white[data-v-8ffff45a] {
  color: #fff 
}

.main-color2-light[data-v-8ffff45a] {
  color: #a9da2b 
}

.main-color2[data-v-8ffff45a] {
  color: #67b628 
}

.main_color3_light[data-v-8ffff45a] {
  color: #ffc92f 
}

.main-color3[data-v-8ffff45a] {
  color: #febd02 
}

.main-color4[data-v-8ffff45a] {
  color: #7e93a6 
}

.main-color5-light[data-v-8ffff45a] {
  color: #42deda 
}

.main-color5[data-v-8ffff45a] {
  color: #01c8de 
}

.color-grey[data-v-8ffff45a] {
  color: #676c71 
}

.color-lightgrey[data-v-8ffff45a] {
  color: #ababab 
}

.color-deepgrey[data-v-8ffff45a] {
  color: #20222b 
}

.color-text-verylight[data-v-8ffff45a] {
  color: #80a7b8 
}

.color-text-light[data-v-8ffff45a] {
  color: #9a9aa7 
}

.color-text[data-v-8ffff45a] {
  color: #797986 
}

.color-text-deep[data-v-8ffff45a] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-8ffff45a] {
  color: #2f3b49 
}

.c_default[data-v-8ffff45a] {
  color: #fff 
}

.c_high[data-v-8ffff45a] {
  color: #ff1717 
}

.c_low[data-v-8ffff45a] {
  color: #0bf 
}

.c_buy_light[data-v-8ffff45a] {
  color: #fe5159 
}

.c_buy[data-v-8ffff45a] {
  color: #f14f57 
}

.bg_c_buy[data-v-8ffff45a] {
  background: #f14f57
}

.c_sell_light[data-v-8ffff45a] {
  color: #349bf0 
}

.c_sell[data-v-8ffff45a] {
  color: #3488db 
}

.bg_c_sell[data-v-8ffff45a] {
  background: #3488db
}

.c_ing[data-v-8ffff45a] {
  color: #fff 
}

.bg_ing[data-v-8ffff45a],
.bg_wait[data-v-8ffff45a] {
  background: #7e93a6 
}

.bg_background_deep[data-v-8ffff45a] {
  background: #000
}

.c_success[data-v-8ffff45a] {
  color: #1478f2 
}

.bg_success[data-v-8ffff45a] {
  background: #1478f2 
}

.c_complete[data-v-8ffff45a] {
  color: #fff 
}

.c_fail[data-v-8ffff45a] {
  color: #ff1e1e 
}

.bg_fail[data-v-8ffff45a] {
  background: #ff1e1e 
}

.c_cancel[data-v-8ffff45a] {
  color: #ff6900 
}

.bg_cancel[data-v-8ffff45a] {
  background: #ff6900 
}

.c_error[data-v-8ffff45a] {
  color: #ff6900 
}

.c_invaild[data-v-8ffff45a] {
  color: #999 
}

.bg_invaild[data-v-8ffff45a] {
  background: #666 
}

.bg_main[data-v-8ffff45a] {
  background: #e32028 
}

.bg_green_gra[data-v-8ffff45a] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-8ffff45a] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-8ffff45a] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-8ffff45a] {
  color: #ff5266 
}

.c_deposit_light[data-v-8ffff45a] {
  color: #a9da2b 
}

.c_deposit[data-v-8ffff45a] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-8ffff45a] {
  color: #ff8520 
}

.c_withdrawal[data-v-8ffff45a] {
  color: #ff6900 
}

.c_green[data-v-8ffff45a] {
  color: #009b1b 
}

.c_red[data-v-8ffff45a] {
  color: red 
}

.c_blue[data-v-8ffff45a] {
  color: #febd02 
}

.c_black[data-v-8ffff45a] {
  color: #000 
}

.bg_white[data-v-8ffff45a] {
  background: #fff 
}

.bg_green[data-v-8ffff45a] {
  background: #6dcb1b 
}

.box_c_ing[data-v-8ffff45a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-8ffff45a] {
  background: #f14f57
}

.box_c_buy[data-v-8ffff45a],
.box_c_invaild[data-v-8ffff45a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-8ffff45a] {
  background: #999
}

.box_c_sell[data-v-8ffff45a] {
  background: #3488db
}

.box_c_sell[data-v-8ffff45a],
.box_c_success[data-v-8ffff45a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-8ffff45a] {
  background: #ff6900
}

.box_c_fail[data-v-8ffff45a] {
  background: #67b628
}

.box_c_extedn[data-v-8ffff45a],
.box_c_fail[data-v-8ffff45a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-8ffff45a] {
  background: #43586c
}

.ps__rail-x[data-v-8ffff45a] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-8ffff45a],
.ps__rail-y[data-v-8ffff45a] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-8ffff45a] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-8ffff45a],
.ps--active-y>.ps__rail-y[data-v-8ffff45a] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-8ffff45a],
.ps--focus>.ps__rail-y[data-v-8ffff45a],
.ps--scrolling-x>.ps__rail-x[data-v-8ffff45a],
.ps--scrolling-y>.ps__rail-y[data-v-8ffff45a],
.ps:hover>.ps__rail-x[data-v-8ffff45a],
.ps:hover>.ps__rail-y[data-v-8ffff45a] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-8ffff45a],
.ps.ps__rail-x[data-v-8ffff45a]:focus,
.ps.ps__rail-x[data-v-8ffff45a]:hover,
.ps.ps__rail-y.ps--clicking[data-v-8ffff45a],
.ps.ps__rail-y[data-v-8ffff45a]:focus,
.ps.ps__rail-y[data-v-8ffff45a]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-8ffff45a] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-8ffff45a],
.ps__thumb-y[data-v-8ffff45a] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-8ffff45a] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-8ffff45a],
.ps__rail-x:focus>.ps__thumb-x[data-v-8ffff45a],
.ps__rail-x:hover>.ps__thumb-x[data-v-8ffff45a] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-8ffff45a],
.ps__rail-y:focus>.ps__thumb-y[data-v-8ffff45a],
.ps__rail-y:hover>.ps__thumb-y[data-v-8ffff45a] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-8ffff45a] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-8ffff45a] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-8ffff45a] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-8ffff45a] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-8ffff45a] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-8ffff45a] {
  display: none 
}

.toast-top-center[data-v-8ffff45a] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-8ffff45a] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-8ffff45a] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-8ffff45a] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-8ffff45a] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-8ffff45a],
.pagenation_type_1 .btn_last[data-v-8ffff45a],
.pagenation_type_1 .btn_next[data-v-8ffff45a],
.pagenation_type_1 .btn_prev[data-v-8ffff45a] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-8ffff45a] {
  color: #bbb
}

.wrap_type_3[data-v-8ffff45a] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-8ffff45a] {
  background: #0b0c10
}

.container_left[data-v-8ffff45a],
.container_left_md[data-v-8ffff45a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-8ffff45a] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-8ffff45a] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-8ffff45a] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-8ffff45a] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-8ffff45a]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-8ffff45a] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-8ffff45a] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-8ffff45a] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-8ffff45a] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-8ffff45a]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-8ffff45a]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-8ffff45a],
.container_center_3_mini>div[data-v-8ffff45a] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-8ffff45a] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-8ffff45a]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-8ffff45a]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-8ffff45a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-8ffff45a]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-8ffff45a]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-8ffff45a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-8ffff45a]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-8ffff45a]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-8ffff45a] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-8ffff45a] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-8ffff45a],
.bg_grad_1_x[data-v-8ffff45a] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-8ffff45a] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-8ffff45a] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-8ffff45a] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-8ffff45a],
.bg_normal_2[data-v-8ffff45a] {
  background: #141621
}

.btn_left_close[data-v-8ffff45a],
.btn_left_control[data-v-8ffff45a],
.btn_right_close[data-v-8ffff45a],
.right_screen[data-v-8ffff45a] {
  display: none
}

.box_logo[data-v-8ffff45a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-8ffff45a] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-8ffff45a] {
  display: none
}

.text_dot[data-v-8ffff45a] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-8ffff45a {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-8ffff45a {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-8ffff45a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-8ffff45a] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-8ffff45a] {
  background: #fff 
}

.bat_more.active i[data-v-8ffff45a] {
  color: #000 
}

.btn_no_disabled[data-v-8ffff45a] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-8ffff45a] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-8ffff45a] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-8ffff45a],
.game_bat_2 button[data-v-8ffff45a]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-8ffff45a]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-8ffff45a] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-8ffff45a] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-8ffff45a]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-8ffff45a] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-8ffff45a] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-8ffff45a] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-8ffff45a],
.title_logo[data-v-8ffff45a] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-8ffff45a] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-8ffff45a] {
  height: 22px
}

.tab[data-v-8ffff45a] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-8ffff45a]:last-child {
  width: 100%
}

.tab li[data-v-8ffff45a]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-8ffff45a] {
  width: 50%
}

.tab li[data-v-8ffff45a]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-8ffff45a] {
  width: 33.333333333333%
}

.tab li[data-v-8ffff45a]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-8ffff45a] {
  width: 25%
}

.tab li[data-v-8ffff45a]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-8ffff45a] {
  width: 20%
}

.tab li[data-v-8ffff45a]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-8ffff45a] {
  width: 16.66666666666667%
}

.tab li button[data-v-8ffff45a] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-8ffff45a] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-8ffff45a]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-8ffff45a] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-8ffff45a] {
  border: 0
}

.wrap_sports_detail li[data-v-8ffff45a] {
  width: 100%
}

.wrap_sports_detail li[data-v-8ffff45a]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-8ffff45a]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-8ffff45a] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-8ffff45a] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-8ffff45a],
.detail_num>button[data-v-8ffff45a] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-8ffff45a] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-8ffff45a] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-8ffff45a]:last-child {
  width: 100%
}

.detail_num button[data-v-8ffff45a]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-8ffff45a] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-8ffff45a]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-8ffff45a] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-8ffff45a] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-8ffff45a] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-8ffff45a] {
  color: #fff 
}

.detail_num>button .up[data-v-8ffff45a]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-8ffff45a]:after,
.detail_num>button .up[data-v-8ffff45a]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-8ffff45a 1s ease-in-out 5;
  animation: blink-data-v-8ffff45a 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-8ffff45a]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-8ffff45a] {
  background: #f4053a
}

.detail_num>button.active i[data-v-8ffff45a] {
  color: #000
}

.detail_num>button .text-allocation[data-v-8ffff45a] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-8ffff45a] {
  color: #000 
}

.sports_bet_close[data-v-8ffff45a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-8ffff45a],
.sports_bet_close[data-v-8ffff45a]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-8ffff45a]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-8ffff45a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-8ffff45a],
.sports_bet_close_all[data-v-8ffff45a]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-8ffff45a]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-8ffff45a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-8ffff45a]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-8ffff45a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-8ffff45a]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-8ffff45a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-8ffff45a],
.market_all_close[data-v-8ffff45a]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-8ffff45a]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-8ffff45a] {
    display: none
  }
}

.vjs-control-bar[data-v-8ffff45a] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-8ffff45a] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-8ffff45a] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-8ffff45a] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-8ffff45a]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-8ffff45a] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-8ffff45a]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-8ffff45a] {
  color: #fff 
}

.vjs-big-play-button[data-v-8ffff45a]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-8ffff45a],
  .detail_num button[data-v-8ffff45a]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-8ffff45a] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-8ffff45a]:nth-of-type(2),
  .game_bat button[data-v-8ffff45a]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-8ffff45a]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-8ffff45a] {
    width: 100%
  }

  .market_all_close[data-v-8ffff45a]:after,
  .market_domestic_all_close[data-v-8ffff45a]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-8ffff45a],
  .game_bat button:nth-of-type(3) i[data-v-8ffff45a] {
    display: none 
  }
}

.mini_bet_close[data-v-8ffff45a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-8ffff45a],
.mini_bet_close[data-v-8ffff45a]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-8ffff45a]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-8ffff45a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-8ffff45a] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-8ffff45a] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-8ffff45a]:first-of-type,
.flex_2dan div[data-v-8ffff45a]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-8ffff45a] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-8ffff45a]:first-of-type,
.flex_3dan div[data-v-8ffff45a]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-8ffff45a]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-8ffff45a] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-8ffff45a] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-8ffff45a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-8ffff45a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-8ffff45a] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-8ffff45a] {
  height: 40px
}

.mini_game_info[data-v-8ffff45a],
.mini_game_info span[data-v-8ffff45a]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-8ffff45a]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-8ffff45a] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-8ffff45a] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-8ffff45a]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-8ffff45a] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-8ffff45a] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-8ffff45a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-8ffff45a] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-8ffff45a]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-8ffff45a] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-8ffff45a]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-8ffff45a] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-8ffff45a]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-8ffff45a] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-8ffff45a]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-8ffff45a] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-8ffff45a]:first-child,
.ul_game_item.item_10 li[data-v-8ffff45a]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-8ffff45a]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-8ffff45a] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-8ffff45a],
.ul_game_item button i[data-v-8ffff45a] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-8ffff45a] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-8ffff45a] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-8ffff45a] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-8ffff45a] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-8ffff45a] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-8ffff45a] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-8ffff45a] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-8ffff45a] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-8ffff45a] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-8ffff45a] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-8ffff45a] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-8ffff45a] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-8ffff45a] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-8ffff45a] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-8ffff45a] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-8ffff45a] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-8ffff45a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-8ffff45a] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-8ffff45a] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-8ffff45a] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-8ffff45a] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-8ffff45a] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-8ffff45a] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-8ffff45a] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-8ffff45a] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-8ffff45a] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-8ffff45a] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-8ffff45a] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-8ffff45a] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-8ffff45a] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-8ffff45a] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-8ffff45a] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-8ffff45a] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-8ffff45a] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-8ffff45a] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-8ffff45a] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-8ffff45a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-8ffff45a] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-8ffff45a]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-8ffff45a]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-8ffff45a]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-8ffff45a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-8ffff45a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-8ffff45a] {
    display: none
  }

  .flex_1dan ul[data-v-8ffff45a] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-8ffff45a]:first-of-type,
  .flex_3dan div[data-v-8ffff45a]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-8ffff45a]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-8ffff45a] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-8ffff45a]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-8ffff45a]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-8ffff45a]:first-of-type,
  .flex_3dan div[data-v-8ffff45a]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-8ffff45a]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-8ffff45a] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-8ffff45a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-8ffff45a] {
    width: 100%
  }

  .flex_3dan div[data-v-8ffff45a]:first-of-type,
  .flex_3dan div[data-v-8ffff45a]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-8ffff45a]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-8ffff45a] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-8ffff45a] {
    width: 100%
  }

  .ul_game_item2 li[data-v-8ffff45a]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-8ffff45a]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-8ffff45a]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-8ffff45a]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-8ffff45a]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-8ffff45a] {
    padding: 101px 280px 0
  }

  .container_left[data-v-8ffff45a],
  .container_left_md[data-v-8ffff45a],
  .container_right[data-v-8ffff45a] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-8ffff45a]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-8ffff45a]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-8ffff45a]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-8ffff45a]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-8ffff45a] {
    padding-left: 40px
  }

  .container_left[data-v-8ffff45a] {
    display: none
  }

  .btn_left_control[data-v-8ffff45a] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-8ffff45a],
  .btn_left_control i[data-v-8ffff45a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-8ffff45a] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-8ffff45a] {
    width: 26px
  }

  .btn_left_close[data-v-8ffff45a] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-8ffff45a] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-8ffff45a] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-8ffff45a]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-8ffff45a]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-8ffff45a]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-8ffff45a]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-8ffff45a]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-8ffff45a]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-8ffff45a] {
    display: block
  }

  .no-display-1600[data-v-8ffff45a] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-8ffff45a]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-8ffff45a]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-8ffff45a] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-8ffff45a] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-8ffff45a]:first-of-type,
  .container_center_2_mini>div>div[data-v-8ffff45a]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-8ffff45a] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-8ffff45a]:first-of-type,
  .container_center_3_mini>div>div[data-v-8ffff45a]:nth-of-type(2),
  .container_center_4_mini>div[data-v-8ffff45a]:first-of-type,
  .container_center_4_mini>div[data-v-8ffff45a]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-8ffff45a] {
    padding-right: 0
  }

  .container_right[data-v-8ffff45a] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-8ffff45a] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-8ffff45a] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-8ffff45a] {
    width: 26px
  }

  .container_right .right_screen[data-v-8ffff45a] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-8ffff45a] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-8ffff45a],
  .btn_left_control[data-v-8ffff45a],
  .container_left[data-v-8ffff45a] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-8ffff45a] {
    padding: 0
  }

  .mobile_scroll[data-v-8ffff45a] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-8ffff45a] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-8ffff45a],
.title_info_s[data-v-8ffff45a] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-8ffff45a] {
  font-size: 1.8rem
}

.title_info_s[data-v-8ffff45a]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-8ffff45a] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-8ffff45a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-8ffff45a] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-8ffff45a] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-8ffff45a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-8ffff45a] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-8ffff45a] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-8ffff45a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-8ffff45a] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-8ffff45a] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-8ffff45a] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-8ffff45a] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-8ffff45a] {
  position: relative
}

.sub_visual_wallet img[data-v-8ffff45a] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-8ffff45a] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-8ffff45a] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-8ffff45a] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-8ffff45a] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-8ffff45a]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-8ffff45a],
.menu_wallet>li button[data-v-8ffff45a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-8ffff45a],
.menu_wallet>li button.active[data-v-8ffff45a] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-8ffff45a] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-8ffff45a]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-8ffff45a] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-8ffff45a] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-8ffff45a] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-8ffff45a] {
  position: relative
}

.wallet_form button[data-v-8ffff45a] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-8ffff45a] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-8ffff45a] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-8ffff45a] {
  background: #141621 
}

h2.title_trade[data-v-8ffff45a] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-8ffff45a] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-8ffff45a] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-8ffff45a] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-8ffff45a],
.result_buy div[data-v-8ffff45a] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-8ffff45a] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-8ffff45a] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-8ffff45a] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-8ffff45a] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-8ffff45a] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-8ffff45a] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-8ffff45a] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-8ffff45a] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-8ffff45a],
.sub_visual.s_02[data-v-8ffff45a],
.sub_visual.s_03[data-v-8ffff45a],
.sub_visual.s_04[data-v-8ffff45a],
.sub_visual.s_05[data-v-8ffff45a],
.sub_visual.s_06[data-v-8ffff45a],
.sub_visual.s_07[data-v-8ffff45a],
.sub_visual.s_08[data-v-8ffff45a] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-8ffff45a] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-8ffff45a] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-8ffff45a] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-8ffff45a],
.sub_menu a[data-v-8ffff45a] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-8ffff45a] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-8ffff45a] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-8ffff45a],
.sub_menu a.nuxt-link-active[data-v-8ffff45a] {
  color: #e32028
}

.sub_tab ul[data-v-8ffff45a] {
  overflow: hidden
}

.sub_tab ul li[data-v-8ffff45a] {
  float: left
}

.sub_tab ul li a[data-v-8ffff45a] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-8ffff45a],
.sub_tab ul li a.active[data-v-8ffff45a] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-8ffff45a]:before,
.sub_tab ul li a.active[data-v-8ffff45a]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-8ffff45a] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-8ffff45a] {
  font-size: 2.2rem
}

.title_big[data-v-8ffff45a],
.title_normal[data-v-8ffff45a] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-8ffff45a] {
  font-size: 1.8rem
}

.title_small[data-v-8ffff45a] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-8ffff45a] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-8ffff45a] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-8ffff45a],
.title_tiny[data-v-8ffff45a] {
  position: relative;
  color: #fff
}

.title_sub[data-v-8ffff45a] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-8ffff45a]:before {
  bottom: -5px
}

.title_sub[data-v-8ffff45a]:after,
.title_sub[data-v-8ffff45a]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-8ffff45a]:after {
  bottom: -3px
}

.title_sub_1[data-v-8ffff45a] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-8ffff45a]:before {
  bottom: -5px
}

.title_sub_1[data-v-8ffff45a]:after,
.title_sub_1[data-v-8ffff45a]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-8ffff45a]:after {
  bottom: -3px
}

.title_sm[data-v-8ffff45a] {
  display: none
}

.title_hexa[data-v-8ffff45a] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-8ffff45a],
.title_hexa i[data-v-8ffff45a] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-8ffff45a] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-8ffff45a] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-8ffff45a] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-8ffff45a],
.title_hexa.t_on i[data-v-8ffff45a] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-8ffff45a] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-8ffff45a] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-8ffff45a] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-8ffff45a] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-8ffff45a] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-8ffff45a] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-8ffff45a] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-8ffff45a]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-8ffff45a]:first-of-type,
.sports_list li>div[data-v-8ffff45a]:nth-of-type(2),
.sports_list li>div[data-v-8ffff45a]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-8ffff45a] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-8ffff45a]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-8ffff45a] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-8ffff45a] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-8ffff45a] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-8ffff45a]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-8ffff45a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-8ffff45a] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-8ffff45a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-8ffff45a],
.game_bat button[data-v-8ffff45a] {
  position: relative
}

.game_bat button[data-v-8ffff45a]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-8ffff45a] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-8ffff45a] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-8ffff45a] {
  margin-right: 5px
}

.game_bat button[data-v-8ffff45a]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-8ffff45a] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-8ffff45a] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-8ffff45a] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-8ffff45a],
.game_bat button:nth-of-type(3) i img[data-v-8ffff45a] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-8ffff45a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-8ffff45a]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-8ffff45a]:nth-of-type(2),
.game_bat button[data-v-8ffff45a]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-8ffff45a]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-8ffff45a],
.game_bat button.active[data-v-8ffff45a] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-8ffff45a]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-8ffff45a]:after,
.game_bat button:first-of-type .up[data-v-8ffff45a]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-8ffff45a 1s ease-in-out 5;
  animation: blink-data-v-8ffff45a 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-8ffff45a]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-8ffff45a]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-8ffff45a]:after,
.game_bat button:nth-of-type(2) .up[data-v-8ffff45a]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-8ffff45a 1s ease-in-out 5;
  animation: blink-data-v-8ffff45a 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-8ffff45a]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-8ffff45a]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-8ffff45a]:after,
.game_bat button:nth-of-type(3) .up[data-v-8ffff45a]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-8ffff45a 1s ease-in-out 5;
  animation: blink-data-v-8ffff45a 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-8ffff45a]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-8ffff45a] {
  padding: 0
}

.box_folder[data-v-8ffff45a],
.box_folder button[data-v-8ffff45a] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-8ffff45a] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-8ffff45a] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-8ffff45a]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-8ffff45a] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-8ffff45a]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-8ffff45a] {
  flex-wrap: wrap
}

.bank_info[data-v-8ffff45a],
.bank_info li[data-v-8ffff45a] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-8ffff45a] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-8ffff45a]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-8ffff45a] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-8ffff45a] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-8ffff45a] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-8ffff45a] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-8ffff45a] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-8ffff45a] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-8ffff45a] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-8ffff45a] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-8ffff45a] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-8ffff45a] {
  margin-right: 10px
}

.box_text_type_1[data-v-8ffff45a] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-8ffff45a],
.box_text_type_1 i[data-v-8ffff45a] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-8ffff45a] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-8ffff45a] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-8ffff45a],
.wl_tip[data-v-8ffff45a] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-8ffff45a],
.wl_tip ul li[data-v-8ffff45a] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-8ffff45a] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-8ffff45a] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-8ffff45a] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-8ffff45a],
.wl_waring ul li[data-v-8ffff45a] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-8ffff45a] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-8ffff45a] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-8ffff45a] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-8ffff45a] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-8ffff45a] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-8ffff45a] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-8ffff45a {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-8ffff45a {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-8ffff45a] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-8ffff45a] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-8ffff45a] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-8ffff45a],
.box_fx_buy_sell[data-v-8ffff45a],
.box_fx_result[data-v-8ffff45a],
.box_leverage_result[data-v-8ffff45a],
.current_time[data-v-8ffff45a],
.tab_box[data-v-8ffff45a],
.tab_time[data-v-8ffff45a] {
  position: relative
}

.copilot[data-v-8ffff45a] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-8ffff45a],
.copilot[data-v-8ffff45a]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-8ffff45a]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-8ffff45a] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-8ffff45a] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-8ffff45a] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-8ffff45a] {
  padding: 20px 15px
}

.copilot_foot[data-v-8ffff45a],
.copilot_foot button[data-v-8ffff45a] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-8ffff45a] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-8ffff45a] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-8ffff45a],
.copilot.step_2[data-v-8ffff45a] {
  top: 50px
}

.copilot.step_3[data-v-8ffff45a],
.copilot.step_4[data-v-8ffff45a],
.copilot.step_6[data-v-8ffff45a],
.copilot.step_7[data-v-8ffff45a],
.copilot.step_8[data-v-8ffff45a] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-8ffff45a] {
  top: 40px
}

.box_info_1[data-v-8ffff45a] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-8ffff45a] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-8ffff45a] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-8ffff45a]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-8ffff45a] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-8ffff45a] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-8ffff45a] {
  height: 40px
}

.title_guide_1 span[data-v-8ffff45a] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-8ffff45a] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-8ffff45a] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-8ffff45a] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-8ffff45a] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-8ffff45a] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-8ffff45a 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-8ffff45a 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-8ffff45a]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-8ffff45a]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-8ffff45a]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-8ffff45a]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-8ffff45a]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-8ffff45a {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-8ffff45a {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-8ffff45a] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-8ffff45a] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-8ffff45a] {
    margin-top: 0
  }

  .sub_visual[data-v-8ffff45a] {
    display: none
  }

  .box_sub_title[data-v-8ffff45a] {
    padding: 0 20px
  }

  .box_sub_container[data-v-8ffff45a] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-8ffff45a] {
    display: block
  }

  .title_sub[data-v-8ffff45a] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-8ffff45a]:before {
    bottom: -5px
  }

  .title_sub[data-v-8ffff45a]:after,
  .title_sub[data-v-8ffff45a]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-8ffff45a]:after {
    bottom: -3px
  }

  .sub_menu[data-v-8ffff45a] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-8ffff45a] {
    padding: 0
  }

  .box_sub_container[data-v-8ffff45a] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-8ffff45a] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-8ffff45a] {
    display: none
  }

  .box_bg_deep[data-v-8ffff45a] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-8ffff45a] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-8ffff45a] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-8ffff45a] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-8ffff45a],
  .result_buy div[data-v-8ffff45a] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-8ffff45a] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-8ffff45a] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-8ffff45a] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-8ffff45a] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-8ffff45a] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-8ffff45a] {
    padding: 0 5px
  }

  .box_folder button[data-v-8ffff45a] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-8ffff45a] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-8ffff45a] {
    padding: 0
  }

  .pagenation_type_1[data-v-8ffff45a] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-8ffff45a] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-8ffff45a] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-8ffff45a] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-8ffff45a],
  .pagenation_type_1 .btn_last[data-v-8ffff45a],
  .pagenation_type_1 .btn_next[data-v-8ffff45a],
  .pagenation_type_1 .btn_prev[data-v-8ffff45a] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-8ffff45a] {
    color: #bbb
  }

  .title_medium[data-v-8ffff45a] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-8ffff45a]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-8ffff45a]:first-of-type:hover,
  .game_bat.bet_three button[data-v-8ffff45a]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-8ffff45a]:nth-of-type(3):hover,
  .game_bat button[data-v-8ffff45a]:first-of-type:hover,
  .game_bat button[data-v-8ffff45a]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-8ffff45a],
  .game_bat button.active span[data-v-8ffff45a],
  .game_bat button:hover span[data-v-8ffff45a] {
    color: #fff 
  }

  .bat_more[data-v-8ffff45a]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-8ffff45a],
  .bat_more[disabled][data-v-8ffff45a]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-8ffff45a]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-8ffff45a]:first-of-type:hover,
  .game_bat_2 button[data-v-8ffff45a]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-8ffff45a],
  .game_bat_2 button.active[data-v-8ffff45a]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-8ffff45a]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-8ffff45a] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-8ffff45a] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-8ffff45a]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-8ffff45a]:hover,
  .pagenation_type_1 .btn_last[data-v-8ffff45a]:hover,
  .pagenation_type_1 .btn_next[data-v-8ffff45a]:hover,
  .pagenation_type_1 .btn_prev[data-v-8ffff45a]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-8ffff45a]:hover,
  .ul_game_item button[data-v-8ffff45a]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.popup_soon[data-v-8ffff45a] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .6)
}

.box_popup_type[data-v-8ffff45a] {
  position: relative;
  background: #2d2e3a;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  min-width: 400px;
  margin: 0 15px
}

.box_popup_type[data-v-8ffff45a]:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

.box_popup_type[data-v-8ffff45a]:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

.box_popup_type .img_logo img[data-v-8ffff45a] {
  height: 22px
}

.img_logo[data-v-8ffff45a] {
  text-align: center;
  margin: 20px 0
}

.system_title[data-v-8ffff45a] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #ff2152;
  font-size: 1.6rem;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  padding-bottom: 3px
}

.soon_scroll[data-v-8ffff45a] {
  max-height: calc(100vh - 300px)
}

.red_con[data-v-8ffff45a] {
  padding: 20px 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center
}

.red_con p[data-v-8ffff45a] {
  color: #9a9aa7;
  font-size: 1.4rem
}

@media (max-width:575px) {
  .box_popup_type[data-v-8ffff45a] {
    min-width: 90%;
    max-width: 90%
  }
}
body [data-v-4128f2ed] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-4128f2ed]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-4128f2ed]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-4128f2ed] {
  max-width: 1440px
}

.page-enter-active[data-v-4128f2ed],
.page-leave-active[data-v-4128f2ed] {
  transition: opacity .1s
}

.page-enter[data-v-4128f2ed],
.page-leave-to[data-v-4128f2ed] {
  opacity: 0
}

.b1[data-v-4128f2ed] {
  border: 1px solid red
}

.width-btn-100[data-v-4128f2ed] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-4128f2ed] {
  color: #e32028 
}

.main-color1-normal[data-v-4128f2ed] {
  color: #ff2152 
}

.main-color1-text[data-v-4128f2ed] {
  color: #ff9710 
}

.main-color1-deep[data-v-4128f2ed] {
  color: #ff6900 
}

.main-color1-light[data-v-4128f2ed] {
  color: #ff542e 
}

.color-white[data-v-4128f2ed] {
  color: #fff 
}

.main-color2-light[data-v-4128f2ed] {
  color: #a9da2b 
}

.main-color2[data-v-4128f2ed] {
  color: #67b628 
}

.main_color3_light[data-v-4128f2ed] {
  color: #ffc92f 
}

.main-color3[data-v-4128f2ed] {
  color: #febd02 
}

.main-color4[data-v-4128f2ed] {
  color: #7e93a6 
}

.main-color5-light[data-v-4128f2ed] {
  color: #42deda 
}

.main-color5[data-v-4128f2ed] {
  color: #01c8de 
}

.color-grey[data-v-4128f2ed] {
  color: #676c71 
}

.color-lightgrey[data-v-4128f2ed] {
  color: #ababab 
}

.color-deepgrey[data-v-4128f2ed] {
  color: #20222b 
}

.color-text-verylight[data-v-4128f2ed] {
  color: #80a7b8 
}

.color-text-light[data-v-4128f2ed] {
  color: #9a9aa7 
}

.color-text[data-v-4128f2ed] {
  color: #797986 
}

.color-text-deep[data-v-4128f2ed] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-4128f2ed] {
  color: #2f3b49 
}

.c_default[data-v-4128f2ed] {
  color: #fff 
}

.c_high[data-v-4128f2ed] {
  color: #ff1717 
}

.c_low[data-v-4128f2ed] {
  color: #0bf 
}

.c_buy_light[data-v-4128f2ed] {
  color: #fe5159 
}

.c_buy[data-v-4128f2ed] {
  color: #f14f57 
}

.bg_c_buy[data-v-4128f2ed] {
  background: #f14f57
}

.c_sell_light[data-v-4128f2ed] {
  color: #349bf0 
}

.c_sell[data-v-4128f2ed] {
  color: #3488db 
}

.bg_c_sell[data-v-4128f2ed] {
  background: #3488db
}

.c_ing[data-v-4128f2ed] {
  color: #fff 
}

.bg_ing[data-v-4128f2ed],
.bg_wait[data-v-4128f2ed] {
  background: #7e93a6 
}

.bg_background_deep[data-v-4128f2ed] {
  background: #000
}

.c_success[data-v-4128f2ed] {
  color: #1478f2 
}

.bg_success[data-v-4128f2ed] {
  background: #1478f2 
}

.c_complete[data-v-4128f2ed] {
  color: #fff 
}

.c_fail[data-v-4128f2ed] {
  color: #ff1e1e 
}

.bg_fail[data-v-4128f2ed] {
  background: #ff1e1e 
}

.c_cancel[data-v-4128f2ed] {
  color: #ff6900 
}

.bg_cancel[data-v-4128f2ed] {
  background: #ff6900 
}

.c_error[data-v-4128f2ed] {
  color: #ff6900 
}

.c_invaild[data-v-4128f2ed] {
  color: #999 
}

.bg_invaild[data-v-4128f2ed] {
  background: #666 
}

.bg_main[data-v-4128f2ed] {
  background: #e32028 
}

.bg_green_gra[data-v-4128f2ed] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-4128f2ed] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-4128f2ed] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-4128f2ed] {
  color: #ff5266 
}

.c_deposit_light[data-v-4128f2ed] {
  color: #a9da2b 
}

.c_deposit[data-v-4128f2ed] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-4128f2ed] {
  color: #ff8520 
}

.c_withdrawal[data-v-4128f2ed] {
  color: #ff6900 
}

.c_green[data-v-4128f2ed] {
  color: #009b1b 
}

.c_red[data-v-4128f2ed] {
  color: red 
}

.c_blue[data-v-4128f2ed] {
  color: #febd02 
}

.c_black[data-v-4128f2ed] {
  color: #000 
}

.bg_white[data-v-4128f2ed] {
  background: #fff 
}

.bg_green[data-v-4128f2ed] {
  background: #6dcb1b 
}

.box_c_ing[data-v-4128f2ed] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-4128f2ed] {
  background: #f14f57
}

.box_c_buy[data-v-4128f2ed],
.box_c_invaild[data-v-4128f2ed] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-4128f2ed] {
  background: #999
}

.box_c_sell[data-v-4128f2ed] {
  background: #3488db
}

.box_c_sell[data-v-4128f2ed],
.box_c_success[data-v-4128f2ed] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-4128f2ed] {
  background: #ff6900
}

.box_c_fail[data-v-4128f2ed] {
  background: #67b628
}

.box_c_extedn[data-v-4128f2ed],
.box_c_fail[data-v-4128f2ed] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-4128f2ed] {
  background: #43586c
}

.ps__rail-x[data-v-4128f2ed] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-4128f2ed],
.ps__rail-y[data-v-4128f2ed] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-4128f2ed] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-4128f2ed],
.ps--active-y>.ps__rail-y[data-v-4128f2ed] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-4128f2ed],
.ps--focus>.ps__rail-y[data-v-4128f2ed],
.ps--scrolling-x>.ps__rail-x[data-v-4128f2ed],
.ps--scrolling-y>.ps__rail-y[data-v-4128f2ed],
.ps:hover>.ps__rail-x[data-v-4128f2ed],
.ps:hover>.ps__rail-y[data-v-4128f2ed] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-4128f2ed],
.ps.ps__rail-x[data-v-4128f2ed]:focus,
.ps.ps__rail-x[data-v-4128f2ed]:hover,
.ps.ps__rail-y.ps--clicking[data-v-4128f2ed],
.ps.ps__rail-y[data-v-4128f2ed]:focus,
.ps.ps__rail-y[data-v-4128f2ed]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-4128f2ed] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-4128f2ed],
.ps__thumb-y[data-v-4128f2ed] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-4128f2ed] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-4128f2ed],
.ps__rail-x:focus>.ps__thumb-x[data-v-4128f2ed],
.ps__rail-x:hover>.ps__thumb-x[data-v-4128f2ed] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-4128f2ed],
.ps__rail-y:focus>.ps__thumb-y[data-v-4128f2ed],
.ps__rail-y:hover>.ps__thumb-y[data-v-4128f2ed] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-4128f2ed] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-4128f2ed] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-4128f2ed] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-4128f2ed] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-4128f2ed] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-4128f2ed] {
  display: none 
}

.toast-top-center[data-v-4128f2ed] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-4128f2ed] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-4128f2ed] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-4128f2ed] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-4128f2ed] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-4128f2ed],
.pagenation_type_1 .btn_last[data-v-4128f2ed],
.pagenation_type_1 .btn_next[data-v-4128f2ed],
.pagenation_type_1 .btn_prev[data-v-4128f2ed] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-4128f2ed] {
  color: #bbb
}

.wrap_type_3[data-v-4128f2ed] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-4128f2ed] {
  background: #0b0c10
}

.container_left[data-v-4128f2ed],
.container_left_md[data-v-4128f2ed] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-4128f2ed] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-4128f2ed] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-4128f2ed] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-4128f2ed] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-4128f2ed]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-4128f2ed] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-4128f2ed] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-4128f2ed] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-4128f2ed]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-4128f2ed]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-4128f2ed],
.container_center_3_mini>div[data-v-4128f2ed] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-4128f2ed] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-4128f2ed]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-4128f2ed]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-4128f2ed] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-4128f2ed]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-4128f2ed]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-4128f2ed] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-4128f2ed]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-4128f2ed]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-4128f2ed] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-4128f2ed] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-4128f2ed],
.bg_grad_1_x[data-v-4128f2ed] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-4128f2ed] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-4128f2ed] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-4128f2ed] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-4128f2ed],
.bg_normal_2[data-v-4128f2ed] {
  background: #141621
}

.btn_left_close[data-v-4128f2ed],
.btn_left_control[data-v-4128f2ed],
.btn_right_close[data-v-4128f2ed],
.right_screen[data-v-4128f2ed] {
  display: none
}

.box_logo[data-v-4128f2ed] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-4128f2ed] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-4128f2ed] {
  display: none
}

.text_dot[data-v-4128f2ed] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-4128f2ed {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-4128f2ed {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-4128f2ed] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-4128f2ed] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-4128f2ed] {
  background: #fff 
}

.bat_more.active i[data-v-4128f2ed] {
  color: #000 
}

.btn_no_disabled[data-v-4128f2ed] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-4128f2ed] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-4128f2ed] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-4128f2ed],
.game_bat_2 button[data-v-4128f2ed]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-4128f2ed]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-4128f2ed] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-4128f2ed] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-4128f2ed]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-4128f2ed] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-4128f2ed] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-4128f2ed] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-4128f2ed],
.title_logo[data-v-4128f2ed] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-4128f2ed] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-4128f2ed] {
  height: 22px
}

.tab[data-v-4128f2ed] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-4128f2ed]:last-child {
  width: 100%
}

.tab li[data-v-4128f2ed]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-4128f2ed] {
  width: 50%
}

.tab li[data-v-4128f2ed]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-4128f2ed] {
  width: 33.333333333333%
}

.tab li[data-v-4128f2ed]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-4128f2ed] {
  width: 25%
}

.tab li[data-v-4128f2ed]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-4128f2ed] {
  width: 20%
}

.tab li[data-v-4128f2ed]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-4128f2ed] {
  width: 16.66666666666667%
}

.tab li button[data-v-4128f2ed] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-4128f2ed] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-4128f2ed]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-4128f2ed] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-4128f2ed] {
  border: 0
}

.wrap_sports_detail li[data-v-4128f2ed] {
  width: 100%
}

.wrap_sports_detail li[data-v-4128f2ed]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-4128f2ed]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-4128f2ed] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-4128f2ed] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-4128f2ed],
.detail_num>button[data-v-4128f2ed] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-4128f2ed] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-4128f2ed] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-4128f2ed]:last-child {
  width: 100%
}

.detail_num button[data-v-4128f2ed]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-4128f2ed] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-4128f2ed]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-4128f2ed] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-4128f2ed] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-4128f2ed] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-4128f2ed] {
  color: #fff 
}

.detail_num>button .up[data-v-4128f2ed]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-4128f2ed]:after,
.detail_num>button .up[data-v-4128f2ed]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4128f2ed 1s ease-in-out 5;
  animation: blink-data-v-4128f2ed 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-4128f2ed]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-4128f2ed] {
  background: #f4053a
}

.detail_num>button.active i[data-v-4128f2ed] {
  color: #000
}

.detail_num>button .text-allocation[data-v-4128f2ed] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-4128f2ed] {
  color: #000 
}

.sports_bet_close[data-v-4128f2ed] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-4128f2ed],
.sports_bet_close[data-v-4128f2ed]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-4128f2ed]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-4128f2ed] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-4128f2ed],
.sports_bet_close_all[data-v-4128f2ed]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-4128f2ed]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-4128f2ed] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-4128f2ed]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-4128f2ed] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-4128f2ed]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-4128f2ed] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-4128f2ed],
.market_all_close[data-v-4128f2ed]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-4128f2ed]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-4128f2ed] {
    display: none
  }
}

.vjs-control-bar[data-v-4128f2ed] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-4128f2ed] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-4128f2ed] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-4128f2ed] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-4128f2ed]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-4128f2ed] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-4128f2ed]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-4128f2ed] {
  color: #fff 
}

.vjs-big-play-button[data-v-4128f2ed]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-4128f2ed],
  .detail_num button[data-v-4128f2ed]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-4128f2ed] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-4128f2ed]:nth-of-type(2),
  .game_bat button[data-v-4128f2ed]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-4128f2ed]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-4128f2ed] {
    width: 100%
  }

  .market_all_close[data-v-4128f2ed]:after,
  .market_domestic_all_close[data-v-4128f2ed]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-4128f2ed],
  .game_bat button:nth-of-type(3) i[data-v-4128f2ed] {
    display: none 
  }
}

.mini_bet_close[data-v-4128f2ed] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-4128f2ed],
.mini_bet_close[data-v-4128f2ed]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-4128f2ed]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-4128f2ed] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-4128f2ed] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-4128f2ed]:first-of-type,
.flex_2dan div[data-v-4128f2ed]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-4128f2ed]:first-of-type,
.flex_3dan div[data-v-4128f2ed]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-4128f2ed]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-4128f2ed] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-4128f2ed] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-4128f2ed] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-4128f2ed] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-4128f2ed] {
  height: 40px
}

.mini_game_info[data-v-4128f2ed],
.mini_game_info span[data-v-4128f2ed]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-4128f2ed]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-4128f2ed] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-4128f2ed] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-4128f2ed]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-4128f2ed] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-4128f2ed] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-4128f2ed] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-4128f2ed] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-4128f2ed]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-4128f2ed] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-4128f2ed]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-4128f2ed] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-4128f2ed]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-4128f2ed] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-4128f2ed]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-4128f2ed] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-4128f2ed]:first-child,
.ul_game_item.item_10 li[data-v-4128f2ed]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-4128f2ed]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-4128f2ed] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-4128f2ed],
.ul_game_item button i[data-v-4128f2ed] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-4128f2ed] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-4128f2ed] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-4128f2ed] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-4128f2ed] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-4128f2ed] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-4128f2ed] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-4128f2ed] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-4128f2ed] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-4128f2ed] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-4128f2ed] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-4128f2ed] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-4128f2ed] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-4128f2ed] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-4128f2ed] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-4128f2ed] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-4128f2ed] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-4128f2ed] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-4128f2ed] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-4128f2ed] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-4128f2ed] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-4128f2ed] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-4128f2ed] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-4128f2ed] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-4128f2ed] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-4128f2ed] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-4128f2ed] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-4128f2ed] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-4128f2ed] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-4128f2ed] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-4128f2ed] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-4128f2ed] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-4128f2ed] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-4128f2ed] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-4128f2ed] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-4128f2ed] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-4128f2ed] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-4128f2ed] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-4128f2ed] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-4128f2ed]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-4128f2ed]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-4128f2ed]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-4128f2ed] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-4128f2ed] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-4128f2ed] {
    display: none
  }

  .flex_1dan ul[data-v-4128f2ed] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-4128f2ed]:first-of-type,
  .flex_3dan div[data-v-4128f2ed]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-4128f2ed]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-4128f2ed] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-4128f2ed]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-4128f2ed]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-4128f2ed]:first-of-type,
  .flex_3dan div[data-v-4128f2ed]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-4128f2ed]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-4128f2ed] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-4128f2ed] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-4128f2ed] {
    width: 100%
  }

  .flex_3dan div[data-v-4128f2ed]:first-of-type,
  .flex_3dan div[data-v-4128f2ed]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-4128f2ed]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-4128f2ed] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-4128f2ed] {
    width: 100%
  }

  .ul_game_item2 li[data-v-4128f2ed]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-4128f2ed]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-4128f2ed]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-4128f2ed]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-4128f2ed]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-4128f2ed] {
    padding: 101px 280px 0
  }

  .container_left[data-v-4128f2ed],
  .container_left_md[data-v-4128f2ed],
  .container_right[data-v-4128f2ed] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-4128f2ed]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-4128f2ed]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-4128f2ed]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-4128f2ed]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-4128f2ed] {
    padding-left: 40px
  }

  .container_left[data-v-4128f2ed] {
    display: none
  }

  .btn_left_control[data-v-4128f2ed] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-4128f2ed],
  .btn_left_control i[data-v-4128f2ed] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-4128f2ed] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-4128f2ed] {
    width: 26px
  }

  .btn_left_close[data-v-4128f2ed] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-4128f2ed] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-4128f2ed] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-4128f2ed]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-4128f2ed]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-4128f2ed]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-4128f2ed]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-4128f2ed]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-4128f2ed]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-4128f2ed] {
    display: block
  }

  .no-display-1600[data-v-4128f2ed] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-4128f2ed]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-4128f2ed]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-4128f2ed] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-4128f2ed] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-4128f2ed]:first-of-type,
  .container_center_2_mini>div>div[data-v-4128f2ed]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-4128f2ed] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-4128f2ed]:first-of-type,
  .container_center_3_mini>div>div[data-v-4128f2ed]:nth-of-type(2),
  .container_center_4_mini>div[data-v-4128f2ed]:first-of-type,
  .container_center_4_mini>div[data-v-4128f2ed]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-4128f2ed] {
    padding-right: 0
  }

  .container_right[data-v-4128f2ed] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-4128f2ed] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-4128f2ed] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-4128f2ed] {
    width: 26px
  }

  .container_right .right_screen[data-v-4128f2ed] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-4128f2ed] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-4128f2ed],
  .btn_left_control[data-v-4128f2ed],
  .container_left[data-v-4128f2ed] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-4128f2ed] {
    padding: 0
  }

  .mobile_scroll[data-v-4128f2ed] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-4128f2ed] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-4128f2ed],
.title_info_s[data-v-4128f2ed] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-4128f2ed] {
  font-size: 1.8rem
}

.title_info_s[data-v-4128f2ed]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-4128f2ed] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-4128f2ed] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-4128f2ed] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-4128f2ed] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-4128f2ed] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-4128f2ed] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-4128f2ed] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-4128f2ed] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-4128f2ed] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-4128f2ed] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-4128f2ed] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-4128f2ed] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-4128f2ed] {
  position: relative
}

.sub_visual_wallet img[data-v-4128f2ed] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-4128f2ed] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-4128f2ed] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-4128f2ed] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-4128f2ed]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-4128f2ed],
.menu_wallet>li button[data-v-4128f2ed] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-4128f2ed],
.menu_wallet>li button.active[data-v-4128f2ed] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-4128f2ed] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-4128f2ed]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-4128f2ed] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-4128f2ed] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-4128f2ed] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-4128f2ed] {
  position: relative
}

.wallet_form button[data-v-4128f2ed] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-4128f2ed] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-4128f2ed] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-4128f2ed] {
  background: #141621 
}

h2.title_trade[data-v-4128f2ed] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-4128f2ed] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-4128f2ed] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-4128f2ed] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-4128f2ed],
.result_buy div[data-v-4128f2ed] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-4128f2ed] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-4128f2ed] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-4128f2ed] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-4128f2ed] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-4128f2ed] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-4128f2ed] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-4128f2ed] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-4128f2ed] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-4128f2ed],
.sub_visual.s_02[data-v-4128f2ed],
.sub_visual.s_03[data-v-4128f2ed],
.sub_visual.s_04[data-v-4128f2ed],
.sub_visual.s_05[data-v-4128f2ed],
.sub_visual.s_06[data-v-4128f2ed],
.sub_visual.s_07[data-v-4128f2ed],
.sub_visual.s_08[data-v-4128f2ed] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-4128f2ed] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-4128f2ed] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-4128f2ed] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-4128f2ed],
.sub_menu a[data-v-4128f2ed] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-4128f2ed] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-4128f2ed] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-4128f2ed],
.sub_menu a.nuxt-link-active[data-v-4128f2ed] {
  color: #e32028
}

.sub_tab ul[data-v-4128f2ed] {
  overflow: hidden
}

.sub_tab ul li[data-v-4128f2ed] {
  float: left
}

.sub_tab ul li a[data-v-4128f2ed] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-4128f2ed],
.sub_tab ul li a.active[data-v-4128f2ed] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-4128f2ed]:before,
.sub_tab ul li a.active[data-v-4128f2ed]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-4128f2ed] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-4128f2ed] {
  font-size: 2.2rem
}

.title_big[data-v-4128f2ed],
.title_normal[data-v-4128f2ed] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-4128f2ed] {
  font-size: 1.8rem
}

.title_small[data-v-4128f2ed] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-4128f2ed] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-4128f2ed] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-4128f2ed],
.title_tiny[data-v-4128f2ed] {
  position: relative;
  color: #fff
}

.title_sub[data-v-4128f2ed] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-4128f2ed]:before {
  bottom: -5px
}

.title_sub[data-v-4128f2ed]:after,
.title_sub[data-v-4128f2ed]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-4128f2ed]:after {
  bottom: -3px
}

.title_sub_1[data-v-4128f2ed] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-4128f2ed]:before {
  bottom: -5px
}

.title_sub_1[data-v-4128f2ed]:after,
.title_sub_1[data-v-4128f2ed]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-4128f2ed]:after {
  bottom: -3px
}

.title_sm[data-v-4128f2ed] {
  display: none
}

.title_hexa[data-v-4128f2ed] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-4128f2ed],
.title_hexa i[data-v-4128f2ed] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-4128f2ed] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-4128f2ed] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-4128f2ed] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-4128f2ed],
.title_hexa.t_on i[data-v-4128f2ed] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-4128f2ed] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-4128f2ed] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-4128f2ed] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-4128f2ed] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-4128f2ed] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-4128f2ed] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-4128f2ed] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-4128f2ed]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-4128f2ed]:first-of-type,
.sports_list li>div[data-v-4128f2ed]:nth-of-type(2),
.sports_list li>div[data-v-4128f2ed]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-4128f2ed]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-4128f2ed] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-4128f2ed] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-4128f2ed] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-4128f2ed]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-4128f2ed] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-4128f2ed] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-4128f2ed],
.game_bat button[data-v-4128f2ed] {
  position: relative
}

.game_bat button[data-v-4128f2ed]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-4128f2ed] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-4128f2ed] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-4128f2ed] {
  margin-right: 5px
}

.game_bat button[data-v-4128f2ed]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-4128f2ed] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-4128f2ed] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-4128f2ed] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-4128f2ed],
.game_bat button:nth-of-type(3) i img[data-v-4128f2ed] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-4128f2ed] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-4128f2ed]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-4128f2ed]:nth-of-type(2),
.game_bat button[data-v-4128f2ed]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-4128f2ed]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-4128f2ed],
.game_bat button.active[data-v-4128f2ed] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-4128f2ed]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-4128f2ed]:after,
.game_bat button:first-of-type .up[data-v-4128f2ed]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4128f2ed 1s ease-in-out 5;
  animation: blink-data-v-4128f2ed 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-4128f2ed]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-4128f2ed]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-4128f2ed]:after,
.game_bat button:nth-of-type(2) .up[data-v-4128f2ed]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4128f2ed 1s ease-in-out 5;
  animation: blink-data-v-4128f2ed 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-4128f2ed]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-4128f2ed]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-4128f2ed]:after,
.game_bat button:nth-of-type(3) .up[data-v-4128f2ed]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4128f2ed 1s ease-in-out 5;
  animation: blink-data-v-4128f2ed 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-4128f2ed]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-4128f2ed] {
  padding: 0
}

.box_folder[data-v-4128f2ed],
.box_folder button[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-4128f2ed] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-4128f2ed] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-4128f2ed]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-4128f2ed] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-4128f2ed]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-4128f2ed] {
  flex-wrap: wrap
}

.bank_info[data-v-4128f2ed],
.bank_info li[data-v-4128f2ed] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-4128f2ed] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-4128f2ed]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-4128f2ed] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-4128f2ed] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-4128f2ed] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-4128f2ed] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-4128f2ed] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-4128f2ed] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-4128f2ed] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-4128f2ed] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-4128f2ed] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-4128f2ed] {
  margin-right: 10px
}

.box_text_type_1[data-v-4128f2ed] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-4128f2ed],
.box_text_type_1 i[data-v-4128f2ed] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-4128f2ed] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-4128f2ed] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-4128f2ed],
.wl_tip[data-v-4128f2ed] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-4128f2ed],
.wl_tip ul li[data-v-4128f2ed] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-4128f2ed] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-4128f2ed] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-4128f2ed] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-4128f2ed],
.wl_waring ul li[data-v-4128f2ed] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-4128f2ed] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-4128f2ed] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-4128f2ed] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-4128f2ed] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-4128f2ed] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-4128f2ed] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-4128f2ed {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-4128f2ed {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-4128f2ed] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-4128f2ed] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-4128f2ed] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-4128f2ed],
.box_fx_buy_sell[data-v-4128f2ed],
.box_fx_result[data-v-4128f2ed],
.box_leverage_result[data-v-4128f2ed],
.current_time[data-v-4128f2ed],
.tab_box[data-v-4128f2ed],
.tab_time[data-v-4128f2ed] {
  position: relative
}

.copilot[data-v-4128f2ed] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-4128f2ed],
.copilot[data-v-4128f2ed]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-4128f2ed]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-4128f2ed] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-4128f2ed] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-4128f2ed] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-4128f2ed] {
  padding: 20px 15px
}

.copilot_foot[data-v-4128f2ed],
.copilot_foot button[data-v-4128f2ed] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-4128f2ed] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-4128f2ed] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-4128f2ed],
.copilot.step_2[data-v-4128f2ed] {
  top: 50px
}

.copilot.step_3[data-v-4128f2ed],
.copilot.step_4[data-v-4128f2ed],
.copilot.step_6[data-v-4128f2ed],
.copilot.step_7[data-v-4128f2ed],
.copilot.step_8[data-v-4128f2ed] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-4128f2ed] {
  top: 40px
}

.box_info_1[data-v-4128f2ed] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-4128f2ed] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-4128f2ed] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-4128f2ed]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-4128f2ed] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-4128f2ed] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-4128f2ed] {
  height: 40px
}

.title_guide_1 span[data-v-4128f2ed] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-4128f2ed] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-4128f2ed] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-4128f2ed] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-4128f2ed] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-4128f2ed] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-4128f2ed 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-4128f2ed 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-4128f2ed]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-4128f2ed]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-4128f2ed]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-4128f2ed]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-4128f2ed]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-4128f2ed {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-4128f2ed {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-4128f2ed] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-4128f2ed] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-4128f2ed] {
    margin-top: 0
  }

  .sub_visual[data-v-4128f2ed] {
    display: none
  }

  .box_sub_title[data-v-4128f2ed] {
    padding: 0 20px
  }

  .box_sub_container[data-v-4128f2ed] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-4128f2ed] {
    display: block
  }

  .title_sub[data-v-4128f2ed] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-4128f2ed]:before {
    bottom: -5px
  }

  .title_sub[data-v-4128f2ed]:after,
  .title_sub[data-v-4128f2ed]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-4128f2ed]:after {
    bottom: -3px
  }

  .sub_menu[data-v-4128f2ed] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-4128f2ed] {
    padding: 0
  }

  .box_sub_container[data-v-4128f2ed] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-4128f2ed] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-4128f2ed] {
    display: none
  }

  .box_bg_deep[data-v-4128f2ed] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-4128f2ed] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-4128f2ed] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-4128f2ed] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-4128f2ed],
  .result_buy div[data-v-4128f2ed] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-4128f2ed] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-4128f2ed] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-4128f2ed] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-4128f2ed] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-4128f2ed] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-4128f2ed] {
    padding: 0 5px
  }

  .box_folder button[data-v-4128f2ed] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-4128f2ed] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-4128f2ed] {
    padding: 0
  }

  .pagenation_type_1[data-v-4128f2ed] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-4128f2ed] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-4128f2ed] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-4128f2ed] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-4128f2ed],
  .pagenation_type_1 .btn_last[data-v-4128f2ed],
  .pagenation_type_1 .btn_next[data-v-4128f2ed],
  .pagenation_type_1 .btn_prev[data-v-4128f2ed] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-4128f2ed] {
    color: #bbb
  }

  .title_medium[data-v-4128f2ed] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-4128f2ed]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-4128f2ed]:first-of-type:hover,
  .game_bat.bet_three button[data-v-4128f2ed]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-4128f2ed]:nth-of-type(3):hover,
  .game_bat button[data-v-4128f2ed]:first-of-type:hover,
  .game_bat button[data-v-4128f2ed]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-4128f2ed],
  .game_bat button.active span[data-v-4128f2ed],
  .game_bat button:hover span[data-v-4128f2ed] {
    color: #fff 
  }

  .bat_more[data-v-4128f2ed]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-4128f2ed],
  .bat_more[disabled][data-v-4128f2ed]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-4128f2ed]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-4128f2ed]:first-of-type:hover,
  .game_bat_2 button[data-v-4128f2ed]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-4128f2ed],
  .game_bat_2 button.active[data-v-4128f2ed]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-4128f2ed]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-4128f2ed] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-4128f2ed] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-4128f2ed]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-4128f2ed]:hover,
  .pagenation_type_1 .btn_last[data-v-4128f2ed]:hover,
  .pagenation_type_1 .btn_next[data-v-4128f2ed]:hover,
  .pagenation_type_1 .btn_prev[data-v-4128f2ed]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-4128f2ed]:hover,
  .ul_game_item button[data-v-4128f2ed]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.box_user_info[data-v-4128f2ed] {
  padding: 15px 15px 20px
}

.user_detail[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between
}

.user_detail>div[data-v-4128f2ed]:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.user_detail>div:first-of-type i[data-v-4128f2ed] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  color: #fff;
  overflow: hidden
}

.user_detail>div:first-of-type i img[data-v-4128f2ed] {
  width: 68px;
  height: 68px
}

.user_detail>div:first-of-type em[data-v-4128f2ed] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  background: #fff;
  border-radius: 14px;
  color: #000;
  margin-top: -12px
}

.user_detail>div[data-v-4128f2ed]:nth-of-type(2) {
  width: calc(100% - 78px);
  padding-left: 10px
}

.user_name[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px
}

.user_name a[data-v-4128f2ed] {
  display: inline-flex;
  align-items: center
}

.user_name a span[data-v-4128f2ed] {
  color: #a9da2b;
  font-size: 1.5rem;
  /* text-decoration: underline; */
  padding-bottom: 2px
}

.user_name a i[data-v-4128f2ed] {
  color: #a9da2b;
  font-size: 1.6rem;
  margin-right: 5px;
  text-decoration: none 
}

.user_detail ul li[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0
}

.user_detail ul li em[data-v-4128f2ed],
.user_detail ul li span[data-v-4128f2ed] {
  color: #fff;
  font-size: 1.3rem
}

.user_detail ul li button[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.user_detail ul li button em[data-v-4128f2ed] {
  text-decoration: underline
}

.user_detail ul li button em strong[data-v-4128f2ed] {
  display: inline-block;
  font-weight: 300;
  font-size: 1.3rem;
  background: #ff2152;
  border-radius: 2px;
  padding: 3px 3px 4px;
  margin: 1px 0 0 5px
}

.user_detail ul li button span[data-v-4128f2ed] {
  text-decoration: underline
}

.box_bank[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  background: #1b1b23;
  border-radius: 15px;
  padding: 5px 0;
  margin-top: 10px
}

.top_asset[data-v-4128f2ed] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%
}

.top_asset a[data-v-4128f2ed] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  color: #fff;
  font-size: 1.3rem;
  padding: 0 10px
}

.top_asset a i[data-v-4128f2ed] {
  font-size: 1.6rem;
  color: #a9da2b;
  margin-right: 5px;
  margin-bottom: -1px
}

.top_div[data-v-4128f2ed] {
  width: 1px;
  height: 16px;
  background: #000
}

.top_community a[data-v-4128f2ed] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px
}

.top_community a.on[data-v-4128f2ed]:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #e32028
}

.box_sports[data-v-4128f2ed] {
  padding: 20px 15px 10px
}

.sports_form[data-v-4128f2ed] {
  position: relative
}

.sports_form button[data-v-4128f2ed] {
  position: absolute;
  right: 2px;
  top: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 32px;
  border-left: 1px solid #333544
}

.sports_form input[data-v-4128f2ed] {
  width: 100%;
  height: 36px;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 18px;
  border: 1px solid #333544;
  background: #22232f;
  padding: 0 40px 1px 20px
}

.menu_left_sports li[data-v-4128f2ed] {
  overflow: hidden
}

.menu_left_sports li button[data-v-4128f2ed] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px
}

.menu_left_sports li button em[data-v-4128f2ed] {
  color: #fff
}

.menu_left_sports li button em img[data-v-4128f2ed] {
  width: 22px;
  margin-right: 15px
}

.menu_left_sports>li>button>i[data-v-4128f2ed] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  color: #fff;
  font-family: Roboto;
  font-size: 1.2rem;
  background: #4f4f5a;
  border-radius: 12px;
  padding: 0 10px
}

.menu_left_sports>li>button:hover>em[data-v-4128f2ed] {
  color: #e32028
}

.menu_left_sports>li>button:hover>i[data-v-4128f2ed] {
  background: #e32028
}

.menu_left_sports>li>button.active>em[data-v-4128f2ed] {
  color: #e32028
}

.menu_left_sports>li>button.active>i[data-v-4128f2ed] {
  background: #e32028
}

.menu_left_dep_1>li[data-v-4128f2ed] {
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.menu_left_dep_1>li[data-v-4128f2ed]:last-child {
  border-bottom: 0
}

.menu_left_dep_1>li>button[data-v-4128f2ed] {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: -.3px;
  background: hsla(0, 0%, 100%, .1);
  padding: 9px 0 9px 10px;
  transition: all .3s
}

.menu_left_dep_1>li>button>span[data-v-4128f2ed] {
  width: 16px;
  height: 16px;
  margin-right: 10px
}

.menu_left_dep_1>li>button[data-v-4128f2ed]:hover {
  background: hsla(0, 0%, 100%, .2)
}

.menu_left_dep_1>li>button i[data-v-4128f2ed] {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 1.2rem;
  margin-top: -.6rem;
  opacity: .5
}

.menu_left_dep_2>li[data-v-4128f2ed] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .05)
}

.menu_left_dep_2>li[data-v-4128f2ed]:last-child {
  border-bottom: 0
}

.menu_left_dep_2>li>a[data-v-4128f2ed] {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: -.3px;
  background: rgba(0, 0, 0, .2);
  padding: 12px 0 12px 12px;
  transition: all .3s
}

.menu_left_dep_2>li>a>span[data-v-4128f2ed] {
  width: 24px;
  height: 14px;
  background: rgba(0, 0, 0, .2);
  margin-right: 10px
}

.menu_left_dep_2>li>a[data-v-4128f2ed]:hover {
  background: #fea802
}

.menu_left_dep_2>li>a img[data-v-4128f2ed] {
  width: 16px;
  margin-right: 10px
}

.menu_left_dep_2>li>a i[data-v-4128f2ed] {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.6rem
}

.menu_left_dep_2>li>a.active[data-v-4128f2ed] {
  background: #fea802
}
body [data-v-32765cbe] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-32765cbe]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-32765cbe]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-32765cbe] {
  max-width: 1440px
}

.page-enter-active[data-v-32765cbe],
.page-leave-active[data-v-32765cbe] {
  transition: opacity .1s
}

.page-enter[data-v-32765cbe],
.page-leave-to[data-v-32765cbe] {
  opacity: 0
}

.b1[data-v-32765cbe] {
  border: 1px solid red
}

.width-btn-100[data-v-32765cbe] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-32765cbe] {
  color: #e32028 
}

.main-color1-normal[data-v-32765cbe] {
  color: #ff2152 
}

.main-color1-text[data-v-32765cbe] {
  color: #ff9710 
}

.main-color1-deep[data-v-32765cbe] {
  color: #ff6900 
}

.main-color1-light[data-v-32765cbe] {
  color: #ff542e 
}

.color-white[data-v-32765cbe] {
  color: #fff 
}

.main-color2-light[data-v-32765cbe] {
  color: #a9da2b 
}

.main-color2[data-v-32765cbe] {
  color: #67b628 
}

.main_color3_light[data-v-32765cbe] {
  color: #ffc92f !important;
}

.main-color3[data-v-32765cbe] {
  color: #febd02 
}

.main-color4[data-v-32765cbe] {
  color: #7e93a6 
}

.main-color5-light[data-v-32765cbe] {
  color: #42deda 
}

.main-color5[data-v-32765cbe] {
  color: #01c8de 
}

.color-grey[data-v-32765cbe] {
  color: #676c71 
}

.color-lightgrey[data-v-32765cbe] {
  color: #ababab 
}

.color-deepgrey[data-v-32765cbe] {
  color: #20222b 
}

.color-text-verylight[data-v-32765cbe] {
  color: #80a7b8 
}

.color-text-light[data-v-32765cbe] {
  color: #9a9aa7 
}

.color-text[data-v-32765cbe] {
  color: #797986 
}

.color-text-deep[data-v-32765cbe] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-32765cbe] {
  color: #2f3b49 
}

.c_default[data-v-32765cbe] {
  color: #fff 
}

.c_high[data-v-32765cbe] {
  color: #ff1717 
}

.c_low[data-v-32765cbe] {
  color: #0bf 
}

.c_buy_light[data-v-32765cbe] {
  color: #fe5159 
}

.c_buy[data-v-32765cbe] {
  color: #f14f57 
}

.bg_c_buy[data-v-32765cbe] {
  background: #f14f57
}

.c_sell_light[data-v-32765cbe] {
  color: #349bf0 
}

.c_sell[data-v-32765cbe] {
  color: #3488db 
}

.bg_c_sell[data-v-32765cbe] {
  background: #3488db
}

.c_ing[data-v-32765cbe] {
  color: #fff 
}

.bg_ing[data-v-32765cbe],
.bg_wait[data-v-32765cbe] {
  background: #7e93a6 
}

.bg_background_deep[data-v-32765cbe] {
  background: #000
}

.c_success[data-v-32765cbe] {
  color: #1478f2 
}

.bg_success[data-v-32765cbe] {
  background: #1478f2 
}

.c_complete[data-v-32765cbe] {
  color: #fff 
}

.c_fail[data-v-32765cbe] {
  color: #ff1e1e 
}

.bg_fail[data-v-32765cbe] {
  background: #ff1e1e 
}

.c_cancel[data-v-32765cbe] {
  color: #ff6900 
}

.bg_cancel[data-v-32765cbe] {
  background: #ff6900 
}

.c_error[data-v-32765cbe] {
  color: #ff6900 
}

.c_invaild[data-v-32765cbe] {
  color: #999 
}

.bg_invaild[data-v-32765cbe] {
  background: #666 
}

.bg_main[data-v-32765cbe] {
  background: #e32028 
}

.bg_green_gra[data-v-32765cbe] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-32765cbe] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-32765cbe] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-32765cbe] {
  color: #ff5266 
}

.c_deposit_light[data-v-32765cbe] {
  color: #a9da2b 
}

.c_deposit[data-v-32765cbe] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-32765cbe] {
  color: #ff8520 
}

.c_withdrawal[data-v-32765cbe] {
  color: #ff6900 
}

.c_green[data-v-32765cbe] {
  color: #009b1b 
}

.c_red[data-v-32765cbe] {
  color: red 
}

.c_blue[data-v-32765cbe] {
  color: #febd02 
}

.c_black[data-v-32765cbe] {
  color: #000 
}

.bg_white[data-v-32765cbe] {
  background: #fff 
}

.bg_green[data-v-32765cbe] {
  background: #6dcb1b 
}

.box_c_ing[data-v-32765cbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-32765cbe] {
  background: #f14f57
}

.box_c_buy[data-v-32765cbe],
.box_c_invaild[data-v-32765cbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-32765cbe] {
  background: #999
}

.box_c_sell[data-v-32765cbe] {
  background: #3488db
}

.box_c_sell[data-v-32765cbe],
.box_c_success[data-v-32765cbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-32765cbe] {
  background: #ff6900
}

.box_c_fail[data-v-32765cbe] {
  background: #67b628
}

.box_c_extedn[data-v-32765cbe],
.box_c_fail[data-v-32765cbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-32765cbe] {
  background: #43586c
}

.ps__rail-x[data-v-32765cbe] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-32765cbe],
.ps__rail-y[data-v-32765cbe] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-32765cbe] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-32765cbe],
.ps--active-y>.ps__rail-y[data-v-32765cbe] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-32765cbe],
.ps--focus>.ps__rail-y[data-v-32765cbe],
.ps--scrolling-x>.ps__rail-x[data-v-32765cbe],
.ps--scrolling-y>.ps__rail-y[data-v-32765cbe],
.ps:hover>.ps__rail-x[data-v-32765cbe],
.ps:hover>.ps__rail-y[data-v-32765cbe] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-32765cbe],
.ps.ps__rail-x[data-v-32765cbe]:focus,
.ps.ps__rail-x[data-v-32765cbe]:hover,
.ps.ps__rail-y.ps--clicking[data-v-32765cbe],
.ps.ps__rail-y[data-v-32765cbe]:focus,
.ps.ps__rail-y[data-v-32765cbe]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-32765cbe] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-32765cbe],
.ps__thumb-y[data-v-32765cbe] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-32765cbe] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-32765cbe],
.ps__rail-x:focus>.ps__thumb-x[data-v-32765cbe],
.ps__rail-x:hover>.ps__thumb-x[data-v-32765cbe] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-32765cbe],
.ps__rail-y:focus>.ps__thumb-y[data-v-32765cbe],
.ps__rail-y:hover>.ps__thumb-y[data-v-32765cbe] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-32765cbe] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-32765cbe] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-32765cbe] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-32765cbe] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-32765cbe] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-32765cbe] {
  display: none 
}

.toast-top-center[data-v-32765cbe] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-32765cbe] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-32765cbe] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-32765cbe] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-32765cbe] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-32765cbe],
.pagenation_type_1 .btn_last[data-v-32765cbe],
.pagenation_type_1 .btn_next[data-v-32765cbe],
.pagenation_type_1 .btn_prev[data-v-32765cbe] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-32765cbe] {
  color: #bbb
}

.wrap_type_3[data-v-32765cbe] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-32765cbe] {
  background: #0b0c10
}

.container_left[data-v-32765cbe],
.container_left_md[data-v-32765cbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-32765cbe] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-32765cbe] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-32765cbe] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-32765cbe] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-32765cbe]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-32765cbe] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-32765cbe] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-32765cbe] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-32765cbe] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-32765cbe]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-32765cbe]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-32765cbe],
.container_center_3_mini>div[data-v-32765cbe] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-32765cbe] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-32765cbe]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-32765cbe]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-32765cbe] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-32765cbe]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-32765cbe]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-32765cbe] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-32765cbe]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-32765cbe]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-32765cbe] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-32765cbe] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-32765cbe],
.bg_grad_1_x[data-v-32765cbe] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-32765cbe] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-32765cbe] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-32765cbe] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-32765cbe],
.bg_normal_2[data-v-32765cbe] {
  background: #141621
}

.btn_left_close[data-v-32765cbe],
.btn_left_control[data-v-32765cbe],
.btn_right_close[data-v-32765cbe],
.right_screen[data-v-32765cbe] {
  display: none
}

.box_logo[data-v-32765cbe] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-32765cbe] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-32765cbe] {
  display: none
}

.text_dot[data-v-32765cbe] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-32765cbe {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-32765cbe {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-32765cbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-32765cbe] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-32765cbe] {
  background: #fff 
}

.bat_more.active i[data-v-32765cbe] {
  color: #000 
}

.btn_no_disabled[data-v-32765cbe] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-32765cbe] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-32765cbe] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-32765cbe],
.game_bat_2 button[data-v-32765cbe]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-32765cbe]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-32765cbe] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-32765cbe] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-32765cbe]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-32765cbe] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-32765cbe] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-32765cbe] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-32765cbe],
.title_logo[data-v-32765cbe] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-32765cbe] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-32765cbe] {
  height: 22px
}

.tab[data-v-32765cbe] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-32765cbe]:last-child {
  width: 100%
}

.tab li[data-v-32765cbe]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-32765cbe] {
  width: 50%
}

.tab li[data-v-32765cbe]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-32765cbe] {
  width: 33.333333333333%
}

.tab li[data-v-32765cbe]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-32765cbe] {
  width: 25%
}

.tab li[data-v-32765cbe]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-32765cbe] {
  width: 20%
}

.tab li[data-v-32765cbe]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-32765cbe] {
  width: 16.66666666666667%
}

.tab li button[data-v-32765cbe] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-32765cbe] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-32765cbe]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-32765cbe] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-32765cbe] {
  border: 0
}

.wrap_sports_detail li[data-v-32765cbe] {
  width: 100%
}

.wrap_sports_detail li[data-v-32765cbe]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-32765cbe]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-32765cbe] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-32765cbe] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-32765cbe],
.detail_num>button[data-v-32765cbe] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-32765cbe] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-32765cbe] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-32765cbe]:last-child {
  width: 100%
}

.detail_num button[data-v-32765cbe]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-32765cbe] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-32765cbe]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-32765cbe] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-32765cbe] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-32765cbe] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-32765cbe] {
  color: #fff 
}

.detail_num>button .up[data-v-32765cbe]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-32765cbe]:after,
.detail_num>button .up[data-v-32765cbe]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-32765cbe 1s ease-in-out 5;
  animation: blink-data-v-32765cbe 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-32765cbe]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-32765cbe] {
  background: #f4053a
}

.detail_num>button.active i[data-v-32765cbe] {
  color: #000
}

.detail_num>button .text-allocation[data-v-32765cbe] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-32765cbe] {
  color: #000 
}

.sports_bet_close[data-v-32765cbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-32765cbe],
.sports_bet_close[data-v-32765cbe]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-32765cbe]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-32765cbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-32765cbe],
.sports_bet_close_all[data-v-32765cbe]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-32765cbe]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-32765cbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-32765cbe]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-32765cbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-32765cbe]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-32765cbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-32765cbe],
.market_all_close[data-v-32765cbe]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-32765cbe]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-32765cbe] {
    display: none
  }
}

.vjs-control-bar[data-v-32765cbe] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-32765cbe] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-32765cbe] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-32765cbe] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-32765cbe]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-32765cbe] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-32765cbe]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-32765cbe] {
  color: #fff 
}

.vjs-big-play-button[data-v-32765cbe]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-32765cbe],
  .detail_num button[data-v-32765cbe]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-32765cbe] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-32765cbe]:nth-of-type(2),
  .game_bat button[data-v-32765cbe]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-32765cbe]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-32765cbe] {
    width: 100%
  }

  .market_all_close[data-v-32765cbe]:after,
  .market_domestic_all_close[data-v-32765cbe]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-32765cbe],
  .game_bat button:nth-of-type(3) i[data-v-32765cbe] {
    display: none 
  }
}

.mini_bet_close[data-v-32765cbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-32765cbe],
.mini_bet_close[data-v-32765cbe]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-32765cbe]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-32765cbe] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-32765cbe] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-32765cbe] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-32765cbe]:first-of-type,
.flex_2dan div[data-v-32765cbe]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-32765cbe] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-32765cbe]:first-of-type,
.flex_3dan div[data-v-32765cbe]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-32765cbe]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-32765cbe] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-32765cbe] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-32765cbe] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-32765cbe] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-32765cbe] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-32765cbe] {
  height: 40px
}

.mini_game_info[data-v-32765cbe],
.mini_game_info span[data-v-32765cbe]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-32765cbe]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-32765cbe] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-32765cbe] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-32765cbe]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-32765cbe] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-32765cbe] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-32765cbe] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-32765cbe] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-32765cbe]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-32765cbe] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-32765cbe]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-32765cbe] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-32765cbe]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-32765cbe] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-32765cbe]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-32765cbe] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-32765cbe]:first-child,
.ul_game_item.item_10 li[data-v-32765cbe]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-32765cbe]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-32765cbe] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-32765cbe],
.ul_game_item button i[data-v-32765cbe] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-32765cbe] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-32765cbe] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-32765cbe] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-32765cbe] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-32765cbe] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-32765cbe] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-32765cbe] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-32765cbe] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-32765cbe] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-32765cbe] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-32765cbe] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-32765cbe] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-32765cbe] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-32765cbe] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-32765cbe] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-32765cbe] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-32765cbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-32765cbe] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-32765cbe] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-32765cbe] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-32765cbe] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-32765cbe] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-32765cbe] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-32765cbe] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-32765cbe] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-32765cbe] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-32765cbe] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-32765cbe] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-32765cbe] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-32765cbe] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-32765cbe] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-32765cbe] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-32765cbe] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-32765cbe] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-32765cbe] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-32765cbe] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-32765cbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-32765cbe] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-32765cbe]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-32765cbe]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-32765cbe]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-32765cbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-32765cbe] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-32765cbe] {
    display: none
  }

  .flex_1dan ul[data-v-32765cbe] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-32765cbe]:first-of-type,
  .flex_3dan div[data-v-32765cbe]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-32765cbe]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-32765cbe] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-32765cbe]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-32765cbe]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-32765cbe]:first-of-type,
  .flex_3dan div[data-v-32765cbe]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-32765cbe]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-32765cbe] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-32765cbe] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-32765cbe] {
    width: 100%
  }

  .flex_3dan div[data-v-32765cbe]:first-of-type,
  .flex_3dan div[data-v-32765cbe]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-32765cbe]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-32765cbe] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-32765cbe] {
    width: 100%
  }

  .ul_game_item2 li[data-v-32765cbe]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-32765cbe]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-32765cbe]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-32765cbe]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-32765cbe]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-32765cbe] {
    padding: 101px 280px 0
  }

  .container_left[data-v-32765cbe],
  .container_left_md[data-v-32765cbe],
  .container_right[data-v-32765cbe] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-32765cbe]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-32765cbe]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-32765cbe]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-32765cbe]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-32765cbe] {
    padding-left: 40px
  }

  .container_left[data-v-32765cbe] {
    display: none
  }

  .btn_left_control[data-v-32765cbe] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-32765cbe],
  .btn_left_control i[data-v-32765cbe] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-32765cbe] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-32765cbe] {
    width: 26px
  }

  .btn_left_close[data-v-32765cbe] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-32765cbe] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-32765cbe] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-32765cbe]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-32765cbe]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-32765cbe]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-32765cbe]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-32765cbe]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-32765cbe]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-32765cbe] {
    display: block
  }

  .no-display-1600[data-v-32765cbe] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-32765cbe]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-32765cbe]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-32765cbe] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-32765cbe] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-32765cbe]:first-of-type,
  .container_center_2_mini>div>div[data-v-32765cbe]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-32765cbe] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-32765cbe]:first-of-type,
  .container_center_3_mini>div>div[data-v-32765cbe]:nth-of-type(2),
  .container_center_4_mini>div[data-v-32765cbe]:first-of-type,
  .container_center_4_mini>div[data-v-32765cbe]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-32765cbe] {
    padding-right: 0
  }

  .container_right[data-v-32765cbe] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-32765cbe] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-32765cbe] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-32765cbe] {
    width: 26px
  }

  .container_right .right_screen[data-v-32765cbe] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-32765cbe] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-32765cbe],
  .btn_left_control[data-v-32765cbe],
  .container_left[data-v-32765cbe] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-32765cbe] {
    padding: 0
  }

  .mobile_scroll[data-v-32765cbe] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-32765cbe] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-32765cbe],
.title_info_s[data-v-32765cbe] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-32765cbe] {
  font-size: 1.8rem
}

.title_info_s[data-v-32765cbe]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-32765cbe] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-32765cbe] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-32765cbe] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-32765cbe] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-32765cbe] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-32765cbe] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-32765cbe] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-32765cbe] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-32765cbe] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-32765cbe] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-32765cbe] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-32765cbe] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-32765cbe] {
  position: relative
}

.sub_visual_wallet img[data-v-32765cbe] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-32765cbe] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-32765cbe] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-32765cbe] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-32765cbe] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-32765cbe]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-32765cbe],
.menu_wallet>li button[data-v-32765cbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-32765cbe],
.menu_wallet>li button.active[data-v-32765cbe] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-32765cbe] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-32765cbe]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-32765cbe] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-32765cbe] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-32765cbe] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-32765cbe] {
  position: relative
}

.wallet_form button[data-v-32765cbe] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-32765cbe] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-32765cbe] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-32765cbe] {
  background: #141621 
}

h2.title_trade[data-v-32765cbe] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-32765cbe] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-32765cbe] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-32765cbe] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-32765cbe],
.result_buy div[data-v-32765cbe] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-32765cbe] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-32765cbe] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-32765cbe] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-32765cbe] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-32765cbe] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-32765cbe] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-32765cbe] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-32765cbe] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-32765cbe],
.sub_visual.s_02[data-v-32765cbe],
.sub_visual.s_03[data-v-32765cbe],
.sub_visual.s_04[data-v-32765cbe],
.sub_visual.s_05[data-v-32765cbe],
.sub_visual.s_06[data-v-32765cbe],
.sub_visual.s_07[data-v-32765cbe],
.sub_visual.s_08[data-v-32765cbe] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-32765cbe] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-32765cbe] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-32765cbe] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-32765cbe],
.sub_menu a[data-v-32765cbe] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-32765cbe] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-32765cbe] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-32765cbe],
.sub_menu a.nuxt-link-active[data-v-32765cbe] {
  color: #e32028
}

.sub_tab ul[data-v-32765cbe] {
  overflow: hidden
}

.sub_tab ul li[data-v-32765cbe] {
  float: left
}

.sub_tab ul li a[data-v-32765cbe] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-32765cbe],
.sub_tab ul li a.active[data-v-32765cbe] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-32765cbe]:before,
.sub_tab ul li a.active[data-v-32765cbe]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-32765cbe] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-32765cbe] {
  font-size: 2.2rem
}

.title_big[data-v-32765cbe],
.title_normal[data-v-32765cbe] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-32765cbe] {
  font-size: 1.8rem
}

.title_small[data-v-32765cbe] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-32765cbe] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-32765cbe] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-32765cbe],
.title_tiny[data-v-32765cbe] {
  position: relative;
  color: #fff
}

.title_sub[data-v-32765cbe] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-32765cbe]:before {
  bottom: -5px
}

.title_sub[data-v-32765cbe]:after,
.title_sub[data-v-32765cbe]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-32765cbe]:after {
  bottom: -3px
}

.title_sub_1[data-v-32765cbe] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-32765cbe]:before {
  bottom: -5px
}

.title_sub_1[data-v-32765cbe]:after,
.title_sub_1[data-v-32765cbe]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-32765cbe]:after {
  bottom: -3px
}

.title_sm[data-v-32765cbe] {
  display: none
}

.title_hexa[data-v-32765cbe] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-32765cbe],
.title_hexa i[data-v-32765cbe] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-32765cbe] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-32765cbe] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-32765cbe] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-32765cbe],
.title_hexa.t_on i[data-v-32765cbe] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-32765cbe] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-32765cbe] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-32765cbe] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-32765cbe] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-32765cbe] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-32765cbe] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-32765cbe] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-32765cbe]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-32765cbe]:first-of-type,
.sports_list li>div[data-v-32765cbe]:nth-of-type(2),
.sports_list li>div[data-v-32765cbe]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-32765cbe] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-32765cbe]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-32765cbe] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-32765cbe] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-32765cbe] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-32765cbe]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-32765cbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-32765cbe] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-32765cbe] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-32765cbe],
.game_bat button[data-v-32765cbe] {
  position: relative
}

.game_bat button[data-v-32765cbe]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-32765cbe] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-32765cbe] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-32765cbe] {
  margin-right: 5px
}

.game_bat button[data-v-32765cbe]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-32765cbe] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-32765cbe] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-32765cbe] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-32765cbe],
.game_bat button:nth-of-type(3) i img[data-v-32765cbe] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-32765cbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-32765cbe]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-32765cbe]:nth-of-type(2),
.game_bat button[data-v-32765cbe]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-32765cbe]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-32765cbe],
.game_bat button.active[data-v-32765cbe] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-32765cbe]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-32765cbe]:after,
.game_bat button:first-of-type .up[data-v-32765cbe]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-32765cbe 1s ease-in-out 5;
  animation: blink-data-v-32765cbe 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-32765cbe]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-32765cbe]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-32765cbe]:after,
.game_bat button:nth-of-type(2) .up[data-v-32765cbe]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-32765cbe 1s ease-in-out 5;
  animation: blink-data-v-32765cbe 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-32765cbe]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-32765cbe]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-32765cbe]:after,
.game_bat button:nth-of-type(3) .up[data-v-32765cbe]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-32765cbe 1s ease-in-out 5;
  animation: blink-data-v-32765cbe 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-32765cbe]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-32765cbe] {
  padding: 0
}

.box_folder[data-v-32765cbe],
.box_folder button[data-v-32765cbe] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-32765cbe] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-32765cbe] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-32765cbe]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-32765cbe] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-32765cbe]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-32765cbe] {
  flex-wrap: wrap
}

.bank_info[data-v-32765cbe],
.bank_info li[data-v-32765cbe] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-32765cbe] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-32765cbe]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-32765cbe] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-32765cbe] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-32765cbe] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-32765cbe] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-32765cbe] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-32765cbe] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-32765cbe] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-32765cbe] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-32765cbe] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-32765cbe] {
  margin-right: 10px
}

.box_text_type_1[data-v-32765cbe] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-32765cbe],
.box_text_type_1 i[data-v-32765cbe] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-32765cbe] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-32765cbe] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-32765cbe],
.wl_tip[data-v-32765cbe] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-32765cbe],
.wl_tip ul li[data-v-32765cbe] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-32765cbe] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-32765cbe] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-32765cbe] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-32765cbe],
.wl_waring ul li[data-v-32765cbe] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-32765cbe] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-32765cbe] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-32765cbe] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-32765cbe] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-32765cbe] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-32765cbe] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-32765cbe {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-32765cbe {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-32765cbe] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-32765cbe] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-32765cbe] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-32765cbe],
.box_fx_buy_sell[data-v-32765cbe],
.box_fx_result[data-v-32765cbe],
.box_leverage_result[data-v-32765cbe],
.current_time[data-v-32765cbe],
.tab_box[data-v-32765cbe],
.tab_time[data-v-32765cbe] {
  position: relative
}

.copilot[data-v-32765cbe] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-32765cbe],
.copilot[data-v-32765cbe]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-32765cbe]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-32765cbe] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-32765cbe] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-32765cbe] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-32765cbe] {
  padding: 20px 15px
}

.copilot_foot[data-v-32765cbe],
.copilot_foot button[data-v-32765cbe] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-32765cbe] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-32765cbe] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-32765cbe],
.copilot.step_2[data-v-32765cbe] {
  top: 50px
}

.copilot.step_3[data-v-32765cbe],
.copilot.step_4[data-v-32765cbe],
.copilot.step_6[data-v-32765cbe],
.copilot.step_7[data-v-32765cbe],
.copilot.step_8[data-v-32765cbe] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-32765cbe] {
  top: 40px
}

.box_info_1[data-v-32765cbe] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-32765cbe] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-32765cbe] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-32765cbe]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-32765cbe] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-32765cbe] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-32765cbe] {
  height: 40px
}

.title_guide_1 span[data-v-32765cbe] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-32765cbe] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-32765cbe] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-32765cbe] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-32765cbe] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-32765cbe] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-32765cbe 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-32765cbe 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-32765cbe]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-32765cbe]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-32765cbe]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-32765cbe]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-32765cbe]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-32765cbe {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-32765cbe {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-32765cbe] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-32765cbe] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-32765cbe] {
    margin-top: 0
  }

  .sub_visual[data-v-32765cbe] {
    display: none
  }

  .box_sub_title[data-v-32765cbe] {
    padding: 0 20px
  }

  .box_sub_container[data-v-32765cbe] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-32765cbe] {
    display: block
  }

  .title_sub[data-v-32765cbe] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-32765cbe]:before {
    bottom: -5px
  }

  .title_sub[data-v-32765cbe]:after,
  .title_sub[data-v-32765cbe]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-32765cbe]:after {
    bottom: -3px
  }

  .sub_menu[data-v-32765cbe] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-32765cbe] {
    padding: 0
  }

  .box_sub_container[data-v-32765cbe] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-32765cbe] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-32765cbe] {
    display: none
  }

  .box_bg_deep[data-v-32765cbe] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-32765cbe] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-32765cbe] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-32765cbe] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-32765cbe],
  .result_buy div[data-v-32765cbe] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-32765cbe] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-32765cbe] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-32765cbe] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-32765cbe] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-32765cbe] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-32765cbe] {
    padding: 0 5px
  }

  .box_folder button[data-v-32765cbe] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-32765cbe] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-32765cbe] {
    padding: 0
  }

  .pagenation_type_1[data-v-32765cbe] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-32765cbe] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-32765cbe] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-32765cbe] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-32765cbe],
  .pagenation_type_1 .btn_last[data-v-32765cbe],
  .pagenation_type_1 .btn_next[data-v-32765cbe],
  .pagenation_type_1 .btn_prev[data-v-32765cbe] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-32765cbe] {
    color: #bbb
  }

  .title_medium[data-v-32765cbe] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-32765cbe]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-32765cbe]:first-of-type:hover,
  .game_bat.bet_three button[data-v-32765cbe]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-32765cbe]:nth-of-type(3):hover,
  .game_bat button[data-v-32765cbe]:first-of-type:hover,
  .game_bat button[data-v-32765cbe]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-32765cbe],
  .game_bat button.active span[data-v-32765cbe],
  .game_bat button:hover span[data-v-32765cbe] {
    color: #fff 
  }

  .bat_more[data-v-32765cbe]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-32765cbe],
  .bat_more[disabled][data-v-32765cbe]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-32765cbe]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-32765cbe]:first-of-type:hover,
  .game_bat_2 button[data-v-32765cbe]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-32765cbe],
  .game_bat_2 button.active[data-v-32765cbe]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-32765cbe]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-32765cbe] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-32765cbe] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-32765cbe]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-32765cbe]:hover,
  .pagenation_type_1 .btn_last[data-v-32765cbe]:hover,
  .pagenation_type_1 .btn_next[data-v-32765cbe]:hover,
  .pagenation_type_1 .btn_prev[data-v-32765cbe]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-32765cbe]:hover,
  .ul_game_item button[data-v-32765cbe]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.switch-button[data-v-32765cbe] {
  position: absolute;
  right: 50px;
  top: 2px;
  display: inline-block;
  width: 110px;
  height: 16px;
  padding-left: 35px;
  font-size: 1.3rem;
  cursor: pointer;
  color: hsla(0, 0%, 100%, .6)
}

.switch-button input[data-v-32765cbe] {
  opacity: 0;
  width: 0;
  height: 0
}

.onoff-switch[data-v-32765cbe] {
  position: absolute;
  cursor: pointer;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 16px;
  border-radius: 18px;
  background-color: #77778d;
  transition: .2s
}

.onoff-switch[data-v-32765cbe]:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 2px;
  background-color: #fff;
  transition: .2s;
  border-radius: 100%
}

.switch-button input:checked+.onoff-switch[data-v-32765cbe] {
  background-color: #e32028
}

.switch-button input:checked+.onoff-switch[data-v-32765cbe]:before {
  transform: translateX(12px)
}

.bat_empty[data-v-32765cbe] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 1.5rem;
  font-weight: 300;
  color: hsla(0, 0%, 100%, .6);
  border-radius: 4px;
  background: hsla(0, 0%, 100%, .05);
  padding-bottom: 2px
}

.box_bat_cart[data-v-32765cbe] {
  padding: 0 15px 20px
}

.bat_cart_list li[data-v-32765cbe] {
  margin-top: 1px
}

.bat_cart[data-v-32765cbe] {
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  border: 1px solid #000;
  border-radius: 4px;
  background: #27313b;
  padding: 5px 10px
}

.bat_cart button[data-v-32765cbe] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px
}

.bat_cart b[data-v-32765cbe],
.bat_cart em[data-v-32765cbe] {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  padding-right: 20px
}

.bat_cart b[data-v-32765cbe] {
  margin-top: 1px
}

.bat_cart div[data-v-32765cbe] {
  display: flex;
  flex-direction: column
}

.bat_cart div>span[data-v-32765cbe] {
  color: #a9da2b;
  font-size: 1.2rem;
  margin-top: 1px;
  margin-bottom: 1px
}

.bat_cart div>i[data-v-32765cbe] {
  display: inline-flex;
  align-items: center;
  color: #ff542e;
  font-size: 1.2rem;
  margin-top: 2px
}

.bat_cart i strong[data-v-32765cbe] {
  color: #febd02;
  font-size: 1.2rem;
  padding-left: 5px
}

.bat_cart div>i span[data-v-32765cbe] {
  margin-left: 5px
}

.bat_cart div>i i[data-v-32765cbe],
.bat_cart div>i span[data-v-32765cbe] {
  color: #9a9aa7;
  font-size: 1.2rem
}

.bet_cart_close[data-v-32765cbe] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3)
}

.bet_cart_close[data-v-32765cbe],
.bet_cart_close[data-v-32765cbe]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.bet_cart_close[data-v-32765cbe]:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.box_bat[data-v-32765cbe] {
  padding: 20px 15px
}

.bat_price[data-v-32765cbe] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.bat_price button[data-v-32765cbe] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(33.33333% - 1px);
  height: 32px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  background: #e32028;
  border-radius: 16px;
  transition: all .3s
}

.bat_price button[data-v-32765cbe]:nth-of-type(n+4) {
  margin-top: 2px
}

.ul_info_1 li[data-v-32765cbe] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0
}

.ul_info_1 li em[data-v-32765cbe],
.ul_info_1 li span[data-v-32765cbe] {
  font-size: 1.4rem;
  color: #fff
}

.bat_form[data-v-32765cbe] {
  position: relative
}

.bat_form button[data-v-32765cbe] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964
}

.bat_form input[data-v-32765cbe] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  text-align: right;
  border: 2px solid #e32028;
  border-radius: 23px;
  background: #22232f;
  padding: 0 20px 0 40px
}

.bat_form input[data-v-32765cbe]::-moz-placeholder {
  color: #ff542e 
}

.bat_form input[data-v-32765cbe]::placeholder {
  color: #ff542e 
}

.bat_form input[data-v-32765cbe]::-webkit-input-placeholder {
  color: #ff542e 
}

.bat_form input[data-v-32765cbe]:-ms-input-placeholder {
  color: #ff542e 
}

.box_sns[data-v-32765cbe] {
  width: 100%;
  padding: 20px 15px;
  border-top: 1px solid #000
}

.box_sns em[data-v-32765cbe] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff
}

.box_sns em i[data-v-32765cbe] {
  font-family: BebasNeuePro;
  font-size: 2rem;
  font-weight: 600
}

.box_sns em[data-v-32765cbe]:before {
  left: -25px
}

.box_sns em[data-v-32765cbe]:after,
.box_sns em[data-v-32765cbe]:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 1px;
  background: #fff
}

.box_sns em[data-v-32765cbe]:after {
  right: -25px
}

.telegram[data-v-32765cbe] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 4px;
  background: linear-gradient(270deg, #32a3da, #2eb9fd);
  padding: 10px;
  margin-bottom: 5px
}

.telegram img[data-v-32765cbe] {
  height: 28px
}

.telegram span[data-v-32765cbe] {
  color: #fff;
  font-size: 1.7rem
}

.kakao[data-v-32765cbe] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 4px;
  background: linear-gradient(90deg, #fae500, #ffea00);
  padding: 10px
}

.kakao i[data-v-32765cbe] {
  color: #000;
  font-size: 4.2rem
}

.kakao span[data-v-32765cbe] {
  color: #000;
  font-size: 1.7rem;
  margin-left: 10px
}

.banner_domain[data-v-32765cbe] {
  display: block;
  overflow: hidden;
  padding: 0 15px
}

.banner_domain img[data-v-32765cbe] {
  width: 100%;
  border-radius: 4px
}

.by_ad[data-v-32765cbe] {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  margin: 10px 0 20px
}

.by_ad img[data-v-32765cbe] {
  width: 100%
}

@media (min-width:768px) {
  .bat_price button[data-v-32765cbe]:hover {
    background: #ff6900
  }
}
body [data-v-cfc38ad6] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-cfc38ad6]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-cfc38ad6]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-cfc38ad6] {
  max-width: 1440px
}

.page-enter-active[data-v-cfc38ad6],
.page-leave-active[data-v-cfc38ad6] {
  transition: opacity .1s
}

.page-enter[data-v-cfc38ad6],
.page-leave-to[data-v-cfc38ad6] {
  opacity: 0
}

.b1[data-v-cfc38ad6] {
  border: 1px solid red
}

.width-btn-100[data-v-cfc38ad6] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-cfc38ad6] {
  color: #e32028 
}

.main-color1-normal[data-v-cfc38ad6] {
  color: #ff2152 
}

.main-color1-text[data-v-cfc38ad6] {
  color: #ff9710 
}

.main-color1-deep[data-v-cfc38ad6] {
  color: #ff6900 
}

.main-color1-light[data-v-cfc38ad6] {
  color: #ff542e 
}

.color-white[data-v-cfc38ad6] {
  color: #fff 
}

.main-color2-light[data-v-cfc38ad6] {
  color: #a9da2b 
}

.main-color2[data-v-cfc38ad6] {
  color: #67b628 
}

.main_color3_light[data-v-cfc38ad6] {
  color: #ffc92f 
}

.main-color3[data-v-cfc38ad6] {
  color: #febd02 
}

.main-color4[data-v-cfc38ad6] {
  color: #7e93a6 
}

.main-color5-light[data-v-cfc38ad6] {
  color: #42deda 
}

.main-color5[data-v-cfc38ad6] {
  color: #01c8de 
}

.color-grey[data-v-cfc38ad6] {
  color: #676c71 
}

.color-lightgrey[data-v-cfc38ad6] {
  color: #ababab 
}

.color-deepgrey[data-v-cfc38ad6] {
  color: #20222b 
}

.color-text-verylight[data-v-cfc38ad6] {
  color: #80a7b8 
}

.color-text-light[data-v-cfc38ad6] {
  color: #9a9aa7 
}

.color-text[data-v-cfc38ad6] {
  color: #797986 
}

.color-text-deep[data-v-cfc38ad6] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-cfc38ad6] {
  color: #2f3b49 
}

.c_default[data-v-cfc38ad6] {
  color: #fff 
}

.c_high[data-v-cfc38ad6] {
  color: #ff1717 
}

.c_low[data-v-cfc38ad6] {
  color: #0bf 
}

.c_buy_light[data-v-cfc38ad6] {
  color: #fe5159 
}

.c_buy[data-v-cfc38ad6] {
  color: #f14f57 
}

.bg_c_buy[data-v-cfc38ad6] {
  background: #f14f57
}

.c_sell_light[data-v-cfc38ad6] {
  color: #349bf0 
}

.c_sell[data-v-cfc38ad6] {
  color: #3488db 
}

.bg_c_sell[data-v-cfc38ad6] {
  background: #3488db
}

.c_ing[data-v-cfc38ad6] {
  color: #fff 
}

.bg_ing[data-v-cfc38ad6],
.bg_wait[data-v-cfc38ad6] {
  background: #7e93a6 
}

.bg_background_deep[data-v-cfc38ad6] {
  background: #000
}

.c_success[data-v-cfc38ad6] {
  color: #1478f2 
}

.bg_success[data-v-cfc38ad6] {
  background: #1478f2 
}

.c_complete[data-v-cfc38ad6] {
  color: #fff 
}

.c_fail[data-v-cfc38ad6] {
  color: #ff1e1e 
}

.bg_fail[data-v-cfc38ad6] {
  background: #ff1e1e 
}

.c_cancel[data-v-cfc38ad6] {
  color: #ff6900 
}

.bg_cancel[data-v-cfc38ad6] {
  background: #ff6900 
}

.c_error[data-v-cfc38ad6] {
  color: #ff6900 
}

.c_invaild[data-v-cfc38ad6] {
  color: #999 
}

.bg_invaild[data-v-cfc38ad6] {
  background: #666 
}

.bg_main[data-v-cfc38ad6] {
  background: #e32028 
}

.bg_green_gra[data-v-cfc38ad6] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-cfc38ad6] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-cfc38ad6] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-cfc38ad6] {
  color: #ff5266 
}

.c_deposit_light[data-v-cfc38ad6] {
  color: #a9da2b 
}

.c_deposit[data-v-cfc38ad6] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-cfc38ad6] {
  color: #ff8520 
}

.c_withdrawal[data-v-cfc38ad6] {
  color: #ff6900 
}

.c_green[data-v-cfc38ad6] {
  color: #009b1b 
}

.c_red[data-v-cfc38ad6] {
  color: red 
}

.c_blue[data-v-cfc38ad6] {
  color: #febd02 
}

.c_black[data-v-cfc38ad6] {
  color: #000 
}

.bg_white[data-v-cfc38ad6] {
  background: #fff 
}

.bg_green[data-v-cfc38ad6] {
  background: #6dcb1b 
}

.box_c_ing[data-v-cfc38ad6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-cfc38ad6] {
  background: #f14f57
}

.box_c_buy[data-v-cfc38ad6],
.box_c_invaild[data-v-cfc38ad6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-cfc38ad6] {
  background: #999
}

.box_c_sell[data-v-cfc38ad6] {
  background: #3488db
}

.box_c_sell[data-v-cfc38ad6],
.box_c_success[data-v-cfc38ad6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-cfc38ad6] {
  background: #ff6900
}

.box_c_fail[data-v-cfc38ad6] {
  background: #67b628
}

.box_c_extedn[data-v-cfc38ad6],
.box_c_fail[data-v-cfc38ad6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-cfc38ad6] {
  background: #43586c
}

.ps__rail-x[data-v-cfc38ad6] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-cfc38ad6],
.ps__rail-y[data-v-cfc38ad6] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-cfc38ad6] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-cfc38ad6],
.ps--active-y>.ps__rail-y[data-v-cfc38ad6] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-cfc38ad6],
.ps--focus>.ps__rail-y[data-v-cfc38ad6],
.ps--scrolling-x>.ps__rail-x[data-v-cfc38ad6],
.ps--scrolling-y>.ps__rail-y[data-v-cfc38ad6],
.ps:hover>.ps__rail-x[data-v-cfc38ad6],
.ps:hover>.ps__rail-y[data-v-cfc38ad6] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-cfc38ad6],
.ps.ps__rail-x[data-v-cfc38ad6]:focus,
.ps.ps__rail-x[data-v-cfc38ad6]:hover,
.ps.ps__rail-y.ps--clicking[data-v-cfc38ad6],
.ps.ps__rail-y[data-v-cfc38ad6]:focus,
.ps.ps__rail-y[data-v-cfc38ad6]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-cfc38ad6] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-cfc38ad6],
.ps__thumb-y[data-v-cfc38ad6] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-cfc38ad6] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-cfc38ad6],
.ps__rail-x:focus>.ps__thumb-x[data-v-cfc38ad6],
.ps__rail-x:hover>.ps__thumb-x[data-v-cfc38ad6] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-cfc38ad6],
.ps__rail-y:focus>.ps__thumb-y[data-v-cfc38ad6],
.ps__rail-y:hover>.ps__thumb-y[data-v-cfc38ad6] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-cfc38ad6] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-cfc38ad6] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-cfc38ad6] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-cfc38ad6] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-cfc38ad6] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-cfc38ad6] {
  display: none 
}

.toast-top-center[data-v-cfc38ad6] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-cfc38ad6] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-cfc38ad6] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-cfc38ad6] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-cfc38ad6] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-cfc38ad6],
.pagenation_type_1 .btn_last[data-v-cfc38ad6],
.pagenation_type_1 .btn_next[data-v-cfc38ad6],
.pagenation_type_1 .btn_prev[data-v-cfc38ad6] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-cfc38ad6] {
  color: #bbb
}

.wrap_type_3[data-v-cfc38ad6] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-cfc38ad6] {
  background: #0b0c10
}

.container_left[data-v-cfc38ad6],
.container_left_md[data-v-cfc38ad6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-cfc38ad6] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-cfc38ad6] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-cfc38ad6] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-cfc38ad6] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-cfc38ad6]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-cfc38ad6] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-cfc38ad6] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-cfc38ad6] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-cfc38ad6] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-cfc38ad6]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-cfc38ad6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-cfc38ad6],
.container_center_3_mini>div[data-v-cfc38ad6] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-cfc38ad6] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-cfc38ad6]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-cfc38ad6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-cfc38ad6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-cfc38ad6]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-cfc38ad6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-cfc38ad6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-cfc38ad6]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-cfc38ad6]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-cfc38ad6] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-cfc38ad6] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-cfc38ad6],
.bg_grad_1_x[data-v-cfc38ad6] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-cfc38ad6] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-cfc38ad6] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-cfc38ad6] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-cfc38ad6],
.bg_normal_2[data-v-cfc38ad6] {
  background: #141621
}

.btn_left_close[data-v-cfc38ad6],
.btn_left_control[data-v-cfc38ad6],
.btn_right_close[data-v-cfc38ad6],
.right_screen[data-v-cfc38ad6] {
  display: none
}

.box_logo[data-v-cfc38ad6] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-cfc38ad6] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-cfc38ad6] {
  display: none
}

.text_dot[data-v-cfc38ad6] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-cfc38ad6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-cfc38ad6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-cfc38ad6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-cfc38ad6] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-cfc38ad6] {
  background: #fff 
}

.bat_more.active i[data-v-cfc38ad6] {
  color: #000 
}

.btn_no_disabled[data-v-cfc38ad6] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-cfc38ad6] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-cfc38ad6] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-cfc38ad6],
.game_bat_2 button[data-v-cfc38ad6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-cfc38ad6]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-cfc38ad6] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-cfc38ad6] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-cfc38ad6]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-cfc38ad6] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-cfc38ad6] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-cfc38ad6] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-cfc38ad6],
.title_logo[data-v-cfc38ad6] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-cfc38ad6] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-cfc38ad6] {
  height: 22px
}

.tab[data-v-cfc38ad6] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-cfc38ad6]:last-child {
  width: 100%
}

.tab li[data-v-cfc38ad6]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-cfc38ad6] {
  width: 50%
}

.tab li[data-v-cfc38ad6]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-cfc38ad6] {
  width: 33.333333333333%
}

.tab li[data-v-cfc38ad6]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-cfc38ad6] {
  width: 25%
}

.tab li[data-v-cfc38ad6]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-cfc38ad6] {
  width: 20%
}

.tab li[data-v-cfc38ad6]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-cfc38ad6] {
  width: 16.66666666666667%
}

.tab li button[data-v-cfc38ad6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-cfc38ad6] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-cfc38ad6]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-cfc38ad6] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-cfc38ad6] {
  border: 0
}

.wrap_sports_detail li[data-v-cfc38ad6] {
  width: 100%
}

.wrap_sports_detail li[data-v-cfc38ad6]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-cfc38ad6]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-cfc38ad6] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-cfc38ad6] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-cfc38ad6],
.detail_num>button[data-v-cfc38ad6] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-cfc38ad6] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-cfc38ad6] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-cfc38ad6]:last-child {
  width: 100%
}

.detail_num button[data-v-cfc38ad6]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-cfc38ad6] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-cfc38ad6]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-cfc38ad6] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-cfc38ad6] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-cfc38ad6] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-cfc38ad6] {
  color: #fff 
}

.detail_num>button .up[data-v-cfc38ad6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-cfc38ad6]:after,
.detail_num>button .up[data-v-cfc38ad6]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-cfc38ad6 1s ease-in-out 5;
  animation: blink-data-v-cfc38ad6 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-cfc38ad6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-cfc38ad6] {
  background: #f4053a
}

.detail_num>button.active i[data-v-cfc38ad6] {
  color: #000
}

.detail_num>button .text-allocation[data-v-cfc38ad6] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-cfc38ad6] {
  color: #000 
}

.sports_bet_close[data-v-cfc38ad6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-cfc38ad6],
.sports_bet_close[data-v-cfc38ad6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-cfc38ad6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-cfc38ad6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-cfc38ad6],
.sports_bet_close_all[data-v-cfc38ad6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-cfc38ad6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-cfc38ad6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-cfc38ad6]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-cfc38ad6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-cfc38ad6]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-cfc38ad6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-cfc38ad6],
.market_all_close[data-v-cfc38ad6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-cfc38ad6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-cfc38ad6] {
    display: none
  }
}

.vjs-control-bar[data-v-cfc38ad6] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-cfc38ad6] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-cfc38ad6] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-cfc38ad6] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-cfc38ad6]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-cfc38ad6] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-cfc38ad6]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-cfc38ad6] {
  color: #fff 
}

.vjs-big-play-button[data-v-cfc38ad6]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-cfc38ad6],
  .detail_num button[data-v-cfc38ad6]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-cfc38ad6] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-cfc38ad6]:nth-of-type(2),
  .game_bat button[data-v-cfc38ad6]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-cfc38ad6]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-cfc38ad6] {
    width: 100%
  }

  .market_all_close[data-v-cfc38ad6]:after,
  .market_domestic_all_close[data-v-cfc38ad6]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-cfc38ad6],
  .game_bat button:nth-of-type(3) i[data-v-cfc38ad6] {
    display: none 
  }
}

.mini_bet_close[data-v-cfc38ad6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-cfc38ad6],
.mini_bet_close[data-v-cfc38ad6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-cfc38ad6]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-cfc38ad6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-cfc38ad6] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-cfc38ad6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-cfc38ad6]:first-of-type,
.flex_2dan div[data-v-cfc38ad6]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-cfc38ad6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-cfc38ad6]:first-of-type,
.flex_3dan div[data-v-cfc38ad6]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-cfc38ad6]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-cfc38ad6] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-cfc38ad6] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-cfc38ad6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-cfc38ad6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-cfc38ad6] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-cfc38ad6] {
  height: 40px
}

.mini_game_info[data-v-cfc38ad6],
.mini_game_info span[data-v-cfc38ad6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-cfc38ad6]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-cfc38ad6] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-cfc38ad6] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-cfc38ad6]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-cfc38ad6] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-cfc38ad6] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-cfc38ad6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-cfc38ad6] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-cfc38ad6]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-cfc38ad6] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-cfc38ad6]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-cfc38ad6] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-cfc38ad6]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-cfc38ad6] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-cfc38ad6]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-cfc38ad6] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-cfc38ad6]:first-child,
.ul_game_item.item_10 li[data-v-cfc38ad6]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-cfc38ad6]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-cfc38ad6] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-cfc38ad6],
.ul_game_item button i[data-v-cfc38ad6] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-cfc38ad6] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-cfc38ad6] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-cfc38ad6] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-cfc38ad6] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-cfc38ad6] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-cfc38ad6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-cfc38ad6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-cfc38ad6] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-cfc38ad6] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-cfc38ad6] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-cfc38ad6] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-cfc38ad6] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-cfc38ad6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-cfc38ad6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-cfc38ad6] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-cfc38ad6] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-cfc38ad6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-cfc38ad6] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-cfc38ad6] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-cfc38ad6] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-cfc38ad6] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-cfc38ad6] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-cfc38ad6] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-cfc38ad6] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-cfc38ad6] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-cfc38ad6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-cfc38ad6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-cfc38ad6] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-cfc38ad6] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-cfc38ad6] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-cfc38ad6] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-cfc38ad6] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-cfc38ad6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-cfc38ad6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-cfc38ad6] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-cfc38ad6] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-cfc38ad6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-cfc38ad6] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-cfc38ad6]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-cfc38ad6]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-cfc38ad6]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-cfc38ad6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-cfc38ad6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-cfc38ad6] {
    display: none
  }

  .flex_1dan ul[data-v-cfc38ad6] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-cfc38ad6]:first-of-type,
  .flex_3dan div[data-v-cfc38ad6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-cfc38ad6]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-cfc38ad6] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-cfc38ad6]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-cfc38ad6]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-cfc38ad6]:first-of-type,
  .flex_3dan div[data-v-cfc38ad6]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-cfc38ad6]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-cfc38ad6] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-cfc38ad6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-cfc38ad6] {
    width: 100%
  }

  .flex_3dan div[data-v-cfc38ad6]:first-of-type,
  .flex_3dan div[data-v-cfc38ad6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-cfc38ad6]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-cfc38ad6] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-cfc38ad6] {
    width: 100%
  }

  .ul_game_item2 li[data-v-cfc38ad6]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-cfc38ad6]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-cfc38ad6]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-cfc38ad6]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-cfc38ad6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-cfc38ad6] {
    padding: 101px 280px 0
  }

  .container_left[data-v-cfc38ad6],
  .container_left_md[data-v-cfc38ad6],
  .container_right[data-v-cfc38ad6] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-cfc38ad6]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-cfc38ad6]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-cfc38ad6]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-cfc38ad6]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-cfc38ad6] {
    padding-left: 40px
  }

  .container_left[data-v-cfc38ad6] {
    display: none
  }

  .btn_left_control[data-v-cfc38ad6] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-cfc38ad6],
  .btn_left_control i[data-v-cfc38ad6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-cfc38ad6] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-cfc38ad6] {
    width: 26px
  }

  .btn_left_close[data-v-cfc38ad6] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-cfc38ad6] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-cfc38ad6] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-cfc38ad6]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-cfc38ad6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-cfc38ad6]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-cfc38ad6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-cfc38ad6]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-cfc38ad6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-cfc38ad6] {
    display: block
  }

  .no-display-1600[data-v-cfc38ad6] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-cfc38ad6]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-cfc38ad6]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-cfc38ad6] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-cfc38ad6] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-cfc38ad6]:first-of-type,
  .container_center_2_mini>div>div[data-v-cfc38ad6]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-cfc38ad6] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-cfc38ad6]:first-of-type,
  .container_center_3_mini>div>div[data-v-cfc38ad6]:nth-of-type(2),
  .container_center_4_mini>div[data-v-cfc38ad6]:first-of-type,
  .container_center_4_mini>div[data-v-cfc38ad6]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-cfc38ad6] {
    padding-right: 0
  }

  .container_right[data-v-cfc38ad6] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-cfc38ad6] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-cfc38ad6] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-cfc38ad6] {
    width: 26px
  }

  .container_right .right_screen[data-v-cfc38ad6] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-cfc38ad6] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-cfc38ad6],
  .btn_left_control[data-v-cfc38ad6],
  .container_left[data-v-cfc38ad6] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-cfc38ad6] {
    padding: 0
  }

  .mobile_scroll[data-v-cfc38ad6] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-cfc38ad6] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-cfc38ad6],
.title_info_s[data-v-cfc38ad6] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-cfc38ad6] {
  font-size: 1.8rem
}

.title_info_s[data-v-cfc38ad6]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-cfc38ad6] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-cfc38ad6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-cfc38ad6] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-cfc38ad6] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-cfc38ad6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-cfc38ad6] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-cfc38ad6] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-cfc38ad6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-cfc38ad6] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-cfc38ad6] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-cfc38ad6] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-cfc38ad6] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-cfc38ad6] {
  position: relative
}

.sub_visual_wallet img[data-v-cfc38ad6] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-cfc38ad6] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-cfc38ad6] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-cfc38ad6] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-cfc38ad6] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-cfc38ad6]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-cfc38ad6],
.menu_wallet>li button[data-v-cfc38ad6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-cfc38ad6],
.menu_wallet>li button.active[data-v-cfc38ad6] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-cfc38ad6] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-cfc38ad6]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-cfc38ad6] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-cfc38ad6] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-cfc38ad6] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-cfc38ad6] {
  position: relative
}

.wallet_form button[data-v-cfc38ad6] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-cfc38ad6] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-cfc38ad6] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-cfc38ad6] {
  background: #141621 
}

h2.title_trade[data-v-cfc38ad6] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-cfc38ad6] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-cfc38ad6] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-cfc38ad6] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-cfc38ad6],
.result_buy div[data-v-cfc38ad6] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-cfc38ad6] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-cfc38ad6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-cfc38ad6] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-cfc38ad6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-cfc38ad6] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-cfc38ad6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-cfc38ad6] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-cfc38ad6] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-cfc38ad6],
.sub_visual.s_02[data-v-cfc38ad6],
.sub_visual.s_03[data-v-cfc38ad6],
.sub_visual.s_04[data-v-cfc38ad6],
.sub_visual.s_05[data-v-cfc38ad6],
.sub_visual.s_06[data-v-cfc38ad6],
.sub_visual.s_07[data-v-cfc38ad6],
.sub_visual.s_08[data-v-cfc38ad6] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-cfc38ad6] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-cfc38ad6] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-cfc38ad6] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-cfc38ad6],
.sub_menu a[data-v-cfc38ad6] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-cfc38ad6] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-cfc38ad6] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-cfc38ad6],
.sub_menu a.nuxt-link-active[data-v-cfc38ad6] {
  color: #e32028
}

.sub_tab ul[data-v-cfc38ad6] {
  overflow: hidden
}

.sub_tab ul li[data-v-cfc38ad6] {
  float: left
}

.sub_tab ul li a[data-v-cfc38ad6] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-cfc38ad6],
.sub_tab ul li a.active[data-v-cfc38ad6] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-cfc38ad6]:before,
.sub_tab ul li a.active[data-v-cfc38ad6]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-cfc38ad6] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-cfc38ad6] {
  font-size: 2.2rem
}

.title_big[data-v-cfc38ad6],
.title_normal[data-v-cfc38ad6] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-cfc38ad6] {
  font-size: 1.8rem
}

.title_small[data-v-cfc38ad6] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-cfc38ad6] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-cfc38ad6] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-cfc38ad6],
.title_tiny[data-v-cfc38ad6] {
  position: relative;
  color: #fff
}

.title_sub[data-v-cfc38ad6] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-cfc38ad6]:before {
  bottom: -5px
}

.title_sub[data-v-cfc38ad6]:after,
.title_sub[data-v-cfc38ad6]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-cfc38ad6]:after {
  bottom: -3px
}

.title_sub_1[data-v-cfc38ad6] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-cfc38ad6]:before {
  bottom: -5px
}

.title_sub_1[data-v-cfc38ad6]:after,
.title_sub_1[data-v-cfc38ad6]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-cfc38ad6]:after {
  bottom: -3px
}

.title_sm[data-v-cfc38ad6] {
  display: none
}

.title_hexa[data-v-cfc38ad6] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-cfc38ad6],
.title_hexa i[data-v-cfc38ad6] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-cfc38ad6] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-cfc38ad6] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-cfc38ad6] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-cfc38ad6],
.title_hexa.t_on i[data-v-cfc38ad6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-cfc38ad6] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-cfc38ad6] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-cfc38ad6] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-cfc38ad6] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-cfc38ad6] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-cfc38ad6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-cfc38ad6] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-cfc38ad6]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-cfc38ad6]:first-of-type,
.sports_list li>div[data-v-cfc38ad6]:nth-of-type(2),
.sports_list li>div[data-v-cfc38ad6]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-cfc38ad6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-cfc38ad6]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-cfc38ad6] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-cfc38ad6] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-cfc38ad6] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-cfc38ad6]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-cfc38ad6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-cfc38ad6] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-cfc38ad6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-cfc38ad6],
.game_bat button[data-v-cfc38ad6] {
  position: relative
}

.game_bat button[data-v-cfc38ad6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-cfc38ad6] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-cfc38ad6] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-cfc38ad6] {
  margin-right: 5px
}

.game_bat button[data-v-cfc38ad6]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-cfc38ad6] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-cfc38ad6] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-cfc38ad6] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-cfc38ad6],
.game_bat button:nth-of-type(3) i img[data-v-cfc38ad6] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-cfc38ad6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-cfc38ad6]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-cfc38ad6]:nth-of-type(2),
.game_bat button[data-v-cfc38ad6]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-cfc38ad6]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-cfc38ad6],
.game_bat button.active[data-v-cfc38ad6] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-cfc38ad6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-cfc38ad6]:after,
.game_bat button:first-of-type .up[data-v-cfc38ad6]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-cfc38ad6 1s ease-in-out 5;
  animation: blink-data-v-cfc38ad6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-cfc38ad6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-cfc38ad6]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-cfc38ad6]:after,
.game_bat button:nth-of-type(2) .up[data-v-cfc38ad6]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-cfc38ad6 1s ease-in-out 5;
  animation: blink-data-v-cfc38ad6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-cfc38ad6]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-cfc38ad6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-cfc38ad6]:after,
.game_bat button:nth-of-type(3) .up[data-v-cfc38ad6]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-cfc38ad6 1s ease-in-out 5;
  animation: blink-data-v-cfc38ad6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-cfc38ad6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-cfc38ad6] {
  padding: 0
}

.box_folder[data-v-cfc38ad6],
.box_folder button[data-v-cfc38ad6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-cfc38ad6] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-cfc38ad6] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-cfc38ad6]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-cfc38ad6] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-cfc38ad6]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-cfc38ad6] {
  flex-wrap: wrap
}

.bank_info[data-v-cfc38ad6],
.bank_info li[data-v-cfc38ad6] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-cfc38ad6] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-cfc38ad6]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-cfc38ad6] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-cfc38ad6] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-cfc38ad6] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-cfc38ad6] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-cfc38ad6] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-cfc38ad6] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-cfc38ad6] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-cfc38ad6] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-cfc38ad6] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-cfc38ad6] {
  margin-right: 10px
}

.box_text_type_1[data-v-cfc38ad6] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-cfc38ad6],
.box_text_type_1 i[data-v-cfc38ad6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-cfc38ad6] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-cfc38ad6] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-cfc38ad6],
.wl_tip[data-v-cfc38ad6] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-cfc38ad6],
.wl_tip ul li[data-v-cfc38ad6] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-cfc38ad6] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-cfc38ad6] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-cfc38ad6] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-cfc38ad6],
.wl_waring ul li[data-v-cfc38ad6] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-cfc38ad6] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-cfc38ad6] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-cfc38ad6] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-cfc38ad6] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-cfc38ad6] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-cfc38ad6] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-cfc38ad6 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-cfc38ad6 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-cfc38ad6] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-cfc38ad6] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-cfc38ad6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-cfc38ad6],
.box_fx_buy_sell[data-v-cfc38ad6],
.box_fx_result[data-v-cfc38ad6],
.box_leverage_result[data-v-cfc38ad6],
.current_time[data-v-cfc38ad6],
.tab_box[data-v-cfc38ad6],
.tab_time[data-v-cfc38ad6] {
  position: relative
}

.copilot[data-v-cfc38ad6] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-cfc38ad6],
.copilot[data-v-cfc38ad6]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-cfc38ad6]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-cfc38ad6] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-cfc38ad6] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-cfc38ad6] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-cfc38ad6] {
  padding: 20px 15px
}

.copilot_foot[data-v-cfc38ad6],
.copilot_foot button[data-v-cfc38ad6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-cfc38ad6] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-cfc38ad6] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-cfc38ad6],
.copilot.step_2[data-v-cfc38ad6] {
  top: 50px
}

.copilot.step_3[data-v-cfc38ad6],
.copilot.step_4[data-v-cfc38ad6],
.copilot.step_6[data-v-cfc38ad6],
.copilot.step_7[data-v-cfc38ad6],
.copilot.step_8[data-v-cfc38ad6] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-cfc38ad6] {
  top: 40px
}

.box_info_1[data-v-cfc38ad6] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-cfc38ad6] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-cfc38ad6] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-cfc38ad6]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-cfc38ad6] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-cfc38ad6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-cfc38ad6] {
  height: 40px
}

.title_guide_1 span[data-v-cfc38ad6] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-cfc38ad6] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-cfc38ad6] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-cfc38ad6] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-cfc38ad6] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-cfc38ad6] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-cfc38ad6 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-cfc38ad6 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-cfc38ad6]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-cfc38ad6]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-cfc38ad6]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-cfc38ad6]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-cfc38ad6]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-cfc38ad6 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-cfc38ad6 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-cfc38ad6] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-cfc38ad6] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-cfc38ad6] {
    margin-top: 0
  }

  .sub_visual[data-v-cfc38ad6] {
    display: none
  }

  .box_sub_title[data-v-cfc38ad6] {
    padding: 0 20px
  }

  .box_sub_container[data-v-cfc38ad6] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-cfc38ad6] {
    display: block
  }

  .title_sub[data-v-cfc38ad6] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-cfc38ad6]:before {
    bottom: -5px
  }

  .title_sub[data-v-cfc38ad6]:after,
  .title_sub[data-v-cfc38ad6]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-cfc38ad6]:after {
    bottom: -3px
  }

  .sub_menu[data-v-cfc38ad6] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-cfc38ad6] {
    padding: 0
  }

  .box_sub_container[data-v-cfc38ad6] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-cfc38ad6] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-cfc38ad6] {
    display: none
  }

  .box_bg_deep[data-v-cfc38ad6] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-cfc38ad6] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-cfc38ad6] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-cfc38ad6] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-cfc38ad6],
  .result_buy div[data-v-cfc38ad6] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-cfc38ad6] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-cfc38ad6] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-cfc38ad6] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-cfc38ad6] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-cfc38ad6] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-cfc38ad6] {
    padding: 0 5px
  }

  .box_folder button[data-v-cfc38ad6] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-cfc38ad6] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-cfc38ad6] {
    padding: 0
  }

  .pagenation_type_1[data-v-cfc38ad6] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-cfc38ad6] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-cfc38ad6] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-cfc38ad6] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-cfc38ad6],
  .pagenation_type_1 .btn_last[data-v-cfc38ad6],
  .pagenation_type_1 .btn_next[data-v-cfc38ad6],
  .pagenation_type_1 .btn_prev[data-v-cfc38ad6] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-cfc38ad6] {
    color: #bbb
  }

  .title_medium[data-v-cfc38ad6] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-cfc38ad6]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-cfc38ad6]:first-of-type:hover,
  .game_bat.bet_three button[data-v-cfc38ad6]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-cfc38ad6]:nth-of-type(3):hover,
  .game_bat button[data-v-cfc38ad6]:first-of-type:hover,
  .game_bat button[data-v-cfc38ad6]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-cfc38ad6],
  .game_bat button.active span[data-v-cfc38ad6],
  .game_bat button:hover span[data-v-cfc38ad6] {
    color: #fff 
  }

  .bat_more[data-v-cfc38ad6]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-cfc38ad6],
  .bat_more[disabled][data-v-cfc38ad6]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-cfc38ad6]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-cfc38ad6]:first-of-type:hover,
  .game_bat_2 button[data-v-cfc38ad6]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-cfc38ad6],
  .game_bat_2 button.active[data-v-cfc38ad6]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-cfc38ad6]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-cfc38ad6] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-cfc38ad6] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-cfc38ad6]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-cfc38ad6]:hover,
  .pagenation_type_1 .btn_last[data-v-cfc38ad6]:hover,
  .pagenation_type_1 .btn_next[data-v-cfc38ad6]:hover,
  .pagenation_type_1 .btn_prev[data-v-cfc38ad6]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-cfc38ad6]:hover,
  .ul_game_item button[data-v-cfc38ad6]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.box_spinner[data-v-cfc38ad6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.box_loading[data-v-cfc38ad6] {
  flex-direction: row;
  height: 100%;
  width: 100%;
  text-align: center;
  zoom: .6
}

.blance_accounts[data-v-cfc38ad6],
.box_loading[data-v-cfc38ad6] {
  display: flex;
  align-items: center;
  justify-content: center
}

.blance_accounts[data-v-cfc38ad6] {
  flex-direction: column;
  max-width: 300px;
  min-height: 100px;
  background: #30303a url(/images/common/bg_popup.png) no-repeat 0 0;
  border: 1px solid #e32028;
  padding: 40px 30px
}

.blance_accounts em[data-v-cfc38ad6] {
  font-size: 1.8rem;
  color: #ff542e;
  font-weight: 500;
  line-height: 1.3
}

.blance_accounts span[data-v-cfc38ad6] {
  color: #9a9aa7;
  font-size: 1.4rem;
  margin-top: 15px;
  margin-bottom: 25px
}

.blance_accounts .circle[data-v-cfc38ad6] {
  width: 60px;
  height: auto;
  -webkit-animation: target_image-data-v-cfc38ad6 1.5s;
  animation: target_image-data-v-cfc38ad6 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes target_image-data-v-cfc38ad6 {
  to {
    transform: rotate(-1turn)
  }
}

.circle[data-v-cfc38ad6] {
  -webkit-animation: target_image-data-v-cfc38ad6 2s;
  animation: target_image-data-v-cfc38ad6 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@keyframes target_image-data-v-cfc38ad6 {
  to {
    transform: rotate(-1turn)
  }
}
#popLoading2[data-v-6901639e] {
  display: none
}
body [data-v-24198fc6] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-24198fc6]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-24198fc6]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-24198fc6] {
  max-width: 1440px
}

.page-enter-active[data-v-24198fc6],
.page-leave-active[data-v-24198fc6] {
  transition: opacity .1s
}

.page-enter[data-v-24198fc6],
.page-leave-to[data-v-24198fc6] {
  opacity: 0
}

.b1[data-v-24198fc6] {
  border: 1px solid red
}

.width-btn-100[data-v-24198fc6] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-24198fc6] {
  color: #e32028 
}

.main-color1-normal[data-v-24198fc6] {
  color: #ff2152 
}

.main-color1-text[data-v-24198fc6] {
  color: #ff9710 
}

.main-color1-deep[data-v-24198fc6] {
  color: #ff6900 
}

.main-color1-light[data-v-24198fc6] {
  color: #ff542e 
}

.color-white[data-v-24198fc6] {
  color: #fff 
}

.main-color2-light[data-v-24198fc6] {
  color: #a9da2b 
}

.main-color2[data-v-24198fc6] {
  color: #67b628 
}

.main_color3_light[data-v-24198fc6] {
  color: #ffc92f 
}

.main-color3[data-v-24198fc6] {
  color: #febd02 
}

.main-color4[data-v-24198fc6] {
  color: #7e93a6 
}

.main-color5-light[data-v-24198fc6] {
  color: #42deda 
}

.main-color5[data-v-24198fc6] {
  color: #01c8de 
}

.color-grey[data-v-24198fc6] {
  color: #676c71 
}

.color-lightgrey[data-v-24198fc6] {
  color: #ababab 
}

.color-deepgrey[data-v-24198fc6] {
  color: #20222b 
}

.color-text-verylight[data-v-24198fc6] {
  color: #80a7b8 
}

.color-text-light[data-v-24198fc6] {
  color: #9a9aa7 
}

.color-text[data-v-24198fc6] {
  color: #797986 
}

.color-text-deep[data-v-24198fc6] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-24198fc6] {
  color: #2f3b49 
}

.c_default[data-v-24198fc6] {
  color: #fff 
}

.c_high[data-v-24198fc6] {
  color: #ff1717 
}

.c_low[data-v-24198fc6] {
  color: #0bf 
}

.c_buy_light[data-v-24198fc6] {
  color: #fe5159 
}

.c_buy[data-v-24198fc6] {
  color: #f14f57 
}

.bg_c_buy[data-v-24198fc6] {
  background: #f14f57
}

.c_sell_light[data-v-24198fc6] {
  color: #349bf0 
}

.c_sell[data-v-24198fc6] {
  color: #3488db 
}

.bg_c_sell[data-v-24198fc6] {
  background: #3488db
}

.c_ing[data-v-24198fc6] {
  color: #fff 
}

.bg_ing[data-v-24198fc6],
.bg_wait[data-v-24198fc6] {
  background: #7e93a6 
}

.bg_background_deep[data-v-24198fc6] {
  background: #000
}

.c_success[data-v-24198fc6] {
  color: #1478f2 
}

.bg_success[data-v-24198fc6] {
  background: #1478f2 
}

.c_complete[data-v-24198fc6] {
  color: #fff 
}

.c_fail[data-v-24198fc6] {
  color: #ff1e1e 
}

.bg_fail[data-v-24198fc6] {
  background: #ff1e1e 
}

.c_cancel[data-v-24198fc6] {
  color: #ff6900 
}

.bg_cancel[data-v-24198fc6] {
  background: #ff6900 
}

.c_error[data-v-24198fc6] {
  color: #ff6900 
}

.c_invaild[data-v-24198fc6] {
  color: #999 
}

.bg_invaild[data-v-24198fc6] {
  background: #666 
}

.bg_main[data-v-24198fc6] {
  background: #e32028 
}

.bg_green_gra[data-v-24198fc6] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-24198fc6] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-24198fc6] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-24198fc6] {
  color: #ff5266 
}

.c_deposit_light[data-v-24198fc6] {
  color: #a9da2b 
}

.c_deposit[data-v-24198fc6] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-24198fc6] {
  color: #ff8520 
}

.c_withdrawal[data-v-24198fc6] {
  color: #ff6900 
}

.c_green[data-v-24198fc6] {
  color: #009b1b 
}

.c_red[data-v-24198fc6] {
  color: red 
}

.c_blue[data-v-24198fc6] {
  color: #febd02 
}

.c_black[data-v-24198fc6] {
  color: #000 
}

.bg_white[data-v-24198fc6] {
  background: #fff 
}

.bg_green[data-v-24198fc6] {
  background: #6dcb1b 
}

.box_c_ing[data-v-24198fc6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-24198fc6] {
  background: #f14f57
}

.box_c_buy[data-v-24198fc6],
.box_c_invaild[data-v-24198fc6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-24198fc6] {
  background: #999
}

.box_c_sell[data-v-24198fc6] {
  background: #3488db
}

.box_c_sell[data-v-24198fc6],
.box_c_success[data-v-24198fc6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-24198fc6] {
  background: #ff6900
}

.box_c_fail[data-v-24198fc6] {
  background: #67b628
}

.box_c_extedn[data-v-24198fc6],
.box_c_fail[data-v-24198fc6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-24198fc6] {
  background: #43586c
}

.ps__rail-x[data-v-24198fc6] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-24198fc6],
.ps__rail-y[data-v-24198fc6] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-24198fc6] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-24198fc6],
.ps--active-y>.ps__rail-y[data-v-24198fc6] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-24198fc6],
.ps--focus>.ps__rail-y[data-v-24198fc6],
.ps--scrolling-x>.ps__rail-x[data-v-24198fc6],
.ps--scrolling-y>.ps__rail-y[data-v-24198fc6],
.ps:hover>.ps__rail-x[data-v-24198fc6],
.ps:hover>.ps__rail-y[data-v-24198fc6] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-24198fc6],
.ps.ps__rail-x[data-v-24198fc6]:focus,
.ps.ps__rail-x[data-v-24198fc6]:hover,
.ps.ps__rail-y.ps--clicking[data-v-24198fc6],
.ps.ps__rail-y[data-v-24198fc6]:focus,
.ps.ps__rail-y[data-v-24198fc6]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-24198fc6] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-24198fc6],
.ps__thumb-y[data-v-24198fc6] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-24198fc6] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-24198fc6],
.ps__rail-x:focus>.ps__thumb-x[data-v-24198fc6],
.ps__rail-x:hover>.ps__thumb-x[data-v-24198fc6] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-24198fc6],
.ps__rail-y:focus>.ps__thumb-y[data-v-24198fc6],
.ps__rail-y:hover>.ps__thumb-y[data-v-24198fc6] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-24198fc6] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-24198fc6] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-24198fc6] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-24198fc6] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-24198fc6] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-24198fc6] {
  display: none 
}

.toast-top-center[data-v-24198fc6] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-24198fc6] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-24198fc6] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-24198fc6] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-24198fc6] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-24198fc6],
.pagenation_type_1 .btn_last[data-v-24198fc6],
.pagenation_type_1 .btn_next[data-v-24198fc6],
.pagenation_type_1 .btn_prev[data-v-24198fc6] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-24198fc6] {
  color: #bbb
}

.wrap_type_3[data-v-24198fc6] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-24198fc6] {
  background: #0b0c10
}

.container_left[data-v-24198fc6],
.container_left_md[data-v-24198fc6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-24198fc6] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-24198fc6] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-24198fc6] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-24198fc6] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-24198fc6]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-24198fc6] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-24198fc6] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-24198fc6] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-24198fc6] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-24198fc6]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-24198fc6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-24198fc6],
.container_center_3_mini>div[data-v-24198fc6] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-24198fc6] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-24198fc6]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-24198fc6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-24198fc6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-24198fc6]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-24198fc6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-24198fc6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-24198fc6]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-24198fc6]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-24198fc6] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-24198fc6] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-24198fc6],
.bg_grad_1_x[data-v-24198fc6] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-24198fc6] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-24198fc6] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-24198fc6] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-24198fc6],
.bg_normal_2[data-v-24198fc6] {
  background: #141621
}

.btn_left_close[data-v-24198fc6],
.btn_left_control[data-v-24198fc6],
.btn_right_close[data-v-24198fc6],
.right_screen[data-v-24198fc6] {
  display: none
}

.box_logo[data-v-24198fc6] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-24198fc6] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-24198fc6] {
  display: none
}

.text_dot[data-v-24198fc6] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-24198fc6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-24198fc6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-24198fc6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-24198fc6] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-24198fc6] {
  background: #fff 
}

.bat_more.active i[data-v-24198fc6] {
  color: #000 
}

.btn_no_disabled[data-v-24198fc6] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-24198fc6] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-24198fc6] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-24198fc6],
.game_bat_2 button[data-v-24198fc6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-24198fc6]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-24198fc6] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-24198fc6] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-24198fc6]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-24198fc6] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-24198fc6] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-24198fc6] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-24198fc6],
.title_logo[data-v-24198fc6] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-24198fc6] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-24198fc6] {
  height: 22px
}

.tab[data-v-24198fc6] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-24198fc6]:last-child {
  width: 100%
}

.tab li[data-v-24198fc6]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-24198fc6] {
  width: 50%
}

.tab li[data-v-24198fc6]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-24198fc6] {
  width: 33.333333333333%
}

.tab li[data-v-24198fc6]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-24198fc6] {
  width: 25%
}

.tab li[data-v-24198fc6]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-24198fc6] {
  width: 20%
}

.tab li[data-v-24198fc6]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-24198fc6] {
  width: 16.66666666666667%
}

.tab li button[data-v-24198fc6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-24198fc6] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-24198fc6]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-24198fc6] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-24198fc6] {
  border: 0
}

.wrap_sports_detail li[data-v-24198fc6] {
  width: 100%
}

.wrap_sports_detail li[data-v-24198fc6]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-24198fc6]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-24198fc6] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-24198fc6] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-24198fc6],
.detail_num>button[data-v-24198fc6] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-24198fc6] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-24198fc6] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-24198fc6]:last-child {
  width: 100%
}

.detail_num button[data-v-24198fc6]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-24198fc6] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-24198fc6]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-24198fc6] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-24198fc6] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-24198fc6] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-24198fc6] {
  color: #fff 
}

.detail_num>button .up[data-v-24198fc6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-24198fc6]:after,
.detail_num>button .up[data-v-24198fc6]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-24198fc6 1s ease-in-out 5;
  animation: blink-data-v-24198fc6 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-24198fc6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-24198fc6] {
  background: #f4053a
}

.detail_num>button.active i[data-v-24198fc6] {
  color: #000
}

.detail_num>button .text-allocation[data-v-24198fc6] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-24198fc6] {
  color: #000 
}

.sports_bet_close[data-v-24198fc6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-24198fc6],
.sports_bet_close[data-v-24198fc6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-24198fc6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-24198fc6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-24198fc6],
.sports_bet_close_all[data-v-24198fc6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-24198fc6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-24198fc6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-24198fc6]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-24198fc6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-24198fc6]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-24198fc6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-24198fc6],
.market_all_close[data-v-24198fc6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-24198fc6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-24198fc6] {
    display: none
  }
}

.vjs-control-bar[data-v-24198fc6] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-24198fc6] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-24198fc6] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-24198fc6] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-24198fc6]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-24198fc6] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-24198fc6]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-24198fc6] {
  color: #fff 
}

.vjs-big-play-button[data-v-24198fc6]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-24198fc6],
  .detail_num button[data-v-24198fc6]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-24198fc6] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-24198fc6]:nth-of-type(2),
  .game_bat button[data-v-24198fc6]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-24198fc6]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-24198fc6] {
    width: 100%
  }

  .market_all_close[data-v-24198fc6]:after,
  .market_domestic_all_close[data-v-24198fc6]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-24198fc6],
  .game_bat button:nth-of-type(3) i[data-v-24198fc6] {
    display: none 
  }
}

.mini_bet_close[data-v-24198fc6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-24198fc6],
.mini_bet_close[data-v-24198fc6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-24198fc6]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-24198fc6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-24198fc6] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-24198fc6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-24198fc6]:first-of-type,
.flex_2dan div[data-v-24198fc6]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-24198fc6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-24198fc6]:first-of-type,
.flex_3dan div[data-v-24198fc6]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-24198fc6]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-24198fc6] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-24198fc6] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-24198fc6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-24198fc6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-24198fc6] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-24198fc6] {
  height: 40px
}

.mini_game_info[data-v-24198fc6],
.mini_game_info span[data-v-24198fc6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-24198fc6]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-24198fc6] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-24198fc6] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-24198fc6]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-24198fc6] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-24198fc6] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-24198fc6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-24198fc6] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-24198fc6]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-24198fc6] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-24198fc6]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-24198fc6] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-24198fc6]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-24198fc6] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-24198fc6]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-24198fc6] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-24198fc6]:first-child,
.ul_game_item.item_10 li[data-v-24198fc6]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-24198fc6]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-24198fc6] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-24198fc6],
.ul_game_item button i[data-v-24198fc6] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-24198fc6] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-24198fc6] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-24198fc6] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-24198fc6] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-24198fc6] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-24198fc6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-24198fc6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-24198fc6] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-24198fc6] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-24198fc6] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-24198fc6] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-24198fc6] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-24198fc6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-24198fc6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-24198fc6] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-24198fc6] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-24198fc6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-24198fc6] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-24198fc6] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-24198fc6] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-24198fc6] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-24198fc6] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-24198fc6] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-24198fc6] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-24198fc6] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-24198fc6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-24198fc6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-24198fc6] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-24198fc6] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-24198fc6] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-24198fc6] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-24198fc6] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-24198fc6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-24198fc6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-24198fc6] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-24198fc6] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-24198fc6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-24198fc6] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-24198fc6]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-24198fc6]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-24198fc6]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-24198fc6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-24198fc6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-24198fc6] {
    display: none
  }

  .flex_1dan ul[data-v-24198fc6] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-24198fc6]:first-of-type,
  .flex_3dan div[data-v-24198fc6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-24198fc6]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-24198fc6] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-24198fc6]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-24198fc6]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-24198fc6]:first-of-type,
  .flex_3dan div[data-v-24198fc6]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-24198fc6]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-24198fc6] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-24198fc6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-24198fc6] {
    width: 100%
  }

  .flex_3dan div[data-v-24198fc6]:first-of-type,
  .flex_3dan div[data-v-24198fc6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-24198fc6]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-24198fc6] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-24198fc6] {
    width: 100%
  }

  .ul_game_item2 li[data-v-24198fc6]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-24198fc6]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-24198fc6]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-24198fc6]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-24198fc6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-24198fc6] {
    padding: 101px 280px 0
  }

  .container_left[data-v-24198fc6],
  .container_left_md[data-v-24198fc6],
  .container_right[data-v-24198fc6] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-24198fc6]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-24198fc6]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-24198fc6]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-24198fc6]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-24198fc6] {
    padding-left: 40px
  }

  .container_left[data-v-24198fc6] {
    display: none
  }

  .btn_left_control[data-v-24198fc6] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-24198fc6],
  .btn_left_control i[data-v-24198fc6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-24198fc6] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-24198fc6] {
    width: 26px
  }

  .btn_left_close[data-v-24198fc6] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-24198fc6] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-24198fc6] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-24198fc6]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-24198fc6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-24198fc6]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-24198fc6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-24198fc6]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-24198fc6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-24198fc6] {
    display: block
  }

  .no-display-1600[data-v-24198fc6] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-24198fc6]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-24198fc6]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-24198fc6] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-24198fc6] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-24198fc6]:first-of-type,
  .container_center_2_mini>div>div[data-v-24198fc6]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-24198fc6] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-24198fc6]:first-of-type,
  .container_center_3_mini>div>div[data-v-24198fc6]:nth-of-type(2),
  .container_center_4_mini>div[data-v-24198fc6]:first-of-type,
  .container_center_4_mini>div[data-v-24198fc6]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-24198fc6] {
    padding-right: 0
  }

  .container_right[data-v-24198fc6] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-24198fc6] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-24198fc6] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-24198fc6] {
    width: 26px
  }

  .container_right .right_screen[data-v-24198fc6] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-24198fc6] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-24198fc6],
  .btn_left_control[data-v-24198fc6],
  .container_left[data-v-24198fc6] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-24198fc6] {
    padding: 0
  }

  .mobile_scroll[data-v-24198fc6] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-24198fc6] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-24198fc6],
.title_info_s[data-v-24198fc6] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-24198fc6] {
  font-size: 1.8rem
}

.title_info_s[data-v-24198fc6]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-24198fc6] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-24198fc6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-24198fc6] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-24198fc6] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-24198fc6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-24198fc6] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-24198fc6] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-24198fc6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-24198fc6] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-24198fc6] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-24198fc6] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-24198fc6] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-24198fc6] {
  position: relative
}

.sub_visual_wallet img[data-v-24198fc6] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-24198fc6] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-24198fc6] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-24198fc6] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-24198fc6] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-24198fc6]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-24198fc6],
.menu_wallet>li button[data-v-24198fc6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-24198fc6],
.menu_wallet>li button.active[data-v-24198fc6] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-24198fc6] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-24198fc6]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-24198fc6] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-24198fc6] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-24198fc6] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-24198fc6] {
  position: relative
}

.wallet_form button[data-v-24198fc6] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-24198fc6] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-24198fc6] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-24198fc6] {
  background: #141621 
}

h2.title_trade[data-v-24198fc6] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-24198fc6] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-24198fc6] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-24198fc6] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-24198fc6],
.result_buy div[data-v-24198fc6] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-24198fc6] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-24198fc6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-24198fc6] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-24198fc6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-24198fc6] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-24198fc6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-24198fc6] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-24198fc6] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-24198fc6],
.sub_visual.s_02[data-v-24198fc6],
.sub_visual.s_03[data-v-24198fc6],
.sub_visual.s_04[data-v-24198fc6],
.sub_visual.s_05[data-v-24198fc6],
.sub_visual.s_06[data-v-24198fc6],
.sub_visual.s_07[data-v-24198fc6],
.sub_visual.s_08[data-v-24198fc6] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-24198fc6] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-24198fc6] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-24198fc6] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-24198fc6],
.sub_menu a[data-v-24198fc6] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-24198fc6] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-24198fc6] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-24198fc6],
.sub_menu a.nuxt-link-active[data-v-24198fc6] {
  color: #e32028
}

.sub_tab ul[data-v-24198fc6] {
  overflow: hidden
}

.sub_tab ul li[data-v-24198fc6] {
  float: left
}

.sub_tab ul li a[data-v-24198fc6] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-24198fc6],
.sub_tab ul li a.active[data-v-24198fc6] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-24198fc6]:before,
.sub_tab ul li a.active[data-v-24198fc6]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-24198fc6] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-24198fc6] {
  font-size: 2.2rem
}

.title_big[data-v-24198fc6],
.title_normal[data-v-24198fc6] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-24198fc6] {
  font-size: 1.8rem
}

.title_small[data-v-24198fc6] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-24198fc6] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-24198fc6] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-24198fc6],
.title_tiny[data-v-24198fc6] {
  position: relative;
  color: #fff
}

.title_sub[data-v-24198fc6] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-24198fc6]:before {
  bottom: -5px
}

.title_sub[data-v-24198fc6]:after,
.title_sub[data-v-24198fc6]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-24198fc6]:after {
  bottom: -3px
}

.title_sub_1[data-v-24198fc6] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-24198fc6]:before {
  bottom: -5px
}

.title_sub_1[data-v-24198fc6]:after,
.title_sub_1[data-v-24198fc6]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-24198fc6]:after {
  bottom: -3px
}

.title_sm[data-v-24198fc6] {
  display: none
}

.title_hexa[data-v-24198fc6] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-24198fc6],
.title_hexa i[data-v-24198fc6] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-24198fc6] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-24198fc6] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-24198fc6] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-24198fc6],
.title_hexa.t_on i[data-v-24198fc6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-24198fc6] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-24198fc6] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-24198fc6] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-24198fc6] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-24198fc6] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-24198fc6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-24198fc6] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-24198fc6]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-24198fc6]:first-of-type,
.sports_list li>div[data-v-24198fc6]:nth-of-type(2),
.sports_list li>div[data-v-24198fc6]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-24198fc6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-24198fc6]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-24198fc6] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-24198fc6] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-24198fc6] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-24198fc6]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-24198fc6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-24198fc6] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-24198fc6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-24198fc6],
.game_bat button[data-v-24198fc6] {
  position: relative
}

.game_bat button[data-v-24198fc6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-24198fc6] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-24198fc6] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-24198fc6] {
  margin-right: 5px
}

.game_bat button[data-v-24198fc6]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-24198fc6] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-24198fc6] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-24198fc6] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-24198fc6],
.game_bat button:nth-of-type(3) i img[data-v-24198fc6] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-24198fc6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-24198fc6]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-24198fc6]:nth-of-type(2),
.game_bat button[data-v-24198fc6]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-24198fc6]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-24198fc6],
.game_bat button.active[data-v-24198fc6] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-24198fc6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-24198fc6]:after,
.game_bat button:first-of-type .up[data-v-24198fc6]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-24198fc6 1s ease-in-out 5;
  animation: blink-data-v-24198fc6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-24198fc6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-24198fc6]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-24198fc6]:after,
.game_bat button:nth-of-type(2) .up[data-v-24198fc6]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-24198fc6 1s ease-in-out 5;
  animation: blink-data-v-24198fc6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-24198fc6]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-24198fc6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-24198fc6]:after,
.game_bat button:nth-of-type(3) .up[data-v-24198fc6]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-24198fc6 1s ease-in-out 5;
  animation: blink-data-v-24198fc6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-24198fc6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-24198fc6] {
  padding: 0
}

.box_folder[data-v-24198fc6],
.box_folder button[data-v-24198fc6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-24198fc6] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-24198fc6] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-24198fc6]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-24198fc6] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-24198fc6]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-24198fc6] {
  flex-wrap: wrap
}

.bank_info[data-v-24198fc6],
.bank_info li[data-v-24198fc6] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-24198fc6] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-24198fc6]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-24198fc6] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-24198fc6] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-24198fc6] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-24198fc6] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-24198fc6] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-24198fc6] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-24198fc6] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-24198fc6] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-24198fc6] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-24198fc6] {
  margin-right: 10px
}

.box_text_type_1[data-v-24198fc6] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-24198fc6],
.box_text_type_1 i[data-v-24198fc6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-24198fc6] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-24198fc6] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-24198fc6],
.wl_tip[data-v-24198fc6] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-24198fc6],
.wl_tip ul li[data-v-24198fc6] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-24198fc6] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-24198fc6] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-24198fc6] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-24198fc6],
.wl_waring ul li[data-v-24198fc6] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-24198fc6] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-24198fc6] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-24198fc6] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-24198fc6] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-24198fc6] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-24198fc6] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-24198fc6 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-24198fc6 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-24198fc6] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-24198fc6] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-24198fc6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-24198fc6],
.box_fx_buy_sell[data-v-24198fc6],
.box_fx_result[data-v-24198fc6],
.box_leverage_result[data-v-24198fc6],
.current_time[data-v-24198fc6],
.tab_box[data-v-24198fc6],
.tab_time[data-v-24198fc6] {
  position: relative
}

.copilot[data-v-24198fc6] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-24198fc6],
.copilot[data-v-24198fc6]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-24198fc6]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-24198fc6] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-24198fc6] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-24198fc6] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-24198fc6] {
  padding: 20px 15px
}

.copilot_foot[data-v-24198fc6],
.copilot_foot button[data-v-24198fc6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-24198fc6] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-24198fc6] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-24198fc6],
.copilot.step_2[data-v-24198fc6] {
  top: 50px
}

.copilot.step_3[data-v-24198fc6],
.copilot.step_4[data-v-24198fc6],
.copilot.step_6[data-v-24198fc6],
.copilot.step_7[data-v-24198fc6],
.copilot.step_8[data-v-24198fc6] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-24198fc6] {
  top: 40px
}

.box_info_1[data-v-24198fc6] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-24198fc6] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-24198fc6] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-24198fc6]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-24198fc6] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-24198fc6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-24198fc6] {
  height: 40px
}

.title_guide_1 span[data-v-24198fc6] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-24198fc6] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-24198fc6] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-24198fc6] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-24198fc6] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-24198fc6] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-24198fc6 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-24198fc6 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-24198fc6]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-24198fc6]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-24198fc6]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-24198fc6]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-24198fc6]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-24198fc6 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-24198fc6 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-24198fc6] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-24198fc6] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-24198fc6] {
    margin-top: 0
  }

  .sub_visual[data-v-24198fc6] {
    display: none
  }

  .box_sub_title[data-v-24198fc6] {
    padding: 0 20px
  }

  .box_sub_container[data-v-24198fc6] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-24198fc6] {
    display: block
  }

  .title_sub[data-v-24198fc6] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-24198fc6]:before {
    bottom: -5px
  }

  .title_sub[data-v-24198fc6]:after,
  .title_sub[data-v-24198fc6]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-24198fc6]:after {
    bottom: -3px
  }

  .sub_menu[data-v-24198fc6] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-24198fc6] {
    padding: 0
  }

  .box_sub_container[data-v-24198fc6] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-24198fc6] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-24198fc6] {
    display: none
  }

  .box_bg_deep[data-v-24198fc6] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-24198fc6] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-24198fc6] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-24198fc6] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-24198fc6],
  .result_buy div[data-v-24198fc6] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-24198fc6] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-24198fc6] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-24198fc6] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-24198fc6] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-24198fc6] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-24198fc6] {
    padding: 0 5px
  }

  .box_folder button[data-v-24198fc6] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-24198fc6] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-24198fc6] {
    padding: 0
  }

  .pagenation_type_1[data-v-24198fc6] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-24198fc6] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-24198fc6] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-24198fc6] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-24198fc6],
  .pagenation_type_1 .btn_last[data-v-24198fc6],
  .pagenation_type_1 .btn_next[data-v-24198fc6],
  .pagenation_type_1 .btn_prev[data-v-24198fc6] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-24198fc6] {
    color: #bbb
  }

  .title_medium[data-v-24198fc6] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-24198fc6]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-24198fc6]:first-of-type:hover,
  .game_bat.bet_three button[data-v-24198fc6]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-24198fc6]:nth-of-type(3):hover,
  .game_bat button[data-v-24198fc6]:first-of-type:hover,
  .game_bat button[data-v-24198fc6]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-24198fc6],
  .game_bat button.active span[data-v-24198fc6],
  .game_bat button:hover span[data-v-24198fc6] {
    color: #fff 
  }

  .bat_more[data-v-24198fc6]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-24198fc6],
  .bat_more[disabled][data-v-24198fc6]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-24198fc6]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-24198fc6]:first-of-type:hover,
  .game_bat_2 button[data-v-24198fc6]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-24198fc6],
  .game_bat_2 button.active[data-v-24198fc6]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-24198fc6]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-24198fc6] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-24198fc6] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-24198fc6]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-24198fc6]:hover,
  .pagenation_type_1 .btn_last[data-v-24198fc6]:hover,
  .pagenation_type_1 .btn_next[data-v-24198fc6]:hover,
  .pagenation_type_1 .btn_prev[data-v-24198fc6]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-24198fc6]:hover,
  .ul_game_item button[data-v-24198fc6]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_live[data-v-24198fc6] {
  position: relative
}

.sub_visual_live img[data-v-24198fc6] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_live div[data-v-24198fc6] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 40px 10px
}

.sub_visual_live div>span[data-v-24198fc6]:first-of-type {
  display: flex;
  align-items: flex-start;
  font-size: 9rem;
  color: #fff;
  font-family: BebasNeuePro;
  font-weight: 300
}

.sub_visual_live div>span:first-of-type b[data-v-24198fc6] {
  font-size: 9rem;
  color: #e32028;
  font-family: BebasNeuePro;
  font-weight: 600;
  padding-right: 10px
}

.sub_visual_live div>span[data-v-24198fc6]:nth-of-type(2) {
  font-size: 1.5rem;
  color: #fff;
  font-family: gmarket;
  font-weight: 300;
  letter-spacing: 2px;
  padding-left: 5px;
  margin-top: 10px
}

.live_list[data-v-24198fc6] {
  display: flex;
  flex-wrap: wrap
}

.live_list li[data-v-24198fc6] {
  width: calc(25% - 1px);
  margin-right: 1px
}

.live_list li a[data-v-24198fc6] {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden
}

.live_list li a i[data-v-24198fc6] {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1
}

.live_list li a>img[data-v-24198fc6] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .3s
}

.live_list li a button[data-v-24198fc6] {
  position: absolute;
  left: 50%;
  bottom: 10%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  font-size: 2.2rem;
  color: #000;
  font-family: BebasNeuePro;
  font-weight: 600;
  background: #fff;
  border-radius: 20px;
  margin-left: -90px
}

.live_list li a:hover>img[data-v-24198fc6] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1)
}

@media (max-width:1023px) {
  .container_right[data-v-24198fc6] {
    display: none
  }
}
body [data-v-f6008030] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-f6008030]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-f6008030]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-f6008030] {
  max-width: 1440px
}

.page-enter-active[data-v-f6008030],
.page-leave-active[data-v-f6008030] {
  transition: opacity .1s
}

.page-enter[data-v-f6008030],
.page-leave-to[data-v-f6008030] {
  opacity: 0
}

.b1[data-v-f6008030] {
  border: 1px solid red
}

.width-btn-100[data-v-f6008030] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-f6008030] {
  color: #e32028 
}

.main-color1-normal[data-v-f6008030] {
  color: #ff2152 
}

.main-color1-text[data-v-f6008030] {
  color: #ff9710 
}

.main-color1-deep[data-v-f6008030] {
  color: #ff6900 
}

.main-color1-light[data-v-f6008030] {
  color: #ff542e 
}

.color-white[data-v-f6008030] {
  color: #fff 
}

.main-color2-light[data-v-f6008030] {
  color: #a9da2b 
}

.main-color2[data-v-f6008030] {
  color: #67b628 
}

.main_color3_light[data-v-f6008030] {
  color: #ffc92f 
}

.main-color3[data-v-f6008030] {
  color: #febd02 
}

.main-color4[data-v-f6008030] {
  color: #7e93a6 
}

.main-color5-light[data-v-f6008030] {
  color: #42deda 
}

.main-color5[data-v-f6008030] {
  color: #01c8de 
}

.color-grey[data-v-f6008030] {
  color: #676c71 
}

.color-lightgrey[data-v-f6008030] {
  color: #ababab 
}

.color-deepgrey[data-v-f6008030] {
  color: #20222b 
}

.color-text-verylight[data-v-f6008030] {
  color: #80a7b8 
}

.color-text-light[data-v-f6008030] {
  color: #9a9aa7 
}

.color-text[data-v-f6008030] {
  color: #797986 
}

.color-text-deep[data-v-f6008030] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-f6008030] {
  color: #2f3b49 
}

.c_default[data-v-f6008030] {
  color: #fff 
}

.c_high[data-v-f6008030] {
  color: #ff1717 
}

.c_low[data-v-f6008030] {
  color: #0bf 
}

.c_buy_light[data-v-f6008030] {
  color: #fe5159 
}

.c_buy[data-v-f6008030] {
  color: #f14f57 
}

.bg_c_buy[data-v-f6008030] {
  background: #f14f57
}

.c_sell_light[data-v-f6008030] {
  color: #349bf0 
}

.c_sell[data-v-f6008030] {
  color: #3488db 
}

.bg_c_sell[data-v-f6008030] {
  background: #3488db
}

.c_ing[data-v-f6008030] {
  color: #fff 
}

.bg_ing[data-v-f6008030],
.bg_wait[data-v-f6008030] {
  background: #7e93a6 
}

.bg_background_deep[data-v-f6008030] {
  background: #000
}

.c_success[data-v-f6008030] {
  color: #1478f2 
}

.bg_success[data-v-f6008030] {
  background: #1478f2 
}

.c_complete[data-v-f6008030] {
  color: #fff 
}

.c_fail[data-v-f6008030] {
  color: #ff1e1e 
}

.bg_fail[data-v-f6008030] {
  background: #ff1e1e 
}

.c_cancel[data-v-f6008030] {
  color: #ff6900 
}

.bg_cancel[data-v-f6008030] {
  background: #ff6900 
}

.c_error[data-v-f6008030] {
  color: #ff6900 
}

.c_invaild[data-v-f6008030] {
  color: #999 
}

.bg_invaild[data-v-f6008030] {
  background: #666 
}

.bg_main[data-v-f6008030] {
  background: #e32028 
}

.bg_green_gra[data-v-f6008030] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-f6008030] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-f6008030] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-f6008030] {
  color: #ff5266 
}

.c_deposit_light[data-v-f6008030] {
  color: #a9da2b 
}

.c_deposit[data-v-f6008030] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-f6008030] {
  color: #ff8520 
}

.c_withdrawal[data-v-f6008030] {
  color: #ff6900 
}

.c_green[data-v-f6008030] {
  color: #009b1b 
}

.c_red[data-v-f6008030] {
  color: red 
}

.c_blue[data-v-f6008030] {
  color: #febd02 
}

.c_black[data-v-f6008030] {
  color: #000 
}

.bg_white[data-v-f6008030] {
  background: #fff 
}

.bg_green[data-v-f6008030] {
  background: #6dcb1b 
}

.box_c_ing[data-v-f6008030] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-f6008030] {
  background: #f14f57
}

.box_c_buy[data-v-f6008030],
.box_c_invaild[data-v-f6008030] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-f6008030] {
  background: #999
}

.box_c_sell[data-v-f6008030] {
  background: #3488db
}

.box_c_sell[data-v-f6008030],
.box_c_success[data-v-f6008030] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-f6008030] {
  background: #ff6900
}

.box_c_fail[data-v-f6008030] {
  background: #67b628
}

.box_c_extedn[data-v-f6008030],
.box_c_fail[data-v-f6008030] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-f6008030] {
  background: #43586c
}

.ps__rail-x[data-v-f6008030] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-f6008030],
.ps__rail-y[data-v-f6008030] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-f6008030] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-f6008030],
.ps--active-y>.ps__rail-y[data-v-f6008030] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-f6008030],
.ps--focus>.ps__rail-y[data-v-f6008030],
.ps--scrolling-x>.ps__rail-x[data-v-f6008030],
.ps--scrolling-y>.ps__rail-y[data-v-f6008030],
.ps:hover>.ps__rail-x[data-v-f6008030],
.ps:hover>.ps__rail-y[data-v-f6008030] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-f6008030],
.ps.ps__rail-x[data-v-f6008030]:focus,
.ps.ps__rail-x[data-v-f6008030]:hover,
.ps.ps__rail-y.ps--clicking[data-v-f6008030],
.ps.ps__rail-y[data-v-f6008030]:focus,
.ps.ps__rail-y[data-v-f6008030]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-f6008030] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-f6008030],
.ps__thumb-y[data-v-f6008030] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-f6008030] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-f6008030],
.ps__rail-x:focus>.ps__thumb-x[data-v-f6008030],
.ps__rail-x:hover>.ps__thumb-x[data-v-f6008030] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-f6008030],
.ps__rail-y:focus>.ps__thumb-y[data-v-f6008030],
.ps__rail-y:hover>.ps__thumb-y[data-v-f6008030] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-f6008030] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-f6008030] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-f6008030] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-f6008030] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-f6008030] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-f6008030] {
  display: none 
}

.toast-top-center[data-v-f6008030] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-f6008030] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-f6008030] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-f6008030] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-f6008030] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-f6008030],
.pagenation_type_1 .btn_last[data-v-f6008030],
.pagenation_type_1 .btn_next[data-v-f6008030],
.pagenation_type_1 .btn_prev[data-v-f6008030] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-f6008030] {
  color: #bbb
}

.wrap_type_3[data-v-f6008030] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-f6008030] {
  background: #0b0c10
}

.container_left[data-v-f6008030],
.container_left_md[data-v-f6008030] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-f6008030] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-f6008030] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-f6008030] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-f6008030] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-f6008030]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-f6008030] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-f6008030] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-f6008030] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-f6008030] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-f6008030]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-f6008030]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-f6008030],
.container_center_3_mini>div[data-v-f6008030] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-f6008030] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-f6008030]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-f6008030]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-f6008030] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-f6008030]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-f6008030]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-f6008030] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-f6008030]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-f6008030]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-f6008030] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-f6008030] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-f6008030],
.bg_grad_1_x[data-v-f6008030] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-f6008030] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-f6008030] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-f6008030] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-f6008030],
.bg_normal_2[data-v-f6008030] {
  background: #141621
}

.btn_left_close[data-v-f6008030],
.btn_left_control[data-v-f6008030],
.btn_right_close[data-v-f6008030],
.right_screen[data-v-f6008030] {
  display: none
}

.box_logo[data-v-f6008030] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-f6008030] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-f6008030] {
  display: none
}

.text_dot[data-v-f6008030] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-f6008030 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-f6008030 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-f6008030] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-f6008030] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-f6008030] {
  background: #fff 
}

.bat_more.active i[data-v-f6008030] {
  color: #000 
}

.btn_no_disabled[data-v-f6008030] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-f6008030] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-f6008030] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-f6008030],
.game_bat_2 button[data-v-f6008030]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-f6008030]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-f6008030] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-f6008030] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-f6008030]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-f6008030] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-f6008030] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-f6008030] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-f6008030],
.title_logo[data-v-f6008030] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-f6008030] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-f6008030] {
  height: 22px
}

.tab[data-v-f6008030] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-f6008030]:last-child {
  width: 100%
}

.tab li[data-v-f6008030]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-f6008030] {
  width: 50%
}

.tab li[data-v-f6008030]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-f6008030] {
  width: 33.333333333333%
}

.tab li[data-v-f6008030]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-f6008030] {
  width: 25%
}

.tab li[data-v-f6008030]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-f6008030] {
  width: 20%
}

.tab li[data-v-f6008030]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-f6008030] {
  width: 16.66666666666667%
}

.tab li button[data-v-f6008030] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-f6008030] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-f6008030]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-f6008030] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-f6008030] {
  border: 0
}

.wrap_sports_detail li[data-v-f6008030] {
  width: 100%
}

.wrap_sports_detail li[data-v-f6008030]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-f6008030]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-f6008030] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-f6008030] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-f6008030],
.detail_num>button[data-v-f6008030] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-f6008030] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-f6008030] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-f6008030]:last-child {
  width: 100%
}

.detail_num button[data-v-f6008030]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-f6008030] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-f6008030]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-f6008030] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-f6008030] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-f6008030] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-f6008030] {
  color: #fff 
}

.detail_num>button .up[data-v-f6008030]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-f6008030]:after,
.detail_num>button .up[data-v-f6008030]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-f6008030 1s ease-in-out 5;
  animation: blink-data-v-f6008030 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-f6008030]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-f6008030] {
  background: #f4053a
}

.detail_num>button.active i[data-v-f6008030] {
  color: #000
}

.detail_num>button .text-allocation[data-v-f6008030] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-f6008030] {
  color: #000 
}

.sports_bet_close[data-v-f6008030] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-f6008030],
.sports_bet_close[data-v-f6008030]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-f6008030]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-f6008030] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-f6008030],
.sports_bet_close_all[data-v-f6008030]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-f6008030]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-f6008030] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-f6008030]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-f6008030] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-f6008030]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-f6008030] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-f6008030],
.market_all_close[data-v-f6008030]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-f6008030]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-f6008030] {
    display: none
  }
}

.vjs-control-bar[data-v-f6008030] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-f6008030] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-f6008030] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-f6008030] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-f6008030]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-f6008030] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-f6008030]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-f6008030] {
  color: #fff 
}

.vjs-big-play-button[data-v-f6008030]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-f6008030],
  .detail_num button[data-v-f6008030]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-f6008030] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-f6008030]:nth-of-type(2),
  .game_bat button[data-v-f6008030]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-f6008030]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-f6008030] {
    width: 100%
  }

  .market_all_close[data-v-f6008030]:after,
  .market_domestic_all_close[data-v-f6008030]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-f6008030],
  .game_bat button:nth-of-type(3) i[data-v-f6008030] {
    display: none 
  }
}

.mini_bet_close[data-v-f6008030] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-f6008030],
.mini_bet_close[data-v-f6008030]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-f6008030]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-f6008030] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-f6008030] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-f6008030] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-f6008030]:first-of-type,
.flex_2dan div[data-v-f6008030]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-f6008030] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-f6008030]:first-of-type,
.flex_3dan div[data-v-f6008030]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-f6008030]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-f6008030] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-f6008030] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-f6008030] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-f6008030] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-f6008030] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-f6008030] {
  height: 40px
}

.mini_game_info[data-v-f6008030],
.mini_game_info span[data-v-f6008030]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-f6008030]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-f6008030] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-f6008030] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-f6008030]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-f6008030] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-f6008030] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-f6008030] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-f6008030] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-f6008030]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-f6008030] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-f6008030]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-f6008030] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-f6008030]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-f6008030] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-f6008030]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-f6008030] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-f6008030]:first-child,
.ul_game_item.item_10 li[data-v-f6008030]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-f6008030]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-f6008030] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-f6008030],
.ul_game_item button i[data-v-f6008030] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-f6008030] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-f6008030] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-f6008030] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-f6008030] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-f6008030] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-f6008030] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-f6008030] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-f6008030] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-f6008030] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-f6008030] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-f6008030] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-f6008030] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-f6008030] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-f6008030] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-f6008030] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-f6008030] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-f6008030] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-f6008030] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-f6008030] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-f6008030] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-f6008030] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-f6008030] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-f6008030] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-f6008030] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-f6008030] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-f6008030] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-f6008030] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-f6008030] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-f6008030] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-f6008030] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-f6008030] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-f6008030] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-f6008030] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-f6008030] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-f6008030] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-f6008030] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-f6008030] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-f6008030] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-f6008030]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-f6008030]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-f6008030]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-f6008030] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-f6008030] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-f6008030] {
    display: none
  }

  .flex_1dan ul[data-v-f6008030] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-f6008030]:first-of-type,
  .flex_3dan div[data-v-f6008030]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-f6008030]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-f6008030] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-f6008030]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-f6008030]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-f6008030]:first-of-type,
  .flex_3dan div[data-v-f6008030]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-f6008030]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-f6008030] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-f6008030] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-f6008030] {
    width: 100%
  }

  .flex_3dan div[data-v-f6008030]:first-of-type,
  .flex_3dan div[data-v-f6008030]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-f6008030]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-f6008030] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-f6008030] {
    width: 100%
  }

  .ul_game_item2 li[data-v-f6008030]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-f6008030]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-f6008030]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-f6008030]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-f6008030]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-f6008030] {
    padding: 101px 280px 0
  }

  .container_left[data-v-f6008030],
  .container_left_md[data-v-f6008030],
  .container_right[data-v-f6008030] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-f6008030]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-f6008030]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-f6008030]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-f6008030]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-f6008030] {
    padding-left: 40px
  }

  .container_left[data-v-f6008030] {
    display: none
  }

  .btn_left_control[data-v-f6008030] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-f6008030],
  .btn_left_control i[data-v-f6008030] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-f6008030] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-f6008030] {
    width: 26px
  }

  .btn_left_close[data-v-f6008030] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-f6008030] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-f6008030] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-f6008030]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-f6008030]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-f6008030]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-f6008030]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-f6008030]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-f6008030]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-f6008030] {
    display: block
  }

  .no-display-1600[data-v-f6008030] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-f6008030]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-f6008030]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-f6008030] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-f6008030] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-f6008030]:first-of-type,
  .container_center_2_mini>div>div[data-v-f6008030]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-f6008030] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-f6008030]:first-of-type,
  .container_center_3_mini>div>div[data-v-f6008030]:nth-of-type(2),
  .container_center_4_mini>div[data-v-f6008030]:first-of-type,
  .container_center_4_mini>div[data-v-f6008030]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-f6008030] {
    padding-right: 0
  }

  .container_right[data-v-f6008030] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-f6008030] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-f6008030] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-f6008030] {
    width: 26px
  }

  .container_right .right_screen[data-v-f6008030] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-f6008030] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-f6008030],
  .btn_left_control[data-v-f6008030],
  .container_left[data-v-f6008030] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-f6008030] {
    padding: 0
  }

  .mobile_scroll[data-v-f6008030] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-f6008030] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-f6008030],
.title_info_s[data-v-f6008030] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-f6008030] {
  font-size: 1.8rem
}

.title_info_s[data-v-f6008030]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-f6008030] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-f6008030] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-f6008030] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-f6008030] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-f6008030] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-f6008030] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-f6008030] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-f6008030] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-f6008030] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-f6008030] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-f6008030] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-f6008030] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-f6008030] {
  position: relative
}

.sub_visual_wallet img[data-v-f6008030] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-f6008030] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-f6008030] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-f6008030] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-f6008030] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-f6008030]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-f6008030],
.menu_wallet>li button[data-v-f6008030] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-f6008030],
.menu_wallet>li button.active[data-v-f6008030] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-f6008030] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-f6008030]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-f6008030] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-f6008030] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-f6008030] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-f6008030] {
  position: relative
}

.wallet_form button[data-v-f6008030] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-f6008030] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-f6008030] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-f6008030] {
  background: #141621 
}

h2.title_trade[data-v-f6008030] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-f6008030] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-f6008030] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-f6008030] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-f6008030],
.result_buy div[data-v-f6008030] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-f6008030] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-f6008030] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-f6008030] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-f6008030] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-f6008030] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-f6008030] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-f6008030] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-f6008030] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-f6008030],
.sub_visual.s_02[data-v-f6008030],
.sub_visual.s_03[data-v-f6008030],
.sub_visual.s_04[data-v-f6008030],
.sub_visual.s_05[data-v-f6008030],
.sub_visual.s_06[data-v-f6008030],
.sub_visual.s_07[data-v-f6008030],
.sub_visual.s_08[data-v-f6008030] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-f6008030] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-f6008030] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-f6008030] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-f6008030],
.sub_menu a[data-v-f6008030] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-f6008030] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-f6008030] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-f6008030],
.sub_menu a.nuxt-link-active[data-v-f6008030] {
  color: #e32028
}

.sub_tab ul[data-v-f6008030] {
  overflow: hidden
}

.sub_tab ul li[data-v-f6008030] {
  float: left
}

.sub_tab ul li a[data-v-f6008030] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-f6008030],
.sub_tab ul li a.active[data-v-f6008030] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-f6008030]:before,
.sub_tab ul li a.active[data-v-f6008030]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-f6008030] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-f6008030] {
  font-size: 2.2rem
}

.title_big[data-v-f6008030],
.title_normal[data-v-f6008030] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-f6008030] {
  font-size: 1.8rem
}

.title_small[data-v-f6008030] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-f6008030] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-f6008030] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-f6008030],
.title_tiny[data-v-f6008030] {
  position: relative;
  color: #fff
}

.title_sub[data-v-f6008030] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-f6008030]:before {
  bottom: -5px
}

.title_sub[data-v-f6008030]:after,
.title_sub[data-v-f6008030]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-f6008030]:after {
  bottom: -3px
}

.title_sub_1[data-v-f6008030] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-f6008030]:before {
  bottom: -5px
}

.title_sub_1[data-v-f6008030]:after,
.title_sub_1[data-v-f6008030]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-f6008030]:after {
  bottom: -3px
}

.title_sm[data-v-f6008030] {
  display: none
}

.title_hexa[data-v-f6008030] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-f6008030],
.title_hexa i[data-v-f6008030] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-f6008030] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-f6008030] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-f6008030] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-f6008030],
.title_hexa.t_on i[data-v-f6008030] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-f6008030] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-f6008030] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-f6008030] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-f6008030] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-f6008030] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-f6008030] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-f6008030] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-f6008030]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-f6008030]:first-of-type,
.sports_list li>div[data-v-f6008030]:nth-of-type(2),
.sports_list li>div[data-v-f6008030]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-f6008030] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-f6008030]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-f6008030] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-f6008030] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-f6008030] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-f6008030]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-f6008030] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-f6008030] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-f6008030] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-f6008030],
.game_bat button[data-v-f6008030] {
  position: relative
}

.game_bat button[data-v-f6008030]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-f6008030] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-f6008030] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-f6008030] {
  margin-right: 5px
}

.game_bat button[data-v-f6008030]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-f6008030] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-f6008030] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-f6008030] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-f6008030],
.game_bat button:nth-of-type(3) i img[data-v-f6008030] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-f6008030] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-f6008030]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-f6008030]:nth-of-type(2),
.game_bat button[data-v-f6008030]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-f6008030]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-f6008030],
.game_bat button.active[data-v-f6008030] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-f6008030]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-f6008030]:after,
.game_bat button:first-of-type .up[data-v-f6008030]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-f6008030 1s ease-in-out 5;
  animation: blink-data-v-f6008030 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-f6008030]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-f6008030]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-f6008030]:after,
.game_bat button:nth-of-type(2) .up[data-v-f6008030]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-f6008030 1s ease-in-out 5;
  animation: blink-data-v-f6008030 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-f6008030]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-f6008030]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-f6008030]:after,
.game_bat button:nth-of-type(3) .up[data-v-f6008030]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-f6008030 1s ease-in-out 5;
  animation: blink-data-v-f6008030 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-f6008030]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-f6008030] {
  padding: 0
}

.box_folder[data-v-f6008030],
.box_folder button[data-v-f6008030] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-f6008030] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-f6008030] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-f6008030]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-f6008030] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-f6008030]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-f6008030] {
  flex-wrap: wrap
}

.bank_info[data-v-f6008030],
.bank_info li[data-v-f6008030] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-f6008030] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-f6008030]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-f6008030] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-f6008030] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-f6008030] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-f6008030] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-f6008030] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-f6008030] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-f6008030] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-f6008030] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-f6008030] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-f6008030] {
  margin-right: 10px
}

.box_text_type_1[data-v-f6008030] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-f6008030],
.box_text_type_1 i[data-v-f6008030] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-f6008030] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-f6008030] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-f6008030],
.wl_tip[data-v-f6008030] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-f6008030],
.wl_tip ul li[data-v-f6008030] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-f6008030] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-f6008030] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-f6008030] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-f6008030],
.wl_waring ul li[data-v-f6008030] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-f6008030] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-f6008030] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-f6008030] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-f6008030] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-f6008030] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-f6008030] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-f6008030 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-f6008030 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-f6008030] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-f6008030] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-f6008030] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-f6008030],
.box_fx_buy_sell[data-v-f6008030],
.box_fx_result[data-v-f6008030],
.box_leverage_result[data-v-f6008030],
.current_time[data-v-f6008030],
.tab_box[data-v-f6008030],
.tab_time[data-v-f6008030] {
  position: relative
}

.copilot[data-v-f6008030] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-f6008030],
.copilot[data-v-f6008030]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-f6008030]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-f6008030] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-f6008030] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-f6008030] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-f6008030] {
  padding: 20px 15px
}

.copilot_foot[data-v-f6008030],
.copilot_foot button[data-v-f6008030] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-f6008030] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-f6008030] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-f6008030],
.copilot.step_2[data-v-f6008030] {
  top: 50px
}

.copilot.step_3[data-v-f6008030],
.copilot.step_4[data-v-f6008030],
.copilot.step_6[data-v-f6008030],
.copilot.step_7[data-v-f6008030],
.copilot.step_8[data-v-f6008030] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-f6008030] {
  top: 40px
}

.box_info_1[data-v-f6008030] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-f6008030] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-f6008030] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-f6008030]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-f6008030] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-f6008030] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-f6008030] {
  height: 40px
}

.title_guide_1 span[data-v-f6008030] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-f6008030] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-f6008030] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-f6008030] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-f6008030] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-f6008030] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-f6008030 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-f6008030 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-f6008030]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-f6008030]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-f6008030]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-f6008030]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-f6008030]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-f6008030 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-f6008030 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-f6008030] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-f6008030] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-f6008030] {
    margin-top: 0
  }

  .sub_visual[data-v-f6008030] {
    display: none
  }

  .box_sub_title[data-v-f6008030] {
    padding: 0 20px
  }

  .box_sub_container[data-v-f6008030] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-f6008030] {
    display: block
  }

  .title_sub[data-v-f6008030] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-f6008030]:before {
    bottom: -5px
  }

  .title_sub[data-v-f6008030]:after,
  .title_sub[data-v-f6008030]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-f6008030]:after {
    bottom: -3px
  }

  .sub_menu[data-v-f6008030] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-f6008030] {
    padding: 0
  }

  .box_sub_container[data-v-f6008030] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-f6008030] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-f6008030] {
    display: none
  }

  .box_bg_deep[data-v-f6008030] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-f6008030] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-f6008030] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-f6008030] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-f6008030],
  .result_buy div[data-v-f6008030] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-f6008030] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-f6008030] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-f6008030] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-f6008030] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-f6008030] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-f6008030] {
    padding: 0 5px
  }

  .box_folder button[data-v-f6008030] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-f6008030] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-f6008030] {
    padding: 0
  }

  .pagenation_type_1[data-v-f6008030] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-f6008030] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-f6008030] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-f6008030] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-f6008030],
  .pagenation_type_1 .btn_last[data-v-f6008030],
  .pagenation_type_1 .btn_next[data-v-f6008030],
  .pagenation_type_1 .btn_prev[data-v-f6008030] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-f6008030] {
    color: #bbb
  }

  .title_medium[data-v-f6008030] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-f6008030]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-f6008030]:first-of-type:hover,
  .game_bat.bet_three button[data-v-f6008030]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-f6008030]:nth-of-type(3):hover,
  .game_bat button[data-v-f6008030]:first-of-type:hover,
  .game_bat button[data-v-f6008030]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-f6008030],
  .game_bat button.active span[data-v-f6008030],
  .game_bat button:hover span[data-v-f6008030] {
    color: #fff 
  }

  .bat_more[data-v-f6008030]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-f6008030],
  .bat_more[disabled][data-v-f6008030]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-f6008030]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-f6008030]:first-of-type:hover,
  .game_bat_2 button[data-v-f6008030]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-f6008030],
  .game_bat_2 button.active[data-v-f6008030]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-f6008030]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-f6008030] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-f6008030] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-f6008030]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-f6008030]:hover,
  .pagenation_type_1 .btn_last[data-v-f6008030]:hover,
  .pagenation_type_1 .btn_next[data-v-f6008030]:hover,
  .pagenation_type_1 .btn_prev[data-v-f6008030]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-f6008030]:hover,
  .ul_game_item button[data-v-f6008030]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.wrap_bat_cart_target[data-v-f6008030] {
  display: none
}

@media (max-width:1023px) {
  .wrap_bat_cart_target[data-v-f6008030] {
    position: fixed;
    left: 50%;
    bottom: 30px;
    z-index: 2;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px
  }

  .wrap_bat_cart_target button[data-v-f6008030] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: linear-gradient(90deg, #67b628, #a9da2b);
    padding-bottom: 2px
  }

  .wrap_bat_cart_target button i[data-v-f6008030] {
    font-size: 3rem;
    color: #fff
  }

  .wrap_bat_cart_target button span[data-v-f6008030] {
    font-size: 1.6rem;
    color: #fff
  }
}
body [data-v-0bc09eac] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-0bc09eac]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-0bc09eac]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-0bc09eac] {
  max-width: 1440px
}

.page-enter-active[data-v-0bc09eac],
.page-leave-active[data-v-0bc09eac] {
  transition: opacity .1s
}

.page-enter[data-v-0bc09eac],
.page-leave-to[data-v-0bc09eac] {
  opacity: 0
}

.b1[data-v-0bc09eac] {
  border: 1px solid red
}

.width-btn-100[data-v-0bc09eac] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-0bc09eac] {
  color: #e32028 
}

.main-color1-normal[data-v-0bc09eac] {
  color: #ff2152 
}

.main-color1-text[data-v-0bc09eac] {
  color: #ff9710 
}

.main-color1-deep[data-v-0bc09eac] {
  color: #ff6900 
}

.main-color1-light[data-v-0bc09eac] {
  color: #ff542e 
}

.color-white[data-v-0bc09eac] {
  color: #fff 
}

.main-color2-light[data-v-0bc09eac] {
  color: #a9da2b 
}

.main-color2[data-v-0bc09eac] {
  color: #67b628 
}

.main_color3_light[data-v-0bc09eac] {
  color: #ffc92f 
}

.main-color3[data-v-0bc09eac] {
  color: #febd02 
}

.main-color4[data-v-0bc09eac] {
  color: #7e93a6 
}

.main-color5-light[data-v-0bc09eac] {
  color: #42deda 
}

.main-color5[data-v-0bc09eac] {
  color: #01c8de 
}

.color-grey[data-v-0bc09eac] {
  color: #676c71 
}

.color-lightgrey[data-v-0bc09eac] {
  color: #ababab 
}

.color-deepgrey[data-v-0bc09eac] {
  color: #20222b 
}

.color-text-verylight[data-v-0bc09eac] {
  color: #80a7b8 
}

.color-text-light[data-v-0bc09eac] {
  color: #9a9aa7 
}

.color-text[data-v-0bc09eac] {
  color: #797986 
}

.color-text-deep[data-v-0bc09eac] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-0bc09eac] {
  color: #2f3b49 
}

.c_default[data-v-0bc09eac] {
  color: #fff 
}

.c_high[data-v-0bc09eac] {
  color: #ff1717 
}

.c_low[data-v-0bc09eac] {
  color: #0bf 
}

.c_buy_light[data-v-0bc09eac] {
  color: #fe5159 
}

.c_buy[data-v-0bc09eac] {
  color: #f14f57 
}

.bg_c_buy[data-v-0bc09eac] {
  background: #f14f57
}

.c_sell_light[data-v-0bc09eac] {
  color: #349bf0 
}

.c_sell[data-v-0bc09eac] {
  color: #3488db 
}

.bg_c_sell[data-v-0bc09eac] {
  background: #3488db
}

.c_ing[data-v-0bc09eac] {
  color: #fff 
}

.bg_ing[data-v-0bc09eac],
.bg_wait[data-v-0bc09eac] {
  background: #7e93a6 
}

.bg_background_deep[data-v-0bc09eac] {
  background: #000
}

.c_success[data-v-0bc09eac] {
  color: #1478f2 
}

.bg_success[data-v-0bc09eac] {
  background: #1478f2 
}

.c_complete[data-v-0bc09eac] {
  color: #fff 
}

.c_fail[data-v-0bc09eac] {
  color: #ff1e1e 
}

.bg_fail[data-v-0bc09eac] {
  background: #ff1e1e 
}

.c_cancel[data-v-0bc09eac] {
  color: #ff6900 
}

.bg_cancel[data-v-0bc09eac] {
  background: #ff6900 
}

.c_error[data-v-0bc09eac] {
  color: #ff6900 
}

.c_invaild[data-v-0bc09eac] {
  color: #999 
}

.bg_invaild[data-v-0bc09eac] {
  background: #666 
}

.bg_main[data-v-0bc09eac] {
  background: #e32028 
}

.bg_green_gra[data-v-0bc09eac] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-0bc09eac] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-0bc09eac] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-0bc09eac] {
  color: #ff5266 
}

.c_deposit_light[data-v-0bc09eac] {
  color: #a9da2b 
}

.c_deposit[data-v-0bc09eac] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-0bc09eac] {
  color: #ff8520 
}

.c_withdrawal[data-v-0bc09eac] {
  color: #ff6900 
}

.c_green[data-v-0bc09eac] {
  color: #009b1b 
}

.c_red[data-v-0bc09eac] {
  color: red 
}

.c_blue[data-v-0bc09eac] {
  color: #febd02 
}

.c_black[data-v-0bc09eac] {
  color: #000 
}

.bg_white[data-v-0bc09eac] {
  background: #fff 
}

.bg_green[data-v-0bc09eac] {
  background: #6dcb1b 
}

.box_c_ing[data-v-0bc09eac] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-0bc09eac] {
  background: #f14f57
}

.box_c_buy[data-v-0bc09eac],
.box_c_invaild[data-v-0bc09eac] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-0bc09eac] {
  background: #999
}

.box_c_sell[data-v-0bc09eac] {
  background: #3488db
}

.box_c_sell[data-v-0bc09eac],
.box_c_success[data-v-0bc09eac] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-0bc09eac] {
  background: #ff6900
}

.box_c_fail[data-v-0bc09eac] {
  background: #67b628
}

.box_c_extedn[data-v-0bc09eac],
.box_c_fail[data-v-0bc09eac] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-0bc09eac] {
  background: #43586c
}

.ps__rail-x[data-v-0bc09eac] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-0bc09eac],
.ps__rail-y[data-v-0bc09eac] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-0bc09eac] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-0bc09eac],
.ps--active-y>.ps__rail-y[data-v-0bc09eac] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-0bc09eac],
.ps--focus>.ps__rail-y[data-v-0bc09eac],
.ps--scrolling-x>.ps__rail-x[data-v-0bc09eac],
.ps--scrolling-y>.ps__rail-y[data-v-0bc09eac],
.ps:hover>.ps__rail-x[data-v-0bc09eac],
.ps:hover>.ps__rail-y[data-v-0bc09eac] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-0bc09eac],
.ps.ps__rail-x[data-v-0bc09eac]:focus,
.ps.ps__rail-x[data-v-0bc09eac]:hover,
.ps.ps__rail-y.ps--clicking[data-v-0bc09eac],
.ps.ps__rail-y[data-v-0bc09eac]:focus,
.ps.ps__rail-y[data-v-0bc09eac]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-0bc09eac] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-0bc09eac],
.ps__thumb-y[data-v-0bc09eac] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-0bc09eac] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-0bc09eac],
.ps__rail-x:focus>.ps__thumb-x[data-v-0bc09eac],
.ps__rail-x:hover>.ps__thumb-x[data-v-0bc09eac] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-0bc09eac],
.ps__rail-y:focus>.ps__thumb-y[data-v-0bc09eac],
.ps__rail-y:hover>.ps__thumb-y[data-v-0bc09eac] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-0bc09eac] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-0bc09eac] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-0bc09eac] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-0bc09eac] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-0bc09eac] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-0bc09eac] {
  display: none 
}

.toast-top-center[data-v-0bc09eac] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-0bc09eac] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-0bc09eac] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-0bc09eac] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-0bc09eac] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-0bc09eac],
.pagenation_type_1 .btn_last[data-v-0bc09eac],
.pagenation_type_1 .btn_next[data-v-0bc09eac],
.pagenation_type_1 .btn_prev[data-v-0bc09eac] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-0bc09eac] {
  color: #bbb
}

.wrap_type_3[data-v-0bc09eac] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-0bc09eac] {
  background: #0b0c10
}

.container_left[data-v-0bc09eac],
.container_left_md[data-v-0bc09eac] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-0bc09eac] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-0bc09eac] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-0bc09eac] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-0bc09eac] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-0bc09eac]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-0bc09eac] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-0bc09eac] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-0bc09eac] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-0bc09eac] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-0bc09eac]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-0bc09eac]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-0bc09eac],
.container_center_3_mini>div[data-v-0bc09eac] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-0bc09eac] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-0bc09eac]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-0bc09eac]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-0bc09eac] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-0bc09eac]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-0bc09eac]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-0bc09eac] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-0bc09eac]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-0bc09eac]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-0bc09eac] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-0bc09eac] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-0bc09eac],
.bg_grad_1_x[data-v-0bc09eac] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-0bc09eac] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-0bc09eac] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-0bc09eac] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-0bc09eac],
.bg_normal_2[data-v-0bc09eac] {
  background: #141621
}

.btn_left_close[data-v-0bc09eac],
.btn_left_control[data-v-0bc09eac],
.btn_right_close[data-v-0bc09eac],
.right_screen[data-v-0bc09eac] {
  display: none
}

.box_logo[data-v-0bc09eac] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-0bc09eac] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-0bc09eac] {
  display: none
}

.text_dot[data-v-0bc09eac] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-0bc09eac {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-0bc09eac {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-0bc09eac] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-0bc09eac] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-0bc09eac] {
  background: #fff 
}

.bat_more.active i[data-v-0bc09eac] {
  color: #000 
}

.btn_no_disabled[data-v-0bc09eac] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-0bc09eac] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-0bc09eac] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-0bc09eac],
.game_bat_2 button[data-v-0bc09eac]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-0bc09eac]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-0bc09eac] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-0bc09eac] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-0bc09eac]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-0bc09eac] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-0bc09eac] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-0bc09eac] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-0bc09eac],
.title_logo[data-v-0bc09eac] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-0bc09eac] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-0bc09eac] {
  height: 22px
}

.tab[data-v-0bc09eac] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-0bc09eac]:last-child {
  width: 100%
}

.tab li[data-v-0bc09eac]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-0bc09eac] {
  width: 50%
}

.tab li[data-v-0bc09eac]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-0bc09eac] {
  width: 33.333333333333%
}

.tab li[data-v-0bc09eac]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-0bc09eac] {
  width: 25%
}

.tab li[data-v-0bc09eac]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-0bc09eac] {
  width: 20%
}

.tab li[data-v-0bc09eac]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-0bc09eac] {
  width: 16.66666666666667%
}

.tab li button[data-v-0bc09eac] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-0bc09eac] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-0bc09eac]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-0bc09eac] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-0bc09eac] {
  border: 0
}

.wrap_sports_detail li[data-v-0bc09eac] {
  width: 100%
}

.wrap_sports_detail li[data-v-0bc09eac]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-0bc09eac]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-0bc09eac] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-0bc09eac] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-0bc09eac],
.detail_num>button[data-v-0bc09eac] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-0bc09eac] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-0bc09eac] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-0bc09eac]:last-child {
  width: 100%
}

.detail_num button[data-v-0bc09eac]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-0bc09eac] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-0bc09eac]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-0bc09eac] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-0bc09eac] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-0bc09eac] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-0bc09eac] {
  color: #fff 
}

.detail_num>button .up[data-v-0bc09eac]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-0bc09eac]:after,
.detail_num>button .up[data-v-0bc09eac]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-0bc09eac 1s ease-in-out 5;
  animation: blink-data-v-0bc09eac 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-0bc09eac]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-0bc09eac] {
  background: #f4053a
}

.detail_num>button.active i[data-v-0bc09eac] {
  color: #000
}

.detail_num>button .text-allocation[data-v-0bc09eac] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-0bc09eac] {
  color: #000 
}

.sports_bet_close[data-v-0bc09eac] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-0bc09eac],
.sports_bet_close[data-v-0bc09eac]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-0bc09eac]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-0bc09eac] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-0bc09eac],
.sports_bet_close_all[data-v-0bc09eac]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-0bc09eac]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-0bc09eac] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-0bc09eac]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-0bc09eac] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-0bc09eac]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-0bc09eac] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-0bc09eac],
.market_all_close[data-v-0bc09eac]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-0bc09eac]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-0bc09eac] {
    display: none
  }
}

.vjs-control-bar[data-v-0bc09eac] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-0bc09eac] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-0bc09eac] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-0bc09eac] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-0bc09eac]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-0bc09eac] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-0bc09eac]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-0bc09eac] {
  color: #fff 
}

.vjs-big-play-button[data-v-0bc09eac]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-0bc09eac],
  .detail_num button[data-v-0bc09eac]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-0bc09eac] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-0bc09eac]:nth-of-type(2),
  .game_bat button[data-v-0bc09eac]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-0bc09eac]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-0bc09eac] {
    width: 100%
  }

  .market_all_close[data-v-0bc09eac]:after,
  .market_domestic_all_close[data-v-0bc09eac]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-0bc09eac],
  .game_bat button:nth-of-type(3) i[data-v-0bc09eac] {
    display: none 
  }
}

.mini_bet_close[data-v-0bc09eac] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-0bc09eac],
.mini_bet_close[data-v-0bc09eac]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-0bc09eac]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-0bc09eac] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-0bc09eac] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-0bc09eac] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-0bc09eac]:first-of-type,
.flex_2dan div[data-v-0bc09eac]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-0bc09eac] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-0bc09eac]:first-of-type,
.flex_3dan div[data-v-0bc09eac]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-0bc09eac]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-0bc09eac] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-0bc09eac] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-0bc09eac] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-0bc09eac] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-0bc09eac] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-0bc09eac] {
  height: 40px
}

.mini_game_info[data-v-0bc09eac],
.mini_game_info span[data-v-0bc09eac]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-0bc09eac]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-0bc09eac] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-0bc09eac] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-0bc09eac]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-0bc09eac] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-0bc09eac] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-0bc09eac] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-0bc09eac] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-0bc09eac]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-0bc09eac] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-0bc09eac]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-0bc09eac] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-0bc09eac]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-0bc09eac] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-0bc09eac]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-0bc09eac] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-0bc09eac]:first-child,
.ul_game_item.item_10 li[data-v-0bc09eac]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-0bc09eac]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-0bc09eac] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-0bc09eac],
.ul_game_item button i[data-v-0bc09eac] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-0bc09eac] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-0bc09eac] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-0bc09eac] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-0bc09eac] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-0bc09eac] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-0bc09eac] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-0bc09eac] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-0bc09eac] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-0bc09eac] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-0bc09eac] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-0bc09eac] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-0bc09eac] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-0bc09eac] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-0bc09eac] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-0bc09eac] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-0bc09eac] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-0bc09eac] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-0bc09eac] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-0bc09eac] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-0bc09eac] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-0bc09eac] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-0bc09eac] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-0bc09eac] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-0bc09eac] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-0bc09eac] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-0bc09eac] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-0bc09eac] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-0bc09eac] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-0bc09eac] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-0bc09eac] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-0bc09eac] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-0bc09eac] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-0bc09eac] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-0bc09eac] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-0bc09eac] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-0bc09eac] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-0bc09eac] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-0bc09eac] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-0bc09eac]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-0bc09eac]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-0bc09eac]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-0bc09eac] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-0bc09eac] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-0bc09eac] {
    display: none
  }

  .flex_1dan ul[data-v-0bc09eac] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-0bc09eac]:first-of-type,
  .flex_3dan div[data-v-0bc09eac]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-0bc09eac]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-0bc09eac] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-0bc09eac]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-0bc09eac]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-0bc09eac]:first-of-type,
  .flex_3dan div[data-v-0bc09eac]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-0bc09eac]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-0bc09eac] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-0bc09eac] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-0bc09eac] {
    width: 100%
  }

  .flex_3dan div[data-v-0bc09eac]:first-of-type,
  .flex_3dan div[data-v-0bc09eac]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-0bc09eac]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-0bc09eac] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-0bc09eac] {
    width: 100%
  }

  .ul_game_item2 li[data-v-0bc09eac]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-0bc09eac]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-0bc09eac]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-0bc09eac]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-0bc09eac]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-0bc09eac] {
    padding: 101px 280px 0
  }

  .container_left[data-v-0bc09eac],
  .container_left_md[data-v-0bc09eac],
  .container_right[data-v-0bc09eac] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-0bc09eac]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-0bc09eac]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-0bc09eac]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-0bc09eac]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-0bc09eac] {
    padding-left: 40px
  }

  .container_left[data-v-0bc09eac] {
    display: none
  }

  .btn_left_control[data-v-0bc09eac] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-0bc09eac],
  .btn_left_control i[data-v-0bc09eac] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-0bc09eac] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-0bc09eac] {
    width: 26px
  }

  .btn_left_close[data-v-0bc09eac] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-0bc09eac] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-0bc09eac] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-0bc09eac]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-0bc09eac]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-0bc09eac]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-0bc09eac]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-0bc09eac]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-0bc09eac]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-0bc09eac] {
    display: block
  }

  .no-display-1600[data-v-0bc09eac] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-0bc09eac]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-0bc09eac]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-0bc09eac] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-0bc09eac] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-0bc09eac]:first-of-type,
  .container_center_2_mini>div>div[data-v-0bc09eac]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-0bc09eac] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-0bc09eac]:first-of-type,
  .container_center_3_mini>div>div[data-v-0bc09eac]:nth-of-type(2),
  .container_center_4_mini>div[data-v-0bc09eac]:first-of-type,
  .container_center_4_mini>div[data-v-0bc09eac]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-0bc09eac] {
    padding-right: 0
  }

  .container_right[data-v-0bc09eac] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-0bc09eac] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-0bc09eac] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-0bc09eac] {
    width: 26px
  }

  .container_right .right_screen[data-v-0bc09eac] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-0bc09eac] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-0bc09eac],
  .btn_left_control[data-v-0bc09eac],
  .container_left[data-v-0bc09eac] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-0bc09eac] {
    padding: 0
  }

  .mobile_scroll[data-v-0bc09eac] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-0bc09eac] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-0bc09eac],
.title_info_s[data-v-0bc09eac] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-0bc09eac] {
  font-size: 1.8rem
}

.title_info_s[data-v-0bc09eac]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-0bc09eac] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-0bc09eac] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-0bc09eac] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-0bc09eac] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-0bc09eac] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-0bc09eac] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-0bc09eac] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-0bc09eac] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-0bc09eac] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-0bc09eac] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-0bc09eac] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-0bc09eac] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-0bc09eac] {
  position: relative
}

.sub_visual_wallet img[data-v-0bc09eac] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-0bc09eac] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-0bc09eac] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-0bc09eac] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-0bc09eac] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-0bc09eac]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-0bc09eac],
.menu_wallet>li button[data-v-0bc09eac] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-0bc09eac],
.menu_wallet>li button.active[data-v-0bc09eac] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-0bc09eac] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-0bc09eac]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-0bc09eac] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-0bc09eac] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-0bc09eac] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-0bc09eac] {
  position: relative
}

.wallet_form button[data-v-0bc09eac] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-0bc09eac] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-0bc09eac] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-0bc09eac] {
  background: #141621 
}

h2.title_trade[data-v-0bc09eac] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-0bc09eac] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-0bc09eac] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-0bc09eac] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-0bc09eac],
.result_buy div[data-v-0bc09eac] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-0bc09eac] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-0bc09eac] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-0bc09eac] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-0bc09eac] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-0bc09eac] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-0bc09eac] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-0bc09eac] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-0bc09eac] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-0bc09eac],
.sub_visual.s_02[data-v-0bc09eac],
.sub_visual.s_03[data-v-0bc09eac],
.sub_visual.s_04[data-v-0bc09eac],
.sub_visual.s_05[data-v-0bc09eac],
.sub_visual.s_06[data-v-0bc09eac],
.sub_visual.s_07[data-v-0bc09eac],
.sub_visual.s_08[data-v-0bc09eac] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-0bc09eac] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-0bc09eac] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-0bc09eac] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-0bc09eac],
.sub_menu a[data-v-0bc09eac] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-0bc09eac] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-0bc09eac] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-0bc09eac],
.sub_menu a.nuxt-link-active[data-v-0bc09eac] {
  color: #e32028
}

.sub_tab ul[data-v-0bc09eac] {
  overflow: hidden
}

.sub_tab ul li[data-v-0bc09eac] {
  float: left
}

.sub_tab ul li a[data-v-0bc09eac] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-0bc09eac],
.sub_tab ul li a.active[data-v-0bc09eac] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-0bc09eac]:before,
.sub_tab ul li a.active[data-v-0bc09eac]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-0bc09eac] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-0bc09eac] {
  font-size: 2.2rem
}

.title_big[data-v-0bc09eac],
.title_normal[data-v-0bc09eac] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-0bc09eac] {
  font-size: 1.8rem
}

.title_small[data-v-0bc09eac] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-0bc09eac] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-0bc09eac] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-0bc09eac],
.title_tiny[data-v-0bc09eac] {
  position: relative;
  color: #fff
}

.title_sub[data-v-0bc09eac] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-0bc09eac]:before {
  bottom: -5px
}

.title_sub[data-v-0bc09eac]:after,
.title_sub[data-v-0bc09eac]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-0bc09eac]:after {
  bottom: -3px
}

.title_sub_1[data-v-0bc09eac] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-0bc09eac]:before {
  bottom: -5px
}

.title_sub_1[data-v-0bc09eac]:after,
.title_sub_1[data-v-0bc09eac]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-0bc09eac]:after {
  bottom: -3px
}

.title_sm[data-v-0bc09eac] {
  display: none
}

.title_hexa[data-v-0bc09eac] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-0bc09eac],
.title_hexa i[data-v-0bc09eac] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-0bc09eac] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-0bc09eac] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-0bc09eac] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-0bc09eac],
.title_hexa.t_on i[data-v-0bc09eac] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-0bc09eac] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-0bc09eac] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-0bc09eac] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-0bc09eac] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-0bc09eac] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-0bc09eac] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-0bc09eac] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-0bc09eac]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-0bc09eac]:first-of-type,
.sports_list li>div[data-v-0bc09eac]:nth-of-type(2),
.sports_list li>div[data-v-0bc09eac]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-0bc09eac] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-0bc09eac]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-0bc09eac] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-0bc09eac] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-0bc09eac] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-0bc09eac]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-0bc09eac] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-0bc09eac] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-0bc09eac] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-0bc09eac],
.game_bat button[data-v-0bc09eac] {
  position: relative
}

.game_bat button[data-v-0bc09eac]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-0bc09eac] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-0bc09eac] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-0bc09eac] {
  margin-right: 5px
}

.game_bat button[data-v-0bc09eac]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-0bc09eac] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-0bc09eac] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-0bc09eac] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-0bc09eac],
.game_bat button:nth-of-type(3) i img[data-v-0bc09eac] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-0bc09eac] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-0bc09eac]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-0bc09eac]:nth-of-type(2),
.game_bat button[data-v-0bc09eac]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-0bc09eac]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-0bc09eac],
.game_bat button.active[data-v-0bc09eac] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-0bc09eac]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-0bc09eac]:after,
.game_bat button:first-of-type .up[data-v-0bc09eac]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-0bc09eac 1s ease-in-out 5;
  animation: blink-data-v-0bc09eac 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-0bc09eac]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-0bc09eac]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-0bc09eac]:after,
.game_bat button:nth-of-type(2) .up[data-v-0bc09eac]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-0bc09eac 1s ease-in-out 5;
  animation: blink-data-v-0bc09eac 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-0bc09eac]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-0bc09eac]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-0bc09eac]:after,
.game_bat button:nth-of-type(3) .up[data-v-0bc09eac]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-0bc09eac 1s ease-in-out 5;
  animation: blink-data-v-0bc09eac 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-0bc09eac]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-0bc09eac] {
  padding: 0
}

.box_folder[data-v-0bc09eac],
.box_folder button[data-v-0bc09eac] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-0bc09eac] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-0bc09eac] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-0bc09eac]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-0bc09eac] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-0bc09eac]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-0bc09eac] {
  flex-wrap: wrap
}

.bank_info[data-v-0bc09eac],
.bank_info li[data-v-0bc09eac] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-0bc09eac] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-0bc09eac]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-0bc09eac] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-0bc09eac] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-0bc09eac] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-0bc09eac] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-0bc09eac] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-0bc09eac] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-0bc09eac] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-0bc09eac] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-0bc09eac] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-0bc09eac] {
  margin-right: 10px
}

.box_text_type_1[data-v-0bc09eac] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-0bc09eac],
.box_text_type_1 i[data-v-0bc09eac] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-0bc09eac] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-0bc09eac] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-0bc09eac],
.wl_tip[data-v-0bc09eac] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-0bc09eac],
.wl_tip ul li[data-v-0bc09eac] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-0bc09eac] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-0bc09eac] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-0bc09eac] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-0bc09eac],
.wl_waring ul li[data-v-0bc09eac] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-0bc09eac] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-0bc09eac] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-0bc09eac] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-0bc09eac] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-0bc09eac] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-0bc09eac] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-0bc09eac {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-0bc09eac {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-0bc09eac] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-0bc09eac] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-0bc09eac] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-0bc09eac],
.box_fx_buy_sell[data-v-0bc09eac],
.box_fx_result[data-v-0bc09eac],
.box_leverage_result[data-v-0bc09eac],
.current_time[data-v-0bc09eac],
.tab_box[data-v-0bc09eac],
.tab_time[data-v-0bc09eac] {
  position: relative
}

.copilot[data-v-0bc09eac] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-0bc09eac],
.copilot[data-v-0bc09eac]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-0bc09eac]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-0bc09eac] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-0bc09eac] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-0bc09eac] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-0bc09eac] {
  padding: 20px 15px
}

.copilot_foot[data-v-0bc09eac],
.copilot_foot button[data-v-0bc09eac] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-0bc09eac] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-0bc09eac] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-0bc09eac],
.copilot.step_2[data-v-0bc09eac] {
  top: 50px
}

.copilot.step_3[data-v-0bc09eac],
.copilot.step_4[data-v-0bc09eac],
.copilot.step_6[data-v-0bc09eac],
.copilot.step_7[data-v-0bc09eac],
.copilot.step_8[data-v-0bc09eac] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-0bc09eac] {
  top: 40px
}

.box_info_1[data-v-0bc09eac] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-0bc09eac] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-0bc09eac] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-0bc09eac]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-0bc09eac] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-0bc09eac] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-0bc09eac] {
  height: 40px
}

.title_guide_1 span[data-v-0bc09eac] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-0bc09eac] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-0bc09eac] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-0bc09eac] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-0bc09eac] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-0bc09eac] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-0bc09eac 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-0bc09eac 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-0bc09eac]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-0bc09eac]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-0bc09eac]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-0bc09eac]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-0bc09eac]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-0bc09eac {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-0bc09eac {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-0bc09eac] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-0bc09eac] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-0bc09eac] {
    margin-top: 0
  }

  .sub_visual[data-v-0bc09eac] {
    display: none
  }

  .box_sub_title[data-v-0bc09eac] {
    padding: 0 20px
  }

  .box_sub_container[data-v-0bc09eac] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-0bc09eac] {
    display: block
  }

  .title_sub[data-v-0bc09eac] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-0bc09eac]:before {
    bottom: -5px
  }

  .title_sub[data-v-0bc09eac]:after,
  .title_sub[data-v-0bc09eac]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-0bc09eac]:after {
    bottom: -3px
  }

  .sub_menu[data-v-0bc09eac] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-0bc09eac] {
    padding: 0
  }

  .box_sub_container[data-v-0bc09eac] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-0bc09eac] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-0bc09eac] {
    display: none
  }

  .box_bg_deep[data-v-0bc09eac] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-0bc09eac] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-0bc09eac] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-0bc09eac] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-0bc09eac],
  .result_buy div[data-v-0bc09eac] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-0bc09eac] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-0bc09eac] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-0bc09eac] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-0bc09eac] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-0bc09eac] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-0bc09eac] {
    padding: 0 5px
  }

  .box_folder button[data-v-0bc09eac] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-0bc09eac] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-0bc09eac] {
    padding: 0
  }

  .pagenation_type_1[data-v-0bc09eac] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-0bc09eac] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-0bc09eac] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-0bc09eac] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-0bc09eac],
  .pagenation_type_1 .btn_last[data-v-0bc09eac],
  .pagenation_type_1 .btn_next[data-v-0bc09eac],
  .pagenation_type_1 .btn_prev[data-v-0bc09eac] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-0bc09eac] {
    color: #bbb
  }

  .title_medium[data-v-0bc09eac] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-0bc09eac]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-0bc09eac]:first-of-type:hover,
  .game_bat.bet_three button[data-v-0bc09eac]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-0bc09eac]:nth-of-type(3):hover,
  .game_bat button[data-v-0bc09eac]:first-of-type:hover,
  .game_bat button[data-v-0bc09eac]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-0bc09eac],
  .game_bat button.active span[data-v-0bc09eac],
  .game_bat button:hover span[data-v-0bc09eac] {
    color: #fff 
  }

  .bat_more[data-v-0bc09eac]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-0bc09eac],
  .bat_more[disabled][data-v-0bc09eac]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-0bc09eac]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-0bc09eac]:first-of-type:hover,
  .game_bat_2 button[data-v-0bc09eac]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-0bc09eac],
  .game_bat_2 button.active[data-v-0bc09eac]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-0bc09eac]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-0bc09eac] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-0bc09eac] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-0bc09eac]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-0bc09eac]:hover,
  .pagenation_type_1 .btn_last[data-v-0bc09eac]:hover,
  .pagenation_type_1 .btn_next[data-v-0bc09eac]:hover,
  .pagenation_type_1 .btn_prev[data-v-0bc09eac]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-0bc09eac]:hover,
  .ul_game_item button[data-v-0bc09eac]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.box_spinner[data-v-0bc09eac] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.box_loading[data-v-0bc09eac] {
  flex-direction: row;
  height: 100%;
  text-align: center;
  zoom: .6
}

.blance_accounts[data-v-0bc09eac],
.box_loading[data-v-0bc09eac] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%
}

.blance_accounts[data-v-0bc09eac] {
  position: relative;
  flex-direction: column;
  max-width: 300px;
  min-height: 80px;
  background: #30303a
}

.blance_accounts[data-v-0bc09eac]:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

.blance_accounts[data-v-0bc09eac]:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

.blance_accounts div[data-v-0bc09eac] {
  padding: 40px 30px 20px
}

.blance_accounts em[data-v-0bc09eac] {
  font-size: 1.8rem;
  color: #ff542e;
  font-weight: 500;
  line-height: 1.3
}

.blance_accounts span[data-v-0bc09eac] {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 15px;
  margin-bottom: 25px
}

.blance_accounts img[data-v-0bc09eac] {
  width: 100px
}
body [data-v-77c65e43] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-77c65e43]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-77c65e43]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-77c65e43] {
  max-width: 1440px
}

.page-enter-active[data-v-77c65e43],
.page-leave-active[data-v-77c65e43] {
  transition: opacity .1s
}

.page-enter[data-v-77c65e43],
.page-leave-to[data-v-77c65e43] {
  opacity: 0
}

.b1[data-v-77c65e43] {
  border: 1px solid red
}

.width-btn-100[data-v-77c65e43] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-77c65e43] {
  color: #e32028 
}

.main-color1-normal[data-v-77c65e43] {
  color: #ff2152 
}

.main-color1-text[data-v-77c65e43] {
  color: #ff9710 
}

.main-color1-deep[data-v-77c65e43] {
  color: #ff6900 
}

.main-color1-light[data-v-77c65e43] {
  color: #ff542e 
}

.color-white[data-v-77c65e43] {
  color: #fff 
}

.main-color2-light[data-v-77c65e43] {
  color: #a9da2b 
}

.main-color2[data-v-77c65e43] {
  color: #67b628 
}

.main_color3_light[data-v-77c65e43] {
  color: #ffc92f 
}

.main-color3[data-v-77c65e43] {
  color: #febd02 
}

.main-color4[data-v-77c65e43] {
  color: #7e93a6 
}

.main-color5-light[data-v-77c65e43] {
  color: #42deda 
}

.main-color5[data-v-77c65e43] {
  color: #01c8de 
}

.color-grey[data-v-77c65e43] {
  color: #676c71 
}

.color-lightgrey[data-v-77c65e43] {
  color: #ababab 
}

.color-deepgrey[data-v-77c65e43] {
  color: #20222b 
}

.color-text-verylight[data-v-77c65e43] {
  color: #80a7b8 
}

.color-text-light[data-v-77c65e43] {
  color: #9a9aa7 
}

.color-text[data-v-77c65e43] {
  color: #797986 
}

.color-text-deep[data-v-77c65e43] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-77c65e43] {
  color: #2f3b49 
}

.c_default[data-v-77c65e43] {
  color: #fff 
}

.c_high[data-v-77c65e43] {
  color: #ff1717 
}

.c_low[data-v-77c65e43] {
  color: #0bf 
}

.c_buy_light[data-v-77c65e43] {
  color: #fe5159 
}

.c_buy[data-v-77c65e43] {
  color: #f14f57 
}

.bg_c_buy[data-v-77c65e43] {
  background: #f14f57
}

.c_sell_light[data-v-77c65e43] {
  color: #349bf0 
}

.c_sell[data-v-77c65e43] {
  color: #3488db 
}

.bg_c_sell[data-v-77c65e43] {
  background: #3488db
}

.c_ing[data-v-77c65e43] {
  color: #fff 
}

.bg_ing[data-v-77c65e43],
.bg_wait[data-v-77c65e43] {
  background: #7e93a6 
}

.bg_background_deep[data-v-77c65e43] {
  background: #000
}

.c_success[data-v-77c65e43] {
  color: #1478f2 
}

.bg_success[data-v-77c65e43] {
  background: #1478f2 
}

.c_complete[data-v-77c65e43] {
  color: #fff 
}

.c_fail[data-v-77c65e43] {
  color: #ff1e1e 
}

.bg_fail[data-v-77c65e43] {
  background: #ff1e1e 
}

.c_cancel[data-v-77c65e43] {
  color: #ff6900 
}

.bg_cancel[data-v-77c65e43] {
  background: #ff6900 
}

.c_error[data-v-77c65e43] {
  color: #ff6900 
}

.c_invaild[data-v-77c65e43] {
  color: #999 
}

.bg_invaild[data-v-77c65e43] {
  background: #666 
}

.bg_main[data-v-77c65e43] {
  background: #e32028 
}

.bg_green_gra[data-v-77c65e43] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-77c65e43] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-77c65e43] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-77c65e43] {
  color: #ff5266 
}

.c_deposit_light[data-v-77c65e43] {
  color: #a9da2b 
}

.c_deposit[data-v-77c65e43] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-77c65e43] {
  color: #ff8520 
}

.c_withdrawal[data-v-77c65e43] {
  color: #ff6900 
}

.c_green[data-v-77c65e43] {
  color: #009b1b 
}

.c_red[data-v-77c65e43] {
  color: red 
}

.c_blue[data-v-77c65e43] {
  color: #febd02 
}

.c_black[data-v-77c65e43] {
  color: #000 
}

.bg_white[data-v-77c65e43] {
  background: #fff 
}

.bg_green[data-v-77c65e43] {
  background: #6dcb1b 
}

.box_c_ing[data-v-77c65e43] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-77c65e43] {
  background: #f14f57
}

.box_c_buy[data-v-77c65e43],
.box_c_invaild[data-v-77c65e43] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-77c65e43] {
  background: #999
}

.box_c_sell[data-v-77c65e43] {
  background: #3488db
}

.box_c_sell[data-v-77c65e43],
.box_c_success[data-v-77c65e43] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-77c65e43] {
  background: #ff6900
}

.box_c_fail[data-v-77c65e43] {
  background: #67b628
}

.box_c_extedn[data-v-77c65e43],
.box_c_fail[data-v-77c65e43] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-77c65e43] {
  background: #43586c
}

.ps__rail-x[data-v-77c65e43] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-77c65e43],
.ps__rail-y[data-v-77c65e43] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-77c65e43] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-77c65e43],
.ps--active-y>.ps__rail-y[data-v-77c65e43] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-77c65e43],
.ps--focus>.ps__rail-y[data-v-77c65e43],
.ps--scrolling-x>.ps__rail-x[data-v-77c65e43],
.ps--scrolling-y>.ps__rail-y[data-v-77c65e43],
.ps:hover>.ps__rail-x[data-v-77c65e43],
.ps:hover>.ps__rail-y[data-v-77c65e43] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-77c65e43],
.ps.ps__rail-x[data-v-77c65e43]:focus,
.ps.ps__rail-x[data-v-77c65e43]:hover,
.ps.ps__rail-y.ps--clicking[data-v-77c65e43],
.ps.ps__rail-y[data-v-77c65e43]:focus,
.ps.ps__rail-y[data-v-77c65e43]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-77c65e43] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-77c65e43],
.ps__thumb-y[data-v-77c65e43] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-77c65e43] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-77c65e43],
.ps__rail-x:focus>.ps__thumb-x[data-v-77c65e43],
.ps__rail-x:hover>.ps__thumb-x[data-v-77c65e43] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-77c65e43],
.ps__rail-y:focus>.ps__thumb-y[data-v-77c65e43],
.ps__rail-y:hover>.ps__thumb-y[data-v-77c65e43] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-77c65e43] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-77c65e43] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-77c65e43] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-77c65e43] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-77c65e43] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-77c65e43] {
  display: none 
}

.toast-top-center[data-v-77c65e43] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-77c65e43] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-77c65e43] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-77c65e43] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-77c65e43] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-77c65e43],
.pagenation_type_1 .btn_last[data-v-77c65e43],
.pagenation_type_1 .btn_next[data-v-77c65e43],
.pagenation_type_1 .btn_prev[data-v-77c65e43] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-77c65e43] {
  color: #bbb
}

.wrap_type_3[data-v-77c65e43] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-77c65e43] {
  background: #0b0c10
}

.container_left[data-v-77c65e43],
.container_left_md[data-v-77c65e43] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-77c65e43] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-77c65e43] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-77c65e43] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-77c65e43] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-77c65e43]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-77c65e43] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-77c65e43] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-77c65e43] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-77c65e43] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-77c65e43]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-77c65e43]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-77c65e43],
.container_center_3_mini>div[data-v-77c65e43] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-77c65e43] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-77c65e43]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-77c65e43]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-77c65e43] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-77c65e43]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-77c65e43]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-77c65e43] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-77c65e43]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-77c65e43]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-77c65e43] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-77c65e43] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-77c65e43],
.bg_grad_1_x[data-v-77c65e43] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-77c65e43] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-77c65e43] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-77c65e43] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-77c65e43],
.bg_normal_2[data-v-77c65e43] {
  background: #141621
}

.btn_left_close[data-v-77c65e43],
.btn_left_control[data-v-77c65e43],
.btn_right_close[data-v-77c65e43],
.right_screen[data-v-77c65e43] {
  display: none
}

.box_logo[data-v-77c65e43] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-77c65e43] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-77c65e43] {
  display: none
}

.text_dot[data-v-77c65e43] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-77c65e43 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-77c65e43 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-77c65e43] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-77c65e43] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-77c65e43] {
  background: #fff 
}

.bat_more.active i[data-v-77c65e43] {
  color: #000 
}

.btn_no_disabled[data-v-77c65e43] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-77c65e43] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-77c65e43] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-77c65e43],
.game_bat_2 button[data-v-77c65e43]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-77c65e43]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-77c65e43] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-77c65e43] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-77c65e43]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-77c65e43] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-77c65e43] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-77c65e43] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-77c65e43],
.title_logo[data-v-77c65e43] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-77c65e43] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-77c65e43] {
  height: 22px
}

.tab[data-v-77c65e43] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-77c65e43]:last-child {
  width: 100%
}

.tab li[data-v-77c65e43]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-77c65e43] {
  width: 50%
}

.tab li[data-v-77c65e43]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-77c65e43] {
  width: 33.333333333333%
}

.tab li[data-v-77c65e43]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-77c65e43] {
  width: 25%
}

.tab li[data-v-77c65e43]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-77c65e43] {
  width: 20%
}

.tab li[data-v-77c65e43]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-77c65e43] {
  width: 16.66666666666667%
}

.tab li button[data-v-77c65e43] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-77c65e43] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-77c65e43]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-77c65e43] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-77c65e43] {
  border: 0
}

.wrap_sports_detail li[data-v-77c65e43] {
  width: 100%
}

.wrap_sports_detail li[data-v-77c65e43]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-77c65e43]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-77c65e43] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-77c65e43] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-77c65e43],
.detail_num>button[data-v-77c65e43] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-77c65e43] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-77c65e43] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-77c65e43]:last-child {
  width: 100%
}

.detail_num button[data-v-77c65e43]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-77c65e43] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-77c65e43]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-77c65e43] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-77c65e43] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-77c65e43] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-77c65e43] {
  color: #fff 
}

.detail_num>button .up[data-v-77c65e43]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-77c65e43]:after,
.detail_num>button .up[data-v-77c65e43]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-77c65e43 1s ease-in-out 5;
  animation: blink-data-v-77c65e43 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-77c65e43]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-77c65e43] {
  background: #f4053a
}

.detail_num>button.active i[data-v-77c65e43] {
  color: #000
}

.detail_num>button .text-allocation[data-v-77c65e43] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-77c65e43] {
  color: #000 
}

.sports_bet_close[data-v-77c65e43] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-77c65e43],
.sports_bet_close[data-v-77c65e43]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-77c65e43]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-77c65e43] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-77c65e43],
.sports_bet_close_all[data-v-77c65e43]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-77c65e43]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-77c65e43] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-77c65e43]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-77c65e43] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-77c65e43]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-77c65e43] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-77c65e43],
.market_all_close[data-v-77c65e43]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-77c65e43]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-77c65e43] {
    display: none
  }
}

.vjs-control-bar[data-v-77c65e43] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-77c65e43] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-77c65e43] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-77c65e43] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-77c65e43]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-77c65e43] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-77c65e43]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-77c65e43] {
  color: #fff 
}

.vjs-big-play-button[data-v-77c65e43]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-77c65e43],
  .detail_num button[data-v-77c65e43]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-77c65e43] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-77c65e43]:nth-of-type(2),
  .game_bat button[data-v-77c65e43]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-77c65e43]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-77c65e43] {
    width: 100%
  }

  .market_all_close[data-v-77c65e43]:after,
  .market_domestic_all_close[data-v-77c65e43]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-77c65e43],
  .game_bat button:nth-of-type(3) i[data-v-77c65e43] {
    display: none 
  }
}

.mini_bet_close[data-v-77c65e43] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-77c65e43],
.mini_bet_close[data-v-77c65e43]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-77c65e43]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-77c65e43] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-77c65e43] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-77c65e43] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-77c65e43]:first-of-type,
.flex_2dan div[data-v-77c65e43]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-77c65e43] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-77c65e43]:first-of-type,
.flex_3dan div[data-v-77c65e43]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-77c65e43]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-77c65e43] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-77c65e43] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-77c65e43] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-77c65e43] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-77c65e43] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-77c65e43] {
  height: 40px
}

.mini_game_info[data-v-77c65e43],
.mini_game_info span[data-v-77c65e43]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-77c65e43]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-77c65e43] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-77c65e43] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-77c65e43]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-77c65e43] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-77c65e43] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-77c65e43] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-77c65e43] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-77c65e43]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-77c65e43] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-77c65e43]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-77c65e43] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-77c65e43]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-77c65e43] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-77c65e43]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-77c65e43] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-77c65e43]:first-child,
.ul_game_item.item_10 li[data-v-77c65e43]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-77c65e43]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-77c65e43] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-77c65e43],
.ul_game_item button i[data-v-77c65e43] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-77c65e43] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-77c65e43] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-77c65e43] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-77c65e43] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-77c65e43] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-77c65e43] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-77c65e43] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-77c65e43] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-77c65e43] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-77c65e43] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-77c65e43] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-77c65e43] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-77c65e43] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-77c65e43] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-77c65e43] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-77c65e43] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-77c65e43] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-77c65e43] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-77c65e43] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-77c65e43] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-77c65e43] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-77c65e43] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-77c65e43] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-77c65e43] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-77c65e43] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-77c65e43] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-77c65e43] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-77c65e43] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-77c65e43] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-77c65e43] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-77c65e43] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-77c65e43] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-77c65e43] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-77c65e43] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-77c65e43] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-77c65e43] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-77c65e43] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-77c65e43] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-77c65e43]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-77c65e43]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-77c65e43]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-77c65e43] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-77c65e43] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-77c65e43] {
    display: none
  }

  .flex_1dan ul[data-v-77c65e43] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-77c65e43]:first-of-type,
  .flex_3dan div[data-v-77c65e43]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-77c65e43]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-77c65e43] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-77c65e43]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-77c65e43]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-77c65e43]:first-of-type,
  .flex_3dan div[data-v-77c65e43]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-77c65e43]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-77c65e43] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-77c65e43] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-77c65e43] {
    width: 100%
  }

  .flex_3dan div[data-v-77c65e43]:first-of-type,
  .flex_3dan div[data-v-77c65e43]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-77c65e43]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-77c65e43] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-77c65e43] {
    width: 100%
  }

  .ul_game_item2 li[data-v-77c65e43]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-77c65e43]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-77c65e43]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-77c65e43]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-77c65e43]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-77c65e43] {
    padding: 101px 280px 0
  }

  .container_left[data-v-77c65e43],
  .container_left_md[data-v-77c65e43],
  .container_right[data-v-77c65e43] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-77c65e43]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-77c65e43]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-77c65e43]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-77c65e43]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-77c65e43] {
    padding-left: 40px
  }

  .container_left[data-v-77c65e43] {
    display: none
  }

  .btn_left_control[data-v-77c65e43] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-77c65e43],
  .btn_left_control i[data-v-77c65e43] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-77c65e43] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-77c65e43] {
    width: 26px
  }

  .btn_left_close[data-v-77c65e43] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-77c65e43] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-77c65e43] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-77c65e43]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-77c65e43]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-77c65e43]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-77c65e43]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-77c65e43]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-77c65e43]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-77c65e43] {
    display: block
  }

  .no-display-1600[data-v-77c65e43] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-77c65e43]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-77c65e43]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-77c65e43] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-77c65e43] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-77c65e43]:first-of-type,
  .container_center_2_mini>div>div[data-v-77c65e43]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-77c65e43] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-77c65e43]:first-of-type,
  .container_center_3_mini>div>div[data-v-77c65e43]:nth-of-type(2),
  .container_center_4_mini>div[data-v-77c65e43]:first-of-type,
  .container_center_4_mini>div[data-v-77c65e43]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-77c65e43] {
    padding-right: 0
  }

  .container_right[data-v-77c65e43] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-77c65e43] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-77c65e43] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-77c65e43] {
    width: 26px
  }

  .container_right .right_screen[data-v-77c65e43] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-77c65e43] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-77c65e43],
  .btn_left_control[data-v-77c65e43],
  .container_left[data-v-77c65e43] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-77c65e43] {
    padding: 0
  }

  .mobile_scroll[data-v-77c65e43] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-77c65e43] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-77c65e43],
.title_info_s[data-v-77c65e43] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-77c65e43] {
  font-size: 1.8rem
}

.title_info_s[data-v-77c65e43]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-77c65e43] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-77c65e43] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-77c65e43] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-77c65e43] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-77c65e43] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-77c65e43] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-77c65e43] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-77c65e43] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-77c65e43] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-77c65e43] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-77c65e43] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-77c65e43] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-77c65e43] {
  position: relative
}

.sub_visual_wallet img[data-v-77c65e43] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-77c65e43] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-77c65e43] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-77c65e43] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-77c65e43] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-77c65e43]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-77c65e43],
.menu_wallet>li button[data-v-77c65e43] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-77c65e43],
.menu_wallet>li button.active[data-v-77c65e43] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-77c65e43] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-77c65e43]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-77c65e43] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-77c65e43] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-77c65e43] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-77c65e43] {
  position: relative
}

.wallet_form button[data-v-77c65e43] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-77c65e43] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-77c65e43] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-77c65e43] {
  background: #141621 
}

h2.title_trade[data-v-77c65e43] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-77c65e43] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-77c65e43] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-77c65e43] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-77c65e43],
.result_buy div[data-v-77c65e43] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-77c65e43] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-77c65e43] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-77c65e43] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-77c65e43] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-77c65e43] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-77c65e43] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-77c65e43] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-77c65e43] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-77c65e43],
.sub_visual.s_02[data-v-77c65e43],
.sub_visual.s_03[data-v-77c65e43],
.sub_visual.s_04[data-v-77c65e43],
.sub_visual.s_05[data-v-77c65e43],
.sub_visual.s_06[data-v-77c65e43],
.sub_visual.s_07[data-v-77c65e43],
.sub_visual.s_08[data-v-77c65e43] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-77c65e43] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-77c65e43] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-77c65e43] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-77c65e43],
.sub_menu a[data-v-77c65e43] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-77c65e43] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-77c65e43] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-77c65e43],
.sub_menu a.nuxt-link-active[data-v-77c65e43] {
  color: #e32028
}

.sub_tab ul[data-v-77c65e43] {
  overflow: hidden
}

.sub_tab ul li[data-v-77c65e43] {
  float: left
}

.sub_tab ul li a[data-v-77c65e43] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-77c65e43],
.sub_tab ul li a.active[data-v-77c65e43] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-77c65e43]:before,
.sub_tab ul li a.active[data-v-77c65e43]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-77c65e43] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-77c65e43] {
  font-size: 2.2rem
}

.title_big[data-v-77c65e43],
.title_normal[data-v-77c65e43] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-77c65e43] {
  font-size: 1.8rem
}

.title_small[data-v-77c65e43] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-77c65e43] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-77c65e43] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-77c65e43],
.title_tiny[data-v-77c65e43] {
  position: relative;
  color: #fff
}

.title_sub[data-v-77c65e43] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-77c65e43]:before {
  bottom: -5px
}

.title_sub[data-v-77c65e43]:after,
.title_sub[data-v-77c65e43]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-77c65e43]:after {
  bottom: -3px
}

.title_sub_1[data-v-77c65e43] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-77c65e43]:before {
  bottom: -5px
}

.title_sub_1[data-v-77c65e43]:after,
.title_sub_1[data-v-77c65e43]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-77c65e43]:after {
  bottom: -3px
}

.title_sm[data-v-77c65e43] {
  display: none
}

.title_hexa[data-v-77c65e43] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-77c65e43],
.title_hexa i[data-v-77c65e43] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-77c65e43] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-77c65e43] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-77c65e43] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-77c65e43],
.title_hexa.t_on i[data-v-77c65e43] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-77c65e43] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-77c65e43] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-77c65e43] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-77c65e43] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-77c65e43] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-77c65e43] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-77c65e43] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-77c65e43]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-77c65e43]:first-of-type,
.sports_list li>div[data-v-77c65e43]:nth-of-type(2),
.sports_list li>div[data-v-77c65e43]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-77c65e43] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-77c65e43]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-77c65e43] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-77c65e43] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-77c65e43] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-77c65e43]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-77c65e43] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-77c65e43] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-77c65e43] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-77c65e43],
.game_bat button[data-v-77c65e43] {
  position: relative
}

.game_bat button[data-v-77c65e43]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-77c65e43] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-77c65e43] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-77c65e43] {
  margin-right: 5px
}

.game_bat button[data-v-77c65e43]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-77c65e43] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-77c65e43] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-77c65e43] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-77c65e43],
.game_bat button:nth-of-type(3) i img[data-v-77c65e43] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-77c65e43] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-77c65e43]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-77c65e43]:nth-of-type(2),
.game_bat button[data-v-77c65e43]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-77c65e43]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-77c65e43],
.game_bat button.active[data-v-77c65e43] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-77c65e43]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-77c65e43]:after,
.game_bat button:first-of-type .up[data-v-77c65e43]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-77c65e43 1s ease-in-out 5;
  animation: blink-data-v-77c65e43 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-77c65e43]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-77c65e43]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-77c65e43]:after,
.game_bat button:nth-of-type(2) .up[data-v-77c65e43]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-77c65e43 1s ease-in-out 5;
  animation: blink-data-v-77c65e43 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-77c65e43]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-77c65e43]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-77c65e43]:after,
.game_bat button:nth-of-type(3) .up[data-v-77c65e43]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-77c65e43 1s ease-in-out 5;
  animation: blink-data-v-77c65e43 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-77c65e43]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-77c65e43] {
  padding: 0
}

.box_folder[data-v-77c65e43],
.box_folder button[data-v-77c65e43] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-77c65e43] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-77c65e43] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-77c65e43]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-77c65e43] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-77c65e43]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-77c65e43] {
  flex-wrap: wrap
}

.bank_info[data-v-77c65e43],
.bank_info li[data-v-77c65e43] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-77c65e43] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-77c65e43]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-77c65e43] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-77c65e43] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-77c65e43] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-77c65e43] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-77c65e43] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-77c65e43] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-77c65e43] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-77c65e43] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-77c65e43] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-77c65e43] {
  margin-right: 10px
}

.box_text_type_1[data-v-77c65e43] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-77c65e43],
.box_text_type_1 i[data-v-77c65e43] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-77c65e43] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-77c65e43] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-77c65e43],
.wl_tip[data-v-77c65e43] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-77c65e43],
.wl_tip ul li[data-v-77c65e43] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-77c65e43] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-77c65e43] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-77c65e43] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-77c65e43],
.wl_waring ul li[data-v-77c65e43] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-77c65e43] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-77c65e43] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-77c65e43] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-77c65e43] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-77c65e43] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-77c65e43] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-77c65e43 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-77c65e43 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-77c65e43] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-77c65e43] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-77c65e43] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-77c65e43],
.box_fx_buy_sell[data-v-77c65e43],
.box_fx_result[data-v-77c65e43],
.box_leverage_result[data-v-77c65e43],
.current_time[data-v-77c65e43],
.tab_box[data-v-77c65e43],
.tab_time[data-v-77c65e43] {
  position: relative
}

.copilot[data-v-77c65e43] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-77c65e43],
.copilot[data-v-77c65e43]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-77c65e43]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-77c65e43] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-77c65e43] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-77c65e43] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-77c65e43] {
  padding: 20px 15px
}

.copilot_foot[data-v-77c65e43],
.copilot_foot button[data-v-77c65e43] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-77c65e43] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-77c65e43] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-77c65e43],
.copilot.step_2[data-v-77c65e43] {
  top: 50px
}

.copilot.step_3[data-v-77c65e43],
.copilot.step_4[data-v-77c65e43],
.copilot.step_6[data-v-77c65e43],
.copilot.step_7[data-v-77c65e43],
.copilot.step_8[data-v-77c65e43] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-77c65e43] {
  top: 40px
}

.box_info_1[data-v-77c65e43] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-77c65e43] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-77c65e43] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-77c65e43]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-77c65e43] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-77c65e43] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-77c65e43] {
  height: 40px
}

.title_guide_1 span[data-v-77c65e43] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-77c65e43] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-77c65e43] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-77c65e43] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-77c65e43] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-77c65e43] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-77c65e43 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-77c65e43 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-77c65e43]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-77c65e43]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-77c65e43]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-77c65e43]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-77c65e43]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-77c65e43 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-77c65e43 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-77c65e43] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-77c65e43] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-77c65e43] {
    margin-top: 0
  }

  .sub_visual[data-v-77c65e43] {
    display: none
  }

  .box_sub_title[data-v-77c65e43] {
    padding: 0 20px
  }

  .box_sub_container[data-v-77c65e43] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-77c65e43] {
    display: block
  }

  .title_sub[data-v-77c65e43] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-77c65e43]:before {
    bottom: -5px
  }

  .title_sub[data-v-77c65e43]:after,
  .title_sub[data-v-77c65e43]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-77c65e43]:after {
    bottom: -3px
  }

  .sub_menu[data-v-77c65e43] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-77c65e43] {
    padding: 0
  }

  .box_sub_container[data-v-77c65e43] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-77c65e43] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-77c65e43] {
    display: none
  }

  .box_bg_deep[data-v-77c65e43] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-77c65e43] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-77c65e43] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-77c65e43] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-77c65e43],
  .result_buy div[data-v-77c65e43] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-77c65e43] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-77c65e43] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-77c65e43] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-77c65e43] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-77c65e43] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-77c65e43] {
    padding: 0 5px
  }

  .box_folder button[data-v-77c65e43] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-77c65e43] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-77c65e43] {
    padding: 0
  }

  .pagenation_type_1[data-v-77c65e43] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-77c65e43] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-77c65e43] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-77c65e43] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-77c65e43],
  .pagenation_type_1 .btn_last[data-v-77c65e43],
  .pagenation_type_1 .btn_next[data-v-77c65e43],
  .pagenation_type_1 .btn_prev[data-v-77c65e43] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-77c65e43] {
    color: #bbb
  }

  .title_medium[data-v-77c65e43] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-77c65e43]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-77c65e43]:first-of-type:hover,
  .game_bat.bet_three button[data-v-77c65e43]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-77c65e43]:nth-of-type(3):hover,
  .game_bat button[data-v-77c65e43]:first-of-type:hover,
  .game_bat button[data-v-77c65e43]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-77c65e43],
  .game_bat button.active span[data-v-77c65e43],
  .game_bat button:hover span[data-v-77c65e43] {
    color: #fff 
  }

  .bat_more[data-v-77c65e43]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-77c65e43],
  .bat_more[disabled][data-v-77c65e43]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-77c65e43]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-77c65e43]:first-of-type:hover,
  .game_bat_2 button[data-v-77c65e43]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-77c65e43],
  .game_bat_2 button.active[data-v-77c65e43]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-77c65e43]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-77c65e43] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-77c65e43] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-77c65e43]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-77c65e43]:hover,
  .pagenation_type_1 .btn_last[data-v-77c65e43]:hover,
  .pagenation_type_1 .btn_next[data-v-77c65e43]:hover,
  .pagenation_type_1 .btn_prev[data-v-77c65e43]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-77c65e43]:hover,
  .ul_game_item button[data-v-77c65e43]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_live[data-v-77c65e43] {
  position: relative
}

.sub_visual_live img[data-v-77c65e43] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_live div[data-v-77c65e43] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 40px 10px
}

.sub_visual_live div>span[data-v-77c65e43]:first-of-type {
  display: flex;
  align-items: flex-start;
  font-size: 9rem;
  color: #fff;
  font-family: BebasNeuePro;
  font-weight: 300
}

.sub_visual_live div>span:first-of-type b[data-v-77c65e43] {
  font-size: 9rem;
  color: #e32028;
  font-family: BebasNeuePro;
  font-weight: 600;
  padding-right: 10px
}

.sub_visual_live div>span[data-v-77c65e43]:nth-of-type(2) {
  font-size: 1.5rem;
  color: #fff;
  font-family: gmarket;
  font-weight: 300;
  letter-spacing: 2px;
  padding-left: 5px;
  margin-top: 10px
}

.live_list[data-v-77c65e43] {
  display: flex;
  flex-wrap: wrap
}

.live_list li[data-v-77c65e43] {
  width: calc(25% - 1px);
  margin-right: 1px
}

.live_list li a[data-v-77c65e43] {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden
}

.live_list li a i[data-v-77c65e43] {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1
}

.live_list li a>img[data-v-77c65e43] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .3s
}

.live_list li a button[data-v-77c65e43] {
  position: absolute;
  left: 50%;
  bottom: 10%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  font-size: 2.2rem;
  color: #000;
  font-family: BebasNeuePro;
  font-weight: 600;
  background: #fff;
  border-radius: 20px;
  margin-left: -90px
}

.live_list li a:hover>img[data-v-77c65e43] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1)
}

@media (max-width:1023px) {
  .container_right[data-v-77c65e43] {
    display: none
  }
}
body [data-v-9f006d92] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-9f006d92]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-9f006d92]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-9f006d92] {
  max-width: 1440px
}

.page-enter-active[data-v-9f006d92],
.page-leave-active[data-v-9f006d92] {
  transition: opacity .1s
}

.page-enter[data-v-9f006d92],
.page-leave-to[data-v-9f006d92] {
  opacity: 0
}

.b1[data-v-9f006d92] {
  border: 1px solid red
}

.width-btn-100[data-v-9f006d92] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-9f006d92] {
  color: #e32028 
}

.main-color1-normal[data-v-9f006d92] {
  color: #ff2152 
}

.main-color1-text[data-v-9f006d92] {
  color: #ff9710 
}

.main-color1-deep[data-v-9f006d92] {
  color: #ff6900 
}

.main-color1-light[data-v-9f006d92] {
  color: #ff542e 
}

.color-white[data-v-9f006d92] {
  color: #fff 
}

.main-color2-light[data-v-9f006d92] {
  color: #a9da2b 
}

.main-color2[data-v-9f006d92] {
  color: #67b628 
}

.main_color3_light[data-v-9f006d92] {
  color: #ffc92f 
}

.main-color3[data-v-9f006d92] {
  color: #febd02 
}

.main-color4[data-v-9f006d92] {
  color: #7e93a6 
}

.main-color5-light[data-v-9f006d92] {
  color: #42deda 
}

.main-color5[data-v-9f006d92] {
  color: #01c8de 
}

.color-grey[data-v-9f006d92] {
  color: #676c71 
}

.color-lightgrey[data-v-9f006d92] {
  color: #ababab 
}

.color-deepgrey[data-v-9f006d92] {
  color: #20222b 
}

.color-text-verylight[data-v-9f006d92] {
  color: #80a7b8 
}

.color-text-light[data-v-9f006d92] {
  color: #9a9aa7 
}

.color-text[data-v-9f006d92] {
  color: #797986 
}

.color-text-deep[data-v-9f006d92] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-9f006d92] {
  color: #2f3b49 
}

.c_default[data-v-9f006d92] {
  color: #fff 
}

.c_high[data-v-9f006d92] {
  color: #ff1717 
}

.c_low[data-v-9f006d92] {
  color: #0bf 
}

.c_buy_light[data-v-9f006d92] {
  color: #fe5159 
}

.c_buy[data-v-9f006d92] {
  color: #f14f57 
}

.bg_c_buy[data-v-9f006d92] {
  background: #f14f57
}

.c_sell_light[data-v-9f006d92] {
  color: #349bf0 
}

.c_sell[data-v-9f006d92] {
  color: #3488db 
}

.bg_c_sell[data-v-9f006d92] {
  background: #3488db
}

.c_ing[data-v-9f006d92] {
  color: #fff 
}

.bg_ing[data-v-9f006d92],
.bg_wait[data-v-9f006d92] {
  background: #7e93a6 
}

.bg_background_deep[data-v-9f006d92] {
  background: #000
}

.c_success[data-v-9f006d92] {
  color: #1478f2 
}

.bg_success[data-v-9f006d92] {
  background: #1478f2 
}

.c_complete[data-v-9f006d92] {
  color: #fff 
}

.c_fail[data-v-9f006d92] {
  color: #ff1e1e 
}

.bg_fail[data-v-9f006d92] {
  background: #ff1e1e 
}

.c_cancel[data-v-9f006d92] {
  color: #ff6900 
}

.bg_cancel[data-v-9f006d92] {
  background: #ff6900 
}

.c_error[data-v-9f006d92] {
  color: #ff6900 
}

.c_invaild[data-v-9f006d92] {
  color: #999 
}

.bg_invaild[data-v-9f006d92] {
  background: #666 
}

.bg_main[data-v-9f006d92] {
  background: #e32028 
}

.bg_green_gra[data-v-9f006d92] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-9f006d92] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-9f006d92] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-9f006d92] {
  color: #ff5266 
}

.c_deposit_light[data-v-9f006d92] {
  color: #a9da2b 
}

.c_deposit[data-v-9f006d92] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-9f006d92] {
  color: #ff8520 
}

.c_withdrawal[data-v-9f006d92] {
  color: #ff6900 
}

.c_green[data-v-9f006d92] {
  color: #009b1b 
}

.c_red[data-v-9f006d92] {
  color: red 
}

.c_blue[data-v-9f006d92] {
  color: #febd02 
}

.c_black[data-v-9f006d92] {
  color: #000 
}

.bg_white[data-v-9f006d92] {
  background: #fff 
}

.bg_green[data-v-9f006d92] {
  background: #6dcb1b 
}

.box_c_ing[data-v-9f006d92] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-9f006d92] {
  background: #f14f57
}

.box_c_buy[data-v-9f006d92],
.box_c_invaild[data-v-9f006d92] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-9f006d92] {
  background: #999
}

.box_c_sell[data-v-9f006d92] {
  background: #3488db
}

.box_c_sell[data-v-9f006d92],
.box_c_success[data-v-9f006d92] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-9f006d92] {
  background: #ff6900
}

.box_c_fail[data-v-9f006d92] {
  background: #67b628
}

.box_c_extedn[data-v-9f006d92],
.box_c_fail[data-v-9f006d92] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-9f006d92] {
  background: #43586c
}

.ps__rail-x[data-v-9f006d92] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-9f006d92],
.ps__rail-y[data-v-9f006d92] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-9f006d92] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-9f006d92],
.ps--active-y>.ps__rail-y[data-v-9f006d92] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-9f006d92],
.ps--focus>.ps__rail-y[data-v-9f006d92],
.ps--scrolling-x>.ps__rail-x[data-v-9f006d92],
.ps--scrolling-y>.ps__rail-y[data-v-9f006d92],
.ps:hover>.ps__rail-x[data-v-9f006d92],
.ps:hover>.ps__rail-y[data-v-9f006d92] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-9f006d92],
.ps.ps__rail-x[data-v-9f006d92]:focus,
.ps.ps__rail-x[data-v-9f006d92]:hover,
.ps.ps__rail-y.ps--clicking[data-v-9f006d92],
.ps.ps__rail-y[data-v-9f006d92]:focus,
.ps.ps__rail-y[data-v-9f006d92]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-9f006d92] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-9f006d92],
.ps__thumb-y[data-v-9f006d92] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-9f006d92] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-9f006d92],
.ps__rail-x:focus>.ps__thumb-x[data-v-9f006d92],
.ps__rail-x:hover>.ps__thumb-x[data-v-9f006d92] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-9f006d92],
.ps__rail-y:focus>.ps__thumb-y[data-v-9f006d92],
.ps__rail-y:hover>.ps__thumb-y[data-v-9f006d92] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-9f006d92] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-9f006d92] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-9f006d92] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-9f006d92] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-9f006d92] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-9f006d92] {
  display: none 
}

.toast-top-center[data-v-9f006d92] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-9f006d92] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-9f006d92] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-9f006d92] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-9f006d92] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-9f006d92],
.pagenation_type_1 .btn_last[data-v-9f006d92],
.pagenation_type_1 .btn_next[data-v-9f006d92],
.pagenation_type_1 .btn_prev[data-v-9f006d92] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-9f006d92] {
  color: #bbb
}

.wrap_type_3[data-v-9f006d92] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-9f006d92] {
  background: #0b0c10
}

.container_left[data-v-9f006d92],
.container_left_md[data-v-9f006d92] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-9f006d92] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-9f006d92] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-9f006d92] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-9f006d92] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-9f006d92]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-9f006d92] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-9f006d92] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-9f006d92] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-9f006d92] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-9f006d92]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-9f006d92]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-9f006d92],
.container_center_3_mini>div[data-v-9f006d92] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-9f006d92] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-9f006d92]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-9f006d92]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-9f006d92] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-9f006d92]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-9f006d92]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-9f006d92] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-9f006d92]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-9f006d92]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-9f006d92] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-9f006d92] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-9f006d92],
.bg_grad_1_x[data-v-9f006d92] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-9f006d92] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-9f006d92] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-9f006d92] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-9f006d92],
.bg_normal_2[data-v-9f006d92] {
  background: #141621
}

.btn_left_close[data-v-9f006d92],
.btn_left_control[data-v-9f006d92],
.btn_right_close[data-v-9f006d92],
.right_screen[data-v-9f006d92] {
  display: none
}

.box_logo[data-v-9f006d92] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-9f006d92] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-9f006d92] {
  display: none
}

.text_dot[data-v-9f006d92] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-9f006d92 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-9f006d92 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-9f006d92] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-9f006d92] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-9f006d92] {
  background: #fff 
}

.bat_more.active i[data-v-9f006d92] {
  color: #000 
}

.btn_no_disabled[data-v-9f006d92] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-9f006d92] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-9f006d92] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-9f006d92],
.game_bat_2 button[data-v-9f006d92]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-9f006d92]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-9f006d92] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-9f006d92] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-9f006d92]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-9f006d92] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-9f006d92] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-9f006d92] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-9f006d92],
.title_logo[data-v-9f006d92] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-9f006d92] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-9f006d92] {
  height: 22px
}

.tab[data-v-9f006d92] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-9f006d92]:last-child {
  width: 100%
}

.tab li[data-v-9f006d92]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-9f006d92] {
  width: 50%
}

.tab li[data-v-9f006d92]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-9f006d92] {
  width: 33.333333333333%
}

.tab li[data-v-9f006d92]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-9f006d92] {
  width: 25%
}

.tab li[data-v-9f006d92]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-9f006d92] {
  width: 20%
}

.tab li[data-v-9f006d92]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-9f006d92] {
  width: 16.66666666666667%
}

.tab li button[data-v-9f006d92] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-9f006d92] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-9f006d92]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-9f006d92] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-9f006d92] {
  border: 0
}

.wrap_sports_detail li[data-v-9f006d92] {
  width: 100%
}

.wrap_sports_detail li[data-v-9f006d92]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-9f006d92]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-9f006d92] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-9f006d92] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-9f006d92],
.detail_num>button[data-v-9f006d92] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-9f006d92] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-9f006d92] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-9f006d92]:last-child {
  width: 100%
}

.detail_num button[data-v-9f006d92]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-9f006d92] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-9f006d92]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-9f006d92] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-9f006d92] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-9f006d92] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-9f006d92] {
  color: #fff 
}

.detail_num>button .up[data-v-9f006d92]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-9f006d92]:after,
.detail_num>button .up[data-v-9f006d92]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-9f006d92 1s ease-in-out 5;
  animation: blink-data-v-9f006d92 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-9f006d92]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-9f006d92] {
  background: #f4053a
}

.detail_num>button.active i[data-v-9f006d92] {
  color: #000
}

.detail_num>button .text-allocation[data-v-9f006d92] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-9f006d92] {
  color: #000 
}

.sports_bet_close[data-v-9f006d92] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-9f006d92],
.sports_bet_close[data-v-9f006d92]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-9f006d92]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-9f006d92] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-9f006d92],
.sports_bet_close_all[data-v-9f006d92]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-9f006d92]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-9f006d92] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-9f006d92]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-9f006d92] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-9f006d92]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-9f006d92] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-9f006d92],
.market_all_close[data-v-9f006d92]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-9f006d92]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-9f006d92] {
    display: none
  }
}

.vjs-control-bar[data-v-9f006d92] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-9f006d92] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-9f006d92] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-9f006d92] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-9f006d92]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-9f006d92] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-9f006d92]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-9f006d92] {
  color: #fff 
}

.vjs-big-play-button[data-v-9f006d92]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-9f006d92],
  .detail_num button[data-v-9f006d92]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-9f006d92] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-9f006d92]:nth-of-type(2),
  .game_bat button[data-v-9f006d92]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-9f006d92]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-9f006d92] {
    width: 100%
  }

  .market_all_close[data-v-9f006d92]:after,
  .market_domestic_all_close[data-v-9f006d92]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-9f006d92],
  .game_bat button:nth-of-type(3) i[data-v-9f006d92] {
    display: none 
  }
}

.mini_bet_close[data-v-9f006d92] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-9f006d92],
.mini_bet_close[data-v-9f006d92]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-9f006d92]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-9f006d92] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-9f006d92] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-9f006d92] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-9f006d92]:first-of-type,
.flex_2dan div[data-v-9f006d92]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-9f006d92] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-9f006d92]:first-of-type,
.flex_3dan div[data-v-9f006d92]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-9f006d92]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-9f006d92] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-9f006d92] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-9f006d92] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-9f006d92] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-9f006d92] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-9f006d92] {
  height: 40px
}

.mini_game_info[data-v-9f006d92],
.mini_game_info span[data-v-9f006d92]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-9f006d92]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-9f006d92] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-9f006d92] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-9f006d92]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-9f006d92] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-9f006d92] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-9f006d92] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-9f006d92] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-9f006d92]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-9f006d92] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-9f006d92]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-9f006d92] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-9f006d92]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-9f006d92] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-9f006d92]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-9f006d92] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-9f006d92]:first-child,
.ul_game_item.item_10 li[data-v-9f006d92]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-9f006d92]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-9f006d92] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-9f006d92],
.ul_game_item button i[data-v-9f006d92] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-9f006d92] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-9f006d92] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-9f006d92] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-9f006d92] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-9f006d92] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-9f006d92] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-9f006d92] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-9f006d92] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-9f006d92] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-9f006d92] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-9f006d92] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-9f006d92] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-9f006d92] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-9f006d92] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-9f006d92] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-9f006d92] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-9f006d92] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-9f006d92] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-9f006d92] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-9f006d92] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-9f006d92] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-9f006d92] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-9f006d92] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-9f006d92] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-9f006d92] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-9f006d92] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-9f006d92] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-9f006d92] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-9f006d92] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-9f006d92] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-9f006d92] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-9f006d92] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-9f006d92] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-9f006d92] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-9f006d92] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-9f006d92] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-9f006d92] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-9f006d92] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-9f006d92]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-9f006d92]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-9f006d92]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-9f006d92] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-9f006d92] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-9f006d92] {
    display: none
  }

  .flex_1dan ul[data-v-9f006d92] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-9f006d92]:first-of-type,
  .flex_3dan div[data-v-9f006d92]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-9f006d92]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-9f006d92] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-9f006d92]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-9f006d92]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-9f006d92]:first-of-type,
  .flex_3dan div[data-v-9f006d92]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-9f006d92]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-9f006d92] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-9f006d92] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-9f006d92] {
    width: 100%
  }

  .flex_3dan div[data-v-9f006d92]:first-of-type,
  .flex_3dan div[data-v-9f006d92]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-9f006d92]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-9f006d92] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-9f006d92] {
    width: 100%
  }

  .ul_game_item2 li[data-v-9f006d92]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-9f006d92]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-9f006d92]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-9f006d92]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-9f006d92]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-9f006d92] {
    padding: 101px 280px 0
  }

  .container_left[data-v-9f006d92],
  .container_left_md[data-v-9f006d92],
  .container_right[data-v-9f006d92] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-9f006d92]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-9f006d92]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-9f006d92]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-9f006d92]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-9f006d92] {
    padding-left: 40px
  }

  .container_left[data-v-9f006d92] {
    display: none
  }

  .btn_left_control[data-v-9f006d92] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-9f006d92],
  .btn_left_control i[data-v-9f006d92] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-9f006d92] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-9f006d92] {
    width: 26px
  }

  .btn_left_close[data-v-9f006d92] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-9f006d92] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-9f006d92] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-9f006d92]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-9f006d92]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-9f006d92]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-9f006d92]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-9f006d92]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-9f006d92]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-9f006d92] {
    display: block
  }

  .no-display-1600[data-v-9f006d92] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-9f006d92]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-9f006d92]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-9f006d92] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-9f006d92] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-9f006d92]:first-of-type,
  .container_center_2_mini>div>div[data-v-9f006d92]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-9f006d92] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-9f006d92]:first-of-type,
  .container_center_3_mini>div>div[data-v-9f006d92]:nth-of-type(2),
  .container_center_4_mini>div[data-v-9f006d92]:first-of-type,
  .container_center_4_mini>div[data-v-9f006d92]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-9f006d92] {
    padding-right: 0
  }

  .container_right[data-v-9f006d92] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-9f006d92] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-9f006d92] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-9f006d92] {
    width: 26px
  }

  .container_right .right_screen[data-v-9f006d92] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-9f006d92] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-9f006d92],
  .btn_left_control[data-v-9f006d92],
  .container_left[data-v-9f006d92] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-9f006d92] {
    padding: 0
  }

  .mobile_scroll[data-v-9f006d92] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-9f006d92] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-9f006d92],
.title_info_s[data-v-9f006d92] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-9f006d92] {
  font-size: 1.8rem
}

.title_info_s[data-v-9f006d92]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-9f006d92] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-9f006d92] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-9f006d92] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-9f006d92] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-9f006d92] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-9f006d92] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-9f006d92] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-9f006d92] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-9f006d92] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-9f006d92] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-9f006d92] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-9f006d92] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-9f006d92] {
  position: relative
}

.sub_visual_wallet img[data-v-9f006d92] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-9f006d92] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-9f006d92] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-9f006d92] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-9f006d92] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-9f006d92]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-9f006d92],
.menu_wallet>li button[data-v-9f006d92] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-9f006d92],
.menu_wallet>li button.active[data-v-9f006d92] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-9f006d92] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-9f006d92]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-9f006d92] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-9f006d92] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-9f006d92] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-9f006d92] {
  position: relative
}

.wallet_form button[data-v-9f006d92] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-9f006d92] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-9f006d92] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-9f006d92] {
  background: #141621 
}

h2.title_trade[data-v-9f006d92] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-9f006d92] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-9f006d92] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-9f006d92] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-9f006d92],
.result_buy div[data-v-9f006d92] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-9f006d92] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-9f006d92] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-9f006d92] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-9f006d92] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-9f006d92] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-9f006d92] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-9f006d92] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-9f006d92] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-9f006d92],
.sub_visual.s_02[data-v-9f006d92],
.sub_visual.s_03[data-v-9f006d92],
.sub_visual.s_04[data-v-9f006d92],
.sub_visual.s_05[data-v-9f006d92],
.sub_visual.s_06[data-v-9f006d92],
.sub_visual.s_07[data-v-9f006d92],
.sub_visual.s_08[data-v-9f006d92] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-9f006d92] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-9f006d92] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-9f006d92] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-9f006d92],
.sub_menu a[data-v-9f006d92] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-9f006d92] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-9f006d92] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-9f006d92],
.sub_menu a.nuxt-link-active[data-v-9f006d92] {
  color: #e32028
}

.sub_tab ul[data-v-9f006d92] {
  overflow: hidden
}

.sub_tab ul li[data-v-9f006d92] {
  float: left
}

.sub_tab ul li a[data-v-9f006d92] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-9f006d92],
.sub_tab ul li a.active[data-v-9f006d92] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-9f006d92]:before,
.sub_tab ul li a.active[data-v-9f006d92]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-9f006d92] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-9f006d92] {
  font-size: 2.2rem
}

.title_big[data-v-9f006d92],
.title_normal[data-v-9f006d92] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-9f006d92] {
  font-size: 1.8rem
}

.title_small[data-v-9f006d92] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-9f006d92] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-9f006d92] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-9f006d92],
.title_tiny[data-v-9f006d92] {
  position: relative;
  color: #fff
}

.title_sub[data-v-9f006d92] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-9f006d92]:before {
  bottom: -5px
}

.title_sub[data-v-9f006d92]:after,
.title_sub[data-v-9f006d92]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-9f006d92]:after {
  bottom: -3px
}

.title_sub_1[data-v-9f006d92] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-9f006d92]:before {
  bottom: -5px
}

.title_sub_1[data-v-9f006d92]:after,
.title_sub_1[data-v-9f006d92]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-9f006d92]:after {
  bottom: -3px
}

.title_sm[data-v-9f006d92] {
  display: none
}

.title_hexa[data-v-9f006d92] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-9f006d92],
.title_hexa i[data-v-9f006d92] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-9f006d92] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-9f006d92] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-9f006d92] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-9f006d92],
.title_hexa.t_on i[data-v-9f006d92] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-9f006d92] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-9f006d92] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-9f006d92] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-9f006d92] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-9f006d92] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-9f006d92] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-9f006d92] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-9f006d92]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-9f006d92]:first-of-type,
.sports_list li>div[data-v-9f006d92]:nth-of-type(2),
.sports_list li>div[data-v-9f006d92]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-9f006d92] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-9f006d92]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-9f006d92] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-9f006d92] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-9f006d92] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-9f006d92]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-9f006d92] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-9f006d92] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-9f006d92] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-9f006d92],
.game_bat button[data-v-9f006d92] {
  position: relative
}

.game_bat button[data-v-9f006d92]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-9f006d92] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-9f006d92] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-9f006d92] {
  margin-right: 5px
}

.game_bat button[data-v-9f006d92]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-9f006d92] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-9f006d92] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-9f006d92] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-9f006d92],
.game_bat button:nth-of-type(3) i img[data-v-9f006d92] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-9f006d92] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-9f006d92]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-9f006d92]:nth-of-type(2),
.game_bat button[data-v-9f006d92]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-9f006d92]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-9f006d92],
.game_bat button.active[data-v-9f006d92] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-9f006d92]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-9f006d92]:after,
.game_bat button:first-of-type .up[data-v-9f006d92]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-9f006d92 1s ease-in-out 5;
  animation: blink-data-v-9f006d92 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-9f006d92]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-9f006d92]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-9f006d92]:after,
.game_bat button:nth-of-type(2) .up[data-v-9f006d92]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-9f006d92 1s ease-in-out 5;
  animation: blink-data-v-9f006d92 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-9f006d92]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-9f006d92]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-9f006d92]:after,
.game_bat button:nth-of-type(3) .up[data-v-9f006d92]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-9f006d92 1s ease-in-out 5;
  animation: blink-data-v-9f006d92 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-9f006d92]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-9f006d92] {
  padding: 0
}

.box_folder[data-v-9f006d92],
.box_folder button[data-v-9f006d92] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-9f006d92] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-9f006d92] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-9f006d92]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-9f006d92] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-9f006d92]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-9f006d92] {
  flex-wrap: wrap
}

.bank_info[data-v-9f006d92],
.bank_info li[data-v-9f006d92] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-9f006d92] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-9f006d92]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-9f006d92] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-9f006d92] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-9f006d92] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-9f006d92] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-9f006d92] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-9f006d92] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-9f006d92] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-9f006d92] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-9f006d92] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-9f006d92] {
  margin-right: 10px
}

.box_text_type_1[data-v-9f006d92] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-9f006d92],
.box_text_type_1 i[data-v-9f006d92] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-9f006d92] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-9f006d92] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-9f006d92],
.wl_tip[data-v-9f006d92] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-9f006d92],
.wl_tip ul li[data-v-9f006d92] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-9f006d92] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-9f006d92] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-9f006d92] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-9f006d92],
.wl_waring ul li[data-v-9f006d92] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-9f006d92] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-9f006d92] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-9f006d92] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-9f006d92] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-9f006d92] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-9f006d92] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-9f006d92 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-9f006d92 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-9f006d92] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-9f006d92] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-9f006d92] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-9f006d92],
.box_fx_buy_sell[data-v-9f006d92],
.box_fx_result[data-v-9f006d92],
.box_leverage_result[data-v-9f006d92],
.current_time[data-v-9f006d92],
.tab_box[data-v-9f006d92],
.tab_time[data-v-9f006d92] {
  position: relative
}

.copilot[data-v-9f006d92] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-9f006d92],
.copilot[data-v-9f006d92]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-9f006d92]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-9f006d92] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-9f006d92] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-9f006d92] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-9f006d92] {
  padding: 20px 15px
}

.copilot_foot[data-v-9f006d92],
.copilot_foot button[data-v-9f006d92] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-9f006d92] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-9f006d92] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-9f006d92],
.copilot.step_2[data-v-9f006d92] {
  top: 50px
}

.copilot.step_3[data-v-9f006d92],
.copilot.step_4[data-v-9f006d92],
.copilot.step_6[data-v-9f006d92],
.copilot.step_7[data-v-9f006d92],
.copilot.step_8[data-v-9f006d92] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-9f006d92] {
  top: 40px
}

.box_info_1[data-v-9f006d92] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-9f006d92] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-9f006d92] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-9f006d92]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-9f006d92] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-9f006d92] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-9f006d92] {
  height: 40px
}

.title_guide_1 span[data-v-9f006d92] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-9f006d92] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-9f006d92] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-9f006d92] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-9f006d92] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-9f006d92] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-9f006d92 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-9f006d92 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-9f006d92]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-9f006d92]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-9f006d92]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-9f006d92]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-9f006d92]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-9f006d92 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-9f006d92 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-9f006d92] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-9f006d92] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-9f006d92] {
    margin-top: 0
  }

  .sub_visual[data-v-9f006d92] {
    display: none
  }

  .box_sub_title[data-v-9f006d92] {
    padding: 0 20px
  }

  .box_sub_container[data-v-9f006d92] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-9f006d92] {
    display: block
  }

  .title_sub[data-v-9f006d92] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-9f006d92]:before {
    bottom: -5px
  }

  .title_sub[data-v-9f006d92]:after,
  .title_sub[data-v-9f006d92]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-9f006d92]:after {
    bottom: -3px
  }

  .sub_menu[data-v-9f006d92] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-9f006d92] {
    padding: 0
  }

  .box_sub_container[data-v-9f006d92] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-9f006d92] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-9f006d92] {
    display: none
  }

  .box_bg_deep[data-v-9f006d92] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-9f006d92] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-9f006d92] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-9f006d92] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-9f006d92],
  .result_buy div[data-v-9f006d92] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-9f006d92] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-9f006d92] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-9f006d92] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-9f006d92] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-9f006d92] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-9f006d92] {
    padding: 0 5px
  }

  .box_folder button[data-v-9f006d92] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-9f006d92] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-9f006d92] {
    padding: 0
  }

  .pagenation_type_1[data-v-9f006d92] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-9f006d92] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-9f006d92] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-9f006d92] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-9f006d92],
  .pagenation_type_1 .btn_last[data-v-9f006d92],
  .pagenation_type_1 .btn_next[data-v-9f006d92],
  .pagenation_type_1 .btn_prev[data-v-9f006d92] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-9f006d92] {
    color: #bbb
  }

  .title_medium[data-v-9f006d92] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-9f006d92]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-9f006d92]:first-of-type:hover,
  .game_bat.bet_three button[data-v-9f006d92]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-9f006d92]:nth-of-type(3):hover,
  .game_bat button[data-v-9f006d92]:first-of-type:hover,
  .game_bat button[data-v-9f006d92]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-9f006d92],
  .game_bat button.active span[data-v-9f006d92],
  .game_bat button:hover span[data-v-9f006d92] {
    color: #fff 
  }

  .bat_more[data-v-9f006d92]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-9f006d92],
  .bat_more[disabled][data-v-9f006d92]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-9f006d92]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-9f006d92]:first-of-type:hover,
  .game_bat_2 button[data-v-9f006d92]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-9f006d92],
  .game_bat_2 button.active[data-v-9f006d92]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-9f006d92]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-9f006d92] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-9f006d92] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-9f006d92]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-9f006d92]:hover,
  .pagenation_type_1 .btn_last[data-v-9f006d92]:hover,
  .pagenation_type_1 .btn_next[data-v-9f006d92]:hover,
  .pagenation_type_1 .btn_prev[data-v-9f006d92]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-9f006d92]:hover,
  .ul_game_item button[data-v-9f006d92]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_live[data-v-9f006d92] {
  position: relative
}

.sub_visual_live img[data-v-9f006d92] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_live div[data-v-9f006d92] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 40px 10px
}

.sub_visual_live div>span[data-v-9f006d92]:first-of-type {
  display: flex;
  align-items: flex-start;
  font-size: 9rem;
  color: #fff;
  font-family: BebasNeuePro;
  font-weight: 300
}

.sub_visual_live div>span:first-of-type b[data-v-9f006d92] {
  font-size: 9rem;
  color: #e32028;
  font-family: BebasNeuePro;
  font-weight: 600;
  padding-right: 10px
}

.sub_visual_live div>span[data-v-9f006d92]:nth-of-type(2) {
  font-size: 1.5rem;
  color: #fff;
  font-family: gmarket;
  font-weight: 300;
  letter-spacing: 2px;
  padding-left: 5px;
  margin-top: 10px
}

.live_list[data-v-9f006d92] {
  display: flex;
  flex-wrap: wrap
}

.live_list li[data-v-9f006d92] {
  width: calc(25% - 1px);
  margin-right: 1px
}

.live_list li a[data-v-9f006d92] {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden
}

.live_list li a i[data-v-9f006d92] {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1
}

.live_list li a>img[data-v-9f006d92] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .3s
}

.live_list li a button[data-v-9f006d92] {
  position: absolute;
  left: 50%;
  bottom: 10%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  font-size: 2.2rem;
  color: #000;
  font-family: BebasNeuePro;
  font-weight: 600;
  background: #fff;
  border-radius: 20px;
  margin-left: -90px
}

.live_list li a:hover>img[data-v-9f006d92] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1)
}

@media (max-width:1023px) {
  .container_right[data-v-9f006d92] {
    display: none
  }
}
body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

.red_con p {
  color: #fff;
  font-size: 1.6rem
}
body [data-v-6a7a4c0e] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-6a7a4c0e]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-6a7a4c0e]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-6a7a4c0e] {
  max-width: 1440px
}

.page-enter-active[data-v-6a7a4c0e],
.page-leave-active[data-v-6a7a4c0e] {
  transition: opacity .1s
}

.page-enter[data-v-6a7a4c0e],
.page-leave-to[data-v-6a7a4c0e] {
  opacity: 0
}

.b1[data-v-6a7a4c0e] {
  border: 1px solid red
}

.width-btn-100[data-v-6a7a4c0e] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-6a7a4c0e] {
  color: #e32028 
}

.main-color1-normal[data-v-6a7a4c0e] {
  color: #ff2152 
}

.main-color1-text[data-v-6a7a4c0e] {
  color: #ff9710 
}

.main-color1-deep[data-v-6a7a4c0e] {
  color: #ff6900 
}

.main-color1-light[data-v-6a7a4c0e] {
  color: #ff542e 
}

.color-white[data-v-6a7a4c0e] {
  color: #fff 
}

.main-color2-light[data-v-6a7a4c0e] {
  color: #a9da2b 
}

.main-color2[data-v-6a7a4c0e] {
  color: #67b628 
}

.main_color3_light[data-v-6a7a4c0e] {
  color: #ffc92f 
}

.main-color3[data-v-6a7a4c0e] {
  color: #febd02 
}

.main-color4[data-v-6a7a4c0e] {
  color: #7e93a6 
}

.main-color5-light[data-v-6a7a4c0e] {
  color: #42deda 
}

.main-color5[data-v-6a7a4c0e] {
  color: #01c8de 
}

.color-grey[data-v-6a7a4c0e] {
  color: #676c71 
}

.color-lightgrey[data-v-6a7a4c0e] {
  color: #ababab 
}

.color-deepgrey[data-v-6a7a4c0e] {
  color: #20222b 
}

.color-text-verylight[data-v-6a7a4c0e] {
  color: #80a7b8 
}

.color-text-light[data-v-6a7a4c0e] {
  color: #9a9aa7 
}

.color-text[data-v-6a7a4c0e] {
  color: #797986 
}

.color-text-deep[data-v-6a7a4c0e] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-6a7a4c0e] {
  color: #2f3b49 
}

.c_default[data-v-6a7a4c0e] {
  color: #fff 
}

.c_high[data-v-6a7a4c0e] {
  color: #ff1717 
}

.c_low[data-v-6a7a4c0e] {
  color: #0bf 
}

.c_buy_light[data-v-6a7a4c0e] {
  color: #fe5159 
}

.c_buy[data-v-6a7a4c0e] {
  color: #f14f57 
}

.bg_c_buy[data-v-6a7a4c0e] {
  background: #f14f57
}

.c_sell_light[data-v-6a7a4c0e] {
  color: #349bf0 
}

.c_sell[data-v-6a7a4c0e] {
  color: #3488db 
}

.bg_c_sell[data-v-6a7a4c0e] {
  background: #3488db
}

.c_ing[data-v-6a7a4c0e] {
  color: #fff 
}

.bg_ing[data-v-6a7a4c0e],
.bg_wait[data-v-6a7a4c0e] {
  background: #7e93a6 
}

.bg_background_deep[data-v-6a7a4c0e] {
  background: #000
}

.c_success[data-v-6a7a4c0e] {
  color: #1478f2 
}

.bg_success[data-v-6a7a4c0e] {
  background: #1478f2 
}

.c_complete[data-v-6a7a4c0e] {
  color: #fff 
}

.c_fail[data-v-6a7a4c0e] {
  color: #ff1e1e 
}

.bg_fail[data-v-6a7a4c0e] {
  background: #ff1e1e 
}

.c_cancel[data-v-6a7a4c0e] {
  color: #ff6900 
}

.bg_cancel[data-v-6a7a4c0e] {
  background: #ff6900 
}

.c_error[data-v-6a7a4c0e] {
  color: #ff6900 
}

.c_invaild[data-v-6a7a4c0e] {
  color: #999 
}

.bg_invaild[data-v-6a7a4c0e] {
  background: #666 
}

.bg_main[data-v-6a7a4c0e] {
  background: #e32028 
}

.bg_green_gra[data-v-6a7a4c0e] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-6a7a4c0e] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-6a7a4c0e] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-6a7a4c0e] {
  color: #ff5266 
}

.c_deposit_light[data-v-6a7a4c0e] {
  color: #a9da2b 
}

.c_deposit[data-v-6a7a4c0e] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-6a7a4c0e] {
  color: #ff8520 
}

.c_withdrawal[data-v-6a7a4c0e] {
  color: #ff6900 
}

.c_green[data-v-6a7a4c0e] {
  color: #009b1b 
}

.c_red[data-v-6a7a4c0e] {
  color: red 
}

.c_blue[data-v-6a7a4c0e] {
  color: #febd02 
}

.c_black[data-v-6a7a4c0e] {
  color: #000 
}

.bg_white[data-v-6a7a4c0e] {
  background: #fff 
}

.bg_green[data-v-6a7a4c0e] {
  background: #6dcb1b 
}

.box_c_ing[data-v-6a7a4c0e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-6a7a4c0e] {
  background: #f14f57
}

.box_c_buy[data-v-6a7a4c0e],
.box_c_invaild[data-v-6a7a4c0e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-6a7a4c0e] {
  background: #999
}

.box_c_sell[data-v-6a7a4c0e] {
  background: #3488db
}

.box_c_sell[data-v-6a7a4c0e],
.box_c_success[data-v-6a7a4c0e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-6a7a4c0e] {
  background: #ff6900
}

.box_c_fail[data-v-6a7a4c0e] {
  background: #67b628
}

.box_c_extedn[data-v-6a7a4c0e],
.box_c_fail[data-v-6a7a4c0e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-6a7a4c0e] {
  background: #43586c
}

.ps__rail-x[data-v-6a7a4c0e] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-6a7a4c0e],
.ps__rail-y[data-v-6a7a4c0e] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-6a7a4c0e] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-6a7a4c0e],
.ps--active-y>.ps__rail-y[data-v-6a7a4c0e] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-6a7a4c0e],
.ps--focus>.ps__rail-y[data-v-6a7a4c0e],
.ps--scrolling-x>.ps__rail-x[data-v-6a7a4c0e],
.ps--scrolling-y>.ps__rail-y[data-v-6a7a4c0e],
.ps:hover>.ps__rail-x[data-v-6a7a4c0e],
.ps:hover>.ps__rail-y[data-v-6a7a4c0e] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-6a7a4c0e],
.ps.ps__rail-x[data-v-6a7a4c0e]:focus,
.ps.ps__rail-x[data-v-6a7a4c0e]:hover,
.ps.ps__rail-y.ps--clicking[data-v-6a7a4c0e],
.ps.ps__rail-y[data-v-6a7a4c0e]:focus,
.ps.ps__rail-y[data-v-6a7a4c0e]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-6a7a4c0e] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-6a7a4c0e],
.ps__thumb-y[data-v-6a7a4c0e] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-6a7a4c0e] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-6a7a4c0e],
.ps__rail-x:focus>.ps__thumb-x[data-v-6a7a4c0e],
.ps__rail-x:hover>.ps__thumb-x[data-v-6a7a4c0e] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-6a7a4c0e],
.ps__rail-y:focus>.ps__thumb-y[data-v-6a7a4c0e],
.ps__rail-y:hover>.ps__thumb-y[data-v-6a7a4c0e] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-6a7a4c0e] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-6a7a4c0e] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-6a7a4c0e] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-6a7a4c0e] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-6a7a4c0e] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-6a7a4c0e] {
  display: none 
}

.toast-top-center[data-v-6a7a4c0e] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-6a7a4c0e] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-6a7a4c0e] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-6a7a4c0e] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-6a7a4c0e] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-6a7a4c0e],
.pagenation_type_1 .btn_last[data-v-6a7a4c0e],
.pagenation_type_1 .btn_next[data-v-6a7a4c0e],
.pagenation_type_1 .btn_prev[data-v-6a7a4c0e] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-6a7a4c0e] {
  color: #bbb
}

.wrap_type_3[data-v-6a7a4c0e] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-6a7a4c0e] {
  background: #0b0c10
}

.container_left[data-v-6a7a4c0e],
.container_left_md[data-v-6a7a4c0e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-6a7a4c0e] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-6a7a4c0e] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-6a7a4c0e] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-6a7a4c0e] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-6a7a4c0e]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-6a7a4c0e] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-6a7a4c0e] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-6a7a4c0e] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-6a7a4c0e] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-6a7a4c0e]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-6a7a4c0e]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-6a7a4c0e],
.container_center_3_mini>div[data-v-6a7a4c0e] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-6a7a4c0e] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-6a7a4c0e]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-6a7a4c0e]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-6a7a4c0e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-6a7a4c0e]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-6a7a4c0e]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-6a7a4c0e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-6a7a4c0e]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-6a7a4c0e]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-6a7a4c0e] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-6a7a4c0e] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-6a7a4c0e],
.bg_grad_1_x[data-v-6a7a4c0e] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-6a7a4c0e] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-6a7a4c0e] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-6a7a4c0e] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-6a7a4c0e],
.bg_normal_2[data-v-6a7a4c0e] {
  background: #141621
}

.btn_left_close[data-v-6a7a4c0e],
.btn_left_control[data-v-6a7a4c0e],
.btn_right_close[data-v-6a7a4c0e],
.right_screen[data-v-6a7a4c0e] {
  display: none
}

.box_logo[data-v-6a7a4c0e] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-6a7a4c0e] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-6a7a4c0e] {
  display: none
}

.text_dot[data-v-6a7a4c0e] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-6a7a4c0e {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-6a7a4c0e {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-6a7a4c0e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-6a7a4c0e] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-6a7a4c0e] {
  background: #fff 
}

.bat_more.active i[data-v-6a7a4c0e] {
  color: #000 
}

.btn_no_disabled[data-v-6a7a4c0e] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-6a7a4c0e] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-6a7a4c0e] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-6a7a4c0e],
.game_bat_2 button[data-v-6a7a4c0e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-6a7a4c0e]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-6a7a4c0e] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-6a7a4c0e] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-6a7a4c0e]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-6a7a4c0e] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-6a7a4c0e] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-6a7a4c0e] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-6a7a4c0e],
.title_logo[data-v-6a7a4c0e] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-6a7a4c0e] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-6a7a4c0e] {
  height: 22px
}

.tab[data-v-6a7a4c0e] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-6a7a4c0e]:last-child {
  width: 100%
}

.tab li[data-v-6a7a4c0e]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-6a7a4c0e] {
  width: 50%
}

.tab li[data-v-6a7a4c0e]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-6a7a4c0e] {
  width: 33.333333333333%
}

.tab li[data-v-6a7a4c0e]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-6a7a4c0e] {
  width: 25%
}

.tab li[data-v-6a7a4c0e]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-6a7a4c0e] {
  width: 20%
}

.tab li[data-v-6a7a4c0e]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-6a7a4c0e] {
  width: 16.66666666666667%
}

.tab li button[data-v-6a7a4c0e] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-6a7a4c0e] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-6a7a4c0e]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-6a7a4c0e] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-6a7a4c0e] {
  border: 0
}

.wrap_sports_detail li[data-v-6a7a4c0e] {
  width: 100%
}

.wrap_sports_detail li[data-v-6a7a4c0e]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-6a7a4c0e]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-6a7a4c0e] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-6a7a4c0e] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-6a7a4c0e],
.detail_num>button[data-v-6a7a4c0e] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-6a7a4c0e] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-6a7a4c0e] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-6a7a4c0e]:last-child {
  width: 100%
}

.detail_num button[data-v-6a7a4c0e]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-6a7a4c0e] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-6a7a4c0e]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-6a7a4c0e] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-6a7a4c0e] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-6a7a4c0e] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-6a7a4c0e] {
  color: #fff 
}

.detail_num>button .up[data-v-6a7a4c0e]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-6a7a4c0e]:after,
.detail_num>button .up[data-v-6a7a4c0e]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-6a7a4c0e 1s ease-in-out 5;
  animation: blink-data-v-6a7a4c0e 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-6a7a4c0e]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-6a7a4c0e] {
  background: #f4053a
}

.detail_num>button.active i[data-v-6a7a4c0e] {
  color: #000
}

.detail_num>button .text-allocation[data-v-6a7a4c0e] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-6a7a4c0e] {
  color: #000 
}

.sports_bet_close[data-v-6a7a4c0e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-6a7a4c0e],
.sports_bet_close[data-v-6a7a4c0e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-6a7a4c0e]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-6a7a4c0e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-6a7a4c0e],
.sports_bet_close_all[data-v-6a7a4c0e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-6a7a4c0e]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-6a7a4c0e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-6a7a4c0e]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-6a7a4c0e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-6a7a4c0e]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-6a7a4c0e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-6a7a4c0e],
.market_all_close[data-v-6a7a4c0e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-6a7a4c0e]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-6a7a4c0e] {
    display: none
  }
}

.vjs-control-bar[data-v-6a7a4c0e] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-6a7a4c0e] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-6a7a4c0e] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-6a7a4c0e] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-6a7a4c0e]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-6a7a4c0e] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-6a7a4c0e]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-6a7a4c0e] {
  color: #fff 
}

.vjs-big-play-button[data-v-6a7a4c0e]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-6a7a4c0e],
  .detail_num button[data-v-6a7a4c0e]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-6a7a4c0e] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-6a7a4c0e]:nth-of-type(2),
  .game_bat button[data-v-6a7a4c0e]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-6a7a4c0e]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-6a7a4c0e] {
    width: 100%
  }

  .market_all_close[data-v-6a7a4c0e]:after,
  .market_domestic_all_close[data-v-6a7a4c0e]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-6a7a4c0e],
  .game_bat button:nth-of-type(3) i[data-v-6a7a4c0e] {
    display: none 
  }
}

.mini_bet_close[data-v-6a7a4c0e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-6a7a4c0e],
.mini_bet_close[data-v-6a7a4c0e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-6a7a4c0e]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-6a7a4c0e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-6a7a4c0e] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-6a7a4c0e] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-6a7a4c0e]:first-of-type,
.flex_2dan div[data-v-6a7a4c0e]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-6a7a4c0e] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-6a7a4c0e]:first-of-type,
.flex_3dan div[data-v-6a7a4c0e]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-6a7a4c0e]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-6a7a4c0e] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-6a7a4c0e] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-6a7a4c0e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-6a7a4c0e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-6a7a4c0e] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-6a7a4c0e] {
  height: 40px
}

.mini_game_info[data-v-6a7a4c0e],
.mini_game_info span[data-v-6a7a4c0e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-6a7a4c0e]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-6a7a4c0e] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-6a7a4c0e] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-6a7a4c0e]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-6a7a4c0e] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-6a7a4c0e] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-6a7a4c0e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-6a7a4c0e] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-6a7a4c0e]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-6a7a4c0e] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-6a7a4c0e]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-6a7a4c0e] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-6a7a4c0e]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-6a7a4c0e] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-6a7a4c0e]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-6a7a4c0e] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-6a7a4c0e]:first-child,
.ul_game_item.item_10 li[data-v-6a7a4c0e]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-6a7a4c0e]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-6a7a4c0e] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-6a7a4c0e],
.ul_game_item button i[data-v-6a7a4c0e] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-6a7a4c0e] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-6a7a4c0e] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-6a7a4c0e] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-6a7a4c0e] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-6a7a4c0e] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-6a7a4c0e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-6a7a4c0e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-6a7a4c0e] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-6a7a4c0e] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-6a7a4c0e] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-6a7a4c0e] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-6a7a4c0e] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-6a7a4c0e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-6a7a4c0e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-6a7a4c0e] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-6a7a4c0e] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-6a7a4c0e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-6a7a4c0e] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-6a7a4c0e] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-6a7a4c0e] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-6a7a4c0e] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-6a7a4c0e] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-6a7a4c0e] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-6a7a4c0e] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-6a7a4c0e] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-6a7a4c0e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-6a7a4c0e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-6a7a4c0e] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-6a7a4c0e] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-6a7a4c0e] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-6a7a4c0e] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-6a7a4c0e] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-6a7a4c0e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-6a7a4c0e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-6a7a4c0e] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-6a7a4c0e] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-6a7a4c0e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-6a7a4c0e] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-6a7a4c0e]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-6a7a4c0e]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-6a7a4c0e]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-6a7a4c0e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-6a7a4c0e] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-6a7a4c0e] {
    display: none
  }

  .flex_1dan ul[data-v-6a7a4c0e] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-6a7a4c0e]:first-of-type,
  .flex_3dan div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-6a7a4c0e]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-6a7a4c0e] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-6a7a4c0e]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-6a7a4c0e]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-6a7a4c0e]:first-of-type,
  .flex_3dan div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-6a7a4c0e]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-6a7a4c0e] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-6a7a4c0e] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-6a7a4c0e] {
    width: 100%
  }

  .flex_3dan div[data-v-6a7a4c0e]:first-of-type,
  .flex_3dan div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-6a7a4c0e]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-6a7a4c0e] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-6a7a4c0e] {
    width: 100%
  }

  .ul_game_item2 li[data-v-6a7a4c0e]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-6a7a4c0e]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-6a7a4c0e]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-6a7a4c0e] {
    padding: 101px 280px 0
  }

  .container_left[data-v-6a7a4c0e],
  .container_left_md[data-v-6a7a4c0e],
  .container_right[data-v-6a7a4c0e] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-6a7a4c0e]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-6a7a4c0e]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-6a7a4c0e] {
    padding-left: 40px
  }

  .container_left[data-v-6a7a4c0e] {
    display: none
  }

  .btn_left_control[data-v-6a7a4c0e] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-6a7a4c0e],
  .btn_left_control i[data-v-6a7a4c0e] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-6a7a4c0e] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-6a7a4c0e] {
    width: 26px
  }

  .btn_left_close[data-v-6a7a4c0e] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-6a7a4c0e] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-6a7a4c0e] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-6a7a4c0e]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-6a7a4c0e]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-6a7a4c0e]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-6a7a4c0e] {
    display: block
  }

  .no-display-1600[data-v-6a7a4c0e] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-6a7a4c0e]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-6a7a4c0e] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-6a7a4c0e] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-6a7a4c0e]:first-of-type,
  .container_center_2_mini>div>div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-6a7a4c0e] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-6a7a4c0e]:first-of-type,
  .container_center_3_mini>div>div[data-v-6a7a4c0e]:nth-of-type(2),
  .container_center_4_mini>div[data-v-6a7a4c0e]:first-of-type,
  .container_center_4_mini>div[data-v-6a7a4c0e]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-6a7a4c0e] {
    padding-right: 0
  }

  .container_right[data-v-6a7a4c0e] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-6a7a4c0e] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-6a7a4c0e] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-6a7a4c0e] {
    width: 26px
  }

  .container_right .right_screen[data-v-6a7a4c0e] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-6a7a4c0e] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-6a7a4c0e],
  .btn_left_control[data-v-6a7a4c0e],
  .container_left[data-v-6a7a4c0e] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-6a7a4c0e] {
    padding: 0
  }

  .mobile_scroll[data-v-6a7a4c0e] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-6a7a4c0e] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-6a7a4c0e],
.title_info_s[data-v-6a7a4c0e] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-6a7a4c0e] {
  font-size: 1.8rem
}

.title_info_s[data-v-6a7a4c0e]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-6a7a4c0e] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-6a7a4c0e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-6a7a4c0e] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-6a7a4c0e] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-6a7a4c0e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-6a7a4c0e] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-6a7a4c0e] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-6a7a4c0e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-6a7a4c0e] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-6a7a4c0e] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-6a7a4c0e] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-6a7a4c0e] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-6a7a4c0e] {
  position: relative
}

.sub_visual_wallet img[data-v-6a7a4c0e] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-6a7a4c0e] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-6a7a4c0e] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-6a7a4c0e] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-6a7a4c0e] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-6a7a4c0e]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-6a7a4c0e],
.menu_wallet>li button[data-v-6a7a4c0e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-6a7a4c0e],
.menu_wallet>li button.active[data-v-6a7a4c0e] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-6a7a4c0e] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-6a7a4c0e]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-6a7a4c0e] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-6a7a4c0e] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-6a7a4c0e] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-6a7a4c0e] {
  position: relative
}

.wallet_form button[data-v-6a7a4c0e] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-6a7a4c0e] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-6a7a4c0e] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-6a7a4c0e] {
  background: #141621 
}

h2.title_trade[data-v-6a7a4c0e] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-6a7a4c0e] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-6a7a4c0e] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-6a7a4c0e] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-6a7a4c0e],
.result_buy div[data-v-6a7a4c0e] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-6a7a4c0e] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-6a7a4c0e] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-6a7a4c0e] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-6a7a4c0e] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-6a7a4c0e] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-6a7a4c0e] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-6a7a4c0e] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-6a7a4c0e] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-6a7a4c0e],
.sub_visual.s_02[data-v-6a7a4c0e],
.sub_visual.s_03[data-v-6a7a4c0e],
.sub_visual.s_04[data-v-6a7a4c0e],
.sub_visual.s_05[data-v-6a7a4c0e],
.sub_visual.s_06[data-v-6a7a4c0e],
.sub_visual.s_07[data-v-6a7a4c0e],
.sub_visual.s_08[data-v-6a7a4c0e] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-6a7a4c0e] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-6a7a4c0e] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-6a7a4c0e] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-6a7a4c0e],
.sub_menu a[data-v-6a7a4c0e] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-6a7a4c0e] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-6a7a4c0e] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-6a7a4c0e],
.sub_menu a.nuxt-link-active[data-v-6a7a4c0e] {
  color: #e32028
}

.sub_tab ul[data-v-6a7a4c0e] {
  overflow: hidden
}

.sub_tab ul li[data-v-6a7a4c0e] {
  float: left
}

.sub_tab ul li a[data-v-6a7a4c0e] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-6a7a4c0e],
.sub_tab ul li a.active[data-v-6a7a4c0e] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-6a7a4c0e]:before,
.sub_tab ul li a.active[data-v-6a7a4c0e]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-6a7a4c0e] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-6a7a4c0e] {
  font-size: 2.2rem
}

.title_big[data-v-6a7a4c0e],
.title_normal[data-v-6a7a4c0e] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-6a7a4c0e] {
  font-size: 1.8rem
}

.title_small[data-v-6a7a4c0e] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-6a7a4c0e] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-6a7a4c0e] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-6a7a4c0e],
.title_tiny[data-v-6a7a4c0e] {
  position: relative;
  color: #fff
}

.title_sub[data-v-6a7a4c0e] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-6a7a4c0e]:before {
  bottom: -5px
}

.title_sub[data-v-6a7a4c0e]:after,
.title_sub[data-v-6a7a4c0e]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-6a7a4c0e]:after {
  bottom: -3px
}

.title_sub_1[data-v-6a7a4c0e] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-6a7a4c0e]:before {
  bottom: -5px
}

.title_sub_1[data-v-6a7a4c0e]:after,
.title_sub_1[data-v-6a7a4c0e]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-6a7a4c0e]:after {
  bottom: -3px
}

.title_sm[data-v-6a7a4c0e] {
  display: none
}

.title_hexa[data-v-6a7a4c0e] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-6a7a4c0e],
.title_hexa i[data-v-6a7a4c0e] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-6a7a4c0e] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-6a7a4c0e] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-6a7a4c0e] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-6a7a4c0e],
.title_hexa.t_on i[data-v-6a7a4c0e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-6a7a4c0e] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-6a7a4c0e] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-6a7a4c0e] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-6a7a4c0e] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-6a7a4c0e] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-6a7a4c0e] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-6a7a4c0e] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-6a7a4c0e]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-6a7a4c0e]:first-of-type,
.sports_list li>div[data-v-6a7a4c0e]:nth-of-type(2),
.sports_list li>div[data-v-6a7a4c0e]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-6a7a4c0e] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-6a7a4c0e]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-6a7a4c0e] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-6a7a4c0e] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-6a7a4c0e] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-6a7a4c0e]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-6a7a4c0e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-6a7a4c0e] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-6a7a4c0e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-6a7a4c0e],
.game_bat button[data-v-6a7a4c0e] {
  position: relative
}

.game_bat button[data-v-6a7a4c0e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-6a7a4c0e] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-6a7a4c0e] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-6a7a4c0e] {
  margin-right: 5px
}

.game_bat button[data-v-6a7a4c0e]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-6a7a4c0e] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-6a7a4c0e] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-6a7a4c0e] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-6a7a4c0e],
.game_bat button:nth-of-type(3) i img[data-v-6a7a4c0e] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-6a7a4c0e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-6a7a4c0e]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-6a7a4c0e]:nth-of-type(2),
.game_bat button[data-v-6a7a4c0e]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-6a7a4c0e]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-6a7a4c0e],
.game_bat button.active[data-v-6a7a4c0e] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-6a7a4c0e]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-6a7a4c0e]:after,
.game_bat button:first-of-type .up[data-v-6a7a4c0e]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-6a7a4c0e 1s ease-in-out 5;
  animation: blink-data-v-6a7a4c0e 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-6a7a4c0e]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-6a7a4c0e]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-6a7a4c0e]:after,
.game_bat button:nth-of-type(2) .up[data-v-6a7a4c0e]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-6a7a4c0e 1s ease-in-out 5;
  animation: blink-data-v-6a7a4c0e 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-6a7a4c0e]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-6a7a4c0e]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-6a7a4c0e]:after,
.game_bat button:nth-of-type(3) .up[data-v-6a7a4c0e]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-6a7a4c0e 1s ease-in-out 5;
  animation: blink-data-v-6a7a4c0e 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-6a7a4c0e]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-6a7a4c0e] {
  padding: 0
}

.box_folder[data-v-6a7a4c0e],
.box_folder button[data-v-6a7a4c0e] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-6a7a4c0e] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-6a7a4c0e] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-6a7a4c0e]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-6a7a4c0e] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-6a7a4c0e]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-6a7a4c0e] {
  flex-wrap: wrap
}

.bank_info[data-v-6a7a4c0e],
.bank_info li[data-v-6a7a4c0e] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-6a7a4c0e] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-6a7a4c0e]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-6a7a4c0e] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-6a7a4c0e] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-6a7a4c0e] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-6a7a4c0e] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-6a7a4c0e] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-6a7a4c0e] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-6a7a4c0e] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-6a7a4c0e] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-6a7a4c0e] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-6a7a4c0e] {
  margin-right: 10px
}

.box_text_type_1[data-v-6a7a4c0e] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-6a7a4c0e],
.box_text_type_1 i[data-v-6a7a4c0e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-6a7a4c0e] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-6a7a4c0e] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-6a7a4c0e],
.wl_tip[data-v-6a7a4c0e] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-6a7a4c0e],
.wl_tip ul li[data-v-6a7a4c0e] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-6a7a4c0e] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-6a7a4c0e] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-6a7a4c0e] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-6a7a4c0e],
.wl_waring ul li[data-v-6a7a4c0e] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-6a7a4c0e] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-6a7a4c0e] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-6a7a4c0e] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-6a7a4c0e] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-6a7a4c0e] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-6a7a4c0e] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-6a7a4c0e {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-6a7a4c0e {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-6a7a4c0e] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-6a7a4c0e] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-6a7a4c0e] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-6a7a4c0e],
.box_fx_buy_sell[data-v-6a7a4c0e],
.box_fx_result[data-v-6a7a4c0e],
.box_leverage_result[data-v-6a7a4c0e],
.current_time[data-v-6a7a4c0e],
.tab_box[data-v-6a7a4c0e],
.tab_time[data-v-6a7a4c0e] {
  position: relative
}

.copilot[data-v-6a7a4c0e] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-6a7a4c0e],
.copilot[data-v-6a7a4c0e]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-6a7a4c0e]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-6a7a4c0e] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-6a7a4c0e] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-6a7a4c0e] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-6a7a4c0e] {
  padding: 20px 15px
}

.copilot_foot[data-v-6a7a4c0e],
.copilot_foot button[data-v-6a7a4c0e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-6a7a4c0e] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-6a7a4c0e] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-6a7a4c0e],
.copilot.step_2[data-v-6a7a4c0e] {
  top: 50px
}

.copilot.step_3[data-v-6a7a4c0e],
.copilot.step_4[data-v-6a7a4c0e],
.copilot.step_6[data-v-6a7a4c0e],
.copilot.step_7[data-v-6a7a4c0e],
.copilot.step_8[data-v-6a7a4c0e] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-6a7a4c0e] {
  top: 40px
}

.box_info_1[data-v-6a7a4c0e] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-6a7a4c0e] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-6a7a4c0e] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-6a7a4c0e]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-6a7a4c0e] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-6a7a4c0e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-6a7a4c0e] {
  height: 40px
}

.title_guide_1 span[data-v-6a7a4c0e] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-6a7a4c0e] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-6a7a4c0e] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-6a7a4c0e] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-6a7a4c0e] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-6a7a4c0e] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-6a7a4c0e 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-6a7a4c0e 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-6a7a4c0e]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-6a7a4c0e]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-6a7a4c0e]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-6a7a4c0e]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-6a7a4c0e]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-6a7a4c0e {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-6a7a4c0e {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-6a7a4c0e] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-6a7a4c0e] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-6a7a4c0e] {
    margin-top: 0
  }

  .sub_visual[data-v-6a7a4c0e] {
    display: none
  }

  .box_sub_title[data-v-6a7a4c0e] {
    padding: 0 20px
  }

  .box_sub_container[data-v-6a7a4c0e] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-6a7a4c0e] {
    display: block
  }

  .title_sub[data-v-6a7a4c0e] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-6a7a4c0e]:before {
    bottom: -5px
  }

  .title_sub[data-v-6a7a4c0e]:after,
  .title_sub[data-v-6a7a4c0e]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-6a7a4c0e]:after {
    bottom: -3px
  }

  .sub_menu[data-v-6a7a4c0e] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-6a7a4c0e] {
    padding: 0
  }

  .box_sub_container[data-v-6a7a4c0e] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-6a7a4c0e] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-6a7a4c0e] {
    display: none
  }

  .box_bg_deep[data-v-6a7a4c0e] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-6a7a4c0e] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-6a7a4c0e] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-6a7a4c0e] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-6a7a4c0e],
  .result_buy div[data-v-6a7a4c0e] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-6a7a4c0e] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-6a7a4c0e] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-6a7a4c0e] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-6a7a4c0e] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-6a7a4c0e] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-6a7a4c0e] {
    padding: 0 5px
  }

  .box_folder button[data-v-6a7a4c0e] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-6a7a4c0e] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-6a7a4c0e] {
    padding: 0
  }

  .pagenation_type_1[data-v-6a7a4c0e] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-6a7a4c0e] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-6a7a4c0e] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-6a7a4c0e] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-6a7a4c0e],
  .pagenation_type_1 .btn_last[data-v-6a7a4c0e],
  .pagenation_type_1 .btn_next[data-v-6a7a4c0e],
  .pagenation_type_1 .btn_prev[data-v-6a7a4c0e] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-6a7a4c0e] {
    color: #bbb
  }

  .title_medium[data-v-6a7a4c0e] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-6a7a4c0e]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-6a7a4c0e]:first-of-type:hover,
  .game_bat.bet_three button[data-v-6a7a4c0e]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-6a7a4c0e]:nth-of-type(3):hover,
  .game_bat button[data-v-6a7a4c0e]:first-of-type:hover,
  .game_bat button[data-v-6a7a4c0e]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-6a7a4c0e],
  .game_bat button.active span[data-v-6a7a4c0e],
  .game_bat button:hover span[data-v-6a7a4c0e] {
    color: #fff 
  }

  .bat_more[data-v-6a7a4c0e]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-6a7a4c0e],
  .bat_more[disabled][data-v-6a7a4c0e]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-6a7a4c0e]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-6a7a4c0e]:first-of-type:hover,
  .game_bat_2 button[data-v-6a7a4c0e]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-6a7a4c0e],
  .game_bat_2 button.active[data-v-6a7a4c0e]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-6a7a4c0e]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-6a7a4c0e] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-6a7a4c0e] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-6a7a4c0e]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-6a7a4c0e]:hover,
  .pagenation_type_1 .btn_last[data-v-6a7a4c0e]:hover,
  .pagenation_type_1 .btn_next[data-v-6a7a4c0e]:hover,
  .pagenation_type_1 .btn_prev[data-v-6a7a4c0e]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-6a7a4c0e]:hover,
  .ul_game_item button[data-v-6a7a4c0e]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.popup_soon[data-v-6a7a4c0e] {
  position: fixed;
  left: 300px;
  top: 101px;
  z-index: 9997;
  display: none;
  justify-content: center;
  align-items: center;
  width: calc(100% - 600px) ;
  height: calc(100vh - 101px);
  background: rgba(0, 0, 0, .6)
}

.box_popup_type[data-v-6a7a4c0e] {
  position: relative;
  background: #2d2e3a;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  min-width: 400px;
  margin: 0 15px
}

.box_popup_type[data-v-6a7a4c0e]:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

.box_popup_type[data-v-6a7a4c0e]:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

.box_popup_type .img_logo img[data-v-6a7a4c0e] {
  height: 22px
}

.img_logo[data-v-6a7a4c0e] {
  text-align: center;
  margin: 20px 0
}

.system_title[data-v-6a7a4c0e] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #ff2152;
  font-size: 1.6rem;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  padding-bottom: 3px
}

.soon_scroll[data-v-6a7a4c0e] {
  max-height: calc(100vh - 300px)
}

.red_con[data-v-6a7a4c0e] {
  padding: 20px 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center
}

.red_con p[data-v-6a7a4c0e] {
  color: #9a9aa7;
  font-size: 1.4rem
}

@media (max-width:1920px) {
  .popup_soon[data-v-6a7a4c0e] {
    left: 280px;
    top: 101px;
    width: calc(100% - 560px) ;
    height: calc(100vh - 101px)
  }
}

@media (max-width:1860px) {
  .popup_soon[data-v-6a7a4c0e] {
    left: 40px;
    top: 101px;
    z-index: 98;
    width: calc(100% - 320px) ;
    height: calc(100vh - 101px)
  }
}

@media (max-width:991px) {
  .popup_soon[data-v-6a7a4c0e] {
    left: 0;
    top: 101px;
    z-index: 98;
    width: 100% ;
    height: calc(100vh - 101px)
  }
}

@media (max-width:575px) {
  .box_popup_type[data-v-6a7a4c0e] {
    min-width: 90%;
    max-width: 90%
  }
}
body [data-v-5764ba68] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-5764ba68]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-5764ba68]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-5764ba68] {
  max-width: 1440px
}

.page-enter-active[data-v-5764ba68],
.page-leave-active[data-v-5764ba68] {
  transition: opacity .1s
}

.page-enter[data-v-5764ba68],
.page-leave-to[data-v-5764ba68] {
  opacity: 0
}

.b1[data-v-5764ba68] {
  border: 1px solid red
}

.width-btn-100[data-v-5764ba68] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-5764ba68] {
  color: #e32028 
}

.main-color1-normal[data-v-5764ba68] {
  color: #ff2152 
}

.main-color1-text[data-v-5764ba68] {
  color: #ff9710 
}

.main-color1-deep[data-v-5764ba68] {
  color: #ff6900 
}

.main-color1-light[data-v-5764ba68] {
  color: #ff542e 
}

.color-white[data-v-5764ba68] {
  color: #fff 
}

.main-color2-light[data-v-5764ba68] {
  color: #a9da2b 
}

.main-color2[data-v-5764ba68] {
  color: #67b628 
}

.main_color3_light[data-v-5764ba68] {
  color: #ffc92f 
}

.main-color3[data-v-5764ba68] {
  color: #febd02 
}

.main-color4[data-v-5764ba68] {
  color: #7e93a6 
}

.main-color5-light[data-v-5764ba68] {
  color: #42deda 
}

.main-color5[data-v-5764ba68] {
  color: #01c8de 
}

.color-grey[data-v-5764ba68] {
  color: #676c71 
}

.color-lightgrey[data-v-5764ba68] {
  color: #ababab 
}

.color-deepgrey[data-v-5764ba68] {
  color: #20222b 
}

.color-text-verylight[data-v-5764ba68] {
  color: #80a7b8 
}

.color-text-light[data-v-5764ba68] {
  color: #9a9aa7 
}

.color-text[data-v-5764ba68] {
  color: #797986 
}

.color-text-deep[data-v-5764ba68] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-5764ba68] {
  color: #2f3b49 
}

.c_default[data-v-5764ba68] {
  color: #fff 
}

.c_high[data-v-5764ba68] {
  color: #ff1717 
}

.c_low[data-v-5764ba68] {
  color: #0bf 
}

.c_buy_light[data-v-5764ba68] {
  color: #fe5159 
}

.c_buy[data-v-5764ba68] {
  color: #f14f57 
}

.bg_c_buy[data-v-5764ba68] {
  background: #f14f57
}

.c_sell_light[data-v-5764ba68] {
  color: #349bf0 
}

.c_sell[data-v-5764ba68] {
  color: #3488db 
}

.bg_c_sell[data-v-5764ba68] {
  background: #3488db
}

.c_ing[data-v-5764ba68] {
  color: #fff 
}

.bg_ing[data-v-5764ba68],
.bg_wait[data-v-5764ba68] {
  background: #7e93a6 
}

.bg_background_deep[data-v-5764ba68] {
  background: #000
}

.c_success[data-v-5764ba68] {
  color: #1478f2 
}

.bg_success[data-v-5764ba68] {
  background: #1478f2 
}

.c_complete[data-v-5764ba68] {
  color: #fff 
}

.c_fail[data-v-5764ba68] {
  color: #ff1e1e 
}

.bg_fail[data-v-5764ba68] {
  background: #ff1e1e 
}

.c_cancel[data-v-5764ba68] {
  color: #ff6900 
}

.bg_cancel[data-v-5764ba68] {
  background: #ff6900 
}

.c_error[data-v-5764ba68] {
  color: #ff6900 
}

.c_invaild[data-v-5764ba68] {
  color: #999 
}

.bg_invaild[data-v-5764ba68] {
  background: #666 
}

.bg_main[data-v-5764ba68] {
  background: #e32028 
}

.bg_green_gra[data-v-5764ba68] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-5764ba68] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-5764ba68] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-5764ba68] {
  color: #ff5266 
}

.c_deposit_light[data-v-5764ba68] {
  color: #a9da2b 
}

.c_deposit[data-v-5764ba68] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-5764ba68] {
  color: #ff8520 
}

.c_withdrawal[data-v-5764ba68] {
  color: #ff6900 
}

.c_green[data-v-5764ba68] {
  color: #009b1b 
}

.c_red[data-v-5764ba68] {
  color: red 
}

.c_blue[data-v-5764ba68] {
  color: #febd02 
}

.c_black[data-v-5764ba68] {
  color: #000 
}

.bg_white[data-v-5764ba68] {
  background: #fff 
}

.bg_green[data-v-5764ba68] {
  background: #6dcb1b 
}

.box_c_ing[data-v-5764ba68] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-5764ba68] {
  background: #f14f57
}

.box_c_buy[data-v-5764ba68],
.box_c_invaild[data-v-5764ba68] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-5764ba68] {
  background: #999
}

.box_c_sell[data-v-5764ba68] {
  background: #3488db
}

.box_c_sell[data-v-5764ba68],
.box_c_success[data-v-5764ba68] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-5764ba68] {
  background: #ff6900
}

.box_c_fail[data-v-5764ba68] {
  background: #67b628
}

.box_c_extedn[data-v-5764ba68],
.box_c_fail[data-v-5764ba68] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-5764ba68] {
  background: #43586c
}

.ps__rail-x[data-v-5764ba68] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-5764ba68],
.ps__rail-y[data-v-5764ba68] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-5764ba68] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-5764ba68],
.ps--active-y>.ps__rail-y[data-v-5764ba68] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-5764ba68],
.ps--focus>.ps__rail-y[data-v-5764ba68],
.ps--scrolling-x>.ps__rail-x[data-v-5764ba68],
.ps--scrolling-y>.ps__rail-y[data-v-5764ba68],
.ps:hover>.ps__rail-x[data-v-5764ba68],
.ps:hover>.ps__rail-y[data-v-5764ba68] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-5764ba68],
.ps.ps__rail-x[data-v-5764ba68]:focus,
.ps.ps__rail-x[data-v-5764ba68]:hover,
.ps.ps__rail-y.ps--clicking[data-v-5764ba68],
.ps.ps__rail-y[data-v-5764ba68]:focus,
.ps.ps__rail-y[data-v-5764ba68]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-5764ba68] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-5764ba68],
.ps__thumb-y[data-v-5764ba68] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-5764ba68] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-5764ba68],
.ps__rail-x:focus>.ps__thumb-x[data-v-5764ba68],
.ps__rail-x:hover>.ps__thumb-x[data-v-5764ba68] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-5764ba68],
.ps__rail-y:focus>.ps__thumb-y[data-v-5764ba68],
.ps__rail-y:hover>.ps__thumb-y[data-v-5764ba68] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-5764ba68] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-5764ba68] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-5764ba68] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-5764ba68] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-5764ba68] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-5764ba68] {
  display: none 
}

.toast-top-center[data-v-5764ba68] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-5764ba68] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-5764ba68] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-5764ba68] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-5764ba68] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-5764ba68],
.pagenation_type_1 .btn_last[data-v-5764ba68],
.pagenation_type_1 .btn_next[data-v-5764ba68],
.pagenation_type_1 .btn_prev[data-v-5764ba68] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-5764ba68] {
  color: #bbb
}

.wrap_type_3[data-v-5764ba68] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-5764ba68] {
  background: #0b0c10
}

.container_left[data-v-5764ba68],
.container_left_md[data-v-5764ba68] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-5764ba68] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-5764ba68] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-5764ba68] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-5764ba68] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-5764ba68]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-5764ba68] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-5764ba68] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-5764ba68] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-5764ba68] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-5764ba68]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-5764ba68]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-5764ba68],
.container_center_3_mini>div[data-v-5764ba68] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-5764ba68] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-5764ba68]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-5764ba68]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-5764ba68] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-5764ba68]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-5764ba68]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-5764ba68] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-5764ba68]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-5764ba68]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-5764ba68] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-5764ba68] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-5764ba68],
.bg_grad_1_x[data-v-5764ba68] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-5764ba68] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-5764ba68] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-5764ba68] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-5764ba68],
.bg_normal_2[data-v-5764ba68] {
  background: #141621
}

.btn_left_close[data-v-5764ba68],
.btn_left_control[data-v-5764ba68],
.btn_right_close[data-v-5764ba68],
.right_screen[data-v-5764ba68] {
  display: none
}

.box_logo[data-v-5764ba68] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-5764ba68] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-5764ba68] {
  display: none
}

.text_dot[data-v-5764ba68] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-5764ba68 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-5764ba68 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-5764ba68] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-5764ba68] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-5764ba68] {
  background: #fff 
}

.bat_more.active i[data-v-5764ba68] {
  color: #000 
}

.btn_no_disabled[data-v-5764ba68] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-5764ba68] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-5764ba68] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-5764ba68],
.game_bat_2 button[data-v-5764ba68]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-5764ba68]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-5764ba68] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-5764ba68] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-5764ba68]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-5764ba68] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-5764ba68] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-5764ba68] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-5764ba68],
.title_logo[data-v-5764ba68] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-5764ba68] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-5764ba68] {
  height: 22px
}

.tab[data-v-5764ba68] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-5764ba68]:last-child {
  width: 100%
}

.tab li[data-v-5764ba68]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-5764ba68] {
  width: 50%
}

.tab li[data-v-5764ba68]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-5764ba68] {
  width: 33.333333333333%
}

.tab li[data-v-5764ba68]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-5764ba68] {
  width: 25%
}

.tab li[data-v-5764ba68]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-5764ba68] {
  width: 20%
}

.tab li[data-v-5764ba68]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-5764ba68] {
  width: 16.66666666666667%
}

.tab li button[data-v-5764ba68] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-5764ba68] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-5764ba68]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-5764ba68] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-5764ba68] {
  border: 0
}

.wrap_sports_detail li[data-v-5764ba68] {
  width: 100%
}

.wrap_sports_detail li[data-v-5764ba68]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-5764ba68]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-5764ba68] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-5764ba68] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-5764ba68],
.detail_num>button[data-v-5764ba68] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-5764ba68] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-5764ba68] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-5764ba68]:last-child {
  width: 100%
}

.detail_num button[data-v-5764ba68]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-5764ba68] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-5764ba68]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-5764ba68] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-5764ba68] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-5764ba68] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-5764ba68] {
  color: #fff 
}

.detail_num>button .up[data-v-5764ba68]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-5764ba68]:after,
.detail_num>button .up[data-v-5764ba68]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-5764ba68 1s ease-in-out 5;
  animation: blink-data-v-5764ba68 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-5764ba68]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-5764ba68] {
  background: #f4053a
}

.detail_num>button.active i[data-v-5764ba68] {
  color: #000
}

.detail_num>button .text-allocation[data-v-5764ba68] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-5764ba68] {
  color: #000 
}

.sports_bet_close[data-v-5764ba68] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-5764ba68],
.sports_bet_close[data-v-5764ba68]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-5764ba68]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-5764ba68] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-5764ba68],
.sports_bet_close_all[data-v-5764ba68]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-5764ba68]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-5764ba68] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-5764ba68]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-5764ba68] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-5764ba68]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-5764ba68] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-5764ba68],
.market_all_close[data-v-5764ba68]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-5764ba68]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-5764ba68] {
    display: none
  }
}

.vjs-control-bar[data-v-5764ba68] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-5764ba68] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-5764ba68] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-5764ba68] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-5764ba68]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-5764ba68] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-5764ba68]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-5764ba68] {
  color: #fff 
}

.vjs-big-play-button[data-v-5764ba68]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-5764ba68],
  .detail_num button[data-v-5764ba68]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-5764ba68] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-5764ba68]:nth-of-type(2),
  .game_bat button[data-v-5764ba68]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-5764ba68]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-5764ba68] {
    width: 100%
  }

  .market_all_close[data-v-5764ba68]:after,
  .market_domestic_all_close[data-v-5764ba68]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-5764ba68],
  .game_bat button:nth-of-type(3) i[data-v-5764ba68] {
    display: none 
  }
}

.mini_bet_close[data-v-5764ba68] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-5764ba68],
.mini_bet_close[data-v-5764ba68]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-5764ba68]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-5764ba68] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-5764ba68] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-5764ba68] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-5764ba68]:first-of-type,
.flex_2dan div[data-v-5764ba68]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-5764ba68] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-5764ba68]:first-of-type,
.flex_3dan div[data-v-5764ba68]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-5764ba68]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-5764ba68] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-5764ba68] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-5764ba68] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-5764ba68] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-5764ba68] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-5764ba68] {
  height: 40px
}

.mini_game_info[data-v-5764ba68],
.mini_game_info span[data-v-5764ba68]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-5764ba68]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-5764ba68] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-5764ba68] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-5764ba68]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-5764ba68] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-5764ba68] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-5764ba68] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-5764ba68] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-5764ba68]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-5764ba68] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-5764ba68]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-5764ba68] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-5764ba68]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-5764ba68] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-5764ba68]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-5764ba68] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-5764ba68]:first-child,
.ul_game_item.item_10 li[data-v-5764ba68]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-5764ba68]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-5764ba68] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-5764ba68],
.ul_game_item button i[data-v-5764ba68] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-5764ba68] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-5764ba68] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-5764ba68] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-5764ba68] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-5764ba68] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-5764ba68] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-5764ba68] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-5764ba68] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-5764ba68] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-5764ba68] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-5764ba68] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-5764ba68] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-5764ba68] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-5764ba68] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-5764ba68] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-5764ba68] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-5764ba68] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-5764ba68] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-5764ba68] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-5764ba68] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-5764ba68] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-5764ba68] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-5764ba68] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-5764ba68] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-5764ba68] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-5764ba68] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-5764ba68] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-5764ba68] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-5764ba68] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-5764ba68] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-5764ba68] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-5764ba68] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-5764ba68] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-5764ba68] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-5764ba68] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-5764ba68] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-5764ba68] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-5764ba68] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-5764ba68]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-5764ba68]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-5764ba68]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-5764ba68] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-5764ba68] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-5764ba68] {
    display: none
  }

  .flex_1dan ul[data-v-5764ba68] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-5764ba68]:first-of-type,
  .flex_3dan div[data-v-5764ba68]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-5764ba68]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-5764ba68] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-5764ba68]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-5764ba68]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-5764ba68]:first-of-type,
  .flex_3dan div[data-v-5764ba68]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-5764ba68]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-5764ba68] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-5764ba68] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-5764ba68] {
    width: 100%
  }

  .flex_3dan div[data-v-5764ba68]:first-of-type,
  .flex_3dan div[data-v-5764ba68]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-5764ba68]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-5764ba68] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-5764ba68] {
    width: 100%
  }

  .ul_game_item2 li[data-v-5764ba68]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-5764ba68]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-5764ba68]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-5764ba68]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-5764ba68]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-5764ba68] {
    padding: 101px 280px 0
  }

  .container_left[data-v-5764ba68],
  .container_left_md[data-v-5764ba68],
  .container_right[data-v-5764ba68] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-5764ba68]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-5764ba68]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-5764ba68]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-5764ba68]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-5764ba68] {
    padding-left: 40px
  }

  .container_left[data-v-5764ba68] {
    display: none
  }

  .btn_left_control[data-v-5764ba68] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-5764ba68],
  .btn_left_control i[data-v-5764ba68] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-5764ba68] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-5764ba68] {
    width: 26px
  }

  .btn_left_close[data-v-5764ba68] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-5764ba68] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-5764ba68] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-5764ba68]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-5764ba68]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-5764ba68]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-5764ba68]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-5764ba68]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-5764ba68]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-5764ba68] {
    display: block
  }

  .no-display-1600[data-v-5764ba68] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-5764ba68]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-5764ba68]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-5764ba68] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-5764ba68] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-5764ba68]:first-of-type,
  .container_center_2_mini>div>div[data-v-5764ba68]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-5764ba68] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-5764ba68]:first-of-type,
  .container_center_3_mini>div>div[data-v-5764ba68]:nth-of-type(2),
  .container_center_4_mini>div[data-v-5764ba68]:first-of-type,
  .container_center_4_mini>div[data-v-5764ba68]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-5764ba68] {
    padding-right: 0
  }

  .container_right[data-v-5764ba68] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-5764ba68] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-5764ba68] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-5764ba68] {
    width: 26px
  }

  .container_right .right_screen[data-v-5764ba68] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-5764ba68] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-5764ba68],
  .btn_left_control[data-v-5764ba68],
  .container_left[data-v-5764ba68] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-5764ba68] {
    padding: 0
  }

  .mobile_scroll[data-v-5764ba68] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-5764ba68] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-5764ba68],
.title_info_s[data-v-5764ba68] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-5764ba68] {
  font-size: 1.8rem
}

.title_info_s[data-v-5764ba68]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-5764ba68] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-5764ba68] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-5764ba68] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-5764ba68] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-5764ba68] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-5764ba68] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-5764ba68] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-5764ba68] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-5764ba68] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-5764ba68] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-5764ba68] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-5764ba68] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-5764ba68] {
  position: relative
}

.sub_visual_wallet img[data-v-5764ba68] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-5764ba68] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-5764ba68] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-5764ba68] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-5764ba68] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-5764ba68]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-5764ba68],
.menu_wallet>li button[data-v-5764ba68] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-5764ba68],
.menu_wallet>li button.active[data-v-5764ba68] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-5764ba68] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-5764ba68]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-5764ba68] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-5764ba68] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-5764ba68] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-5764ba68] {
  position: relative
}

.wallet_form button[data-v-5764ba68] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-5764ba68] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-5764ba68] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-5764ba68] {
  background: #141621 
}

h2.title_trade[data-v-5764ba68] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-5764ba68] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-5764ba68] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-5764ba68] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-5764ba68],
.result_buy div[data-v-5764ba68] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-5764ba68] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-5764ba68] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-5764ba68] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-5764ba68] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-5764ba68] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-5764ba68] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-5764ba68] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-5764ba68] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-5764ba68],
.sub_visual.s_02[data-v-5764ba68],
.sub_visual.s_03[data-v-5764ba68],
.sub_visual.s_04[data-v-5764ba68],
.sub_visual.s_05[data-v-5764ba68],
.sub_visual.s_06[data-v-5764ba68],
.sub_visual.s_07[data-v-5764ba68],
.sub_visual.s_08[data-v-5764ba68] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-5764ba68] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-5764ba68] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-5764ba68] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-5764ba68],
.sub_menu a[data-v-5764ba68] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-5764ba68] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-5764ba68] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-5764ba68],
.sub_menu a.nuxt-link-active[data-v-5764ba68] {
  color: #e32028
}

.sub_tab ul[data-v-5764ba68] {
  overflow: hidden
}

.sub_tab ul li[data-v-5764ba68] {
  float: left
}

.sub_tab ul li a[data-v-5764ba68] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-5764ba68],
.sub_tab ul li a.active[data-v-5764ba68] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-5764ba68]:before,
.sub_tab ul li a.active[data-v-5764ba68]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-5764ba68] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-5764ba68] {
  font-size: 2.2rem
}

.title_big[data-v-5764ba68],
.title_normal[data-v-5764ba68] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-5764ba68] {
  font-size: 1.8rem
}

.title_small[data-v-5764ba68] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-5764ba68] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-5764ba68] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-5764ba68],
.title_tiny[data-v-5764ba68] {
  position: relative;
  color: #fff
}

.title_sub[data-v-5764ba68] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-5764ba68]:before {
  bottom: -5px
}

.title_sub[data-v-5764ba68]:after,
.title_sub[data-v-5764ba68]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-5764ba68]:after {
  bottom: -3px
}

.title_sub_1[data-v-5764ba68] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-5764ba68]:before {
  bottom: -5px
}

.title_sub_1[data-v-5764ba68]:after,
.title_sub_1[data-v-5764ba68]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-5764ba68]:after {
  bottom: -3px
}

.title_sm[data-v-5764ba68] {
  display: none
}

.title_hexa[data-v-5764ba68] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-5764ba68],
.title_hexa i[data-v-5764ba68] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-5764ba68] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-5764ba68] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-5764ba68] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-5764ba68],
.title_hexa.t_on i[data-v-5764ba68] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-5764ba68] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-5764ba68] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-5764ba68] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-5764ba68] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-5764ba68] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-5764ba68] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-5764ba68] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-5764ba68]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-5764ba68]:first-of-type,
.sports_list li>div[data-v-5764ba68]:nth-of-type(2),
.sports_list li>div[data-v-5764ba68]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-5764ba68] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-5764ba68]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-5764ba68] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-5764ba68] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-5764ba68] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-5764ba68]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-5764ba68] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-5764ba68] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-5764ba68] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-5764ba68],
.game_bat button[data-v-5764ba68] {
  position: relative
}

.game_bat button[data-v-5764ba68]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-5764ba68] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-5764ba68] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-5764ba68] {
  margin-right: 5px
}

.game_bat button[data-v-5764ba68]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-5764ba68] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-5764ba68] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-5764ba68] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-5764ba68],
.game_bat button:nth-of-type(3) i img[data-v-5764ba68] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-5764ba68] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-5764ba68]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-5764ba68]:nth-of-type(2),
.game_bat button[data-v-5764ba68]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-5764ba68]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-5764ba68],
.game_bat button.active[data-v-5764ba68] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-5764ba68]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-5764ba68]:after,
.game_bat button:first-of-type .up[data-v-5764ba68]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-5764ba68 1s ease-in-out 5;
  animation: blink-data-v-5764ba68 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-5764ba68]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-5764ba68]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-5764ba68]:after,
.game_bat button:nth-of-type(2) .up[data-v-5764ba68]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-5764ba68 1s ease-in-out 5;
  animation: blink-data-v-5764ba68 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-5764ba68]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-5764ba68]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-5764ba68]:after,
.game_bat button:nth-of-type(3) .up[data-v-5764ba68]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-5764ba68 1s ease-in-out 5;
  animation: blink-data-v-5764ba68 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-5764ba68]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-5764ba68] {
  padding: 0
}

.box_folder[data-v-5764ba68],
.box_folder button[data-v-5764ba68] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-5764ba68] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-5764ba68] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-5764ba68]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-5764ba68] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-5764ba68]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-5764ba68] {
  flex-wrap: wrap
}

.bank_info[data-v-5764ba68],
.bank_info li[data-v-5764ba68] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-5764ba68] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-5764ba68]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-5764ba68] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-5764ba68] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-5764ba68] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-5764ba68] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-5764ba68] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-5764ba68] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-5764ba68] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-5764ba68] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-5764ba68] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-5764ba68] {
  margin-right: 10px
}

.box_text_type_1[data-v-5764ba68] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-5764ba68],
.box_text_type_1 i[data-v-5764ba68] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-5764ba68] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-5764ba68] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-5764ba68],
.wl_tip[data-v-5764ba68] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-5764ba68],
.wl_tip ul li[data-v-5764ba68] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-5764ba68] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-5764ba68] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-5764ba68] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-5764ba68],
.wl_waring ul li[data-v-5764ba68] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-5764ba68] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-5764ba68] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-5764ba68] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-5764ba68] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-5764ba68] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-5764ba68] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-5764ba68 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-5764ba68 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-5764ba68] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-5764ba68] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-5764ba68] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-5764ba68],
.box_fx_buy_sell[data-v-5764ba68],
.box_fx_result[data-v-5764ba68],
.box_leverage_result[data-v-5764ba68],
.current_time[data-v-5764ba68],
.tab_box[data-v-5764ba68],
.tab_time[data-v-5764ba68] {
  position: relative
}

.copilot[data-v-5764ba68] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-5764ba68],
.copilot[data-v-5764ba68]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-5764ba68]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-5764ba68] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-5764ba68] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-5764ba68] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-5764ba68] {
  padding: 20px 15px
}

.copilot_foot[data-v-5764ba68],
.copilot_foot button[data-v-5764ba68] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-5764ba68] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-5764ba68] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-5764ba68],
.copilot.step_2[data-v-5764ba68] {
  top: 50px
}

.copilot.step_3[data-v-5764ba68],
.copilot.step_4[data-v-5764ba68],
.copilot.step_6[data-v-5764ba68],
.copilot.step_7[data-v-5764ba68],
.copilot.step_8[data-v-5764ba68] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-5764ba68] {
  top: 40px
}

.box_info_1[data-v-5764ba68] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-5764ba68] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-5764ba68] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-5764ba68]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-5764ba68] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-5764ba68] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-5764ba68] {
  height: 40px
}

.title_guide_1 span[data-v-5764ba68] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-5764ba68] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-5764ba68] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-5764ba68] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-5764ba68] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-5764ba68] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-5764ba68 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-5764ba68 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-5764ba68]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-5764ba68]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-5764ba68]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-5764ba68]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-5764ba68]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-5764ba68 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-5764ba68 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-5764ba68] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-5764ba68] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-5764ba68] {
    margin-top: 0
  }

  .sub_visual[data-v-5764ba68] {
    display: none
  }

  .box_sub_title[data-v-5764ba68] {
    padding: 0 20px
  }

  .box_sub_container[data-v-5764ba68] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-5764ba68] {
    display: block
  }

  .title_sub[data-v-5764ba68] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-5764ba68]:before {
    bottom: -5px
  }

  .title_sub[data-v-5764ba68]:after,
  .title_sub[data-v-5764ba68]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-5764ba68]:after {
    bottom: -3px
  }

  .sub_menu[data-v-5764ba68] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-5764ba68] {
    padding: 0
  }

  .box_sub_container[data-v-5764ba68] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-5764ba68] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-5764ba68] {
    display: none
  }

  .box_bg_deep[data-v-5764ba68] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-5764ba68] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-5764ba68] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-5764ba68] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-5764ba68],
  .result_buy div[data-v-5764ba68] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-5764ba68] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-5764ba68] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-5764ba68] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-5764ba68] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-5764ba68] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-5764ba68] {
    padding: 0 5px
  }

  .box_folder button[data-v-5764ba68] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-5764ba68] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-5764ba68] {
    padding: 0
  }

  .pagenation_type_1[data-v-5764ba68] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-5764ba68] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-5764ba68] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-5764ba68] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-5764ba68],
  .pagenation_type_1 .btn_last[data-v-5764ba68],
  .pagenation_type_1 .btn_next[data-v-5764ba68],
  .pagenation_type_1 .btn_prev[data-v-5764ba68] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-5764ba68] {
    color: #bbb
  }

  .title_medium[data-v-5764ba68] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-5764ba68]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-5764ba68]:first-of-type:hover,
  .game_bat.bet_three button[data-v-5764ba68]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-5764ba68]:nth-of-type(3):hover,
  .game_bat button[data-v-5764ba68]:first-of-type:hover,
  .game_bat button[data-v-5764ba68]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-5764ba68],
  .game_bat button.active span[data-v-5764ba68],
  .game_bat button:hover span[data-v-5764ba68] {
    color: #fff 
  }

  .bat_more[data-v-5764ba68]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-5764ba68],
  .bat_more[disabled][data-v-5764ba68]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-5764ba68]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-5764ba68]:first-of-type:hover,
  .game_bat_2 button[data-v-5764ba68]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-5764ba68],
  .game_bat_2 button.active[data-v-5764ba68]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-5764ba68]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-5764ba68] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-5764ba68] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-5764ba68]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-5764ba68]:hover,
  .pagenation_type_1 .btn_last[data-v-5764ba68]:hover,
  .pagenation_type_1 .btn_next[data-v-5764ba68]:hover,
  .pagenation_type_1 .btn_prev[data-v-5764ba68]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-5764ba68]:hover,
  .ul_game_item button[data-v-5764ba68]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_live[data-v-5764ba68] {
  position: relative
}

.sub_visual_live img[data-v-5764ba68] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_live div[data-v-5764ba68] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 40px 10px
}

.sub_visual_live div>span[data-v-5764ba68]:first-of-type {
  display: flex;
  align-items: flex-start;
  font-size: 9rem;
  color: #fff;
  font-family: BebasNeuePro;
  font-weight: 300
}

.sub_visual_live div>span:first-of-type b[data-v-5764ba68] {
  font-size: 9rem;
  color: #e32028;
  font-family: BebasNeuePro;
  font-weight: 600;
  padding-right: 10px
}

.sub_visual_live div>span[data-v-5764ba68]:nth-of-type(2) {
  font-size: 1.5rem;
  color: #fff;
  font-family: gmarket;
  font-weight: 300;
  letter-spacing: 2px;
  padding-left: 5px;
  margin-top: 10px
}

.live_list[data-v-5764ba68] {
  display: flex;
  flex-wrap: wrap
}

.live_list li[data-v-5764ba68] {
  width: calc(25% - 1px);
  margin-right: 1px
}

.live_list li a[data-v-5764ba68] {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden
}

.live_list li a i[data-v-5764ba68] {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1
}

.live_list li a>img[data-v-5764ba68] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .3s
}

.live_list li a button[data-v-5764ba68] {
  position: absolute;
  left: 50%;
  bottom: 10%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  font-size: 2.2rem;
  color: #000;
  font-family: BebasNeuePro;
  font-weight: 600;
  background: #fff;
  border-radius: 20px;
  margin-left: -90px
}

.live_list li a:hover>img[data-v-5764ba68] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1)
}

@media (max-width:1023px) {
  .container_right[data-v-5764ba68] {
    display: none
  }
}
body [data-v-3ddc060c] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-3ddc060c]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-3ddc060c]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-3ddc060c] {
  max-width: 1440px
}

.page-enter-active[data-v-3ddc060c],
.page-leave-active[data-v-3ddc060c] {
  transition: opacity .1s
}

.page-enter[data-v-3ddc060c],
.page-leave-to[data-v-3ddc060c] {
  opacity: 0
}

.b1[data-v-3ddc060c] {
  border: 1px solid red
}

.width-btn-100[data-v-3ddc060c] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-3ddc060c] {
  color: #e32028 
}

.main-color1-normal[data-v-3ddc060c] {
  color: #ff2152 
}

.main-color1-text[data-v-3ddc060c] {
  color: #ff9710 
}

.main-color1-deep[data-v-3ddc060c] {
  color: #ff6900 
}

.main-color1-light[data-v-3ddc060c] {
  color: #ff542e 
}

.color-white[data-v-3ddc060c] {
  color: #fff 
}

.main-color2-light[data-v-3ddc060c] {
  color: #a9da2b 
}

.main-color2[data-v-3ddc060c] {
  color: #67b628 
}

.main_color3_light[data-v-3ddc060c] {
  color: #ffc92f 
}

.main-color3[data-v-3ddc060c] {
  color: #febd02 
}

.main-color4[data-v-3ddc060c] {
  color: #7e93a6 
}

.main-color5-light[data-v-3ddc060c] {
  color: #42deda 
}

.main-color5[data-v-3ddc060c] {
  color: #01c8de 
}

.color-grey[data-v-3ddc060c] {
  color: #676c71 
}

.color-lightgrey[data-v-3ddc060c] {
  color: #ababab 
}

.color-deepgrey[data-v-3ddc060c] {
  color: #20222b 
}

.color-text-verylight[data-v-3ddc060c] {
  color: #80a7b8 
}

.color-text-light[data-v-3ddc060c] {
  color: #9a9aa7 
}

.color-text[data-v-3ddc060c] {
  color: #797986 
}

.color-text-deep[data-v-3ddc060c] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-3ddc060c] {
  color: #2f3b49 
}

.c_default[data-v-3ddc060c] {
  color: #fff 
}

.c_high[data-v-3ddc060c] {
  color: #ff1717 
}

.c_low[data-v-3ddc060c] {
  color: #0bf 
}

.c_buy_light[data-v-3ddc060c] {
  color: #fe5159 
}

.c_buy[data-v-3ddc060c] {
  color: #f14f57 
}

.bg_c_buy[data-v-3ddc060c] {
  background: #f14f57
}

.c_sell_light[data-v-3ddc060c] {
  color: #349bf0 
}

.c_sell[data-v-3ddc060c] {
  color: #3488db 
}

.bg_c_sell[data-v-3ddc060c] {
  background: #3488db
}

.c_ing[data-v-3ddc060c] {
  color: #fff 
}

.bg_ing[data-v-3ddc060c],
.bg_wait[data-v-3ddc060c] {
  background: #7e93a6 
}

.bg_background_deep[data-v-3ddc060c] {
  background: #000
}

.c_success[data-v-3ddc060c] {
  color: #1478f2 
}

.bg_success[data-v-3ddc060c] {
  background: #1478f2 
}

.c_complete[data-v-3ddc060c] {
  color: #fff 
}

.c_fail[data-v-3ddc060c] {
  color: #ff1e1e 
}

.bg_fail[data-v-3ddc060c] {
  background: #ff1e1e 
}

.c_cancel[data-v-3ddc060c] {
  color: #ff6900 
}

.bg_cancel[data-v-3ddc060c] {
  background: #ff6900 
}

.c_error[data-v-3ddc060c] {
  color: #ff6900 
}

.c_invaild[data-v-3ddc060c] {
  color: #999 
}

.bg_invaild[data-v-3ddc060c] {
  background: #666 
}

.bg_main[data-v-3ddc060c] {
  background: #e32028 
}

.bg_green_gra[data-v-3ddc060c] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-3ddc060c] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-3ddc060c] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-3ddc060c] {
  color: #ff5266 
}

.c_deposit_light[data-v-3ddc060c] {
  color: #a9da2b 
}

.c_deposit[data-v-3ddc060c] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-3ddc060c] {
  color: #ff8520 
}

.c_withdrawal[data-v-3ddc060c] {
  color: #ff6900 
}

.c_green[data-v-3ddc060c] {
  color: #009b1b 
}

.c_red[data-v-3ddc060c] {
  color: red 
}

.c_blue[data-v-3ddc060c] {
  color: #febd02 
}

.c_black[data-v-3ddc060c] {
  color: #000 
}

.bg_white[data-v-3ddc060c] {
  background: #fff 
}

.bg_green[data-v-3ddc060c] {
  background: #6dcb1b 
}

.box_c_ing[data-v-3ddc060c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-3ddc060c] {
  background: #f14f57
}

.box_c_buy[data-v-3ddc060c],
.box_c_invaild[data-v-3ddc060c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-3ddc060c] {
  background: #999
}

.box_c_sell[data-v-3ddc060c] {
  background: #3488db
}

.box_c_sell[data-v-3ddc060c],
.box_c_success[data-v-3ddc060c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-3ddc060c] {
  background: #ff6900
}

.box_c_fail[data-v-3ddc060c] {
  background: #67b628
}

.box_c_extedn[data-v-3ddc060c],
.box_c_fail[data-v-3ddc060c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-3ddc060c] {
  background: #43586c
}

.ps__rail-x[data-v-3ddc060c] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-3ddc060c],
.ps__rail-y[data-v-3ddc060c] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-3ddc060c] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-3ddc060c],
.ps--active-y>.ps__rail-y[data-v-3ddc060c] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-3ddc060c],
.ps--focus>.ps__rail-y[data-v-3ddc060c],
.ps--scrolling-x>.ps__rail-x[data-v-3ddc060c],
.ps--scrolling-y>.ps__rail-y[data-v-3ddc060c],
.ps:hover>.ps__rail-x[data-v-3ddc060c],
.ps:hover>.ps__rail-y[data-v-3ddc060c] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-3ddc060c],
.ps.ps__rail-x[data-v-3ddc060c]:focus,
.ps.ps__rail-x[data-v-3ddc060c]:hover,
.ps.ps__rail-y.ps--clicking[data-v-3ddc060c],
.ps.ps__rail-y[data-v-3ddc060c]:focus,
.ps.ps__rail-y[data-v-3ddc060c]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-3ddc060c] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-3ddc060c],
.ps__thumb-y[data-v-3ddc060c] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-3ddc060c] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-3ddc060c],
.ps__rail-x:focus>.ps__thumb-x[data-v-3ddc060c],
.ps__rail-x:hover>.ps__thumb-x[data-v-3ddc060c] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-3ddc060c],
.ps__rail-y:focus>.ps__thumb-y[data-v-3ddc060c],
.ps__rail-y:hover>.ps__thumb-y[data-v-3ddc060c] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-3ddc060c] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-3ddc060c] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-3ddc060c] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-3ddc060c] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-3ddc060c] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-3ddc060c] {
  display: none 
}

.toast-top-center[data-v-3ddc060c] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-3ddc060c] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-3ddc060c] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-3ddc060c] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-3ddc060c] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-3ddc060c],
.pagenation_type_1 .btn_last[data-v-3ddc060c],
.pagenation_type_1 .btn_next[data-v-3ddc060c],
.pagenation_type_1 .btn_prev[data-v-3ddc060c] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-3ddc060c] {
  color: #bbb
}

.wrap_type_3[data-v-3ddc060c] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-3ddc060c] {
  background: #0b0c10
}

.container_left[data-v-3ddc060c],
.container_left_md[data-v-3ddc060c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-3ddc060c] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-3ddc060c] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-3ddc060c] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-3ddc060c] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-3ddc060c]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-3ddc060c] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-3ddc060c] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-3ddc060c] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-3ddc060c] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-3ddc060c]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-3ddc060c]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-3ddc060c],
.container_center_3_mini>div[data-v-3ddc060c] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-3ddc060c] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-3ddc060c]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-3ddc060c]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-3ddc060c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-3ddc060c]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-3ddc060c]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-3ddc060c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-3ddc060c]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-3ddc060c]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-3ddc060c] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-3ddc060c] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-3ddc060c],
.bg_grad_1_x[data-v-3ddc060c] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-3ddc060c] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-3ddc060c] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-3ddc060c] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-3ddc060c],
.bg_normal_2[data-v-3ddc060c] {
  background: #141621
}

.btn_left_close[data-v-3ddc060c],
.btn_left_control[data-v-3ddc060c],
.btn_right_close[data-v-3ddc060c],
.right_screen[data-v-3ddc060c] {
  display: none
}

.box_logo[data-v-3ddc060c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-3ddc060c] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-3ddc060c] {
  display: none
}

.text_dot[data-v-3ddc060c] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-3ddc060c {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-3ddc060c {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-3ddc060c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-3ddc060c] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-3ddc060c] {
  background: #fff 
}

.bat_more.active i[data-v-3ddc060c] {
  color: #000 
}

.btn_no_disabled[data-v-3ddc060c] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-3ddc060c] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-3ddc060c] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-3ddc060c],
.game_bat_2 button[data-v-3ddc060c]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-3ddc060c]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-3ddc060c] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-3ddc060c] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-3ddc060c]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-3ddc060c] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-3ddc060c] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-3ddc060c] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-3ddc060c],
.title_logo[data-v-3ddc060c] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-3ddc060c] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-3ddc060c] {
  height: 22px
}

.tab[data-v-3ddc060c] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-3ddc060c]:last-child {
  width: 100%
}

.tab li[data-v-3ddc060c]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-3ddc060c] {
  width: 50%
}

.tab li[data-v-3ddc060c]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-3ddc060c] {
  width: 33.333333333333%
}

.tab li[data-v-3ddc060c]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-3ddc060c] {
  width: 25%
}

.tab li[data-v-3ddc060c]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-3ddc060c] {
  width: 20%
}

.tab li[data-v-3ddc060c]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-3ddc060c] {
  width: 16.66666666666667%
}

.tab li button[data-v-3ddc060c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-3ddc060c] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-3ddc060c]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-3ddc060c] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-3ddc060c] {
  border: 0
}

.wrap_sports_detail li[data-v-3ddc060c] {
  width: 100%
}

.wrap_sports_detail li[data-v-3ddc060c]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-3ddc060c]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-3ddc060c] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-3ddc060c] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-3ddc060c],
.detail_num>button[data-v-3ddc060c] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-3ddc060c] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-3ddc060c] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-3ddc060c]:last-child {
  width: 100%
}

.detail_num button[data-v-3ddc060c]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-3ddc060c] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-3ddc060c]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-3ddc060c] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-3ddc060c] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-3ddc060c] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-3ddc060c] {
  color: #fff 
}

.detail_num>button .up[data-v-3ddc060c]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-3ddc060c]:after,
.detail_num>button .up[data-v-3ddc060c]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3ddc060c 1s ease-in-out 5;
  animation: blink-data-v-3ddc060c 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-3ddc060c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-3ddc060c] {
  background: #f4053a
}

.detail_num>button.active i[data-v-3ddc060c] {
  color: #000
}

.detail_num>button .text-allocation[data-v-3ddc060c] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-3ddc060c] {
  color: #000 
}

.sports_bet_close[data-v-3ddc060c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-3ddc060c],
.sports_bet_close[data-v-3ddc060c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-3ddc060c]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-3ddc060c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-3ddc060c],
.sports_bet_close_all[data-v-3ddc060c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-3ddc060c]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-3ddc060c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-3ddc060c]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-3ddc060c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-3ddc060c]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-3ddc060c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-3ddc060c],
.market_all_close[data-v-3ddc060c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-3ddc060c]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-3ddc060c] {
    display: none
  }
}

.vjs-control-bar[data-v-3ddc060c] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-3ddc060c] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-3ddc060c] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-3ddc060c] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-3ddc060c]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-3ddc060c] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-3ddc060c]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-3ddc060c] {
  color: #fff 
}

.vjs-big-play-button[data-v-3ddc060c]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-3ddc060c],
  .detail_num button[data-v-3ddc060c]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-3ddc060c] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-3ddc060c]:nth-of-type(2),
  .game_bat button[data-v-3ddc060c]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-3ddc060c]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-3ddc060c] {
    width: 100%
  }

  .market_all_close[data-v-3ddc060c]:after,
  .market_domestic_all_close[data-v-3ddc060c]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-3ddc060c],
  .game_bat button:nth-of-type(3) i[data-v-3ddc060c] {
    display: none 
  }
}

.mini_bet_close[data-v-3ddc060c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-3ddc060c],
.mini_bet_close[data-v-3ddc060c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-3ddc060c]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-3ddc060c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-3ddc060c] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-3ddc060c] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-3ddc060c]:first-of-type,
.flex_2dan div[data-v-3ddc060c]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-3ddc060c] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-3ddc060c]:first-of-type,
.flex_3dan div[data-v-3ddc060c]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-3ddc060c]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-3ddc060c] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-3ddc060c] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-3ddc060c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-3ddc060c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-3ddc060c] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-3ddc060c] {
  height: 40px
}

.mini_game_info[data-v-3ddc060c],
.mini_game_info span[data-v-3ddc060c]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-3ddc060c]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-3ddc060c] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-3ddc060c] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-3ddc060c]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-3ddc060c] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-3ddc060c] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-3ddc060c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-3ddc060c] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-3ddc060c]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-3ddc060c] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-3ddc060c]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-3ddc060c] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-3ddc060c]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-3ddc060c] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-3ddc060c]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-3ddc060c] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-3ddc060c]:first-child,
.ul_game_item.item_10 li[data-v-3ddc060c]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-3ddc060c]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-3ddc060c] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-3ddc060c],
.ul_game_item button i[data-v-3ddc060c] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-3ddc060c] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-3ddc060c] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-3ddc060c] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-3ddc060c] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-3ddc060c] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-3ddc060c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-3ddc060c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-3ddc060c] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-3ddc060c] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-3ddc060c] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-3ddc060c] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-3ddc060c] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-3ddc060c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-3ddc060c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-3ddc060c] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-3ddc060c] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-3ddc060c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-3ddc060c] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-3ddc060c] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-3ddc060c] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-3ddc060c] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-3ddc060c] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-3ddc060c] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-3ddc060c] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-3ddc060c] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-3ddc060c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-3ddc060c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-3ddc060c] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-3ddc060c] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-3ddc060c] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-3ddc060c] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-3ddc060c] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-3ddc060c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-3ddc060c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-3ddc060c] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-3ddc060c] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-3ddc060c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-3ddc060c] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-3ddc060c]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-3ddc060c]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-3ddc060c]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-3ddc060c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-3ddc060c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-3ddc060c] {
    display: none
  }

  .flex_1dan ul[data-v-3ddc060c] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-3ddc060c]:first-of-type,
  .flex_3dan div[data-v-3ddc060c]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-3ddc060c]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-3ddc060c] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-3ddc060c]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-3ddc060c]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-3ddc060c]:first-of-type,
  .flex_3dan div[data-v-3ddc060c]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-3ddc060c]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-3ddc060c] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-3ddc060c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-3ddc060c] {
    width: 100%
  }

  .flex_3dan div[data-v-3ddc060c]:first-of-type,
  .flex_3dan div[data-v-3ddc060c]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-3ddc060c]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-3ddc060c] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-3ddc060c] {
    width: 100%
  }

  .ul_game_item2 li[data-v-3ddc060c]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-3ddc060c]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-3ddc060c]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-3ddc060c]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-3ddc060c]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-3ddc060c] {
    padding: 101px 280px 0
  }

  .container_left[data-v-3ddc060c],
  .container_left_md[data-v-3ddc060c],
  .container_right[data-v-3ddc060c] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-3ddc060c]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-3ddc060c]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-3ddc060c]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-3ddc060c]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-3ddc060c] {
    padding-left: 40px
  }

  .container_left[data-v-3ddc060c] {
    display: none
  }

  .btn_left_control[data-v-3ddc060c] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-3ddc060c],
  .btn_left_control i[data-v-3ddc060c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-3ddc060c] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-3ddc060c] {
    width: 26px
  }

  .btn_left_close[data-v-3ddc060c] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-3ddc060c] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-3ddc060c] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-3ddc060c]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-3ddc060c]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-3ddc060c]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-3ddc060c]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-3ddc060c]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-3ddc060c]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-3ddc060c] {
    display: block
  }

  .no-display-1600[data-v-3ddc060c] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-3ddc060c]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-3ddc060c]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-3ddc060c] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-3ddc060c] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-3ddc060c]:first-of-type,
  .container_center_2_mini>div>div[data-v-3ddc060c]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-3ddc060c] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-3ddc060c]:first-of-type,
  .container_center_3_mini>div>div[data-v-3ddc060c]:nth-of-type(2),
  .container_center_4_mini>div[data-v-3ddc060c]:first-of-type,
  .container_center_4_mini>div[data-v-3ddc060c]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-3ddc060c] {
    padding-right: 0
  }

  .container_right[data-v-3ddc060c] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-3ddc060c] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-3ddc060c] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-3ddc060c] {
    width: 26px
  }

  .container_right .right_screen[data-v-3ddc060c] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-3ddc060c] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-3ddc060c],
  .btn_left_control[data-v-3ddc060c],
  .container_left[data-v-3ddc060c] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-3ddc060c] {
    padding: 0
  }

  .mobile_scroll[data-v-3ddc060c] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-3ddc060c] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-3ddc060c],
.title_info_s[data-v-3ddc060c] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-3ddc060c] {
  font-size: 1.8rem
}

.title_info_s[data-v-3ddc060c]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-3ddc060c] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-3ddc060c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-3ddc060c] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-3ddc060c] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-3ddc060c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-3ddc060c] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-3ddc060c] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-3ddc060c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-3ddc060c] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-3ddc060c] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-3ddc060c] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-3ddc060c] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-3ddc060c] {
  position: relative
}

.sub_visual_wallet img[data-v-3ddc060c] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-3ddc060c] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-3ddc060c] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-3ddc060c] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-3ddc060c] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-3ddc060c]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-3ddc060c],
.menu_wallet>li button[data-v-3ddc060c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-3ddc060c],
.menu_wallet>li button.active[data-v-3ddc060c] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-3ddc060c] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-3ddc060c]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-3ddc060c] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-3ddc060c] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-3ddc060c] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-3ddc060c] {
  position: relative
}

.wallet_form button[data-v-3ddc060c] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-3ddc060c] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-3ddc060c] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-3ddc060c] {
  background: #141621 
}

h2.title_trade[data-v-3ddc060c] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-3ddc060c] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-3ddc060c] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-3ddc060c] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-3ddc060c],
.result_buy div[data-v-3ddc060c] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-3ddc060c] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-3ddc060c] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-3ddc060c] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-3ddc060c] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-3ddc060c] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-3ddc060c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-3ddc060c] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-3ddc060c] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-3ddc060c],
.sub_visual.s_02[data-v-3ddc060c],
.sub_visual.s_03[data-v-3ddc060c],
.sub_visual.s_04[data-v-3ddc060c],
.sub_visual.s_05[data-v-3ddc060c],
.sub_visual.s_06[data-v-3ddc060c],
.sub_visual.s_07[data-v-3ddc060c],
.sub_visual.s_08[data-v-3ddc060c] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-3ddc060c] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-3ddc060c] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-3ddc060c] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-3ddc060c],
.sub_menu a[data-v-3ddc060c] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-3ddc060c] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-3ddc060c] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-3ddc060c],
.sub_menu a.nuxt-link-active[data-v-3ddc060c] {
  color: #e32028
}

.sub_tab ul[data-v-3ddc060c] {
  overflow: hidden
}

.sub_tab ul li[data-v-3ddc060c] {
  float: left
}

.sub_tab ul li a[data-v-3ddc060c] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-3ddc060c],
.sub_tab ul li a.active[data-v-3ddc060c] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-3ddc060c]:before,
.sub_tab ul li a.active[data-v-3ddc060c]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-3ddc060c] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-3ddc060c] {
  font-size: 2.2rem
}

.title_big[data-v-3ddc060c],
.title_normal[data-v-3ddc060c] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-3ddc060c] {
  font-size: 1.8rem
}

.title_small[data-v-3ddc060c] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-3ddc060c] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-3ddc060c] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-3ddc060c],
.title_tiny[data-v-3ddc060c] {
  position: relative;
  color: #fff
}

.title_sub[data-v-3ddc060c] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-3ddc060c]:before {
  bottom: -5px
}

.title_sub[data-v-3ddc060c]:after,
.title_sub[data-v-3ddc060c]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-3ddc060c]:after {
  bottom: -3px
}

.title_sub_1[data-v-3ddc060c] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-3ddc060c]:before {
  bottom: -5px
}

.title_sub_1[data-v-3ddc060c]:after,
.title_sub_1[data-v-3ddc060c]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-3ddc060c]:after {
  bottom: -3px
}

.title_sm[data-v-3ddc060c] {
  display: none
}

.title_hexa[data-v-3ddc060c] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-3ddc060c],
.title_hexa i[data-v-3ddc060c] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-3ddc060c] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-3ddc060c] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-3ddc060c] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-3ddc060c],
.title_hexa.t_on i[data-v-3ddc060c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-3ddc060c] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-3ddc060c] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-3ddc060c] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-3ddc060c] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-3ddc060c] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-3ddc060c] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-3ddc060c] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-3ddc060c]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-3ddc060c]:first-of-type,
.sports_list li>div[data-v-3ddc060c]:nth-of-type(2),
.sports_list li>div[data-v-3ddc060c]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-3ddc060c] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-3ddc060c]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-3ddc060c] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-3ddc060c] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-3ddc060c] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-3ddc060c]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-3ddc060c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-3ddc060c] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-3ddc060c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-3ddc060c],
.game_bat button[data-v-3ddc060c] {
  position: relative
}

.game_bat button[data-v-3ddc060c]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-3ddc060c] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-3ddc060c] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-3ddc060c] {
  margin-right: 5px
}

.game_bat button[data-v-3ddc060c]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-3ddc060c] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-3ddc060c] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-3ddc060c] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-3ddc060c],
.game_bat button:nth-of-type(3) i img[data-v-3ddc060c] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-3ddc060c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-3ddc060c]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-3ddc060c]:nth-of-type(2),
.game_bat button[data-v-3ddc060c]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-3ddc060c]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-3ddc060c],
.game_bat button.active[data-v-3ddc060c] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-3ddc060c]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-3ddc060c]:after,
.game_bat button:first-of-type .up[data-v-3ddc060c]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3ddc060c 1s ease-in-out 5;
  animation: blink-data-v-3ddc060c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-3ddc060c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-3ddc060c]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-3ddc060c]:after,
.game_bat button:nth-of-type(2) .up[data-v-3ddc060c]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3ddc060c 1s ease-in-out 5;
  animation: blink-data-v-3ddc060c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-3ddc060c]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-3ddc060c]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-3ddc060c]:after,
.game_bat button:nth-of-type(3) .up[data-v-3ddc060c]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3ddc060c 1s ease-in-out 5;
  animation: blink-data-v-3ddc060c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-3ddc060c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-3ddc060c] {
  padding: 0
}

.box_folder[data-v-3ddc060c],
.box_folder button[data-v-3ddc060c] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-3ddc060c] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-3ddc060c] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-3ddc060c]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-3ddc060c] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-3ddc060c]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-3ddc060c] {
  flex-wrap: wrap
}

.bank_info[data-v-3ddc060c],
.bank_info li[data-v-3ddc060c] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-3ddc060c] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-3ddc060c]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-3ddc060c] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-3ddc060c] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-3ddc060c] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-3ddc060c] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-3ddc060c] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-3ddc060c] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-3ddc060c] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-3ddc060c] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-3ddc060c] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-3ddc060c] {
  margin-right: 10px
}

.box_text_type_1[data-v-3ddc060c] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-3ddc060c],
.box_text_type_1 i[data-v-3ddc060c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-3ddc060c] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-3ddc060c] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-3ddc060c],
.wl_tip[data-v-3ddc060c] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-3ddc060c],
.wl_tip ul li[data-v-3ddc060c] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-3ddc060c] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-3ddc060c] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-3ddc060c] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-3ddc060c],
.wl_waring ul li[data-v-3ddc060c] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-3ddc060c] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-3ddc060c] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-3ddc060c] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-3ddc060c] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-3ddc060c] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-3ddc060c] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-3ddc060c {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-3ddc060c {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-3ddc060c] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-3ddc060c] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-3ddc060c] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-3ddc060c],
.box_fx_buy_sell[data-v-3ddc060c],
.box_fx_result[data-v-3ddc060c],
.box_leverage_result[data-v-3ddc060c],
.current_time[data-v-3ddc060c],
.tab_box[data-v-3ddc060c],
.tab_time[data-v-3ddc060c] {
  position: relative
}

.copilot[data-v-3ddc060c] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-3ddc060c],
.copilot[data-v-3ddc060c]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-3ddc060c]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-3ddc060c] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-3ddc060c] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-3ddc060c] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-3ddc060c] {
  padding: 20px 15px
}

.copilot_foot[data-v-3ddc060c],
.copilot_foot button[data-v-3ddc060c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-3ddc060c] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-3ddc060c] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-3ddc060c],
.copilot.step_2[data-v-3ddc060c] {
  top: 50px
}

.copilot.step_3[data-v-3ddc060c],
.copilot.step_4[data-v-3ddc060c],
.copilot.step_6[data-v-3ddc060c],
.copilot.step_7[data-v-3ddc060c],
.copilot.step_8[data-v-3ddc060c] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-3ddc060c] {
  top: 40px
}

.box_info_1[data-v-3ddc060c] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-3ddc060c] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-3ddc060c] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-3ddc060c]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-3ddc060c] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-3ddc060c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-3ddc060c] {
  height: 40px
}

.title_guide_1 span[data-v-3ddc060c] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-3ddc060c] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-3ddc060c] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-3ddc060c] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-3ddc060c] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-3ddc060c] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-3ddc060c 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-3ddc060c 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-3ddc060c]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-3ddc060c]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-3ddc060c]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-3ddc060c]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-3ddc060c]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-3ddc060c {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-3ddc060c {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-3ddc060c] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-3ddc060c] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-3ddc060c] {
    margin-top: 0
  }

  .sub_visual[data-v-3ddc060c] {
    display: none
  }

  .box_sub_title[data-v-3ddc060c] {
    padding: 0 20px
  }

  .box_sub_container[data-v-3ddc060c] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-3ddc060c] {
    display: block
  }

  .title_sub[data-v-3ddc060c] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-3ddc060c]:before {
    bottom: -5px
  }

  .title_sub[data-v-3ddc060c]:after,
  .title_sub[data-v-3ddc060c]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-3ddc060c]:after {
    bottom: -3px
  }

  .sub_menu[data-v-3ddc060c] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-3ddc060c] {
    padding: 0
  }

  .box_sub_container[data-v-3ddc060c] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-3ddc060c] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-3ddc060c] {
    display: none
  }

  .box_bg_deep[data-v-3ddc060c] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-3ddc060c] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-3ddc060c] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-3ddc060c] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-3ddc060c],
  .result_buy div[data-v-3ddc060c] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-3ddc060c] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-3ddc060c] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-3ddc060c] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-3ddc060c] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-3ddc060c] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-3ddc060c] {
    padding: 0 5px
  }

  .box_folder button[data-v-3ddc060c] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-3ddc060c] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-3ddc060c] {
    padding: 0
  }

  .pagenation_type_1[data-v-3ddc060c] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-3ddc060c] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-3ddc060c] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-3ddc060c] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-3ddc060c],
  .pagenation_type_1 .btn_last[data-v-3ddc060c],
  .pagenation_type_1 .btn_next[data-v-3ddc060c],
  .pagenation_type_1 .btn_prev[data-v-3ddc060c] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-3ddc060c] {
    color: #bbb
  }

  .title_medium[data-v-3ddc060c] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-3ddc060c]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-3ddc060c]:first-of-type:hover,
  .game_bat.bet_three button[data-v-3ddc060c]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-3ddc060c]:nth-of-type(3):hover,
  .game_bat button[data-v-3ddc060c]:first-of-type:hover,
  .game_bat button[data-v-3ddc060c]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-3ddc060c],
  .game_bat button.active span[data-v-3ddc060c],
  .game_bat button:hover span[data-v-3ddc060c] {
    color: #fff 
  }

  .bat_more[data-v-3ddc060c]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-3ddc060c],
  .bat_more[disabled][data-v-3ddc060c]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-3ddc060c]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-3ddc060c]:first-of-type:hover,
  .game_bat_2 button[data-v-3ddc060c]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-3ddc060c],
  .game_bat_2 button.active[data-v-3ddc060c]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-3ddc060c]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-3ddc060c] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-3ddc060c] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-3ddc060c]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-3ddc060c]:hover,
  .pagenation_type_1 .btn_last[data-v-3ddc060c]:hover,
  .pagenation_type_1 .btn_next[data-v-3ddc060c]:hover,
  .pagenation_type_1 .btn_prev[data-v-3ddc060c]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-3ddc060c]:hover,
  .ul_game_item button[data-v-3ddc060c]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

#service[data-v-3ddc060c] {
  background: #141621
}
body [data-v-05536c66] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-05536c66]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-05536c66]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-05536c66] {
  max-width: 1440px
}

.page-enter-active[data-v-05536c66],
.page-leave-active[data-v-05536c66] {
  transition: opacity .1s
}

.page-enter[data-v-05536c66],
.page-leave-to[data-v-05536c66] {
  opacity: 0
}

.b1[data-v-05536c66] {
  border: 1px solid red
}

.width-btn-100[data-v-05536c66] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-05536c66] {
  color: #e32028 
}

.main-color1-normal[data-v-05536c66] {
  color: #ff2152 
}

.main-color1-text[data-v-05536c66] {
  color: #ff9710 
}

.main-color1-deep[data-v-05536c66] {
  color: #ff6900 
}

.main-color1-light[data-v-05536c66] {
  color: #ff542e 
}

.color-white[data-v-05536c66] {
  color: #fff 
}

.main-color2-light[data-v-05536c66] {
  color: #a9da2b 
}

.main-color2[data-v-05536c66] {
  color: #67b628 
}

.main_color3_light[data-v-05536c66] {
  color: #ffc92f 
}

.main-color3[data-v-05536c66] {
  color: #febd02 
}

.main-color4[data-v-05536c66] {
  color: #7e93a6 
}

.main-color5-light[data-v-05536c66] {
  color: #42deda 
}

.main-color5[data-v-05536c66] {
  color: #01c8de 
}

.color-grey[data-v-05536c66] {
  color: #676c71 
}

.color-lightgrey[data-v-05536c66] {
  color: #ababab 
}

.color-deepgrey[data-v-05536c66] {
  color: #20222b 
}

.color-text-verylight[data-v-05536c66] {
  color: #80a7b8 
}

.color-text-light[data-v-05536c66] {
  color: #9a9aa7 
}

.color-text[data-v-05536c66] {
  color: #797986 
}

.color-text-deep[data-v-05536c66] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-05536c66] {
  color: #2f3b49 
}

.c_default[data-v-05536c66] {
  color: #fff 
}

.c_high[data-v-05536c66] {
  color: #ff1717 
}

.c_low[data-v-05536c66] {
  color: #0bf 
}

.c_buy_light[data-v-05536c66] {
  color: #fe5159 
}

.c_buy[data-v-05536c66] {
  color: #f14f57 
}

.bg_c_buy[data-v-05536c66] {
  background: #f14f57
}

.c_sell_light[data-v-05536c66] {
  color: #349bf0 
}

.c_sell[data-v-05536c66] {
  color: #3488db 
}

.bg_c_sell[data-v-05536c66] {
  background: #3488db
}

.c_ing[data-v-05536c66] {
  color: #fff 
}

.bg_ing[data-v-05536c66],
.bg_wait[data-v-05536c66] {
  background: #7e93a6 
}

.bg_background_deep[data-v-05536c66] {
  background: #000
}

.c_success[data-v-05536c66] {
  color: #1478f2 
}

.bg_success[data-v-05536c66] {
  background: #1478f2 
}

.c_complete[data-v-05536c66] {
  color: #fff 
}

.c_fail[data-v-05536c66] {
  color: #ff1e1e 
}

.bg_fail[data-v-05536c66] {
  background: #ff1e1e 
}

.c_cancel[data-v-05536c66] {
  color: #ff6900 
}

.bg_cancel[data-v-05536c66] {
  background: #ff6900 
}

.c_error[data-v-05536c66] {
  color: #ff6900 
}

.c_invaild[data-v-05536c66] {
  color: #999 
}

.bg_invaild[data-v-05536c66] {
  background: #666 
}

.bg_main[data-v-05536c66] {
  background: #e32028 
}

.bg_green_gra[data-v-05536c66] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-05536c66] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-05536c66] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-05536c66] {
  color: #ff5266 
}

.c_deposit_light[data-v-05536c66] {
  color: #a9da2b 
}

.c_deposit[data-v-05536c66] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-05536c66] {
  color: #ff8520 
}

.c_withdrawal[data-v-05536c66] {
  color: #ff6900 
}

.c_green[data-v-05536c66] {
  color: #009b1b 
}

.c_red[data-v-05536c66] {
  color: red 
}

.c_blue[data-v-05536c66] {
  color: #febd02 
}

.c_black[data-v-05536c66] {
  color: #000 
}

.bg_white[data-v-05536c66] {
  background: #fff 
}

.bg_green[data-v-05536c66] {
  background: #6dcb1b 
}

.box_c_ing[data-v-05536c66] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-05536c66] {
  background: #f14f57
}

.box_c_buy[data-v-05536c66],
.box_c_invaild[data-v-05536c66] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-05536c66] {
  background: #999
}

.box_c_sell[data-v-05536c66] {
  background: #3488db
}

.box_c_sell[data-v-05536c66],
.box_c_success[data-v-05536c66] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-05536c66] {
  background: #ff6900
}

.box_c_fail[data-v-05536c66] {
  background: #67b628
}

.box_c_extedn[data-v-05536c66],
.box_c_fail[data-v-05536c66] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-05536c66] {
  background: #43586c
}

.ps__rail-x[data-v-05536c66] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-05536c66],
.ps__rail-y[data-v-05536c66] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-05536c66] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-05536c66],
.ps--active-y>.ps__rail-y[data-v-05536c66] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-05536c66],
.ps--focus>.ps__rail-y[data-v-05536c66],
.ps--scrolling-x>.ps__rail-x[data-v-05536c66],
.ps--scrolling-y>.ps__rail-y[data-v-05536c66],
.ps:hover>.ps__rail-x[data-v-05536c66],
.ps:hover>.ps__rail-y[data-v-05536c66] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-05536c66],
.ps.ps__rail-x[data-v-05536c66]:focus,
.ps.ps__rail-x[data-v-05536c66]:hover,
.ps.ps__rail-y.ps--clicking[data-v-05536c66],
.ps.ps__rail-y[data-v-05536c66]:focus,
.ps.ps__rail-y[data-v-05536c66]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-05536c66] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-05536c66],
.ps__thumb-y[data-v-05536c66] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-05536c66] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-05536c66],
.ps__rail-x:focus>.ps__thumb-x[data-v-05536c66],
.ps__rail-x:hover>.ps__thumb-x[data-v-05536c66] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-05536c66],
.ps__rail-y:focus>.ps__thumb-y[data-v-05536c66],
.ps__rail-y:hover>.ps__thumb-y[data-v-05536c66] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-05536c66] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-05536c66] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-05536c66] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-05536c66] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-05536c66] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-05536c66] {
  display: none 
}

.toast-top-center[data-v-05536c66] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-05536c66] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-05536c66] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-05536c66] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-05536c66] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-05536c66],
.pagenation_type_1 .btn_last[data-v-05536c66],
.pagenation_type_1 .btn_next[data-v-05536c66],
.pagenation_type_1 .btn_prev[data-v-05536c66] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-05536c66] {
  color: #bbb
}

.wrap_type_3[data-v-05536c66] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-05536c66] {
  background: #0b0c10
}

.container_left[data-v-05536c66],
.container_left_md[data-v-05536c66] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-05536c66] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-05536c66] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-05536c66] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-05536c66] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-05536c66]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-05536c66] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-05536c66] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-05536c66] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-05536c66] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-05536c66]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-05536c66]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-05536c66],
.container_center_3_mini>div[data-v-05536c66] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-05536c66] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-05536c66]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-05536c66]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-05536c66] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-05536c66]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-05536c66]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-05536c66] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-05536c66]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-05536c66]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-05536c66] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-05536c66] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-05536c66],
.bg_grad_1_x[data-v-05536c66] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-05536c66] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-05536c66] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-05536c66] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-05536c66],
.bg_normal_2[data-v-05536c66] {
  background: #141621
}

.btn_left_close[data-v-05536c66],
.btn_left_control[data-v-05536c66],
.btn_right_close[data-v-05536c66],
.right_screen[data-v-05536c66] {
  display: none
}

.box_logo[data-v-05536c66] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-05536c66] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-05536c66] {
  display: none
}

.text_dot[data-v-05536c66] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-05536c66 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-05536c66 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-05536c66] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-05536c66] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-05536c66] {
  background: #fff 
}

.bat_more.active i[data-v-05536c66] {
  color: #000 
}

.btn_no_disabled[data-v-05536c66] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-05536c66] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-05536c66] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-05536c66],
.game_bat_2 button[data-v-05536c66]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-05536c66]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-05536c66] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-05536c66] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-05536c66]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-05536c66] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-05536c66] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-05536c66] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-05536c66],
.title_logo[data-v-05536c66] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-05536c66] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-05536c66] {
  height: 22px
}

.tab[data-v-05536c66] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-05536c66]:last-child {
  width: 100%
}

.tab li[data-v-05536c66]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-05536c66] {
  width: 50%
}

.tab li[data-v-05536c66]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-05536c66] {
  width: 33.333333333333%
}

.tab li[data-v-05536c66]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-05536c66] {
  width: 25%
}

.tab li[data-v-05536c66]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-05536c66] {
  width: 20%
}

.tab li[data-v-05536c66]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-05536c66] {
  width: 16.66666666666667%
}

.tab li button[data-v-05536c66] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-05536c66] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-05536c66]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-05536c66] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-05536c66] {
  border: 0
}

.wrap_sports_detail li[data-v-05536c66] {
  width: 100%
}

.wrap_sports_detail li[data-v-05536c66]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-05536c66]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-05536c66] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-05536c66] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-05536c66],
.detail_num>button[data-v-05536c66] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-05536c66] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-05536c66] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-05536c66]:last-child {
  width: 100%
}

.detail_num button[data-v-05536c66]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-05536c66] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-05536c66]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-05536c66] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-05536c66] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-05536c66] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-05536c66] {
  color: #fff 
}

.detail_num>button .up[data-v-05536c66]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-05536c66]:after,
.detail_num>button .up[data-v-05536c66]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-05536c66 1s ease-in-out 5;
  animation: blink-data-v-05536c66 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-05536c66]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-05536c66] {
  background: #f4053a
}

.detail_num>button.active i[data-v-05536c66] {
  color: #000
}

.detail_num>button .text-allocation[data-v-05536c66] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-05536c66] {
  color: #000 
}

.sports_bet_close[data-v-05536c66] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-05536c66],
.sports_bet_close[data-v-05536c66]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-05536c66]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-05536c66] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-05536c66],
.sports_bet_close_all[data-v-05536c66]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-05536c66]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-05536c66] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-05536c66]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-05536c66] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-05536c66]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-05536c66] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-05536c66],
.market_all_close[data-v-05536c66]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-05536c66]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-05536c66] {
    display: none
  }
}

.vjs-control-bar[data-v-05536c66] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-05536c66] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-05536c66] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-05536c66] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-05536c66]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-05536c66] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-05536c66]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-05536c66] {
  color: #fff 
}

.vjs-big-play-button[data-v-05536c66]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-05536c66],
  .detail_num button[data-v-05536c66]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-05536c66] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-05536c66]:nth-of-type(2),
  .game_bat button[data-v-05536c66]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-05536c66]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-05536c66] {
    width: 100%
  }

  .market_all_close[data-v-05536c66]:after,
  .market_domestic_all_close[data-v-05536c66]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-05536c66],
  .game_bat button:nth-of-type(3) i[data-v-05536c66] {
    display: none 
  }
}

.mini_bet_close[data-v-05536c66] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-05536c66],
.mini_bet_close[data-v-05536c66]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-05536c66]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-05536c66] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-05536c66] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-05536c66] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-05536c66]:first-of-type,
.flex_2dan div[data-v-05536c66]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-05536c66] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-05536c66]:first-of-type,
.flex_3dan div[data-v-05536c66]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-05536c66]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-05536c66] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-05536c66] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-05536c66] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-05536c66] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-05536c66] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-05536c66] {
  height: 40px
}

.mini_game_info[data-v-05536c66],
.mini_game_info span[data-v-05536c66]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-05536c66]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-05536c66] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-05536c66] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-05536c66]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-05536c66] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-05536c66] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-05536c66] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-05536c66] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-05536c66]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-05536c66] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-05536c66]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-05536c66] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-05536c66]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-05536c66] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-05536c66]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-05536c66] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-05536c66]:first-child,
.ul_game_item.item_10 li[data-v-05536c66]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-05536c66]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-05536c66] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-05536c66],
.ul_game_item button i[data-v-05536c66] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-05536c66] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-05536c66] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-05536c66] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-05536c66] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-05536c66] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-05536c66] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-05536c66] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-05536c66] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-05536c66] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-05536c66] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-05536c66] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-05536c66] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-05536c66] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-05536c66] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-05536c66] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-05536c66] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-05536c66] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-05536c66] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-05536c66] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-05536c66] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-05536c66] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-05536c66] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-05536c66] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-05536c66] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-05536c66] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-05536c66] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-05536c66] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-05536c66] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-05536c66] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-05536c66] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-05536c66] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-05536c66] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-05536c66] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-05536c66] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-05536c66] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-05536c66] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-05536c66] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-05536c66] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-05536c66]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-05536c66]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-05536c66]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-05536c66] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-05536c66] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-05536c66] {
    display: none
  }

  .flex_1dan ul[data-v-05536c66] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-05536c66]:first-of-type,
  .flex_3dan div[data-v-05536c66]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-05536c66]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-05536c66] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-05536c66]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-05536c66]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-05536c66]:first-of-type,
  .flex_3dan div[data-v-05536c66]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-05536c66]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-05536c66] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-05536c66] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-05536c66] {
    width: 100%
  }

  .flex_3dan div[data-v-05536c66]:first-of-type,
  .flex_3dan div[data-v-05536c66]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-05536c66]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-05536c66] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-05536c66] {
    width: 100%
  }

  .ul_game_item2 li[data-v-05536c66]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-05536c66]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-05536c66]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-05536c66]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-05536c66]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-05536c66] {
    padding: 101px 280px 0
  }

  .container_left[data-v-05536c66],
  .container_left_md[data-v-05536c66],
  .container_right[data-v-05536c66] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-05536c66]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-05536c66]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-05536c66]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-05536c66]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-05536c66] {
    padding-left: 40px
  }

  .container_left[data-v-05536c66] {
    display: none
  }

  .btn_left_control[data-v-05536c66] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-05536c66],
  .btn_left_control i[data-v-05536c66] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-05536c66] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-05536c66] {
    width: 26px
  }

  .btn_left_close[data-v-05536c66] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-05536c66] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-05536c66] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-05536c66]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-05536c66]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-05536c66]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-05536c66]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-05536c66]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-05536c66]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-05536c66] {
    display: block
  }

  .no-display-1600[data-v-05536c66] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-05536c66]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-05536c66]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-05536c66] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-05536c66] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-05536c66]:first-of-type,
  .container_center_2_mini>div>div[data-v-05536c66]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-05536c66] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-05536c66]:first-of-type,
  .container_center_3_mini>div>div[data-v-05536c66]:nth-of-type(2),
  .container_center_4_mini>div[data-v-05536c66]:first-of-type,
  .container_center_4_mini>div[data-v-05536c66]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-05536c66] {
    padding-right: 0
  }

  .container_right[data-v-05536c66] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-05536c66] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-05536c66] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-05536c66] {
    width: 26px
  }

  .container_right .right_screen[data-v-05536c66] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-05536c66] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-05536c66],
  .btn_left_control[data-v-05536c66],
  .container_left[data-v-05536c66] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-05536c66] {
    padding: 0
  }

  .mobile_scroll[data-v-05536c66] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-05536c66] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-05536c66],
.title_info_s[data-v-05536c66] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-05536c66] {
  font-size: 1.8rem
}

.title_info_s[data-v-05536c66]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-05536c66] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-05536c66] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-05536c66] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-05536c66] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-05536c66] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-05536c66] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-05536c66] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-05536c66] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-05536c66] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-05536c66] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-05536c66] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-05536c66] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-05536c66] {
  position: relative
}

.sub_visual_wallet img[data-v-05536c66] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-05536c66] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-05536c66] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-05536c66] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-05536c66] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-05536c66]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-05536c66],
.menu_wallet>li button[data-v-05536c66] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-05536c66],
.menu_wallet>li button.active[data-v-05536c66] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-05536c66] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-05536c66]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-05536c66] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-05536c66] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-05536c66] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-05536c66] {
  position: relative
}

.wallet_form button[data-v-05536c66] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-05536c66] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-05536c66] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-05536c66] {
  background: #141621 
}

h2.title_trade[data-v-05536c66] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-05536c66] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-05536c66] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-05536c66] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-05536c66],
.result_buy div[data-v-05536c66] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-05536c66] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-05536c66] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-05536c66] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-05536c66] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-05536c66] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-05536c66] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-05536c66] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-05536c66] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-05536c66],
.sub_visual.s_02[data-v-05536c66],
.sub_visual.s_03[data-v-05536c66],
.sub_visual.s_04[data-v-05536c66],
.sub_visual.s_05[data-v-05536c66],
.sub_visual.s_06[data-v-05536c66],
.sub_visual.s_07[data-v-05536c66],
.sub_visual.s_08[data-v-05536c66] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-05536c66] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-05536c66] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-05536c66] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-05536c66],
.sub_menu a[data-v-05536c66] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-05536c66] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-05536c66] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-05536c66],
.sub_menu a.nuxt-link-active[data-v-05536c66] {
  color: #e32028
}

.sub_tab ul[data-v-05536c66] {
  overflow: hidden
}

.sub_tab ul li[data-v-05536c66] {
  float: left
}

.sub_tab ul li a[data-v-05536c66] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-05536c66],
.sub_tab ul li a.active[data-v-05536c66] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-05536c66]:before,
.sub_tab ul li a.active[data-v-05536c66]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-05536c66] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-05536c66] {
  font-size: 2.2rem
}

.title_big[data-v-05536c66],
.title_normal[data-v-05536c66] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-05536c66] {
  font-size: 1.8rem
}

.title_small[data-v-05536c66] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-05536c66] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-05536c66] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-05536c66],
.title_tiny[data-v-05536c66] {
  position: relative;
  color: #fff
}

.title_sub[data-v-05536c66] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-05536c66]:before {
  bottom: -5px
}

.title_sub[data-v-05536c66]:after,
.title_sub[data-v-05536c66]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-05536c66]:after {
  bottom: -3px
}

.title_sub_1[data-v-05536c66] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-05536c66]:before {
  bottom: -5px
}

.title_sub_1[data-v-05536c66]:after,
.title_sub_1[data-v-05536c66]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-05536c66]:after {
  bottom: -3px
}

.title_sm[data-v-05536c66] {
  display: none
}

.title_hexa[data-v-05536c66] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-05536c66],
.title_hexa i[data-v-05536c66] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-05536c66] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-05536c66] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-05536c66] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-05536c66],
.title_hexa.t_on i[data-v-05536c66] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-05536c66] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-05536c66] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-05536c66] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-05536c66] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-05536c66] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-05536c66] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-05536c66] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-05536c66]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-05536c66]:first-of-type,
.sports_list li>div[data-v-05536c66]:nth-of-type(2),
.sports_list li>div[data-v-05536c66]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-05536c66] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-05536c66]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-05536c66] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-05536c66] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-05536c66] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-05536c66]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-05536c66] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-05536c66] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-05536c66] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-05536c66],
.game_bat button[data-v-05536c66] {
  position: relative
}

.game_bat button[data-v-05536c66]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-05536c66] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-05536c66] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-05536c66] {
  margin-right: 5px
}

.game_bat button[data-v-05536c66]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-05536c66] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-05536c66] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-05536c66] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-05536c66],
.game_bat button:nth-of-type(3) i img[data-v-05536c66] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-05536c66] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-05536c66]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-05536c66]:nth-of-type(2),
.game_bat button[data-v-05536c66]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-05536c66]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-05536c66],
.game_bat button.active[data-v-05536c66] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-05536c66]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-05536c66]:after,
.game_bat button:first-of-type .up[data-v-05536c66]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-05536c66 1s ease-in-out 5;
  animation: blink-data-v-05536c66 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-05536c66]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-05536c66]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-05536c66]:after,
.game_bat button:nth-of-type(2) .up[data-v-05536c66]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-05536c66 1s ease-in-out 5;
  animation: blink-data-v-05536c66 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-05536c66]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-05536c66]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-05536c66]:after,
.game_bat button:nth-of-type(3) .up[data-v-05536c66]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-05536c66 1s ease-in-out 5;
  animation: blink-data-v-05536c66 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-05536c66]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-05536c66] {
  padding: 0
}

.box_folder[data-v-05536c66],
.box_folder button[data-v-05536c66] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-05536c66] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-05536c66] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-05536c66]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-05536c66] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-05536c66]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-05536c66] {
  flex-wrap: wrap
}

.bank_info[data-v-05536c66],
.bank_info li[data-v-05536c66] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-05536c66] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-05536c66]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-05536c66] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-05536c66] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-05536c66] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-05536c66] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-05536c66] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-05536c66] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-05536c66] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-05536c66] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-05536c66] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-05536c66] {
  margin-right: 10px
}

.box_text_type_1[data-v-05536c66] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-05536c66],
.box_text_type_1 i[data-v-05536c66] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-05536c66] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-05536c66] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-05536c66],
.wl_tip[data-v-05536c66] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-05536c66],
.wl_tip ul li[data-v-05536c66] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-05536c66] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-05536c66] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-05536c66] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-05536c66],
.wl_waring ul li[data-v-05536c66] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-05536c66] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-05536c66] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-05536c66] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-05536c66] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-05536c66] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-05536c66] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-05536c66 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-05536c66 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-05536c66] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-05536c66] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-05536c66] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-05536c66],
.box_fx_buy_sell[data-v-05536c66],
.box_fx_result[data-v-05536c66],
.box_leverage_result[data-v-05536c66],
.current_time[data-v-05536c66],
.tab_box[data-v-05536c66],
.tab_time[data-v-05536c66] {
  position: relative
}

.copilot[data-v-05536c66] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-05536c66],
.copilot[data-v-05536c66]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-05536c66]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-05536c66] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-05536c66] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-05536c66] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-05536c66] {
  padding: 20px 15px
}

.copilot_foot[data-v-05536c66],
.copilot_foot button[data-v-05536c66] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-05536c66] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-05536c66] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-05536c66],
.copilot.step_2[data-v-05536c66] {
  top: 50px
}

.copilot.step_3[data-v-05536c66],
.copilot.step_4[data-v-05536c66],
.copilot.step_6[data-v-05536c66],
.copilot.step_7[data-v-05536c66],
.copilot.step_8[data-v-05536c66] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-05536c66] {
  top: 40px
}

.box_info_1[data-v-05536c66] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-05536c66] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-05536c66] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-05536c66]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-05536c66] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-05536c66] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-05536c66] {
  height: 40px
}

.title_guide_1 span[data-v-05536c66] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-05536c66] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-05536c66] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-05536c66] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-05536c66] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-05536c66] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-05536c66 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-05536c66 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-05536c66]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-05536c66]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-05536c66]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-05536c66]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-05536c66]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-05536c66 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-05536c66 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-05536c66] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-05536c66] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-05536c66] {
    margin-top: 0
  }

  .sub_visual[data-v-05536c66] {
    display: none
  }

  .box_sub_title[data-v-05536c66] {
    padding: 0 20px
  }

  .box_sub_container[data-v-05536c66] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-05536c66] {
    display: block
  }

  .title_sub[data-v-05536c66] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-05536c66]:before {
    bottom: -5px
  }

  .title_sub[data-v-05536c66]:after,
  .title_sub[data-v-05536c66]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-05536c66]:after {
    bottom: -3px
  }

  .sub_menu[data-v-05536c66] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-05536c66] {
    padding: 0
  }

  .box_sub_container[data-v-05536c66] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-05536c66] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-05536c66] {
    display: none
  }

  .box_bg_deep[data-v-05536c66] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-05536c66] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-05536c66] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-05536c66] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-05536c66],
  .result_buy div[data-v-05536c66] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-05536c66] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-05536c66] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-05536c66] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-05536c66] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-05536c66] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-05536c66] {
    padding: 0 5px
  }

  .box_folder button[data-v-05536c66] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-05536c66] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-05536c66] {
    padding: 0
  }

  .pagenation_type_1[data-v-05536c66] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-05536c66] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-05536c66] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-05536c66] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-05536c66],
  .pagenation_type_1 .btn_last[data-v-05536c66],
  .pagenation_type_1 .btn_next[data-v-05536c66],
  .pagenation_type_1 .btn_prev[data-v-05536c66] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-05536c66] {
    color: #bbb
  }

  .title_medium[data-v-05536c66] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-05536c66]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-05536c66]:first-of-type:hover,
  .game_bat.bet_three button[data-v-05536c66]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-05536c66]:nth-of-type(3):hover,
  .game_bat button[data-v-05536c66]:first-of-type:hover,
  .game_bat button[data-v-05536c66]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-05536c66],
  .game_bat button.active span[data-v-05536c66],
  .game_bat button:hover span[data-v-05536c66] {
    color: #fff 
  }

  .bat_more[data-v-05536c66]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-05536c66],
  .bat_more[disabled][data-v-05536c66]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-05536c66]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-05536c66]:first-of-type:hover,
  .game_bat_2 button[data-v-05536c66]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-05536c66],
  .game_bat_2 button.active[data-v-05536c66]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-05536c66]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-05536c66] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-05536c66] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-05536c66]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-05536c66]:hover,
  .pagenation_type_1 .btn_last[data-v-05536c66]:hover,
  .pagenation_type_1 .btn_next[data-v-05536c66]:hover,
  .pagenation_type_1 .btn_prev[data-v-05536c66]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-05536c66]:hover,
  .ul_game_item button[data-v-05536c66]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

#service[data-v-05536c66] {
  background: #141621
}

.ul_list_01 li[data-v-05536c66] {
  overflow: hidden;
  padding: 8px 0
}

.ul_list_01 li em[data-v-05536c66] {
  width: 25%
}

.ul_list_01 li em[data-v-05536c66],
.ul_list_01 li span[data-v-05536c66] {
  display: block;
  float: left;
  font-size: 1.5rem;
  color: #fff
}

.ul_list_01 li span[data-v-05536c66] {
  width: 75%
}

.ul_list_02 li[data-v-05536c66] {
  overflow: hidden;
  padding: 8px 0
}

.ul_list_02 li em[data-v-05536c66] {
  float: left;
  width: 25%
}

.ul_list_02 li em[data-v-05536c66],
.ul_list_02 li span[data-v-05536c66] {
  display: block;
  font-size: 1.5rem;
  color: #fff
}

.ul_list_02 li span[data-v-05536c66] {
  float: right;
  width: 75%;
  text-align: right
}

.div_line[data-v-05536c66] {
  width: 1px;
  height: 100%;
  background: #febd02
}

.box_ul_list_01[data-v-05536c66] {
  background: #141621;
  padding: 7px 0
}

.box_level[data-v-05536c66] {
  background: #141621;
  padding: 10px 0 20px
}

.box_level div[data-v-05536c66] {
  text-align: center;
  margin-bottom: 10px
}

.box_level em[data-v-05536c66] {
  font-family: Roboto;
  margin-bottom: 5px
}

.box_level b[data-v-05536c66],
.box_level em[data-v-05536c66] {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.5rem
}

.box_level b[data-v-05536c66] {
  margin-bottom: 15px
}

.box_level span[data-v-05536c66] {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ababab;
  font-size: 1.3rem
}
body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

.rest_info,
.soon_info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, .5)
}

.rest_info,
.soon,
.soon_info {
  display: flex;
  justify-content: center;
  align-items: center
}

.soon {
  flex-direction: column;
  flex-wrap: wrap
}

.soon img {
  width: 90px;
  margin-bottom: 30px
}

.soon em {
  color: #fff;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.3;
  letter-spacing: -.5px;
  padding-bottom: 30px;
  text-align: center
}

.soon p {
  color: #ff9710;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 5px
}

.soon span {
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 40px;
  opacity: .5
}

.refer_2 ul {
  background: #27313b;
  padding: 15px 30px;
  border-radius: 2px;
  border: 1px solid #e32028
}

.refer_2 ul li {
  font-size: 1.4rem;
  color: #ff9710;
  line-height: 1.4;
  padding: 6px
}

@media (max-width:1190px) {
  .box_trade {
    padding-bottom: 5px
  }
}

@media (max-width:991px) {
  .box_trade {
    display: flex;
    justify-content: center;
    padding-top: 0
  }
}

@media (max-width:767px) {

  .rest_info,
  .soon_info {
    align-items: flex-start;
    padding-top: 50px
  }
}
body [data-v-49593169] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-49593169]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-49593169]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-49593169] {
  max-width: 1440px
}

.page-enter-active[data-v-49593169],
.page-leave-active[data-v-49593169] {
  transition: opacity .1s
}

.page-enter[data-v-49593169],
.page-leave-to[data-v-49593169] {
  opacity: 0
}

.b1[data-v-49593169] {
  border: 1px solid red
}

.width-btn-100[data-v-49593169] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-49593169] {
  color: #e32028 
}

.main-color1-normal[data-v-49593169] {
  color: #ff2152 
}

.main-color1-text[data-v-49593169] {
  color: #ff9710 
}

.main-color1-deep[data-v-49593169] {
  color: #ff6900 
}

.main-color1-light[data-v-49593169] {
  color: #ff542e 
}

.color-white[data-v-49593169] {
  color: #fff 
}

.main-color2-light[data-v-49593169] {
  color: #a9da2b 
}

.main-color2[data-v-49593169] {
  color: #67b628 
}

.main_color3_light[data-v-49593169] {
  color: #ffc92f 
}

.main-color3[data-v-49593169] {
  color: #febd02 
}

.main-color4[data-v-49593169] {
  color: #7e93a6 
}

.main-color5-light[data-v-49593169] {
  color: #42deda 
}

.main-color5[data-v-49593169] {
  color: #01c8de 
}

.color-grey[data-v-49593169] {
  color: #676c71 
}

.color-lightgrey[data-v-49593169] {
  color: #ababab 
}

.color-deepgrey[data-v-49593169] {
  color: #20222b 
}

.color-text-verylight[data-v-49593169] {
  color: #80a7b8 
}

.color-text-light[data-v-49593169] {
  color: #9a9aa7 
}

.color-text[data-v-49593169] {
  color: #797986 
}

.color-text-deep[data-v-49593169] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-49593169] {
  color: #2f3b49 
}

.c_default[data-v-49593169] {
  color: #fff 
}

.c_high[data-v-49593169] {
  color: #ff1717 
}

.c_low[data-v-49593169] {
  color: #0bf 
}

.c_buy_light[data-v-49593169] {
  color: #fe5159 
}

.c_buy[data-v-49593169] {
  color: #f14f57 
}

.bg_c_buy[data-v-49593169] {
  background: #f14f57
}

.c_sell_light[data-v-49593169] {
  color: #349bf0 
}

.c_sell[data-v-49593169] {
  color: #3488db 
}

.bg_c_sell[data-v-49593169] {
  background: #3488db
}

.c_ing[data-v-49593169] {
  color: #fff 
}

.bg_ing[data-v-49593169],
.bg_wait[data-v-49593169] {
  background: #7e93a6 
}

.bg_background_deep[data-v-49593169] {
  background: #000
}

.c_success[data-v-49593169] {
  color: #1478f2 
}

.bg_success[data-v-49593169] {
  background: #1478f2 
}

.c_complete[data-v-49593169] {
  color: #fff 
}

.c_fail[data-v-49593169] {
  color: #ff1e1e 
}

.bg_fail[data-v-49593169] {
  background: #ff1e1e 
}

.c_cancel[data-v-49593169] {
  color: #ff6900 
}

.bg_cancel[data-v-49593169] {
  background: #ff6900 
}

.c_error[data-v-49593169] {
  color: #ff6900 
}

.c_invaild[data-v-49593169] {
  color: #999 
}

.bg_invaild[data-v-49593169] {
  background: #666 
}

.bg_main[data-v-49593169] {
  background: #e32028 
}

.bg_green_gra[data-v-49593169] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-49593169] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-49593169] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-49593169] {
  color: #ff5266 
}

.c_deposit_light[data-v-49593169] {
  color: #a9da2b 
}

.c_deposit[data-v-49593169] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-49593169] {
  color: #ff8520 
}

.c_withdrawal[data-v-49593169] {
  color: #ff6900 
}

.c_green[data-v-49593169] {
  color: #009b1b 
}

.c_red[data-v-49593169] {
  color: red 
}

.c_blue[data-v-49593169] {
  color: #febd02 
}

.c_black[data-v-49593169] {
  color: #000 
}

.bg_white[data-v-49593169] {
  background: #fff 
}

.bg_green[data-v-49593169] {
  background: #6dcb1b 
}

.box_c_ing[data-v-49593169] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-49593169] {
  background: #f14f57
}

.box_c_buy[data-v-49593169],
.box_c_invaild[data-v-49593169] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-49593169] {
  background: #999
}

.box_c_sell[data-v-49593169] {
  background: #3488db
}

.box_c_sell[data-v-49593169],
.box_c_success[data-v-49593169] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-49593169] {
  background: #ff6900
}

.box_c_fail[data-v-49593169] {
  background: #67b628
}

.box_c_extedn[data-v-49593169],
.box_c_fail[data-v-49593169] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-49593169] {
  background: #43586c
}

.ps__rail-x[data-v-49593169] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-49593169],
.ps__rail-y[data-v-49593169] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-49593169] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-49593169],
.ps--active-y>.ps__rail-y[data-v-49593169] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-49593169],
.ps--focus>.ps__rail-y[data-v-49593169],
.ps--scrolling-x>.ps__rail-x[data-v-49593169],
.ps--scrolling-y>.ps__rail-y[data-v-49593169],
.ps:hover>.ps__rail-x[data-v-49593169],
.ps:hover>.ps__rail-y[data-v-49593169] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-49593169],
.ps.ps__rail-x[data-v-49593169]:focus,
.ps.ps__rail-x[data-v-49593169]:hover,
.ps.ps__rail-y.ps--clicking[data-v-49593169],
.ps.ps__rail-y[data-v-49593169]:focus,
.ps.ps__rail-y[data-v-49593169]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-49593169] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-49593169],
.ps__thumb-y[data-v-49593169] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-49593169] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-49593169],
.ps__rail-x:focus>.ps__thumb-x[data-v-49593169],
.ps__rail-x:hover>.ps__thumb-x[data-v-49593169] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-49593169],
.ps__rail-y:focus>.ps__thumb-y[data-v-49593169],
.ps__rail-y:hover>.ps__thumb-y[data-v-49593169] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-49593169] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-49593169] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-49593169] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-49593169] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-49593169] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-49593169] {
  display: none 
}

.toast-top-center[data-v-49593169] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-49593169] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-49593169] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-49593169] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-49593169] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-49593169],
.pagenation_type_1 .btn_last[data-v-49593169],
.pagenation_type_1 .btn_next[data-v-49593169],
.pagenation_type_1 .btn_prev[data-v-49593169] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-49593169] {
  color: #bbb
}

.wrap_type_3[data-v-49593169] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-49593169] {
  background: #0b0c10
}

.container_left[data-v-49593169],
.container_left_md[data-v-49593169] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-49593169] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-49593169] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-49593169] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-49593169] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-49593169]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-49593169] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-49593169] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-49593169] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-49593169] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-49593169]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-49593169]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-49593169],
.container_center_3_mini>div[data-v-49593169] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-49593169] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-49593169]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-49593169]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-49593169] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-49593169]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-49593169]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-49593169] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-49593169]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-49593169]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-49593169] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-49593169] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-49593169],
.bg_grad_1_x[data-v-49593169] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-49593169] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-49593169] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-49593169] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-49593169],
.bg_normal_2[data-v-49593169] {
  background: #141621
}

.btn_left_close[data-v-49593169],
.btn_left_control[data-v-49593169],
.btn_right_close[data-v-49593169],
.right_screen[data-v-49593169] {
  display: none
}

.box_logo[data-v-49593169] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-49593169] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-49593169] {
  display: none
}

.text_dot[data-v-49593169] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-49593169 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-49593169 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-49593169] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-49593169] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-49593169] {
  background: #fff 
}

.bat_more.active i[data-v-49593169] {
  color: #000 
}

.btn_no_disabled[data-v-49593169] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-49593169] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-49593169] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-49593169],
.game_bat_2 button[data-v-49593169]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-49593169]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-49593169] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-49593169] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-49593169]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-49593169] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-49593169] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-49593169] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-49593169],
.title_logo[data-v-49593169] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-49593169] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-49593169] {
  height: 22px
}

.tab[data-v-49593169] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-49593169]:last-child {
  width: 100%
}

.tab li[data-v-49593169]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-49593169] {
  width: 50%
}

.tab li[data-v-49593169]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-49593169] {
  width: 33.333333333333%
}

.tab li[data-v-49593169]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-49593169] {
  width: 25%
}

.tab li[data-v-49593169]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-49593169] {
  width: 20%
}

.tab li[data-v-49593169]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-49593169] {
  width: 16.66666666666667%
}

.tab li button[data-v-49593169] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-49593169] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-49593169]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-49593169] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-49593169] {
  border: 0
}

.wrap_sports_detail li[data-v-49593169] {
  width: 100%
}

.wrap_sports_detail li[data-v-49593169]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-49593169]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-49593169] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-49593169] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-49593169],
.detail_num>button[data-v-49593169] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-49593169] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-49593169] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-49593169]:last-child {
  width: 100%
}

.detail_num button[data-v-49593169]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-49593169] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-49593169]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-49593169] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-49593169] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-49593169] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-49593169] {
  color: #fff 
}

.detail_num>button .up[data-v-49593169]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-49593169]:after,
.detail_num>button .up[data-v-49593169]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-49593169 1s ease-in-out 5;
  animation: blink-data-v-49593169 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-49593169]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-49593169] {
  background: #f4053a
}

.detail_num>button.active i[data-v-49593169] {
  color: #000
}

.detail_num>button .text-allocation[data-v-49593169] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-49593169] {
  color: #000 
}

.sports_bet_close[data-v-49593169] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-49593169],
.sports_bet_close[data-v-49593169]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-49593169]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-49593169] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-49593169],
.sports_bet_close_all[data-v-49593169]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-49593169]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-49593169] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-49593169]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-49593169] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-49593169]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-49593169] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-49593169],
.market_all_close[data-v-49593169]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-49593169]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-49593169] {
    display: none
  }
}

.vjs-control-bar[data-v-49593169] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-49593169] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-49593169] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-49593169] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-49593169]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-49593169] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-49593169]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-49593169] {
  color: #fff 
}

.vjs-big-play-button[data-v-49593169]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-49593169],
  .detail_num button[data-v-49593169]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-49593169] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-49593169]:nth-of-type(2),
  .game_bat button[data-v-49593169]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-49593169]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-49593169] {
    width: 100%
  }

  .market_all_close[data-v-49593169]:after,
  .market_domestic_all_close[data-v-49593169]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-49593169],
  .game_bat button:nth-of-type(3) i[data-v-49593169] {
    display: none 
  }
}

.mini_bet_close[data-v-49593169] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-49593169],
.mini_bet_close[data-v-49593169]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-49593169]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-49593169] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-49593169] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-49593169] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-49593169]:first-of-type,
.flex_2dan div[data-v-49593169]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-49593169] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-49593169]:first-of-type,
.flex_3dan div[data-v-49593169]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-49593169]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-49593169] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-49593169] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-49593169] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-49593169] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-49593169] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-49593169] {
  height: 40px
}

.mini_game_info[data-v-49593169],
.mini_game_info span[data-v-49593169]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-49593169]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-49593169] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-49593169] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-49593169]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-49593169] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-49593169] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-49593169] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-49593169] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-49593169]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-49593169] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-49593169]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-49593169] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-49593169]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-49593169] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-49593169]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-49593169] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-49593169]:first-child,
.ul_game_item.item_10 li[data-v-49593169]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-49593169]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-49593169] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-49593169],
.ul_game_item button i[data-v-49593169] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-49593169] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-49593169] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-49593169] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-49593169] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-49593169] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-49593169] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-49593169] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-49593169] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-49593169] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-49593169] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-49593169] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-49593169] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-49593169] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-49593169] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-49593169] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-49593169] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-49593169] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-49593169] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-49593169] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-49593169] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-49593169] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-49593169] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-49593169] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-49593169] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-49593169] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-49593169] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-49593169] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-49593169] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-49593169] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-49593169] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-49593169] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-49593169] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-49593169] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-49593169] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-49593169] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-49593169] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-49593169] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-49593169] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-49593169]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-49593169]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-49593169]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-49593169] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-49593169] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-49593169] {
    display: none
  }

  .flex_1dan ul[data-v-49593169] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-49593169]:first-of-type,
  .flex_3dan div[data-v-49593169]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-49593169]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-49593169] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-49593169]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-49593169]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-49593169]:first-of-type,
  .flex_3dan div[data-v-49593169]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-49593169]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-49593169] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-49593169] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-49593169] {
    width: 100%
  }

  .flex_3dan div[data-v-49593169]:first-of-type,
  .flex_3dan div[data-v-49593169]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-49593169]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-49593169] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-49593169] {
    width: 100%
  }

  .ul_game_item2 li[data-v-49593169]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-49593169]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-49593169]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-49593169]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-49593169]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-49593169] {
    padding: 101px 280px 0
  }

  .container_left[data-v-49593169],
  .container_left_md[data-v-49593169],
  .container_right[data-v-49593169] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-49593169]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-49593169]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-49593169]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-49593169]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-49593169] {
    padding-left: 40px
  }

  .container_left[data-v-49593169] {
    display: none
  }

  .btn_left_control[data-v-49593169] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-49593169],
  .btn_left_control i[data-v-49593169] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-49593169] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-49593169] {
    width: 26px
  }

  .btn_left_close[data-v-49593169] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-49593169] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-49593169] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-49593169]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-49593169]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-49593169]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-49593169]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-49593169]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-49593169]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-49593169] {
    display: block
  }

  .no-display-1600[data-v-49593169] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-49593169]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-49593169]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-49593169] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-49593169] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-49593169]:first-of-type,
  .container_center_2_mini>div>div[data-v-49593169]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-49593169] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-49593169]:first-of-type,
  .container_center_3_mini>div>div[data-v-49593169]:nth-of-type(2),
  .container_center_4_mini>div[data-v-49593169]:first-of-type,
  .container_center_4_mini>div[data-v-49593169]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-49593169] {
    padding-right: 0
  }

  .container_right[data-v-49593169] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-49593169] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-49593169] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-49593169] {
    width: 26px
  }

  .container_right .right_screen[data-v-49593169] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-49593169] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-49593169],
  .btn_left_control[data-v-49593169],
  .container_left[data-v-49593169] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-49593169] {
    padding: 0
  }

  .mobile_scroll[data-v-49593169] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-49593169] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-49593169],
.title_info_s[data-v-49593169] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-49593169] {
  font-size: 1.8rem
}

.title_info_s[data-v-49593169]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-49593169] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-49593169] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-49593169] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-49593169] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-49593169] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-49593169] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-49593169] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-49593169] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-49593169] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-49593169] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-49593169] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-49593169] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-49593169] {
  position: relative
}

.sub_visual_wallet img[data-v-49593169] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-49593169] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-49593169] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-49593169] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-49593169] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-49593169]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-49593169],
.menu_wallet>li button[data-v-49593169] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-49593169],
.menu_wallet>li button.active[data-v-49593169] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-49593169] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-49593169]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-49593169] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-49593169] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-49593169] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-49593169] {
  position: relative
}

.wallet_form button[data-v-49593169] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-49593169] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-49593169] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-49593169] {
  background: #141621 
}

h2.title_trade[data-v-49593169] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-49593169] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-49593169] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-49593169] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-49593169],
.result_buy div[data-v-49593169] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-49593169] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-49593169] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-49593169] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-49593169] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-49593169] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-49593169] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-49593169] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-49593169] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-49593169],
.sub_visual.s_02[data-v-49593169],
.sub_visual.s_03[data-v-49593169],
.sub_visual.s_04[data-v-49593169],
.sub_visual.s_05[data-v-49593169],
.sub_visual.s_06[data-v-49593169],
.sub_visual.s_07[data-v-49593169],
.sub_visual.s_08[data-v-49593169] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-49593169] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-49593169] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-49593169] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-49593169],
.sub_menu a[data-v-49593169] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-49593169] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-49593169] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-49593169],
.sub_menu a.nuxt-link-active[data-v-49593169] {
  color: #e32028
}

.sub_tab ul[data-v-49593169] {
  overflow: hidden
}

.sub_tab ul li[data-v-49593169] {
  float: left
}

.sub_tab ul li a[data-v-49593169] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-49593169],
.sub_tab ul li a.active[data-v-49593169] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-49593169]:before,
.sub_tab ul li a.active[data-v-49593169]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-49593169] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-49593169] {
  font-size: 2.2rem
}

.title_big[data-v-49593169],
.title_normal[data-v-49593169] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-49593169] {
  font-size: 1.8rem
}

.title_small[data-v-49593169] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-49593169] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-49593169] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-49593169],
.title_tiny[data-v-49593169] {
  position: relative;
  color: #fff
}

.title_sub[data-v-49593169] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-49593169]:before {
  bottom: -5px
}

.title_sub[data-v-49593169]:after,
.title_sub[data-v-49593169]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-49593169]:after {
  bottom: -3px
}

.title_sub_1[data-v-49593169] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-49593169]:before {
  bottom: -5px
}

.title_sub_1[data-v-49593169]:after,
.title_sub_1[data-v-49593169]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-49593169]:after {
  bottom: -3px
}

.title_sm[data-v-49593169] {
  display: none
}

.title_hexa[data-v-49593169] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-49593169],
.title_hexa i[data-v-49593169] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-49593169] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-49593169] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-49593169] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-49593169],
.title_hexa.t_on i[data-v-49593169] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-49593169] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-49593169] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-49593169] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-49593169] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-49593169] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-49593169] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-49593169] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-49593169]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-49593169]:first-of-type,
.sports_list li>div[data-v-49593169]:nth-of-type(2),
.sports_list li>div[data-v-49593169]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-49593169] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-49593169]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-49593169] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-49593169] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-49593169] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-49593169]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-49593169] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-49593169] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-49593169] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-49593169],
.game_bat button[data-v-49593169] {
  position: relative
}

.game_bat button[data-v-49593169]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-49593169] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-49593169] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-49593169] {
  margin-right: 5px
}

.game_bat button[data-v-49593169]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-49593169] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-49593169] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-49593169] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-49593169],
.game_bat button:nth-of-type(3) i img[data-v-49593169] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-49593169] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-49593169]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-49593169]:nth-of-type(2),
.game_bat button[data-v-49593169]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-49593169]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-49593169],
.game_bat button.active[data-v-49593169] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-49593169]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-49593169]:after,
.game_bat button:first-of-type .up[data-v-49593169]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-49593169 1s ease-in-out 5;
  animation: blink-data-v-49593169 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-49593169]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-49593169]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-49593169]:after,
.game_bat button:nth-of-type(2) .up[data-v-49593169]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-49593169 1s ease-in-out 5;
  animation: blink-data-v-49593169 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-49593169]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-49593169]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-49593169]:after,
.game_bat button:nth-of-type(3) .up[data-v-49593169]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-49593169 1s ease-in-out 5;
  animation: blink-data-v-49593169 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-49593169]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-49593169] {
  padding: 0
}

.box_folder[data-v-49593169],
.box_folder button[data-v-49593169] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-49593169] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-49593169] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-49593169]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-49593169] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-49593169]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-49593169] {
  flex-wrap: wrap
}

.bank_info[data-v-49593169],
.bank_info li[data-v-49593169] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-49593169] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-49593169]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-49593169] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-49593169] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-49593169] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-49593169] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-49593169] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-49593169] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-49593169] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-49593169] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-49593169] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-49593169] {
  margin-right: 10px
}

.box_text_type_1[data-v-49593169] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-49593169],
.box_text_type_1 i[data-v-49593169] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-49593169] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-49593169] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-49593169],
.wl_tip[data-v-49593169] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-49593169],
.wl_tip ul li[data-v-49593169] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-49593169] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-49593169] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-49593169] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-49593169],
.wl_waring ul li[data-v-49593169] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-49593169] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-49593169] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-49593169] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-49593169] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-49593169] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-49593169] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-49593169 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-49593169 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-49593169] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-49593169] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-49593169] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-49593169],
.box_fx_buy_sell[data-v-49593169],
.box_fx_result[data-v-49593169],
.box_leverage_result[data-v-49593169],
.current_time[data-v-49593169],
.tab_box[data-v-49593169],
.tab_time[data-v-49593169] {
  position: relative
}

.copilot[data-v-49593169] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-49593169],
.copilot[data-v-49593169]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-49593169]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-49593169] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-49593169] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-49593169] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-49593169] {
  padding: 20px 15px
}

.copilot_foot[data-v-49593169],
.copilot_foot button[data-v-49593169] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-49593169] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-49593169] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-49593169],
.copilot.step_2[data-v-49593169] {
  top: 50px
}

.copilot.step_3[data-v-49593169],
.copilot.step_4[data-v-49593169],
.copilot.step_6[data-v-49593169],
.copilot.step_7[data-v-49593169],
.copilot.step_8[data-v-49593169] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-49593169] {
  top: 40px
}

.box_info_1[data-v-49593169] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-49593169] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-49593169] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-49593169]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-49593169] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-49593169] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-49593169] {
  height: 40px
}

.title_guide_1 span[data-v-49593169] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-49593169] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-49593169] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-49593169] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-49593169] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-49593169] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-49593169 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-49593169 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-49593169]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-49593169]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-49593169]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-49593169]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-49593169]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-49593169 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-49593169 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-49593169] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-49593169] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-49593169] {
    margin-top: 0
  }

  .sub_visual[data-v-49593169] {
    display: none
  }

  .box_sub_title[data-v-49593169] {
    padding: 0 20px
  }

  .box_sub_container[data-v-49593169] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-49593169] {
    display: block
  }

  .title_sub[data-v-49593169] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-49593169]:before {
    bottom: -5px
  }

  .title_sub[data-v-49593169]:after,
  .title_sub[data-v-49593169]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-49593169]:after {
    bottom: -3px
  }

  .sub_menu[data-v-49593169] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-49593169] {
    padding: 0
  }

  .box_sub_container[data-v-49593169] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-49593169] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-49593169] {
    display: none
  }

  .box_bg_deep[data-v-49593169] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-49593169] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-49593169] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-49593169] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-49593169],
  .result_buy div[data-v-49593169] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-49593169] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-49593169] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-49593169] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-49593169] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-49593169] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-49593169] {
    padding: 0 5px
  }

  .box_folder button[data-v-49593169] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-49593169] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-49593169] {
    padding: 0
  }

  .pagenation_type_1[data-v-49593169] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-49593169] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-49593169] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-49593169] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-49593169],
  .pagenation_type_1 .btn_last[data-v-49593169],
  .pagenation_type_1 .btn_next[data-v-49593169],
  .pagenation_type_1 .btn_prev[data-v-49593169] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-49593169] {
    color: #bbb
  }

  .title_medium[data-v-49593169] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-49593169]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-49593169]:first-of-type:hover,
  .game_bat.bet_three button[data-v-49593169]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-49593169]:nth-of-type(3):hover,
  .game_bat button[data-v-49593169]:first-of-type:hover,
  .game_bat button[data-v-49593169]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-49593169],
  .game_bat button.active span[data-v-49593169],
  .game_bat button:hover span[data-v-49593169] {
    color: #fff 
  }

  .bat_more[data-v-49593169]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-49593169],
  .bat_more[disabled][data-v-49593169]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-49593169]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-49593169]:first-of-type:hover,
  .game_bat_2 button[data-v-49593169]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-49593169],
  .game_bat_2 button.active[data-v-49593169]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-49593169]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-49593169] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-49593169] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-49593169]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-49593169]:hover,
  .pagenation_type_1 .btn_last[data-v-49593169]:hover,
  .pagenation_type_1 .btn_next[data-v-49593169]:hover,
  .pagenation_type_1 .btn_prev[data-v-49593169]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-49593169]:hover,
  .ul_game_item button[data-v-49593169]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

#trade[data-v-49593169] {
  background: #141621;
  overflow: hidden
}

.box_trade[data-v-49593169] {
  display: flex;
  justify-content: center;
  margin-top: 100px
}

@media (max-width:991px) {
  .box_trade[data-v-49593169] {
    display: flex;
    justify-content: center;
    margin: 0
  }
}
.vue-modal-resizer {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: transparent;
  cursor: se-resize;
}

.vue-modal-resizer::after {
  display: block;
  position: absolute;
  content: '';
  background: transparent;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ddd;
  border-left: 10px solid transparent;
}

.vue-modal-resizer.clicked::after {
  border-bottom: 10px solid #369be9;
}
.v--modal-block-scroll {
  overflow: hidden;
  width: 100vw;
}

.v--modal-overlay {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  opacity: 1;
}

.v--modal-overlay.scrollable {
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.v--modal-overlay .v--modal-background-click {
  width: 100%;
  min-height: 100%;
  height: auto;
}

.v--modal-overlay .v--modal-box {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.v--modal-overlay.scrollable .v--modal-box {
  margin-bottom: 2px;
}

.v--modal {
  background-color: white;
  text-align: left;
  border-radius: 3px;
  box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
  padding: 0;
}

.v--modal.v--modal-fullscreen {
  width: 100vw;
  height: 100vh;
  margin: 0;
  left: 0;
  top: 0;
}

.v--modal-top-right {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.overlay-fade-enter-active,
.overlay-fade-leave-active {
  transition: all 0.2s;
}

.overlay-fade-enter,
.overlay-fade-leave-active {
  opacity: 0;
}

.nice-modal-fade-enter-active,
.nice-modal-fade-leave-active {
  transition: all 0.4s;
}

.nice-modal-fade-enter,
.nice-modal-fade-leave-active {
  opacity: 0;
  transform: translateY(-20px);
}
.vue-dialog div {
  box-sizing: border-box;
}

.vue-dialog .dialog-flex {
  width: 100%;
  height: 100%;
}

.vue-dialog .dialog-content {
  flex: 1 0 auto;
  width: 100%;
  padding: 15px;
  font-size: 14px;
}

.vue-dialog .dialog-c-title {
  font-weight: 600;
  padding-bottom: 15px;
}

.vue-dialog .dialog-c-text {}

.vue-dialog .vue-dialog-buttons {
  display: flex;
  flex: 0 1 auto;
  width: 100%;
  border-top: 1px solid #eee;
}

.vue-dialog .vue-dialog-buttons-none {
  width: 100%;
  padding-bottom: 15px;
}

.vue-dialog-button {
  font-size: 12px ;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  color: inherit;
  font: inherit;
  outline: none;
}

.vue-dialog-button:hover {
  background: rgba(0, 0, 0, 0.01);
}

.vue-dialog-button:active {
  background: rgba(0, 0, 0, 0.025);
}

.vue-dialog-button:not(:first-of-type) {
  border-left: 1px solid #eee;
}
.ps {
  overflow: hidden ;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto
}

.ps__rail-x {
  height: 15px;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  position: absolute
}

.ps__rail-y {
  width: 15px;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute
}

.ps__thumb-y {
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  background-color: #999;
  height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  background-color: #999;
  width: 11px
}

@supports (-ms-overflow-style:none) {
  .ps {
    overflow: auto 
  }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .ps {
    overflow: auto 
  }
}

.ps {
  position: relative
}
.agile {
  position: relative
}

.agile:active,
.agile :active,
.agile:focus,
.agile :focus {
  outline: none
}

.agile__list {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%
}

.agile__track {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.agile--disabled .agile__track,
.agile__slide {
  display: block
}

.agile--fade .agile__slide {
  opacity: 0;
  position: relative;
  z-index: 0
}

.agile--fade .agile__slide--active {
  opacity: 1;
  z-index: 2
}

.agile--fade .agile__slide--expiring {
  opacity: 1;
  transition-duration: 0s;
  z-index: 1
}

.agile__arrow[disabled] {
  cursor: default
}

.agile__dots {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap
}

.agile__dot button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0
}
.toast-title {
  font-weight: 700
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.toast-message a,
.toast-message label {
  color: #fff
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none
}

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80)
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40)
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none
}

.toast-icon {
  position: absolute;
  left: 10px;
  top: 25px
}

.toast-icon,
.toast-icon img {
  width: 30px;
  height: 30px
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-top-left {
  top: 12px;
  left: 12px
}

.toast-top-right {
  top: 12px;
  right: 12px
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px
}

.cxlt-toastr-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none
}

.cxlt-toastr-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.cxlt-toastr-container>div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80)
}

.cxlt-toastr-container>:hover {
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer
}

.cxlt-toastr-container.toast-bottom-center>div,
.cxlt-toastr-container.toast-top-center>div {
  width: 300px;
  margin-left: auto;
  margin-right: auto
}

.cxlt-toastr-container.toast-bottom-full-width>div,
.cxlt-toastr-container.toast-top-full-width>div {
  width: 96%;
  margin-left: auto;
  margin-right: auto
}

.toast {
  background-color: #030303
}

.toast-success {
  background-color: #51a351
}

.toast-error {
  background-color: #bd362f
}

.toast-info {
  background-color: #2f96b4
}

.toast-warning {
  background-color: #f89406
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40)
}

@media (max-width:240px) {
  .cxlt-toastr-container>div {
    padding: 8px 8px 8px 50px;
    width: 11em
  }

  .cxlt-toastr-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }
}

@media (min-width:241px) and (max-width:480px) {
  .cxlt-toastr-container>div {
    padding: 8px 8px 8px 50px;
    width: 18em
  }

  .cxlt-toastr-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }
}

@media (min-width:481px) and (max-width:768px) {
  .cxlt-toastr-container>div {
    padding: 15px 15px 15px 50px;
    width: 25em
  }
}

/*!
* animate.css -https://daneden.github.io/animate.css/
* Version - 3.7.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2019 Daniel Eden
*/
@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible ;
  backface-visibility: visible ;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible ;
  backface-visibility: visible ;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible ;
  backface-visibility: visible 
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible ;
  backface-visibility: visible ;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
  .animated {
    -webkit-animation-duration: 1ms ;
    animation-duration: 1ms ;
    -webkit-transition-duration: 1ms ;
    transition-duration: 1ms ;
    -webkit-animation-iteration-count: 1 ;
    animation-iteration-count: 1 
  }
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before {
  text-align: center
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  content: "\f101"
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-play-circle:before {
  content: "\f102"
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
  content: "\f103"
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
  content: "\f104"
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
  content: "\f105"
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
  content: "\f106"
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
  content: "\f107"
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "\f108"
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
  content: "\f109"
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-square:before {
  content: "\f10a"
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-spinner:before {
  content: "\f10b"
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
  content: "\f10c"
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
  content: "\f10d"
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
  content: "\f10e"
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-share:before {
  content: "\f10f"
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-cog:before {
  content: "\f110"
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111"
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-circle-outline:before {
  content: "\f112"
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113"
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-hd:before {
  content: "\f114"
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
  content: "\f115"
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
  content: "\f116"
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-facebook:before {
  content: "\f117"
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-gplus:before {
  content: "\f118"
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-linkedin:before {
  content: "\f119"
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-twitter:before {
  content: "\f11a"
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-tumblr:before {
  content: "\f11b"
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-pinterest:before {
  content: "\f11c"
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
  content: "\f11d"
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
  content: "\f11e"
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-next-item:before {
  content: "\f11f"
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-previous-item:before {
  content: "\f120"
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
  content: "\f121"
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-exit:before {
  content: "\f122"
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: normal
}

.video-js:-moz-full-screen {
  position: absolute
}

.video-js:-webkit-full-screen {
  width: 100% ;
  height: 100% 
}

.video-js[tabindex="-1"] {
  outline: none
}

.video-js *,
.video-js :after,
.video-js :before {
  box-sizing: inherit
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin: 0
}

.video-js.vjs-1-1,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-16-9,
.video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0
}

.video-js.vjs-16-9 {
  padding-top: 56.25%
}

.video-js.vjs-4-3 {
  padding-top: 75%
}

.video-js.vjs-9-16 {
  padding-top: 177.7777777778%
}

.video-js.vjs-1-1 {
  padding-top: 100%
}

.video-js.vjs-fill,
.video-js .vjs-tech {
  width: 100%;
  height: 100%
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% ;
  height: 100% ;
  padding-top: 0 
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none
}

.vjs-hidden {
  display: none 
}

.vjs-disabled {
  opacity: .5;
  cursor: default
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px
}

.vjs-lock-showing {
  display: block ;
  opacity: 1 ;
  visibility: visible 
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
  border-radius: .3em;
  transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.81666em;
  margin-left: -1.5em
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5);
  transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
  display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, .8);
  background: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0));
  overflow: auto
}

.video-js .vjs-modal-dialog>* {
  box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1
}

.vjs-menu-button {
  cursor: pointer
}

.vjs-menu-button.vjs-disabled {
  cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto
}

.vjs-menu .vjs-menu-content>* {
  box-sizing: border-box
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5)
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f
}

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),
.video-js .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),
.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
  background: none
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em;
  font-weight: 700;
  cursor: default
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block
}

.video-js .vjs-menu-button-inline {
  transition: all .4s;
  overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
  display: none 
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none
}

.vjs-button>.vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67
}

.vjs-button>.vjs-icon-placeholder {
  display: block
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
  display: none
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none
}

.video-js .vjs-progress-control.disabled {
  cursor: default
}

.vjs-live .vjs-progress-control {
  display: none
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center
}

.vjs-no-flex .vjs-progress-control {
  width: auto
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all .2s;
  height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0
}

.video-js .vjs-play-progress {
  background-color: #fff
}

.video-js .vjs-play-progress:before {
  font-size: .9em;
  position: absolute;
  right: -.5em;
  top: -.3333333333em;
  z-index: 1
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, .75)
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: .6em;
  visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider.disabled {
  cursor: default
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px
}

.video-js .vjs-volume-panel {
  transition: width 1s
}

.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
}

.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0
}

.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  transition: width .1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: .5em
}

.video-js .vjs-volume-panel {
  display: flex
}

.video-js .vjs-volume-bar {
  margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em;
  z-index: 1
}

.vjs-slider-vertical .vjs-volume-level {
  width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em;
  z-index: 1
}

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
  left: 1em;
  top: -12px
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, .8)
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%
}

.vjs-has-started .vjs-poster {
  display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block
}

.vjs-using-native-controls .vjs-poster {
  display: none
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left
}

.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
  display: none
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: .5em;
  color: #888
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em
}

.video-js .vjs-current-time,
.video-js .vjs-duration,
.vjs-live .vjs-time-control,
.vjs-no-flex .vjs-current-time,
.vjs-no-flex .vjs-duration {
  display: none
}

.vjs-time-divider {
  display: none;
  line-height: 3em
}

.vjs-live .vjs-time-divider {
  display: none
}

.video-js .vjs-play-control {
  cursor: pointer
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em
}

.vjs-subtitles {
  color: #fff
}

.vjs-captions {
  color: #fc6
}

.vjs-tt-cue {
  display: block
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control,
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate>.vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, .7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear .3s forwards;
  animation: vjs-spinner-show 0s linear .3s forwards
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: #fff transparent transparent
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: .44s;
  animation-delay: .44s
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible
  }
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible
  }
}

@keyframes vjs-spinner-spin {
  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes vjs-spinner-spin {
  to {
    -webkit-transform: rotate(1turn)
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f
  }

  20% {
    border-top-color: #73859f
  }

  35% {
    border-top-color: #fff
  }

  60% {
    border-top-color: #73859f
  }

  to {
    border-top-color: #73859f
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f
  }

  20% {
    border-top-color: #73859f
  }

  35% {
    border-top-color: #fff
  }

  60% {
    border-top-color: #73859f
  }

  to {
    border-top-color: #73859f
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -.1em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -.1em
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit
}

.video-js.vjs-layout-small .vjs-audio-button,
.video-js.vjs-layout-small .vjs-captions-button,
.video-js.vjs-layout-small .vjs-chapters-button,
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-descriptions-button,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-subtitles-button,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-audio-button,
.video-js.vjs-layout-tiny .vjs-captions-button,
.video-js.vjs-layout-tiny .vjs-chapters-button,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-descriptions-button,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-subtitles-button,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-audio-button,
.video-js.vjs-layout-x-small .vjs-captions-button,
.video-js.vjs-layout-x-small .vjs-chapters-button,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-descriptions-button,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-subtitles-button,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-volume-control {
  display: none 
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto
}

.video-js.vjs-layout-tiny .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button {
  display: none
}

.video-js.vjs-layout-tiny .vjs-custom-control-spacer,
.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer {
  flex: auto;
  display: block
}

.video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,
.video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer {
  width: auto
}

.video-js.vjs-layout-tiny .vjs-progress-control,
.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control {
  display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .75);
  color: #fff;
  height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom
}

@supports (display:grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr
  }
}

.vjs-track-setting>select {
  margin-right: 1em;
  margin-bottom: .5em
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none
}

.vjs-text-track-settings fieldset span {
  display: inline-block
}

.vjs-text-track-settings fieldset span>select {
  max-width: 7.3em
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f)
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, .75)
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em
}

@media print {
  .video-js>:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden
  }
}

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000
}

.js-focus-visible .video-js :focus:not(.focus-visible),
.video-js :focus:not(.focus-visible),
.video-js :focus:not(:focus-visible) {
  outline: none
}

body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

.agile__dots {
  position: absolute ;
  left: 0;
  bottom: 10px;
  width: 100%;
  justify-content: flex-end;
  padding-right: 10px
}

.agile__dots .agile__dot {
  display: inline-block ;
  margin: 0 4px
}

.agile__dots .agile__dot button {
  display: inline-block ;
  width: 7px;
  height: 7px;
  background: #999;
  border-radius: 100%;
  border: 0
}

.agile__dots .agile__dot--current button {
  display: inline-block ;
  width: 30px;
  height: 7px;
  background-color: #fff;
  border-radius: 7px;
  padding: 0 
}

.agile__arrow {
  position: absolute ;
  left: 0;
  top: 0;
  display: none 
}

.agile__arrow svg {
  display: none
}

.main_slide .carousel-item {
  display: block
}

.main_slide .carousel-caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 514px;
  padding: 0;
  text-align: center
}

.main_slide .slide--1 {
  background-size: cover;
  background-position: top
}

.main_slider_1 {
  position: relative;
  align-items: center
}

.main_slider_1,
.main_slider_1 .slogan {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center
}

.main_slider_1 .slogan {
  position: absolute;
  left: 0;
  top: 0;
  align-items: flex-start;
  padding: 0 50px
}

.main_slider_1 .slogan em {
  font-size: 2.2rem;
  margin-bottom: 10px
}

.main_slider_1 .slogan em,
.main_slider_1 .slogan span {
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 600;
  margin-left: 15px
}

.main_slider_1 .slogan span {
  font-size: 3rem;
  margin-top: 30px
}

.main_img {
  width: 100%
}

.main_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width:1920px) {
  .slogan {
    zoom: .8
  }
}

@media (max-width:1190px) {
  .slogan {
    zoom: .5
  }
}

@media (max-width:991px) {
  .main_slider_1 .slogan {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 25px
  }

  .main_img {
    width: 100%;
    height: 100%
  }

  .main_img>img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .slogan {
    zoom: 1
  }

  .slogan img {
    width: 100%;
    max-width: 300px;
    height: auto 
  }

  .slogan em {
    font-size: 1.3rem 
  }

  .slogan span {
    font-size: 1.5rem ;
    line-height: 1.4
  }
}
body [data-v-38fc2514] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-38fc2514]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-38fc2514]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-38fc2514] {
  max-width: 1440px
}

.page-enter-active[data-v-38fc2514],
.page-leave-active[data-v-38fc2514] {
  transition: opacity .1s
}

.page-enter[data-v-38fc2514],
.page-leave-to[data-v-38fc2514] {
  opacity: 0
}

.b1[data-v-38fc2514] {
  border: 1px solid red
}

.width-btn-100[data-v-38fc2514] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-38fc2514] {
  color: #e32028 
}

.main-color1-normal[data-v-38fc2514] {
  color: #ff2152 
}

.main-color1-text[data-v-38fc2514] {
  color: #ff9710 
}

.main-color1-deep[data-v-38fc2514] {
  color: #ff6900 
}

.main-color1-light[data-v-38fc2514] {
  color: #ff542e 
}

.color-white[data-v-38fc2514] {
  color: #fff 
}

.main-color2-light[data-v-38fc2514] {
  color: #a9da2b 
}

.main-color2[data-v-38fc2514] {
  color: #67b628 
}

.main_color3_light[data-v-38fc2514] {
  color: #ffc92f 
}

.main-color3[data-v-38fc2514] {
  color: #febd02 
}

.main-color4[data-v-38fc2514] {
  color: #7e93a6 
}

.main-color5-light[data-v-38fc2514] {
  color: #42deda 
}

.main-color5[data-v-38fc2514] {
  color: #01c8de 
}

.color-grey[data-v-38fc2514] {
  color: #676c71 
}

.color-lightgrey[data-v-38fc2514] {
  color: #ababab 
}

.color-deepgrey[data-v-38fc2514] {
  color: #20222b 
}

.color-text-verylight[data-v-38fc2514] {
  color: #80a7b8 
}

.color-text-light[data-v-38fc2514] {
  color: #9a9aa7 
}

.color-text[data-v-38fc2514] {
  color: #797986 
}

.color-text-deep[data-v-38fc2514] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-38fc2514] {
  color: #2f3b49 
}

.c_default[data-v-38fc2514] {
  color: #fff 
}

.c_high[data-v-38fc2514] {
  color: #ff1717 
}

.c_low[data-v-38fc2514] {
  color: #0bf 
}

.c_buy_light[data-v-38fc2514] {
  color: #fe5159 
}

.c_buy[data-v-38fc2514] {
  color: #f14f57 
}

.bg_c_buy[data-v-38fc2514] {
  background: #f14f57
}

.c_sell_light[data-v-38fc2514] {
  color: #349bf0 
}

.c_sell[data-v-38fc2514] {
  color: #3488db 
}

.bg_c_sell[data-v-38fc2514] {
  background: #3488db
}

.c_ing[data-v-38fc2514] {
  color: #fff 
}

.bg_ing[data-v-38fc2514],
.bg_wait[data-v-38fc2514] {
  background: #7e93a6 
}

.bg_background_deep[data-v-38fc2514] {
  background: #000
}

.c_success[data-v-38fc2514] {
  color: #1478f2 
}

.bg_success[data-v-38fc2514] {
  background: #1478f2 
}

.c_complete[data-v-38fc2514] {
  color: #fff 
}

.c_fail[data-v-38fc2514] {
  color: #ff1e1e 
}

.bg_fail[data-v-38fc2514] {
  background: #ff1e1e 
}

.c_cancel[data-v-38fc2514] {
  color: #ff6900 
}

.bg_cancel[data-v-38fc2514] {
  background: #ff6900 
}

.c_error[data-v-38fc2514] {
  color: #ff6900 
}

.c_invaild[data-v-38fc2514] {
  color: #999 
}

.bg_invaild[data-v-38fc2514] {
  background: #666 
}

.bg_main[data-v-38fc2514] {
  background: #e32028 
}

.bg_green_gra[data-v-38fc2514] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-38fc2514] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-38fc2514] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-38fc2514] {
  color: #ff5266 
}

.c_deposit_light[data-v-38fc2514] {
  color: #a9da2b 
}

.c_deposit[data-v-38fc2514] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-38fc2514] {
  color: #ff8520 
}

.c_withdrawal[data-v-38fc2514] {
  color: #ff6900 
}

.c_green[data-v-38fc2514] {
  color: #009b1b 
}

.c_red[data-v-38fc2514] {
  color: red 
}

.c_blue[data-v-38fc2514] {
  color: #febd02 
}

.c_black[data-v-38fc2514] {
  color: #000 
}

.bg_white[data-v-38fc2514] {
  background: #fff 
}

.bg_green[data-v-38fc2514] {
  background: #6dcb1b 
}

.box_c_ing[data-v-38fc2514] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-38fc2514] {
  background: #f14f57
}

.box_c_buy[data-v-38fc2514],
.box_c_invaild[data-v-38fc2514] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-38fc2514] {
  background: #999
}

.box_c_sell[data-v-38fc2514] {
  background: #3488db
}

.box_c_sell[data-v-38fc2514],
.box_c_success[data-v-38fc2514] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-38fc2514] {
  background: #ff6900
}

.box_c_fail[data-v-38fc2514] {
  background: #67b628
}

.box_c_extedn[data-v-38fc2514],
.box_c_fail[data-v-38fc2514] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-38fc2514] {
  background: #43586c
}

.ps__rail-x[data-v-38fc2514] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-38fc2514],
.ps__rail-y[data-v-38fc2514] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-38fc2514] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-38fc2514],
.ps--active-y>.ps__rail-y[data-v-38fc2514] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-38fc2514],
.ps--focus>.ps__rail-y[data-v-38fc2514],
.ps--scrolling-x>.ps__rail-x[data-v-38fc2514],
.ps--scrolling-y>.ps__rail-y[data-v-38fc2514],
.ps:hover>.ps__rail-x[data-v-38fc2514],
.ps:hover>.ps__rail-y[data-v-38fc2514] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-38fc2514],
.ps.ps__rail-x[data-v-38fc2514]:focus,
.ps.ps__rail-x[data-v-38fc2514]:hover,
.ps.ps__rail-y.ps--clicking[data-v-38fc2514],
.ps.ps__rail-y[data-v-38fc2514]:focus,
.ps.ps__rail-y[data-v-38fc2514]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-38fc2514] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-38fc2514],
.ps__thumb-y[data-v-38fc2514] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-38fc2514] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-38fc2514],
.ps__rail-x:focus>.ps__thumb-x[data-v-38fc2514],
.ps__rail-x:hover>.ps__thumb-x[data-v-38fc2514] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-38fc2514],
.ps__rail-y:focus>.ps__thumb-y[data-v-38fc2514],
.ps__rail-y:hover>.ps__thumb-y[data-v-38fc2514] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-38fc2514] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-38fc2514] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-38fc2514] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-38fc2514] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-38fc2514] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-38fc2514] {
  display: none 
}

.toast-top-center[data-v-38fc2514] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-38fc2514] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-38fc2514] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-38fc2514] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-38fc2514] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-38fc2514],
.pagenation_type_1 .btn_last[data-v-38fc2514],
.pagenation_type_1 .btn_next[data-v-38fc2514],
.pagenation_type_1 .btn_prev[data-v-38fc2514] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-38fc2514] {
  color: #bbb
}

.wrap_type_3[data-v-38fc2514] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-38fc2514] {
  background: #0b0c10
}

.container_left[data-v-38fc2514],
.container_left_md[data-v-38fc2514] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-38fc2514] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-38fc2514] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-38fc2514] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-38fc2514] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-38fc2514]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-38fc2514] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-38fc2514] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-38fc2514] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-38fc2514] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-38fc2514]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-38fc2514]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-38fc2514],
.container_center_3_mini>div[data-v-38fc2514] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-38fc2514] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-38fc2514]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-38fc2514]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-38fc2514] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-38fc2514]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-38fc2514]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-38fc2514] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-38fc2514]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-38fc2514]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-38fc2514] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-38fc2514] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-38fc2514],
.bg_grad_1_x[data-v-38fc2514] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-38fc2514] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-38fc2514] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-38fc2514] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-38fc2514],
.bg_normal_2[data-v-38fc2514] {
  background: #141621
}

.btn_left_close[data-v-38fc2514],
.btn_left_control[data-v-38fc2514],
.btn_right_close[data-v-38fc2514],
.right_screen[data-v-38fc2514] {
  display: none
}

.box_logo[data-v-38fc2514] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-38fc2514] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-38fc2514] {
  display: none
}

.text_dot[data-v-38fc2514] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-38fc2514 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-38fc2514 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-38fc2514] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-38fc2514] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-38fc2514] {
  background: #fff 
}

.bat_more.active i[data-v-38fc2514] {
  color: #000 
}

.btn_no_disabled[data-v-38fc2514] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-38fc2514] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-38fc2514] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-38fc2514],
.game_bat_2 button[data-v-38fc2514]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-38fc2514]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-38fc2514] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-38fc2514] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-38fc2514]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-38fc2514] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-38fc2514] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-38fc2514] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-38fc2514],
.title_logo[data-v-38fc2514] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-38fc2514] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-38fc2514] {
  height: 22px
}

.tab[data-v-38fc2514] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-38fc2514]:last-child {
  width: 100%
}

.tab li[data-v-38fc2514]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-38fc2514] {
  width: 50%
}

.tab li[data-v-38fc2514]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-38fc2514] {
  width: 33.333333333333%
}

.tab li[data-v-38fc2514]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-38fc2514] {
  width: 25%
}

.tab li[data-v-38fc2514]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-38fc2514] {
  width: 20%
}

.tab li[data-v-38fc2514]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-38fc2514] {
  width: 16.66666666666667%
}

.tab li button[data-v-38fc2514] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-38fc2514] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-38fc2514]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-38fc2514] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-38fc2514] {
  border: 0
}

.wrap_sports_detail li[data-v-38fc2514] {
  width: 100%
}

.wrap_sports_detail li[data-v-38fc2514]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-38fc2514]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-38fc2514] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-38fc2514] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-38fc2514],
.detail_num>button[data-v-38fc2514] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-38fc2514] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-38fc2514] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-38fc2514]:last-child {
  width: 100%
}

.detail_num button[data-v-38fc2514]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-38fc2514] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-38fc2514]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-38fc2514] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-38fc2514] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-38fc2514] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-38fc2514] {
  color: #fff 
}

.detail_num>button .up[data-v-38fc2514]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-38fc2514]:after,
.detail_num>button .up[data-v-38fc2514]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-38fc2514 1s ease-in-out 5;
  animation: blink-data-v-38fc2514 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-38fc2514]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-38fc2514] {
  background: #f4053a
}

.detail_num>button.active i[data-v-38fc2514] {
  color: #000
}

.detail_num>button .text-allocation[data-v-38fc2514] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-38fc2514] {
  color: #000 
}

.sports_bet_close[data-v-38fc2514] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-38fc2514],
.sports_bet_close[data-v-38fc2514]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-38fc2514]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-38fc2514] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-38fc2514],
.sports_bet_close_all[data-v-38fc2514]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-38fc2514]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-38fc2514] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-38fc2514]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-38fc2514] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-38fc2514]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-38fc2514] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-38fc2514],
.market_all_close[data-v-38fc2514]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-38fc2514]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-38fc2514] {
    display: none
  }
}

.vjs-control-bar[data-v-38fc2514] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-38fc2514] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-38fc2514] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-38fc2514] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-38fc2514]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-38fc2514] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-38fc2514]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-38fc2514] {
  color: #fff 
}

.vjs-big-play-button[data-v-38fc2514]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-38fc2514],
  .detail_num button[data-v-38fc2514]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-38fc2514] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-38fc2514]:nth-of-type(2),
  .game_bat button[data-v-38fc2514]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-38fc2514]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-38fc2514] {
    width: 100%
  }

  .market_all_close[data-v-38fc2514]:after,
  .market_domestic_all_close[data-v-38fc2514]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-38fc2514],
  .game_bat button:nth-of-type(3) i[data-v-38fc2514] {
    display: none 
  }
}

.mini_bet_close[data-v-38fc2514] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-38fc2514],
.mini_bet_close[data-v-38fc2514]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-38fc2514]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-38fc2514] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-38fc2514] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-38fc2514] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-38fc2514]:first-of-type,
.flex_2dan div[data-v-38fc2514]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-38fc2514] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-38fc2514]:first-of-type,
.flex_3dan div[data-v-38fc2514]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-38fc2514]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-38fc2514] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-38fc2514] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-38fc2514] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-38fc2514] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-38fc2514] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-38fc2514] {
  height: 40px
}

.mini_game_info[data-v-38fc2514],
.mini_game_info span[data-v-38fc2514]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-38fc2514]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-38fc2514] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-38fc2514] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-38fc2514]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-38fc2514] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-38fc2514] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-38fc2514] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-38fc2514] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-38fc2514]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-38fc2514] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-38fc2514]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-38fc2514] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-38fc2514]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-38fc2514] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-38fc2514]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-38fc2514] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-38fc2514]:first-child,
.ul_game_item.item_10 li[data-v-38fc2514]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-38fc2514]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-38fc2514] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-38fc2514],
.ul_game_item button i[data-v-38fc2514] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-38fc2514] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-38fc2514] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-38fc2514] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-38fc2514] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-38fc2514] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-38fc2514] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-38fc2514] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-38fc2514] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-38fc2514] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-38fc2514] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-38fc2514] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-38fc2514] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-38fc2514] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-38fc2514] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-38fc2514] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-38fc2514] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-38fc2514] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-38fc2514] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-38fc2514] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-38fc2514] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-38fc2514] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-38fc2514] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-38fc2514] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-38fc2514] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-38fc2514] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-38fc2514] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-38fc2514] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-38fc2514] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-38fc2514] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-38fc2514] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-38fc2514] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-38fc2514] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-38fc2514] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-38fc2514] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-38fc2514] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-38fc2514] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-38fc2514] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-38fc2514] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-38fc2514]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-38fc2514]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-38fc2514]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-38fc2514] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-38fc2514] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-38fc2514] {
    display: none
  }

  .flex_1dan ul[data-v-38fc2514] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-38fc2514]:first-of-type,
  .flex_3dan div[data-v-38fc2514]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-38fc2514]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-38fc2514] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-38fc2514]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-38fc2514]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-38fc2514]:first-of-type,
  .flex_3dan div[data-v-38fc2514]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-38fc2514]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-38fc2514] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-38fc2514] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-38fc2514] {
    width: 100%
  }

  .flex_3dan div[data-v-38fc2514]:first-of-type,
  .flex_3dan div[data-v-38fc2514]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-38fc2514]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-38fc2514] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-38fc2514] {
    width: 100%
  }

  .ul_game_item2 li[data-v-38fc2514]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-38fc2514]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-38fc2514]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-38fc2514]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-38fc2514]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-38fc2514] {
    padding: 101px 280px 0
  }

  .container_left[data-v-38fc2514],
  .container_left_md[data-v-38fc2514],
  .container_right[data-v-38fc2514] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-38fc2514]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-38fc2514]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-38fc2514]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-38fc2514]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-38fc2514] {
    padding-left: 40px
  }

  .container_left[data-v-38fc2514] {
    display: none
  }

  .btn_left_control[data-v-38fc2514] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-38fc2514],
  .btn_left_control i[data-v-38fc2514] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-38fc2514] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-38fc2514] {
    width: 26px
  }

  .btn_left_close[data-v-38fc2514] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-38fc2514] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-38fc2514] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-38fc2514]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-38fc2514]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-38fc2514]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-38fc2514]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-38fc2514]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-38fc2514]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-38fc2514] {
    display: block
  }

  .no-display-1600[data-v-38fc2514] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-38fc2514]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-38fc2514]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-38fc2514] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-38fc2514] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-38fc2514]:first-of-type,
  .container_center_2_mini>div>div[data-v-38fc2514]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-38fc2514] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-38fc2514]:first-of-type,
  .container_center_3_mini>div>div[data-v-38fc2514]:nth-of-type(2),
  .container_center_4_mini>div[data-v-38fc2514]:first-of-type,
  .container_center_4_mini>div[data-v-38fc2514]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-38fc2514] {
    padding-right: 0
  }

  .container_right[data-v-38fc2514] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-38fc2514] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-38fc2514] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-38fc2514] {
    width: 26px
  }

  .container_right .right_screen[data-v-38fc2514] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-38fc2514] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-38fc2514],
  .btn_left_control[data-v-38fc2514],
  .container_left[data-v-38fc2514] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-38fc2514] {
    padding: 0
  }

  .mobile_scroll[data-v-38fc2514] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-38fc2514] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-38fc2514],
.title_info_s[data-v-38fc2514] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-38fc2514] {
  font-size: 1.8rem
}

.title_info_s[data-v-38fc2514]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-38fc2514] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-38fc2514] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-38fc2514] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-38fc2514] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-38fc2514] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-38fc2514] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-38fc2514] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-38fc2514] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-38fc2514] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-38fc2514] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-38fc2514] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-38fc2514] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-38fc2514] {
  position: relative
}

.sub_visual_wallet img[data-v-38fc2514] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-38fc2514] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-38fc2514] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-38fc2514] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-38fc2514] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-38fc2514]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-38fc2514],
.menu_wallet>li button[data-v-38fc2514] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-38fc2514],
.menu_wallet>li button.active[data-v-38fc2514] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-38fc2514] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-38fc2514]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-38fc2514] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-38fc2514] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-38fc2514] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-38fc2514] {
  position: relative
}

.wallet_form button[data-v-38fc2514] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-38fc2514] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-38fc2514] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-38fc2514] {
  background: #141621 
}

h2.title_trade[data-v-38fc2514] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-38fc2514] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-38fc2514] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-38fc2514] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-38fc2514],
.result_buy div[data-v-38fc2514] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-38fc2514] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-38fc2514] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-38fc2514] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-38fc2514] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-38fc2514] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-38fc2514] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-38fc2514] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-38fc2514] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-38fc2514],
.sub_visual.s_02[data-v-38fc2514],
.sub_visual.s_03[data-v-38fc2514],
.sub_visual.s_04[data-v-38fc2514],
.sub_visual.s_05[data-v-38fc2514],
.sub_visual.s_06[data-v-38fc2514],
.sub_visual.s_07[data-v-38fc2514],
.sub_visual.s_08[data-v-38fc2514] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-38fc2514] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-38fc2514] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-38fc2514] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-38fc2514],
.sub_menu a[data-v-38fc2514] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-38fc2514] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-38fc2514] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-38fc2514],
.sub_menu a.nuxt-link-active[data-v-38fc2514] {
  color: #e32028
}

.sub_tab ul[data-v-38fc2514] {
  overflow: hidden
}

.sub_tab ul li[data-v-38fc2514] {
  float: left
}

.sub_tab ul li a[data-v-38fc2514] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-38fc2514],
.sub_tab ul li a.active[data-v-38fc2514] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-38fc2514]:before,
.sub_tab ul li a.active[data-v-38fc2514]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-38fc2514] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-38fc2514] {
  font-size: 2.2rem
}

.title_big[data-v-38fc2514],
.title_normal[data-v-38fc2514] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-38fc2514] {
  font-size: 1.8rem
}

.title_small[data-v-38fc2514] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-38fc2514] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-38fc2514] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-38fc2514],
.title_tiny[data-v-38fc2514] {
  position: relative;
  color: #fff
}

.title_sub[data-v-38fc2514] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-38fc2514]:before {
  bottom: -5px
}

.title_sub[data-v-38fc2514]:after,
.title_sub[data-v-38fc2514]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-38fc2514]:after {
  bottom: -3px
}

.title_sub_1[data-v-38fc2514] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-38fc2514]:before {
  bottom: -5px
}

.title_sub_1[data-v-38fc2514]:after,
.title_sub_1[data-v-38fc2514]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-38fc2514]:after {
  bottom: -3px
}

.title_sm[data-v-38fc2514] {
  display: none
}

.title_hexa[data-v-38fc2514] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-38fc2514],
.title_hexa i[data-v-38fc2514] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-38fc2514] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-38fc2514] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-38fc2514] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-38fc2514],
.title_hexa.t_on i[data-v-38fc2514] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-38fc2514] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-38fc2514] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-38fc2514] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-38fc2514] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-38fc2514] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-38fc2514] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-38fc2514] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-38fc2514]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-38fc2514]:first-of-type,
.sports_list li>div[data-v-38fc2514]:nth-of-type(2),
.sports_list li>div[data-v-38fc2514]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-38fc2514] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-38fc2514]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-38fc2514] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-38fc2514] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-38fc2514] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-38fc2514]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-38fc2514] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-38fc2514] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-38fc2514] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-38fc2514],
.game_bat button[data-v-38fc2514] {
  position: relative
}

.game_bat button[data-v-38fc2514]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-38fc2514] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-38fc2514] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-38fc2514] {
  margin-right: 5px
}

.game_bat button[data-v-38fc2514]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-38fc2514] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-38fc2514] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-38fc2514] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-38fc2514],
.game_bat button:nth-of-type(3) i img[data-v-38fc2514] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-38fc2514] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-38fc2514]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-38fc2514]:nth-of-type(2),
.game_bat button[data-v-38fc2514]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-38fc2514]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-38fc2514],
.game_bat button.active[data-v-38fc2514] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-38fc2514]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-38fc2514]:after,
.game_bat button:first-of-type .up[data-v-38fc2514]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-38fc2514 1s ease-in-out 5;
  animation: blink-data-v-38fc2514 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-38fc2514]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-38fc2514]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-38fc2514]:after,
.game_bat button:nth-of-type(2) .up[data-v-38fc2514]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-38fc2514 1s ease-in-out 5;
  animation: blink-data-v-38fc2514 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-38fc2514]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-38fc2514]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-38fc2514]:after,
.game_bat button:nth-of-type(3) .up[data-v-38fc2514]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-38fc2514 1s ease-in-out 5;
  animation: blink-data-v-38fc2514 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-38fc2514]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-38fc2514] {
  padding: 0
}

.box_folder[data-v-38fc2514],
.box_folder button[data-v-38fc2514] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-38fc2514] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-38fc2514] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-38fc2514]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-38fc2514] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-38fc2514]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-38fc2514] {
  flex-wrap: wrap
}

.bank_info[data-v-38fc2514],
.bank_info li[data-v-38fc2514] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-38fc2514] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-38fc2514]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-38fc2514] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-38fc2514] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-38fc2514] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-38fc2514] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-38fc2514] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-38fc2514] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-38fc2514] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-38fc2514] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-38fc2514] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-38fc2514] {
  margin-right: 10px
}

.box_text_type_1[data-v-38fc2514] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-38fc2514],
.box_text_type_1 i[data-v-38fc2514] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-38fc2514] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-38fc2514] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-38fc2514],
.wl_tip[data-v-38fc2514] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-38fc2514],
.wl_tip ul li[data-v-38fc2514] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-38fc2514] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-38fc2514] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-38fc2514] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-38fc2514],
.wl_waring ul li[data-v-38fc2514] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-38fc2514] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-38fc2514] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-38fc2514] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-38fc2514] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-38fc2514] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-38fc2514] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-38fc2514 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-38fc2514 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-38fc2514] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-38fc2514] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-38fc2514] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-38fc2514],
.box_fx_buy_sell[data-v-38fc2514],
.box_fx_result[data-v-38fc2514],
.box_leverage_result[data-v-38fc2514],
.current_time[data-v-38fc2514],
.tab_box[data-v-38fc2514],
.tab_time[data-v-38fc2514] {
  position: relative
}

.copilot[data-v-38fc2514] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-38fc2514],
.copilot[data-v-38fc2514]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-38fc2514]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-38fc2514] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-38fc2514] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-38fc2514] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-38fc2514] {
  padding: 20px 15px
}

.copilot_foot[data-v-38fc2514],
.copilot_foot button[data-v-38fc2514] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-38fc2514] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-38fc2514] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-38fc2514],
.copilot.step_2[data-v-38fc2514] {
  top: 50px
}

.copilot.step_3[data-v-38fc2514],
.copilot.step_4[data-v-38fc2514],
.copilot.step_6[data-v-38fc2514],
.copilot.step_7[data-v-38fc2514],
.copilot.step_8[data-v-38fc2514] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-38fc2514] {
  top: 40px
}

.box_info_1[data-v-38fc2514] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-38fc2514] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-38fc2514] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-38fc2514]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-38fc2514] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-38fc2514] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-38fc2514] {
  height: 40px
}

.title_guide_1 span[data-v-38fc2514] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-38fc2514] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-38fc2514] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-38fc2514] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-38fc2514] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-38fc2514] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-38fc2514 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-38fc2514 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-38fc2514]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-38fc2514]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-38fc2514]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-38fc2514]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-38fc2514]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-38fc2514 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-38fc2514 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-38fc2514] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-38fc2514] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-38fc2514] {
    margin-top: 0
  }

  .sub_visual[data-v-38fc2514] {
    display: none
  }

  .box_sub_title[data-v-38fc2514] {
    padding: 0 20px
  }

  .box_sub_container[data-v-38fc2514] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-38fc2514] {
    display: block
  }

  .title_sub[data-v-38fc2514] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-38fc2514]:before {
    bottom: -5px
  }

  .title_sub[data-v-38fc2514]:after,
  .title_sub[data-v-38fc2514]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-38fc2514]:after {
    bottom: -3px
  }

  .sub_menu[data-v-38fc2514] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-38fc2514] {
    padding: 0
  }

  .box_sub_container[data-v-38fc2514] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-38fc2514] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-38fc2514] {
    display: none
  }

  .box_bg_deep[data-v-38fc2514] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-38fc2514] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-38fc2514] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-38fc2514] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-38fc2514],
  .result_buy div[data-v-38fc2514] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-38fc2514] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-38fc2514] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-38fc2514] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-38fc2514] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-38fc2514] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-38fc2514] {
    padding: 0 5px
  }

  .box_folder button[data-v-38fc2514] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-38fc2514] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-38fc2514] {
    padding: 0
  }

  .pagenation_type_1[data-v-38fc2514] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-38fc2514] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-38fc2514] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-38fc2514] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-38fc2514],
  .pagenation_type_1 .btn_last[data-v-38fc2514],
  .pagenation_type_1 .btn_next[data-v-38fc2514],
  .pagenation_type_1 .btn_prev[data-v-38fc2514] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-38fc2514] {
    color: #bbb
  }

  .title_medium[data-v-38fc2514] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-38fc2514]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-38fc2514]:first-of-type:hover,
  .game_bat.bet_three button[data-v-38fc2514]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-38fc2514]:nth-of-type(3):hover,
  .game_bat button[data-v-38fc2514]:first-of-type:hover,
  .game_bat button[data-v-38fc2514]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-38fc2514],
  .game_bat button.active span[data-v-38fc2514],
  .game_bat button:hover span[data-v-38fc2514] {
    color: #fff 
  }

  .bat_more[data-v-38fc2514]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-38fc2514],
  .bat_more[disabled][data-v-38fc2514]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-38fc2514]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-38fc2514]:first-of-type:hover,
  .game_bat_2 button[data-v-38fc2514]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-38fc2514],
  .game_bat_2 button.active[data-v-38fc2514]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-38fc2514]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-38fc2514] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-38fc2514] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-38fc2514]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-38fc2514]:hover,
  .pagenation_type_1 .btn_last[data-v-38fc2514]:hover,
  .pagenation_type_1 .btn_next[data-v-38fc2514]:hover,
  .pagenation_type_1 .btn_prev[data-v-38fc2514]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-38fc2514]:hover,
  .ul_game_item button[data-v-38fc2514]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.box_banner[data-v-38fc2514] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px
}

.box_banner li[data-v-38fc2514] {
  display: flex;
  width: calc(16.66667% - 10px)
}

.box_banner li a[data-v-38fc2514] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px
}

.box_banner li a[data-v-38fc2514]:before {
  content: "";
  opacity: .5;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 80%;
  background: linear-gradient(90deg, #2e2035 0, #603636 51%, #2e2035);
  background-size: 200% auto;
  transition: all .3s ease 0s
}

.box_banner li a span[data-v-38fc2514] {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 2;
  font-size: 1.4rem;
  color: #fff;
  background: hsla(0, 0%, 100%, 0);
  border-radius: 30px;
  padding: 5px 12px 7px
}

.box_banner li a img[data-v-38fc2514] {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 10;
  width: 110px;
  transition: all .3s
}

.box_banner li:nth-child(3) a img[data-v-38fc2514] {
  right: 10px;
  top: -3px;
  width: 130px
}

.box_game_banner[data-v-38fc2514] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px
}

.box_game_banner li[data-v-38fc2514] {
  width: calc(16.66667% - 10px)
}

.box_game_banner li a[data-v-38fc2514] {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 460px;
  border-radius: 6px;
  background: #23252e
}

.box_game_banner li a[data-v-38fc2514]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: .5s ease-in-out
}

.box_game_banner li a strong[data-v-38fc2514] {
  position: absolute;
  top: 45%;
  left: -15%;
  font-size: 7em;
  line-height: .8;
  font-family: Arial;
  font-weight: 900;
  font-style: italic;
  color: hsla(0, 0%, 100%, .04)
}

.box_game_banner li a .img_photo[data-v-38fc2514] {
  position: absolute;
  z-index: 1;
  width: auto;
  transition: .5s
}

.box_game_banner li a .img_effect[data-v-38fc2514] {
  position: absolute;
  z-index: 1;
  width: auto;
  transition: .6s
}

.box_game_banner li a span[data-v-38fc2514] {
  position: absolute;
  bottom: 17%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: .6s ease-in-out
}

.box_game_banner li a span em[data-v-38fc2514] {
  color: #fff;
  font-family: NEXONFootball;
  font-size: 2.4rem;
  line-height: 1.2
}

.box_game_banner li a span sub[data-v-38fc2514] {
  text-align: center;
  font-style: normal;
  color: #fff;
  font-family: NEXONFootball;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 10px
}

.box_game_banner li a i[data-v-38fc2514] {
  position: absolute;
  left: 50%;
  bottom: -50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 100%;
  background: linear-gradient(90deg, #67b628, #a9da2b);
  transform: translateX(-50%);
  transition: .5s ease-in-out
}

.box_game_banner li:first-of-type a[data-v-38fc2514]:before {
  background: linear-gradient(90deg, #67b628, #a9da2b);
  -webkit-clip-path: circle(150px at 80% 20%);
  clip-path: circle(150px at 80% 20%)
}

.box_game_banner li:first-of-type a[data-v-38fc2514]:hover:before {
  -webkit-clip-path: circle(300px at 80% -20%);
  clip-path: circle(300px at 80% -20%)
}

.box_game_banner li:first-of-type a .img_photo[data-v-38fc2514] {
  top: 50%;
  right: 10%;
  transform: translateY(-40%)
}

.box_game_banner li:first-of-type a:hover .img_photo[data-v-38fc2514] {
  top: 0;
  right: 5%;
  transform: translateY(0)
}

.box_game_banner li:first-of-type a .img_effect[data-v-38fc2514] {
  top: -5%;
  left: -70%
}

.box_game_banner li:first-of-type a:hover .img_effect[data-v-38fc2514] {
  left: -90%
}

.box_game_banner li:first-of-type a:hover span[data-v-38fc2514] {
  bottom: 32%
}

.box_game_banner li:first-of-type a:hover i[data-v-38fc2514] {
  bottom: 15%
}

.box_game_banner li:nth-of-type(2) a[data-v-38fc2514]:before {
  background: linear-gradient(90deg, #ff4300, #ff2152);
  -webkit-clip-path: circle(150px at 30% 10%);
  clip-path: circle(150px at 30% 10%)
}

.box_game_banner li:nth-of-type(2) a[data-v-38fc2514]:hover:before {
  -webkit-clip-path: circle(300px at 80% -20%);
  clip-path: circle(300px at 80% -20%)
}

.box_game_banner li:nth-of-type(2) a .img_photo[data-v-38fc2514] {
  top: 50%;
  right: 10%;
  transform: translateY(-50%)
}

.box_game_banner li:nth-of-type(2) a:hover .img_photo[data-v-38fc2514] {
  top: 0;
  right: 0;
  transform: translateY(0)
}

.box_game_banner li:nth-of-type(2) a .img_effect[data-v-38fc2514] {
  top: 10px;
  left: 20%
}

.box_game_banner li:nth-of-type(2) a:hover .img_effect[data-v-38fc2514] {
  left: -60%
}

.box_game_banner li:nth-of-type(2) a:hover span[data-v-38fc2514] {
  bottom: 32%
}

.box_game_banner li:nth-of-type(2) a:hover i[data-v-38fc2514] {
  bottom: 15%
}

.box_game_banner li:nth-of-type(3) a[data-v-38fc2514]:before {
  background: linear-gradient(90deg, #646464, #3f3f3f);
  -webkit-clip-path: circle(150px at 70% 10%);
  clip-path: circle(150px at 70% 10%)
}

.box_game_banner li:nth-of-type(3) a[data-v-38fc2514]:hover:before {
  -webkit-clip-path: circle(300px at 80% -20%);
  clip-path: circle(300px at 80% -20%)
}

.box_game_banner li:nth-of-type(3) a .img_photo[data-v-38fc2514] {
  top: 10%;
  left: 50%;
  transform: translateX(-50%)
}

.box_game_banner li:nth-of-type(3) a:hover .img_photo[data-v-38fc2514] {
  top: 2%
}

.box_game_banner li:nth-of-type(3) a .img_effect[data-v-38fc2514] {
  top: -20%;
  left: 40%
}

.box_game_banner li:nth-of-type(3) a:hover .img_effect[data-v-38fc2514] {
  top: -30%;
  left: 50%
}

.box_game_banner li:nth-of-type(3) a:hover span[data-v-38fc2514] {
  bottom: 32%
}

.box_game_banner li:nth-of-type(3) a:hover i[data-v-38fc2514] {
  bottom: 15%
}

.box_game_banner li:nth-of-type(4) a[data-v-38fc2514]:before {
  background: linear-gradient(90deg, #9c6830, #a87e35);
  -webkit-clip-path: circle(150px at 30% 0);
  clip-path: circle(150px at 30% 0)
}

.box_game_banner li:nth-of-type(4) a[data-v-38fc2514]:hover:before {
  -webkit-clip-path: circle(300px at 80% -20%);
  clip-path: circle(300px at 80% -20%)
}

.box_game_banner li:nth-of-type(4) a .img_photo[data-v-38fc2514] {
  top: 1%;
  left: 50%;
  transform: translateX(-50%)
}

.box_game_banner li:nth-of-type(4) a:hover .img_photo[data-v-38fc2514] {
  top: -7%
}

.box_game_banner li:nth-of-type(4) a .img_effect[data-v-38fc2514] {
  top: -5%;
  left: -30%
}

.box_game_banner li:nth-of-type(4) a:hover .img_effect[data-v-38fc2514] {
  top: -5%;
  left: -10%
}

.box_game_banner li:nth-of-type(4) a:hover span[data-v-38fc2514] {
  bottom: 32%
}

.box_game_banner li:nth-of-type(4) a:hover i[data-v-38fc2514] {
  bottom: 15%
}

.box_game_banner li:nth-of-type(5) a[data-v-38fc2514]:before {
  background: linear-gradient(90deg, #ff4300, #ff2152);
  -webkit-clip-path: circle(150px at 30% 10%);
  clip-path: circle(150px at 30% 10%)
}

.box_game_banner li:nth-of-type(5) a[data-v-38fc2514]:hover:before {
  -webkit-clip-path: circle(300px at 80% -20%);
  clip-path: circle(300px at 80% -20%)
}

.box_game_banner li:nth-of-type(5) a .img_photo[data-v-38fc2514] {
  top: 15%;
  left: 50%;
  transform: translateX(-50%)
}

.box_game_banner li:nth-of-type(5) a:hover .img_photo[data-v-38fc2514] {
  top: 5%
}

.box_game_banner li:nth-of-type(5) a .img_effect[data-v-38fc2514] {
  top: -20%;
  left: -20%
}

.box_game_banner li:nth-of-type(5) a:hover .img_effect[data-v-38fc2514] {
  top: -10%;
  left: -20%
}

.box_game_banner li:nth-of-type(5) a:hover span[data-v-38fc2514] {
  bottom: 32%
}

.box_game_banner li:nth-of-type(5) a:hover i[data-v-38fc2514] {
  bottom: 15%
}

.box_game_banner li:nth-of-type(6) a[data-v-38fc2514]:before {
  background: linear-gradient(90deg, #fec31a, #fea602);
  -webkit-clip-path: circle(150px at 60% 10%);
  clip-path: circle(150px at 60% 10%)
}

.box_game_banner li:nth-of-type(6) a[data-v-38fc2514]:hover:before {
  -webkit-clip-path: circle(300px at 80% -20%);
  clip-path: circle(300px at 80% -20%)
}

.box_game_banner li:nth-of-type(6) a .img_photo[data-v-38fc2514] {
  top: 5%;
  right: 10%
}

.box_game_banner li:nth-of-type(6) a:hover .img_photo[data-v-38fc2514] {
  right: -20%
}

.box_game_banner li:nth-of-type(6) a .img_effect[data-v-38fc2514] {
  top: -10%;
  left: -20%
}

.box_game_banner li:nth-of-type(6) a:hover .img_effect[data-v-38fc2514] {
  top: -10%;
  left: -40%
}

.box_game_banner li:nth-of-type(6) a:hover span[data-v-38fc2514] {
  bottom: 32%
}

.box_game_banner li:nth-of-type(6) a:hover i[data-v-38fc2514] {
  bottom: 15%
}

@media (max-width:1920px) {
  .box_banner[data-v-38fc2514] {
    margin-top: 0
  }

  .box_banner li a img[data-v-38fc2514] {
    zoom: .7
  }

  .box_banner li:nth-child(3) a img[data-v-38fc2514] {
    right: 10px;
    top: 40px
  }
}

@media (max-width:1439px) {
  .box_banner li[data-v-38fc2514] {
    width: calc(33.33333% - 10px)
  }

  .box_banner li a img[data-v-38fc2514] {
    width: 96px
  }

  .box_banner li:nth-child(3) a img[data-v-38fc2514] {
    right: 20px;
    top: 70px;
    bottom: inherit;
    width: 106px
  }

  .box_game_banner[data-v-38fc2514] {
    margin-top: 10px
  }

  .box_game_banner li[data-v-38fc2514] {
    width: calc(33.33333% - 6px)
  }

  .box_game_banner li[data-v-38fc2514]:nth-child(4),
  .box_game_banner li[data-v-38fc2514]:nth-child(5),
  .box_game_banner li[data-v-38fc2514]:nth-child(6) {
    margin-top: 5px
  }
}

@media (max-width:991px) {
  .box_banner[data-v-38fc2514] {
    display: flex;
    justify-content: space-between;
    margin: 2px 0 0
  }

  .box_banner li[data-v-38fc2514] {
    display: flex;
    width: calc(50% - 1px);
    margin-bottom: 1px
  }

  .box_banner li a[data-v-38fc2514] {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 70px
  }

  .box_banner li a[data-v-38fc2514]:before {
    content: "";
    opacity: .6;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2e2035 0, #9b3e3e 51%, #2e2035);
    background-size: 200% auto;
    transition: all .3s ease 0s
  }

  .box_banner li a span[data-v-38fc2514] {
    position: relative;
    left: inherit;
    bottom: inherit;
    z-index: 2;
    font-size: 1.4rem;
    color: #fff;
    background: none;
    border-radius: 30px;
    margin-top: 5%;
    margin-left: 15px
  }

  .box_banner li a img[data-v-38fc2514] {
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 10;
    width: 70px;
    transition: all .3s
  }

  .box_banner li:nth-child(3) a img[data-v-38fc2514] {
    right: 10px;
    top: 4px;
    bottom: inherit;
    width: 90px
  }
}

@media (max-width:767px) {
  .box_game_banner[data-v-38fc2514] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0
  }

  .box_game_banner li[data-v-38fc2514] {
    width: calc(50% - 1px);
    margin-top: 2px 
  }

  .box_game_banner li a[data-v-38fc2514] {
    height: 200px;
    border-radius: 0
  }

  .box_game_banner li a span[data-v-38fc2514] {
    height: 200px
  }

  .box_game_banner li a[data-v-38fc2514]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-clip-path: circle(120px at 50% -20%) ;
    clip-path: circle(120px at 50% -20%) ;
    transition: .5s ease-in-out
  }

  .box_game_banner li a strong[data-v-38fc2514] {
    position: absolute;
    top: 45%;
    left: -15%;
    font-size: 7em;
    line-height: .8;
    font-family: Arial;
    font-weight: 900;
    font-style: italic;
    color: hsla(0, 0%, 100%, .04)
  }

  .box_game_banner li a .img_photo[data-v-38fc2514] {
    position: absolute;
    z-index: 1;
    width: auto;
    transition: .5s
  }

  .box_game_banner li a .img_effect[data-v-38fc2514] {
    display: none
  }

  .box_game_banner li a span[data-v-38fc2514] {
    position: absolute;
    top: 0;
    bottom: inherit;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%
  }

  .box_game_banner li a span em[data-v-38fc2514] {
    width: 120px;
    color: #fff;
    font-family: NEXONFootball;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    padding: 6px 0 4px;
    margin-top: 20px
  }

  .box_game_banner li a i[data-v-38fc2514],
  .box_game_banner li a span sub[data-v-38fc2514] {
    display: none
  }

  .box_game_banner li a:hover .img_photo[data-v-38fc2514] {
    top: inherit ;
    left: inherit 
  }

  .box_game_banner li:first-of-type a .img_photo[data-v-38fc2514],
  .box_game_banner li:first-of-type a:hover .img_photo[data-v-38fc2514] {
    top: 30% ;
    left: 10% ;
    right: inherit ;
    transform: translateY(0);
    zoom: .8
  }

  .box_game_banner li:nth-of-type(2) a .img_photo[data-v-38fc2514],
  .box_game_banner li:nth-of-type(2) a:hover .img_photo[data-v-38fc2514] {
    top: 30% ;
    left: -15% ;
    right: inherit ;
    transform: translateY(0);
    zoom: .8
  }

  .box_game_banner li:nth-of-type(3) a .img_photo[data-v-38fc2514],
  .box_game_banner li:nth-of-type(3) a:hover .img_photo[data-v-38fc2514] {
    top: 30% ;
    left: 15% ;
    right: inherit ;
    transform: translateY(0);
    zoom: .8
  }

  .box_game_banner li:nth-of-type(4) a .img_photo[data-v-38fc2514],
  .box_game_banner li:nth-of-type(4) a:hover .img_photo[data-v-38fc2514] {
    top: 20% ;
    left: -3% ;
    right: inherit ;
    transform: translateY(0);
    zoom: .8
  }

  .box_game_banner li:nth-of-type(5) a .img_photo[data-v-38fc2514],
  .box_game_banner li:nth-of-type(5) a:hover .img_photo[data-v-38fc2514] {
    top: 30% ;
    left: 12% ;
    right: inherit ;
    transform: translateY(0);
    zoom: .8
  }

  .box_game_banner li:nth-of-type(6) a .img_photo[data-v-38fc2514],
  .box_game_banner li:nth-of-type(6) a:hover .img_photo[data-v-38fc2514] {
    top: 30% ;
    left: -3% ;
    right: inherit ;
    transform: translateY(0);
    zoom: .8
  }
}

@media (min-width:768px) {
  .box_banner li a:hover img[data-v-38fc2514] {
    content: "";
    transform: scale(1.1)
  }

  .box_banner li a[data-v-38fc2514]:hover:before {
    background-position: 100%
  }

  .box_banner li a:hover span[data-v-38fc2514] {
    background: #e32028
  }

  .box_banner_game li:nth-of-type(2) a:hover img[data-v-38fc2514],
  .box_banner_game li:nth-of-type(3) a:hover img[data-v-38fc2514] {
    transform: scale(1.1)
  }

  .box_banner_game a:hover img[data-v-38fc2514] {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.1)
  }
}
body [data-v-bd7a7488] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-bd7a7488]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-bd7a7488]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-bd7a7488] {
  max-width: 1440px
}

.page-enter-active[data-v-bd7a7488],
.page-leave-active[data-v-bd7a7488] {
  transition: opacity .1s
}

.page-enter[data-v-bd7a7488],
.page-leave-to[data-v-bd7a7488] {
  opacity: 0
}

.b1[data-v-bd7a7488] {
  border: 1px solid red
}

.width-btn-100[data-v-bd7a7488] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-bd7a7488] {
  color: #e32028 
}

.main-color1-normal[data-v-bd7a7488] {
  color: #ff2152 
}

.main-color1-text[data-v-bd7a7488] {
  color: #ff9710 
}

.main-color1-deep[data-v-bd7a7488] {
  color: #ff6900 
}

.main-color1-light[data-v-bd7a7488] {
  color: #ff542e 
}

.color-white[data-v-bd7a7488] {
  color: #fff 
}

.main-color2-light[data-v-bd7a7488] {
  color: #a9da2b 
}

.main-color2[data-v-bd7a7488] {
  color: #67b628 
}

.main_color3_light[data-v-bd7a7488] {
  color: #ffc92f 
}

.main-color3[data-v-bd7a7488] {
  color: #febd02 
}

.main-color4[data-v-bd7a7488] {
  color: #7e93a6 
}

.main-color5-light[data-v-bd7a7488] {
  color: #42deda 
}

.main-color5[data-v-bd7a7488] {
  color: #01c8de 
}

.color-grey[data-v-bd7a7488] {
  color: #676c71 
}

.color-lightgrey[data-v-bd7a7488] {
  color: #ababab 
}

.color-deepgrey[data-v-bd7a7488] {
  color: #20222b 
}

.color-text-verylight[data-v-bd7a7488] {
  color: #80a7b8 
}

.color-text-light[data-v-bd7a7488] {
  color: #9a9aa7 
}

.color-text[data-v-bd7a7488] {
  color: #797986 
}

.color-text-deep[data-v-bd7a7488] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-bd7a7488] {
  color: #2f3b49 
}

.c_default[data-v-bd7a7488] {
  color: #fff 
}

.c_high[data-v-bd7a7488] {
  color: #ff1717 
}

.c_low[data-v-bd7a7488] {
  color: #0bf 
}

.c_buy_light[data-v-bd7a7488] {
  color: #fe5159 
}

.c_buy[data-v-bd7a7488] {
  color: #f14f57 
}

.bg_c_buy[data-v-bd7a7488] {
  background: #f14f57
}

.c_sell_light[data-v-bd7a7488] {
  color: #349bf0 
}

.c_sell[data-v-bd7a7488] {
  color: #3488db 
}

.bg_c_sell[data-v-bd7a7488] {
  background: #3488db
}

.c_ing[data-v-bd7a7488] {
  color: #fff 
}

.bg_ing[data-v-bd7a7488],
.bg_wait[data-v-bd7a7488] {
  background: #7e93a6 
}

.bg_background_deep[data-v-bd7a7488] {
  background: #000
}

.c_success[data-v-bd7a7488] {
  color: #1478f2 
}

.bg_success[data-v-bd7a7488] {
  background: #1478f2 
}

.c_complete[data-v-bd7a7488] {
  color: #fff 
}

.c_fail[data-v-bd7a7488] {
  color: #ff1e1e 
}

.bg_fail[data-v-bd7a7488] {
  background: #ff1e1e 
}

.c_cancel[data-v-bd7a7488] {
  color: #ff6900 
}

.bg_cancel[data-v-bd7a7488] {
  background: #ff6900 
}

.c_error[data-v-bd7a7488] {
  color: #ff6900 
}

.c_invaild[data-v-bd7a7488] {
  color: #999 
}

.bg_invaild[data-v-bd7a7488] {
  background: #666 
}

.bg_main[data-v-bd7a7488] {
  background: #e32028 
}

.bg_green_gra[data-v-bd7a7488] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-bd7a7488] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-bd7a7488] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-bd7a7488] {
  color: #ff5266 
}

.c_deposit_light[data-v-bd7a7488] {
  color: #a9da2b 
}

.c_deposit[data-v-bd7a7488] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-bd7a7488] {
  color: #ff8520 
}

.c_withdrawal[data-v-bd7a7488] {
  color: #ff6900 
}

.c_green[data-v-bd7a7488] {
  color: #009b1b 
}

.c_red[data-v-bd7a7488] {
  color: red 
}

.c_blue[data-v-bd7a7488] {
  color: #febd02 
}

.c_black[data-v-bd7a7488] {
  color: #000 
}

.bg_white[data-v-bd7a7488] {
  background: #fff 
}

.bg_green[data-v-bd7a7488] {
  background: #6dcb1b 
}

.box_c_ing[data-v-bd7a7488] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-bd7a7488] {
  background: #f14f57
}

.box_c_buy[data-v-bd7a7488],
.box_c_invaild[data-v-bd7a7488] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-bd7a7488] {
  background: #999
}

.box_c_sell[data-v-bd7a7488] {
  background: #3488db
}

.box_c_sell[data-v-bd7a7488],
.box_c_success[data-v-bd7a7488] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-bd7a7488] {
  background: #ff6900
}

.box_c_fail[data-v-bd7a7488] {
  background: #67b628
}

.box_c_extedn[data-v-bd7a7488],
.box_c_fail[data-v-bd7a7488] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-bd7a7488] {
  background: #43586c
}

.ps__rail-x[data-v-bd7a7488] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-bd7a7488],
.ps__rail-y[data-v-bd7a7488] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-bd7a7488] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-bd7a7488],
.ps--active-y>.ps__rail-y[data-v-bd7a7488] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-bd7a7488],
.ps--focus>.ps__rail-y[data-v-bd7a7488],
.ps--scrolling-x>.ps__rail-x[data-v-bd7a7488],
.ps--scrolling-y>.ps__rail-y[data-v-bd7a7488],
.ps:hover>.ps__rail-x[data-v-bd7a7488],
.ps:hover>.ps__rail-y[data-v-bd7a7488] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-bd7a7488],
.ps.ps__rail-x[data-v-bd7a7488]:focus,
.ps.ps__rail-x[data-v-bd7a7488]:hover,
.ps.ps__rail-y.ps--clicking[data-v-bd7a7488],
.ps.ps__rail-y[data-v-bd7a7488]:focus,
.ps.ps__rail-y[data-v-bd7a7488]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-bd7a7488] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-bd7a7488],
.ps__thumb-y[data-v-bd7a7488] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-bd7a7488] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-bd7a7488],
.ps__rail-x:focus>.ps__thumb-x[data-v-bd7a7488],
.ps__rail-x:hover>.ps__thumb-x[data-v-bd7a7488] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-bd7a7488],
.ps__rail-y:focus>.ps__thumb-y[data-v-bd7a7488],
.ps__rail-y:hover>.ps__thumb-y[data-v-bd7a7488] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-bd7a7488] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-bd7a7488] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-bd7a7488] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-bd7a7488] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-bd7a7488] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-bd7a7488] {
  display: none 
}

.toast-top-center[data-v-bd7a7488] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-bd7a7488] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-bd7a7488] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-bd7a7488] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-bd7a7488] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-bd7a7488],
.pagenation_type_1 .btn_last[data-v-bd7a7488],
.pagenation_type_1 .btn_next[data-v-bd7a7488],
.pagenation_type_1 .btn_prev[data-v-bd7a7488] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-bd7a7488] {
  color: #bbb
}

.wrap_type_3[data-v-bd7a7488] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-bd7a7488] {
  background: #0b0c10
}

.container_left[data-v-bd7a7488],
.container_left_md[data-v-bd7a7488] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-bd7a7488] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-bd7a7488] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-bd7a7488] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-bd7a7488] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-bd7a7488]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-bd7a7488] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-bd7a7488] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-bd7a7488] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-bd7a7488] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-bd7a7488]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-bd7a7488]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-bd7a7488],
.container_center_3_mini>div[data-v-bd7a7488] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-bd7a7488] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-bd7a7488]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-bd7a7488]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-bd7a7488] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-bd7a7488]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-bd7a7488]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-bd7a7488] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-bd7a7488]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-bd7a7488]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-bd7a7488] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-bd7a7488] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-bd7a7488],
.bg_grad_1_x[data-v-bd7a7488] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-bd7a7488] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-bd7a7488] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-bd7a7488] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-bd7a7488],
.bg_normal_2[data-v-bd7a7488] {
  background: #141621
}

.btn_left_close[data-v-bd7a7488],
.btn_left_control[data-v-bd7a7488],
.btn_right_close[data-v-bd7a7488],
.right_screen[data-v-bd7a7488] {
  display: none
}

.box_logo[data-v-bd7a7488] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-bd7a7488] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-bd7a7488] {
  display: none
}

.text_dot[data-v-bd7a7488] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-bd7a7488 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-bd7a7488 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-bd7a7488] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-bd7a7488] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-bd7a7488] {
  background: #fff 
}

.bat_more.active i[data-v-bd7a7488] {
  color: #000 
}

.btn_no_disabled[data-v-bd7a7488] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-bd7a7488] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-bd7a7488] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-bd7a7488],
.game_bat_2 button[data-v-bd7a7488]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-bd7a7488]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-bd7a7488] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-bd7a7488] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-bd7a7488]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-bd7a7488] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-bd7a7488] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-bd7a7488] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-bd7a7488],
.title_logo[data-v-bd7a7488] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-bd7a7488] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-bd7a7488] {
  height: 22px
}

.tab[data-v-bd7a7488] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-bd7a7488]:last-child {
  width: 100%
}

.tab li[data-v-bd7a7488]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-bd7a7488] {
  width: 50%
}

.tab li[data-v-bd7a7488]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-bd7a7488] {
  width: 33.333333333333%
}

.tab li[data-v-bd7a7488]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-bd7a7488] {
  width: 25%
}

.tab li[data-v-bd7a7488]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-bd7a7488] {
  width: 20%
}

.tab li[data-v-bd7a7488]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-bd7a7488] {
  width: 16.66666666666667%
}

.tab li button[data-v-bd7a7488] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-bd7a7488] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-bd7a7488]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-bd7a7488] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-bd7a7488] {
  border: 0
}

.wrap_sports_detail li[data-v-bd7a7488] {
  width: 100%
}

.wrap_sports_detail li[data-v-bd7a7488]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-bd7a7488]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-bd7a7488] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-bd7a7488] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-bd7a7488],
.detail_num>button[data-v-bd7a7488] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-bd7a7488] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-bd7a7488] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-bd7a7488]:last-child {
  width: 100%
}

.detail_num button[data-v-bd7a7488]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-bd7a7488] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-bd7a7488]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-bd7a7488] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-bd7a7488] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-bd7a7488] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-bd7a7488] {
  color: #fff 
}

.detail_num>button .up[data-v-bd7a7488]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-bd7a7488]:after,
.detail_num>button .up[data-v-bd7a7488]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-bd7a7488 1s ease-in-out 5;
  animation: blink-data-v-bd7a7488 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-bd7a7488]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-bd7a7488] {
  background: #f4053a
}

.detail_num>button.active i[data-v-bd7a7488] {
  color: #000
}

.detail_num>button .text-allocation[data-v-bd7a7488] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-bd7a7488] {
  color: #000 
}

.sports_bet_close[data-v-bd7a7488] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-bd7a7488],
.sports_bet_close[data-v-bd7a7488]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-bd7a7488]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-bd7a7488] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-bd7a7488],
.sports_bet_close_all[data-v-bd7a7488]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-bd7a7488]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-bd7a7488] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-bd7a7488]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-bd7a7488] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-bd7a7488]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-bd7a7488] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-bd7a7488],
.market_all_close[data-v-bd7a7488]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-bd7a7488]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-bd7a7488] {
    display: none
  }
}

.vjs-control-bar[data-v-bd7a7488] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-bd7a7488] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-bd7a7488] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-bd7a7488] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-bd7a7488]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-bd7a7488] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-bd7a7488]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-bd7a7488] {
  color: #fff 
}

.vjs-big-play-button[data-v-bd7a7488]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-bd7a7488],
  .detail_num button[data-v-bd7a7488]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-bd7a7488] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-bd7a7488]:nth-of-type(2),
  .game_bat button[data-v-bd7a7488]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-bd7a7488]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-bd7a7488] {
    width: 100%
  }

  .market_all_close[data-v-bd7a7488]:after,
  .market_domestic_all_close[data-v-bd7a7488]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-bd7a7488],
  .game_bat button:nth-of-type(3) i[data-v-bd7a7488] {
    display: none 
  }
}

.mini_bet_close[data-v-bd7a7488] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-bd7a7488],
.mini_bet_close[data-v-bd7a7488]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-bd7a7488]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-bd7a7488] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-bd7a7488] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-bd7a7488] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-bd7a7488]:first-of-type,
.flex_2dan div[data-v-bd7a7488]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-bd7a7488] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-bd7a7488]:first-of-type,
.flex_3dan div[data-v-bd7a7488]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-bd7a7488]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-bd7a7488] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-bd7a7488] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-bd7a7488] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-bd7a7488] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-bd7a7488] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-bd7a7488] {
  height: 40px
}

.mini_game_info[data-v-bd7a7488],
.mini_game_info span[data-v-bd7a7488]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-bd7a7488]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-bd7a7488] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-bd7a7488] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-bd7a7488]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-bd7a7488] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-bd7a7488] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-bd7a7488] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-bd7a7488] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-bd7a7488]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-bd7a7488] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-bd7a7488]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-bd7a7488] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-bd7a7488]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-bd7a7488] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-bd7a7488]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-bd7a7488] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-bd7a7488]:first-child,
.ul_game_item.item_10 li[data-v-bd7a7488]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-bd7a7488]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-bd7a7488] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-bd7a7488],
.ul_game_item button i[data-v-bd7a7488] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-bd7a7488] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-bd7a7488] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-bd7a7488] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-bd7a7488] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-bd7a7488] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-bd7a7488] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-bd7a7488] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-bd7a7488] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-bd7a7488] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-bd7a7488] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-bd7a7488] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-bd7a7488] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-bd7a7488] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-bd7a7488] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-bd7a7488] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-bd7a7488] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-bd7a7488] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-bd7a7488] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-bd7a7488] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-bd7a7488] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-bd7a7488] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-bd7a7488] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-bd7a7488] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-bd7a7488] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-bd7a7488] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-bd7a7488] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-bd7a7488] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-bd7a7488] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-bd7a7488] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-bd7a7488] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-bd7a7488] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-bd7a7488] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-bd7a7488] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-bd7a7488] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-bd7a7488] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-bd7a7488] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-bd7a7488] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-bd7a7488] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-bd7a7488]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-bd7a7488]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-bd7a7488]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-bd7a7488] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-bd7a7488] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-bd7a7488] {
    display: none
  }

  .flex_1dan ul[data-v-bd7a7488] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-bd7a7488]:first-of-type,
  .flex_3dan div[data-v-bd7a7488]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-bd7a7488]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-bd7a7488] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-bd7a7488]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-bd7a7488]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-bd7a7488]:first-of-type,
  .flex_3dan div[data-v-bd7a7488]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-bd7a7488]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-bd7a7488] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-bd7a7488] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-bd7a7488] {
    width: 100%
  }

  .flex_3dan div[data-v-bd7a7488]:first-of-type,
  .flex_3dan div[data-v-bd7a7488]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-bd7a7488]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-bd7a7488] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-bd7a7488] {
    width: 100%
  }

  .ul_game_item2 li[data-v-bd7a7488]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-bd7a7488]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-bd7a7488]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-bd7a7488]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-bd7a7488]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-bd7a7488] {
    padding: 101px 280px 0
  }

  .container_left[data-v-bd7a7488],
  .container_left_md[data-v-bd7a7488],
  .container_right[data-v-bd7a7488] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-bd7a7488]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-bd7a7488]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-bd7a7488]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-bd7a7488]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-bd7a7488] {
    padding-left: 40px
  }

  .container_left[data-v-bd7a7488] {
    display: none
  }

  .btn_left_control[data-v-bd7a7488] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-bd7a7488],
  .btn_left_control i[data-v-bd7a7488] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-bd7a7488] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-bd7a7488] {
    width: 26px
  }

  .btn_left_close[data-v-bd7a7488] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-bd7a7488] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-bd7a7488] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-bd7a7488]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-bd7a7488]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-bd7a7488]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-bd7a7488]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-bd7a7488]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-bd7a7488]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-bd7a7488] {
    display: block
  }

  .no-display-1600[data-v-bd7a7488] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-bd7a7488]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-bd7a7488]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-bd7a7488] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-bd7a7488] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-bd7a7488]:first-of-type,
  .container_center_2_mini>div>div[data-v-bd7a7488]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-bd7a7488] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-bd7a7488]:first-of-type,
  .container_center_3_mini>div>div[data-v-bd7a7488]:nth-of-type(2),
  .container_center_4_mini>div[data-v-bd7a7488]:first-of-type,
  .container_center_4_mini>div[data-v-bd7a7488]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-bd7a7488] {
    padding-right: 0
  }

  .container_right[data-v-bd7a7488] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-bd7a7488] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-bd7a7488] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-bd7a7488] {
    width: 26px
  }

  .container_right .right_screen[data-v-bd7a7488] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-bd7a7488] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-bd7a7488],
  .btn_left_control[data-v-bd7a7488],
  .container_left[data-v-bd7a7488] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-bd7a7488] {
    padding: 0
  }

  .mobile_scroll[data-v-bd7a7488] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-bd7a7488] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-bd7a7488],
.title_info_s[data-v-bd7a7488] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-bd7a7488] {
  font-size: 1.8rem
}

.title_info_s[data-v-bd7a7488]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-bd7a7488] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-bd7a7488] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-bd7a7488] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-bd7a7488] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-bd7a7488] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-bd7a7488] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-bd7a7488] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-bd7a7488] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-bd7a7488] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-bd7a7488] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-bd7a7488] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-bd7a7488] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-bd7a7488] {
  position: relative
}

.sub_visual_wallet img[data-v-bd7a7488] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-bd7a7488] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-bd7a7488] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-bd7a7488] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-bd7a7488] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-bd7a7488]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-bd7a7488],
.menu_wallet>li button[data-v-bd7a7488] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-bd7a7488],
.menu_wallet>li button.active[data-v-bd7a7488] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-bd7a7488] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-bd7a7488]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-bd7a7488] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-bd7a7488] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-bd7a7488] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-bd7a7488] {
  position: relative
}

.wallet_form button[data-v-bd7a7488] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-bd7a7488] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-bd7a7488] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-bd7a7488] {
  background: #141621 
}

h2.title_trade[data-v-bd7a7488] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-bd7a7488] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-bd7a7488] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-bd7a7488] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-bd7a7488],
.result_buy div[data-v-bd7a7488] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-bd7a7488] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-bd7a7488] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-bd7a7488] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-bd7a7488] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-bd7a7488] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-bd7a7488] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-bd7a7488] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-bd7a7488] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-bd7a7488],
.sub_visual.s_02[data-v-bd7a7488],
.sub_visual.s_03[data-v-bd7a7488],
.sub_visual.s_04[data-v-bd7a7488],
.sub_visual.s_05[data-v-bd7a7488],
.sub_visual.s_06[data-v-bd7a7488],
.sub_visual.s_07[data-v-bd7a7488],
.sub_visual.s_08[data-v-bd7a7488] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-bd7a7488] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-bd7a7488] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-bd7a7488] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-bd7a7488],
.sub_menu a[data-v-bd7a7488] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-bd7a7488] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-bd7a7488] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-bd7a7488],
.sub_menu a.nuxt-link-active[data-v-bd7a7488] {
  color: #e32028
}

.sub_tab ul[data-v-bd7a7488] {
  overflow: hidden
}

.sub_tab ul li[data-v-bd7a7488] {
  float: left
}

.sub_tab ul li a[data-v-bd7a7488] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-bd7a7488],
.sub_tab ul li a.active[data-v-bd7a7488] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-bd7a7488]:before,
.sub_tab ul li a.active[data-v-bd7a7488]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-bd7a7488] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-bd7a7488] {
  font-size: 2.2rem
}

.title_big[data-v-bd7a7488],
.title_normal[data-v-bd7a7488] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-bd7a7488] {
  font-size: 1.8rem
}

.title_small[data-v-bd7a7488] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-bd7a7488] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-bd7a7488] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-bd7a7488],
.title_tiny[data-v-bd7a7488] {
  position: relative;
  color: #fff
}

.title_sub[data-v-bd7a7488] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-bd7a7488]:before {
  bottom: -5px
}

.title_sub[data-v-bd7a7488]:after,
.title_sub[data-v-bd7a7488]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-bd7a7488]:after {
  bottom: -3px
}

.title_sub_1[data-v-bd7a7488] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-bd7a7488]:before {
  bottom: -5px
}

.title_sub_1[data-v-bd7a7488]:after,
.title_sub_1[data-v-bd7a7488]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-bd7a7488]:after {
  bottom: -3px
}

.title_sm[data-v-bd7a7488] {
  display: none
}

.title_hexa[data-v-bd7a7488] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-bd7a7488],
.title_hexa i[data-v-bd7a7488] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-bd7a7488] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-bd7a7488] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-bd7a7488] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-bd7a7488],
.title_hexa.t_on i[data-v-bd7a7488] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-bd7a7488] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-bd7a7488] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-bd7a7488] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-bd7a7488] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-bd7a7488] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-bd7a7488] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-bd7a7488] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-bd7a7488]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-bd7a7488]:first-of-type,
.sports_list li>div[data-v-bd7a7488]:nth-of-type(2),
.sports_list li>div[data-v-bd7a7488]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-bd7a7488] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-bd7a7488]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-bd7a7488] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-bd7a7488] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-bd7a7488] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-bd7a7488]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-bd7a7488] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-bd7a7488] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-bd7a7488] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-bd7a7488],
.game_bat button[data-v-bd7a7488] {
  position: relative
}

.game_bat button[data-v-bd7a7488]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-bd7a7488] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-bd7a7488] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-bd7a7488] {
  margin-right: 5px
}

.game_bat button[data-v-bd7a7488]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-bd7a7488] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-bd7a7488] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-bd7a7488] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-bd7a7488],
.game_bat button:nth-of-type(3) i img[data-v-bd7a7488] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-bd7a7488] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-bd7a7488]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-bd7a7488]:nth-of-type(2),
.game_bat button[data-v-bd7a7488]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-bd7a7488]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-bd7a7488],
.game_bat button.active[data-v-bd7a7488] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-bd7a7488]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-bd7a7488]:after,
.game_bat button:first-of-type .up[data-v-bd7a7488]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-bd7a7488 1s ease-in-out 5;
  animation: blink-data-v-bd7a7488 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-bd7a7488]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-bd7a7488]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-bd7a7488]:after,
.game_bat button:nth-of-type(2) .up[data-v-bd7a7488]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-bd7a7488 1s ease-in-out 5;
  animation: blink-data-v-bd7a7488 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-bd7a7488]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-bd7a7488]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-bd7a7488]:after,
.game_bat button:nth-of-type(3) .up[data-v-bd7a7488]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-bd7a7488 1s ease-in-out 5;
  animation: blink-data-v-bd7a7488 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-bd7a7488]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-bd7a7488] {
  padding: 0
}

.box_folder[data-v-bd7a7488],
.box_folder button[data-v-bd7a7488] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-bd7a7488] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-bd7a7488] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-bd7a7488]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-bd7a7488] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-bd7a7488]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-bd7a7488] {
  flex-wrap: wrap
}

.bank_info[data-v-bd7a7488],
.bank_info li[data-v-bd7a7488] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-bd7a7488] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-bd7a7488]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-bd7a7488] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-bd7a7488] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-bd7a7488] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-bd7a7488] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-bd7a7488] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-bd7a7488] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-bd7a7488] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-bd7a7488] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-bd7a7488] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-bd7a7488] {
  margin-right: 10px
}

.box_text_type_1[data-v-bd7a7488] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-bd7a7488],
.box_text_type_1 i[data-v-bd7a7488] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-bd7a7488] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-bd7a7488] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-bd7a7488],
.wl_tip[data-v-bd7a7488] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-bd7a7488],
.wl_tip ul li[data-v-bd7a7488] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-bd7a7488] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-bd7a7488] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-bd7a7488] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-bd7a7488],
.wl_waring ul li[data-v-bd7a7488] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-bd7a7488] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-bd7a7488] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-bd7a7488] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-bd7a7488] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-bd7a7488] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-bd7a7488] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-bd7a7488 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-bd7a7488 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-bd7a7488] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-bd7a7488] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-bd7a7488] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-bd7a7488],
.box_fx_buy_sell[data-v-bd7a7488],
.box_fx_result[data-v-bd7a7488],
.box_leverage_result[data-v-bd7a7488],
.current_time[data-v-bd7a7488],
.tab_box[data-v-bd7a7488],
.tab_time[data-v-bd7a7488] {
  position: relative
}

.copilot[data-v-bd7a7488] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-bd7a7488],
.copilot[data-v-bd7a7488]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-bd7a7488]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-bd7a7488] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-bd7a7488] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-bd7a7488] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-bd7a7488] {
  padding: 20px 15px
}

.copilot_foot[data-v-bd7a7488],
.copilot_foot button[data-v-bd7a7488] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-bd7a7488] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-bd7a7488] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-bd7a7488],
.copilot.step_2[data-v-bd7a7488] {
  top: 50px
}

.copilot.step_3[data-v-bd7a7488],
.copilot.step_4[data-v-bd7a7488],
.copilot.step_6[data-v-bd7a7488],
.copilot.step_7[data-v-bd7a7488],
.copilot.step_8[data-v-bd7a7488] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-bd7a7488] {
  top: 40px
}

.box_info_1[data-v-bd7a7488] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-bd7a7488] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-bd7a7488] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-bd7a7488]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-bd7a7488] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-bd7a7488] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-bd7a7488] {
  height: 40px
}

.title_guide_1 span[data-v-bd7a7488] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-bd7a7488] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-bd7a7488] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-bd7a7488] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-bd7a7488] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-bd7a7488] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-bd7a7488 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-bd7a7488 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-bd7a7488]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-bd7a7488]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-bd7a7488]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-bd7a7488]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-bd7a7488]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-bd7a7488 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-bd7a7488 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-bd7a7488] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-bd7a7488] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-bd7a7488] {
    margin-top: 0
  }

  .sub_visual[data-v-bd7a7488] {
    display: none
  }

  .box_sub_title[data-v-bd7a7488] {
    padding: 0 20px
  }

  .box_sub_container[data-v-bd7a7488] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-bd7a7488] {
    display: block
  }

  .title_sub[data-v-bd7a7488] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-bd7a7488]:before {
    bottom: -5px
  }

  .title_sub[data-v-bd7a7488]:after,
  .title_sub[data-v-bd7a7488]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-bd7a7488]:after {
    bottom: -3px
  }

  .sub_menu[data-v-bd7a7488] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-bd7a7488] {
    padding: 0
  }

  .box_sub_container[data-v-bd7a7488] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-bd7a7488] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-bd7a7488] {
    display: none
  }

  .box_bg_deep[data-v-bd7a7488] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-bd7a7488] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-bd7a7488] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-bd7a7488] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-bd7a7488],
  .result_buy div[data-v-bd7a7488] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-bd7a7488] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-bd7a7488] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-bd7a7488] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-bd7a7488] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-bd7a7488] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-bd7a7488] {
    padding: 0 5px
  }

  .box_folder button[data-v-bd7a7488] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-bd7a7488] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-bd7a7488] {
    padding: 0
  }

  .pagenation_type_1[data-v-bd7a7488] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-bd7a7488] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-bd7a7488] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-bd7a7488] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-bd7a7488],
  .pagenation_type_1 .btn_last[data-v-bd7a7488],
  .pagenation_type_1 .btn_next[data-v-bd7a7488],
  .pagenation_type_1 .btn_prev[data-v-bd7a7488] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-bd7a7488] {
    color: #bbb
  }

  .title_medium[data-v-bd7a7488] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-bd7a7488]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-bd7a7488]:first-of-type:hover,
  .game_bat.bet_three button[data-v-bd7a7488]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-bd7a7488]:nth-of-type(3):hover,
  .game_bat button[data-v-bd7a7488]:first-of-type:hover,
  .game_bat button[data-v-bd7a7488]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-bd7a7488],
  .game_bat button.active span[data-v-bd7a7488],
  .game_bat button:hover span[data-v-bd7a7488] {
    color: #fff 
  }

  .bat_more[data-v-bd7a7488]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-bd7a7488],
  .bat_more[disabled][data-v-bd7a7488]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-bd7a7488]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-bd7a7488]:first-of-type:hover,
  .game_bat_2 button[data-v-bd7a7488]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-bd7a7488],
  .game_bat_2 button.active[data-v-bd7a7488]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-bd7a7488]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-bd7a7488] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-bd7a7488] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-bd7a7488]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-bd7a7488]:hover,
  .pagenation_type_1 .btn_last[data-v-bd7a7488]:hover,
  .pagenation_type_1 .btn_next[data-v-bd7a7488]:hover,
  .pagenation_type_1 .btn_prev[data-v-bd7a7488]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-bd7a7488]:hover,
  .ul_game_item button[data-v-bd7a7488]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.box_container[data-v-bd7a7488] {
  display: flex;
  justify-content: space-between
}

.box_container>div[data-v-bd7a7488] {
  width: calc(33.33333% - 10px)
}

.box_laster .title[data-v-bd7a7488] {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px
}

.box_laster .title em[data-v-bd7a7488] {
  color: #fff
}

.box_laster .title em[data-v-bd7a7488],
.box_laster .title i[data-v-bd7a7488] {
  font-size: 1.8rem;
  font-family: NEXON2;
  font-weight: 500
}

.box_laster .title i[data-v-bd7a7488] {
  color: #ff542e;
  margin-left: 10px
}

.box_laster .title a[data-v-bd7a7488] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/common/icon_arr.png) no-repeat 50%;
  margin-left: 20px
}

.box_laster ul[data-v-bd7a7488] {
  height: 285px;
  padding: 22px 10px;
  background: #22222a
}

.box_laster li a[data-v-bd7a7488] {
  display: block;
  align-items: center;
  width: 100%;
  height: 40px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 13px 20px;
  transition: all .5s
}

.box_laster li a i[data-v-bd7a7488] {
  color: #67b628;
  padding-right: 10px
}

.box_laster li a:hover span[data-v-bd7a7488] {
  color: #e32028
}

.box_laster li a[data-v-bd7a7488]:hover {
  border-radius: 4px;
  background: #2b2b35
}

.box_list[data-v-bd7a7488] {
  height: 285px;
  padding: 22px 10px;
  background: #22222a
}

.box_list table[data-v-bd7a7488] {
  width: 100%;
  table-layout: fixed
}

.box_list table tr td[data-v-bd7a7488]:first-of-type {
  width: 50px
}

.box_list table tr td[data-v-bd7a7488]:nth-of-type(2) {
  width: 80px
}

.box_list table tr td[data-v-bd7a7488]:nth-of-type(3) {
  width: auto
}

.box_list table tr td[data-v-bd7a7488]:nth-of-type(4) {
  width: 80px
}

.box_list table tr td[data-v-bd7a7488] {
  color: #fff;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px
}

.box_list table tr td i[data-v-bd7a7488] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #ff542e;
  border-radius: 100%;
  background: rgba(255, 131, 0, .1)
}

.box_list table tr td[data-v-bd7a7488]:nth-child(3) {
  text-align: right;
  color: #ff542e
}

@media (max-width:767px) {
  .box_container[data-v-bd7a7488] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .box_container>div[data-v-bd7a7488] {
    width: calc(100% - 10px)
  }

  .box_laster .title[data-v-bd7a7488] {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 10px
  }

  .box_laster .title em[data-v-bd7a7488] {
    color: #fff
  }

  .box_laster .title em[data-v-bd7a7488],
  .box_laster .title i[data-v-bd7a7488] {
    font-size: 1.5rem;
    font-family: NEXON2;
    font-weight: 500
  }

  .box_laster .title i[data-v-bd7a7488] {
    color: #ff542e;
    margin-left: 10px
  }

  .box_laster .title a[data-v-bd7a7488] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/common/icon_arr.png) no-repeat 50%;
    margin-left: 20px
  }

  .box_laster ul[data-v-bd7a7488] {
    height: auto;
    padding: 22px 10px;
    background: #22222a
  }
}
.fade-enter-active[data-v-b1083626],
.fade-leave-active[data-v-b1083626] {
  transition: opacity .5s
}

.fade-enter[data-v-b1083626],
.fade-leave-to[data-v-b1083626] {
  opacity: 0
}
body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

.modal.today {
  z-index: 99 
}

.text_con_today {
  line-height: 1.7;
  color: #fff;
  font-weight: 400 ;
  text-align: center;
  padding: 30px 25px
}

.text_con_today,
.text_con_today p,
.text_con_today span {
  font-size: 1.4rem 
}

.border_img img {
  max-width: 100%
}
body [data-v-f19161cc] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-f19161cc]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-f19161cc]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-f19161cc] {
  max-width: 1440px
}

.page-enter-active[data-v-f19161cc],
.page-leave-active[data-v-f19161cc] {
  transition: opacity .1s
}

.page-enter[data-v-f19161cc],
.page-leave-to[data-v-f19161cc] {
  opacity: 0
}

.b1[data-v-f19161cc] {
  border: 1px solid red
}

.width-btn-100[data-v-f19161cc] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-f19161cc] {
  color: #e32028 
}

.main-color1-normal[data-v-f19161cc] {
  color: #ff2152 
}

.main-color1-text[data-v-f19161cc] {
  color: #ff9710 
}

.main-color1-deep[data-v-f19161cc] {
  color: #ff6900 
}

.main-color1-light[data-v-f19161cc] {
  color: #ff542e 
}

.color-white[data-v-f19161cc] {
  color: #fff 
}

.main-color2-light[data-v-f19161cc] {
  color: #a9da2b 
}

.main-color2[data-v-f19161cc] {
  color: #67b628 
}

.main_color3_light[data-v-f19161cc] {
  color: #ffc92f 
}

.main-color3[data-v-f19161cc] {
  color: #febd02 
}

.main-color4[data-v-f19161cc] {
  color: #7e93a6 
}

.main-color5-light[data-v-f19161cc] {
  color: #42deda 
}

.main-color5[data-v-f19161cc] {
  color: #01c8de 
}

.color-grey[data-v-f19161cc] {
  color: #676c71 
}

.color-lightgrey[data-v-f19161cc] {
  color: #ababab 
}

.color-deepgrey[data-v-f19161cc] {
  color: #20222b 
}

.color-text-verylight[data-v-f19161cc] {
  color: #80a7b8 
}

.color-text-light[data-v-f19161cc] {
  color: #9a9aa7 
}

.color-text[data-v-f19161cc] {
  color: #797986 
}

.color-text-deep[data-v-f19161cc] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-f19161cc] {
  color: #2f3b49 
}

.c_default[data-v-f19161cc] {
  color: #fff 
}

.c_high[data-v-f19161cc] {
  color: #ff1717 
}

.c_low[data-v-f19161cc] {
  color: #0bf 
}

.c_buy_light[data-v-f19161cc] {
  color: #fe5159 
}

.c_buy[data-v-f19161cc] {
  color: #f14f57 
}

.bg_c_buy[data-v-f19161cc] {
  background: #f14f57
}

.c_sell_light[data-v-f19161cc] {
  color: #349bf0 
}

.c_sell[data-v-f19161cc] {
  color: #3488db 
}

.bg_c_sell[data-v-f19161cc] {
  background: #3488db
}

.c_ing[data-v-f19161cc] {
  color: #fff 
}

.bg_ing[data-v-f19161cc],
.bg_wait[data-v-f19161cc] {
  background: #7e93a6 
}

.bg_background_deep[data-v-f19161cc] {
  background: #000
}

.c_success[data-v-f19161cc] {
  color: #1478f2 
}

.bg_success[data-v-f19161cc] {
  background: #1478f2 
}

.c_complete[data-v-f19161cc] {
  color: #fff 
}

.c_fail[data-v-f19161cc] {
  color: #ff1e1e 
}

.bg_fail[data-v-f19161cc] {
  background: #ff1e1e 
}

.c_cancel[data-v-f19161cc] {
  color: #ff6900 
}

.bg_cancel[data-v-f19161cc] {
  background: #ff6900 
}

.c_error[data-v-f19161cc] {
  color: #ff6900 
}

.c_invaild[data-v-f19161cc] {
  color: #999 
}

.bg_invaild[data-v-f19161cc] {
  background: #666 
}

.bg_main[data-v-f19161cc] {
  background: #e32028 
}

.bg_green_gra[data-v-f19161cc] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-f19161cc] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-f19161cc] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-f19161cc] {
  color: #ff5266 
}

.c_deposit_light[data-v-f19161cc] {
  color: #a9da2b 
}

.c_deposit[data-v-f19161cc] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-f19161cc] {
  color: #ff8520 
}

.c_withdrawal[data-v-f19161cc] {
  color: #ff6900 
}

.c_green[data-v-f19161cc] {
  color: #009b1b 
}

.c_red[data-v-f19161cc] {
  color: red 
}

.c_blue[data-v-f19161cc] {
  color: #febd02 
}

.c_black[data-v-f19161cc] {
  color: #000 
}

.bg_white[data-v-f19161cc] {
  background: #fff 
}

.bg_green[data-v-f19161cc] {
  background: #6dcb1b 
}

.box_c_ing[data-v-f19161cc] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-f19161cc] {
  background: #f14f57
}

.box_c_buy[data-v-f19161cc],
.box_c_invaild[data-v-f19161cc] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-f19161cc] {
  background: #999
}

.box_c_sell[data-v-f19161cc] {
  background: #3488db
}

.box_c_sell[data-v-f19161cc],
.box_c_success[data-v-f19161cc] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-f19161cc] {
  background: #ff6900
}

.box_c_fail[data-v-f19161cc] {
  background: #67b628
}

.box_c_extedn[data-v-f19161cc],
.box_c_fail[data-v-f19161cc] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-f19161cc] {
  background: #43586c
}

.ps__rail-x[data-v-f19161cc] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-f19161cc],
.ps__rail-y[data-v-f19161cc] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-f19161cc] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-f19161cc],
.ps--active-y>.ps__rail-y[data-v-f19161cc] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-f19161cc],
.ps--focus>.ps__rail-y[data-v-f19161cc],
.ps--scrolling-x>.ps__rail-x[data-v-f19161cc],
.ps--scrolling-y>.ps__rail-y[data-v-f19161cc],
.ps:hover>.ps__rail-x[data-v-f19161cc],
.ps:hover>.ps__rail-y[data-v-f19161cc] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-f19161cc],
.ps.ps__rail-x[data-v-f19161cc]:focus,
.ps.ps__rail-x[data-v-f19161cc]:hover,
.ps.ps__rail-y.ps--clicking[data-v-f19161cc],
.ps.ps__rail-y[data-v-f19161cc]:focus,
.ps.ps__rail-y[data-v-f19161cc]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-f19161cc] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-f19161cc],
.ps__thumb-y[data-v-f19161cc] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-f19161cc] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-f19161cc],
.ps__rail-x:focus>.ps__thumb-x[data-v-f19161cc],
.ps__rail-x:hover>.ps__thumb-x[data-v-f19161cc] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-f19161cc],
.ps__rail-y:focus>.ps__thumb-y[data-v-f19161cc],
.ps__rail-y:hover>.ps__thumb-y[data-v-f19161cc] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-f19161cc] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-f19161cc] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-f19161cc] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-f19161cc] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-f19161cc] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-f19161cc] {
  display: none 
}

.toast-top-center[data-v-f19161cc] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-f19161cc] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-f19161cc] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-f19161cc] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-f19161cc] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-f19161cc],
.pagenation_type_1 .btn_last[data-v-f19161cc],
.pagenation_type_1 .btn_next[data-v-f19161cc],
.pagenation_type_1 .btn_prev[data-v-f19161cc] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-f19161cc] {
  color: #bbb
}

.wrap_type_3[data-v-f19161cc] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-f19161cc] {
  background: #0b0c10
}

.container_left[data-v-f19161cc],
.container_left_md[data-v-f19161cc] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-f19161cc] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-f19161cc] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-f19161cc] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-f19161cc] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-f19161cc]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-f19161cc] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-f19161cc] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-f19161cc] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-f19161cc] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-f19161cc]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-f19161cc]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-f19161cc],
.container_center_3_mini>div[data-v-f19161cc] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-f19161cc] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-f19161cc]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-f19161cc]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-f19161cc] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-f19161cc]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-f19161cc]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-f19161cc] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-f19161cc]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-f19161cc]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-f19161cc] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-f19161cc] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-f19161cc],
.bg_grad_1_x[data-v-f19161cc] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-f19161cc] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-f19161cc] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-f19161cc] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-f19161cc],
.bg_normal_2[data-v-f19161cc] {
  background: #141621
}

.btn_left_close[data-v-f19161cc],
.btn_left_control[data-v-f19161cc],
.btn_right_close[data-v-f19161cc],
.right_screen[data-v-f19161cc] {
  display: none
}

.box_logo[data-v-f19161cc] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-f19161cc] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-f19161cc] {
  display: none
}

.text_dot[data-v-f19161cc] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-f19161cc {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-f19161cc {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-f19161cc] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-f19161cc] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-f19161cc] {
  background: #fff 
}

.bat_more.active i[data-v-f19161cc] {
  color: #000 
}

.btn_no_disabled[data-v-f19161cc] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-f19161cc] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-f19161cc] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-f19161cc],
.game_bat_2 button[data-v-f19161cc]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-f19161cc]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-f19161cc] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-f19161cc] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-f19161cc]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-f19161cc] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-f19161cc] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-f19161cc] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-f19161cc],
.title_logo[data-v-f19161cc] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-f19161cc] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-f19161cc] {
  height: 22px
}

.tab[data-v-f19161cc] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-f19161cc]:last-child {
  width: 100%
}

.tab li[data-v-f19161cc]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-f19161cc] {
  width: 50%
}

.tab li[data-v-f19161cc]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-f19161cc] {
  width: 33.333333333333%
}

.tab li[data-v-f19161cc]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-f19161cc] {
  width: 25%
}

.tab li[data-v-f19161cc]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-f19161cc] {
  width: 20%
}

.tab li[data-v-f19161cc]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-f19161cc] {
  width: 16.66666666666667%
}

.tab li button[data-v-f19161cc] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-f19161cc] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-f19161cc]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-f19161cc] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-f19161cc] {
  border: 0
}

.wrap_sports_detail li[data-v-f19161cc] {
  width: 100%
}

.wrap_sports_detail li[data-v-f19161cc]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-f19161cc]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-f19161cc] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-f19161cc] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-f19161cc],
.detail_num>button[data-v-f19161cc] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-f19161cc] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-f19161cc] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-f19161cc]:last-child {
  width: 100%
}

.detail_num button[data-v-f19161cc]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-f19161cc] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-f19161cc]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-f19161cc] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-f19161cc] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-f19161cc] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-f19161cc] {
  color: #fff 
}

.detail_num>button .up[data-v-f19161cc]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-f19161cc]:after,
.detail_num>button .up[data-v-f19161cc]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-f19161cc 1s ease-in-out 5;
  animation: blink-data-v-f19161cc 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-f19161cc]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-f19161cc] {
  background: #f4053a
}

.detail_num>button.active i[data-v-f19161cc] {
  color: #000
}

.detail_num>button .text-allocation[data-v-f19161cc] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-f19161cc] {
  color: #000 
}

.sports_bet_close[data-v-f19161cc] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-f19161cc],
.sports_bet_close[data-v-f19161cc]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-f19161cc]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-f19161cc] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-f19161cc],
.sports_bet_close_all[data-v-f19161cc]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-f19161cc]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-f19161cc] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-f19161cc]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-f19161cc] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-f19161cc]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-f19161cc] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-f19161cc],
.market_all_close[data-v-f19161cc]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-f19161cc]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-f19161cc] {
    display: none
  }
}

.vjs-control-bar[data-v-f19161cc] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-f19161cc] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-f19161cc] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-f19161cc] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-f19161cc]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-f19161cc] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-f19161cc]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-f19161cc] {
  color: #fff 
}

.vjs-big-play-button[data-v-f19161cc]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-f19161cc],
  .detail_num button[data-v-f19161cc]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-f19161cc] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-f19161cc]:nth-of-type(2),
  .game_bat button[data-v-f19161cc]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-f19161cc]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-f19161cc] {
    width: 100%
  }

  .market_all_close[data-v-f19161cc]:after,
  .market_domestic_all_close[data-v-f19161cc]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-f19161cc],
  .game_bat button:nth-of-type(3) i[data-v-f19161cc] {
    display: none 
  }
}

.mini_bet_close[data-v-f19161cc] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-f19161cc],
.mini_bet_close[data-v-f19161cc]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-f19161cc]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-f19161cc] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-f19161cc] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-f19161cc] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-f19161cc]:first-of-type,
.flex_2dan div[data-v-f19161cc]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-f19161cc] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-f19161cc]:first-of-type,
.flex_3dan div[data-v-f19161cc]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-f19161cc]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-f19161cc] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-f19161cc] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-f19161cc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-f19161cc] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-f19161cc] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-f19161cc] {
  height: 40px
}

.mini_game_info[data-v-f19161cc],
.mini_game_info span[data-v-f19161cc]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-f19161cc]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-f19161cc] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-f19161cc] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-f19161cc]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-f19161cc] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-f19161cc] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-f19161cc] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-f19161cc] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-f19161cc]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-f19161cc] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-f19161cc]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-f19161cc] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-f19161cc]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-f19161cc] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-f19161cc]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-f19161cc] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-f19161cc]:first-child,
.ul_game_item.item_10 li[data-v-f19161cc]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-f19161cc]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-f19161cc] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-f19161cc],
.ul_game_item button i[data-v-f19161cc] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-f19161cc] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-f19161cc] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-f19161cc] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-f19161cc] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-f19161cc] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-f19161cc] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-f19161cc] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-f19161cc] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-f19161cc] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-f19161cc] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-f19161cc] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-f19161cc] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-f19161cc] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-f19161cc] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-f19161cc] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-f19161cc] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-f19161cc] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-f19161cc] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-f19161cc] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-f19161cc] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-f19161cc] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-f19161cc] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-f19161cc] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-f19161cc] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-f19161cc] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-f19161cc] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-f19161cc] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-f19161cc] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-f19161cc] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-f19161cc] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-f19161cc] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-f19161cc] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-f19161cc] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-f19161cc] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-f19161cc] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-f19161cc] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-f19161cc] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-f19161cc] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-f19161cc]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-f19161cc]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-f19161cc]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-f19161cc] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-f19161cc] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-f19161cc] {
    display: none
  }

  .flex_1dan ul[data-v-f19161cc] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-f19161cc]:first-of-type,
  .flex_3dan div[data-v-f19161cc]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-f19161cc]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-f19161cc] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-f19161cc]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-f19161cc]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-f19161cc]:first-of-type,
  .flex_3dan div[data-v-f19161cc]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-f19161cc]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-f19161cc] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-f19161cc] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-f19161cc] {
    width: 100%
  }

  .flex_3dan div[data-v-f19161cc]:first-of-type,
  .flex_3dan div[data-v-f19161cc]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-f19161cc]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-f19161cc] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-f19161cc] {
    width: 100%
  }

  .ul_game_item2 li[data-v-f19161cc]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-f19161cc]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-f19161cc]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-f19161cc]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-f19161cc]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-f19161cc] {
    padding: 101px 280px 0
  }

  .container_left[data-v-f19161cc],
  .container_left_md[data-v-f19161cc],
  .container_right[data-v-f19161cc] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-f19161cc]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-f19161cc]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-f19161cc]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-f19161cc]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-f19161cc] {
    padding-left: 40px
  }

  .container_left[data-v-f19161cc] {
    display: none
  }

  .btn_left_control[data-v-f19161cc] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-f19161cc],
  .btn_left_control i[data-v-f19161cc] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-f19161cc] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-f19161cc] {
    width: 26px
  }

  .btn_left_close[data-v-f19161cc] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-f19161cc] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-f19161cc] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-f19161cc]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-f19161cc]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-f19161cc]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-f19161cc]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-f19161cc]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-f19161cc]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-f19161cc] {
    display: block
  }

  .no-display-1600[data-v-f19161cc] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-f19161cc]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-f19161cc]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-f19161cc] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-f19161cc] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-f19161cc]:first-of-type,
  .container_center_2_mini>div>div[data-v-f19161cc]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-f19161cc] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-f19161cc]:first-of-type,
  .container_center_3_mini>div>div[data-v-f19161cc]:nth-of-type(2),
  .container_center_4_mini>div[data-v-f19161cc]:first-of-type,
  .container_center_4_mini>div[data-v-f19161cc]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-f19161cc] {
    padding-right: 0
  }

  .container_right[data-v-f19161cc] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-f19161cc] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-f19161cc] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-f19161cc] {
    width: 26px
  }

  .container_right .right_screen[data-v-f19161cc] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-f19161cc] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-f19161cc],
  .btn_left_control[data-v-f19161cc],
  .container_left[data-v-f19161cc] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-f19161cc] {
    padding: 0
  }

  .mobile_scroll[data-v-f19161cc] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-f19161cc] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-f19161cc],
.title_info_s[data-v-f19161cc] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-f19161cc] {
  font-size: 1.8rem
}

.title_info_s[data-v-f19161cc]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-f19161cc] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-f19161cc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-f19161cc] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-f19161cc] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-f19161cc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-f19161cc] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-f19161cc] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-f19161cc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-f19161cc] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-f19161cc] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-f19161cc] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-f19161cc] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-f19161cc] {
  position: relative
}

.sub_visual_wallet img[data-v-f19161cc] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-f19161cc] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-f19161cc] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-f19161cc] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-f19161cc] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-f19161cc]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-f19161cc],
.menu_wallet>li button[data-v-f19161cc] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-f19161cc],
.menu_wallet>li button.active[data-v-f19161cc] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-f19161cc] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-f19161cc]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-f19161cc] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-f19161cc] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-f19161cc] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-f19161cc] {
  position: relative
}

.wallet_form button[data-v-f19161cc] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-f19161cc] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-f19161cc] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-f19161cc] {
  background: #141621 
}

h2.title_trade[data-v-f19161cc] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-f19161cc] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-f19161cc] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-f19161cc] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-f19161cc],
.result_buy div[data-v-f19161cc] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-f19161cc] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-f19161cc] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-f19161cc] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-f19161cc] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-f19161cc] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-f19161cc] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-f19161cc] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-f19161cc] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-f19161cc],
.sub_visual.s_02[data-v-f19161cc],
.sub_visual.s_03[data-v-f19161cc],
.sub_visual.s_04[data-v-f19161cc],
.sub_visual.s_05[data-v-f19161cc],
.sub_visual.s_06[data-v-f19161cc],
.sub_visual.s_07[data-v-f19161cc],
.sub_visual.s_08[data-v-f19161cc] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-f19161cc] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-f19161cc] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-f19161cc] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-f19161cc],
.sub_menu a[data-v-f19161cc] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-f19161cc] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-f19161cc] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-f19161cc],
.sub_menu a.nuxt-link-active[data-v-f19161cc] {
  color: #e32028
}

.sub_tab ul[data-v-f19161cc] {
  overflow: hidden
}

.sub_tab ul li[data-v-f19161cc] {
  float: left
}

.sub_tab ul li a[data-v-f19161cc] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-f19161cc],
.sub_tab ul li a.active[data-v-f19161cc] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-f19161cc]:before,
.sub_tab ul li a.active[data-v-f19161cc]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-f19161cc] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-f19161cc] {
  font-size: 2.2rem
}

.title_big[data-v-f19161cc],
.title_normal[data-v-f19161cc] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-f19161cc] {
  font-size: 1.8rem
}

.title_small[data-v-f19161cc] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-f19161cc] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-f19161cc] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-f19161cc],
.title_tiny[data-v-f19161cc] {
  position: relative;
  color: #fff
}

.title_sub[data-v-f19161cc] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-f19161cc]:before {
  bottom: -5px
}

.title_sub[data-v-f19161cc]:after,
.title_sub[data-v-f19161cc]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-f19161cc]:after {
  bottom: -3px
}

.title_sub_1[data-v-f19161cc] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-f19161cc]:before {
  bottom: -5px
}

.title_sub_1[data-v-f19161cc]:after,
.title_sub_1[data-v-f19161cc]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-f19161cc]:after {
  bottom: -3px
}

.title_sm[data-v-f19161cc] {
  display: none
}

.title_hexa[data-v-f19161cc] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-f19161cc],
.title_hexa i[data-v-f19161cc] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-f19161cc] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-f19161cc] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-f19161cc] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-f19161cc],
.title_hexa.t_on i[data-v-f19161cc] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-f19161cc] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-f19161cc] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-f19161cc] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-f19161cc] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-f19161cc] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-f19161cc] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-f19161cc] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-f19161cc]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-f19161cc]:first-of-type,
.sports_list li>div[data-v-f19161cc]:nth-of-type(2),
.sports_list li>div[data-v-f19161cc]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-f19161cc] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-f19161cc]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-f19161cc] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-f19161cc] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-f19161cc] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-f19161cc]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-f19161cc] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-f19161cc] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-f19161cc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-f19161cc],
.game_bat button[data-v-f19161cc] {
  position: relative
}

.game_bat button[data-v-f19161cc]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-f19161cc] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-f19161cc] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-f19161cc] {
  margin-right: 5px
}

.game_bat button[data-v-f19161cc]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-f19161cc] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-f19161cc] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-f19161cc] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-f19161cc],
.game_bat button:nth-of-type(3) i img[data-v-f19161cc] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-f19161cc] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-f19161cc]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-f19161cc]:nth-of-type(2),
.game_bat button[data-v-f19161cc]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-f19161cc]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-f19161cc],
.game_bat button.active[data-v-f19161cc] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-f19161cc]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-f19161cc]:after,
.game_bat button:first-of-type .up[data-v-f19161cc]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-f19161cc 1s ease-in-out 5;
  animation: blink-data-v-f19161cc 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-f19161cc]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-f19161cc]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-f19161cc]:after,
.game_bat button:nth-of-type(2) .up[data-v-f19161cc]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-f19161cc 1s ease-in-out 5;
  animation: blink-data-v-f19161cc 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-f19161cc]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-f19161cc]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-f19161cc]:after,
.game_bat button:nth-of-type(3) .up[data-v-f19161cc]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-f19161cc 1s ease-in-out 5;
  animation: blink-data-v-f19161cc 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-f19161cc]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-f19161cc] {
  padding: 0
}

.box_folder[data-v-f19161cc],
.box_folder button[data-v-f19161cc] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-f19161cc] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-f19161cc] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-f19161cc]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-f19161cc] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-f19161cc]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-f19161cc] {
  flex-wrap: wrap
}

.bank_info[data-v-f19161cc],
.bank_info li[data-v-f19161cc] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-f19161cc] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-f19161cc]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-f19161cc] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-f19161cc] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-f19161cc] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-f19161cc] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-f19161cc] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-f19161cc] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-f19161cc] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-f19161cc] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-f19161cc] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-f19161cc] {
  margin-right: 10px
}

.box_text_type_1[data-v-f19161cc] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-f19161cc],
.box_text_type_1 i[data-v-f19161cc] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-f19161cc] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-f19161cc] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-f19161cc],
.wl_tip[data-v-f19161cc] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-f19161cc],
.wl_tip ul li[data-v-f19161cc] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-f19161cc] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-f19161cc] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-f19161cc] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-f19161cc],
.wl_waring ul li[data-v-f19161cc] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-f19161cc] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-f19161cc] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-f19161cc] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-f19161cc] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-f19161cc] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-f19161cc] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-f19161cc {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-f19161cc {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-f19161cc] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-f19161cc] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-f19161cc] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-f19161cc],
.box_fx_buy_sell[data-v-f19161cc],
.box_fx_result[data-v-f19161cc],
.box_leverage_result[data-v-f19161cc],
.current_time[data-v-f19161cc],
.tab_box[data-v-f19161cc],
.tab_time[data-v-f19161cc] {
  position: relative
}

.copilot[data-v-f19161cc] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-f19161cc],
.copilot[data-v-f19161cc]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-f19161cc]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-f19161cc] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-f19161cc] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-f19161cc] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-f19161cc] {
  padding: 20px 15px
}

.copilot_foot[data-v-f19161cc],
.copilot_foot button[data-v-f19161cc] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-f19161cc] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-f19161cc] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-f19161cc],
.copilot.step_2[data-v-f19161cc] {
  top: 50px
}

.copilot.step_3[data-v-f19161cc],
.copilot.step_4[data-v-f19161cc],
.copilot.step_6[data-v-f19161cc],
.copilot.step_7[data-v-f19161cc],
.copilot.step_8[data-v-f19161cc] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-f19161cc] {
  top: 40px
}

.box_info_1[data-v-f19161cc] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-f19161cc] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-f19161cc] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-f19161cc]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-f19161cc] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-f19161cc] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-f19161cc] {
  height: 40px
}

.title_guide_1 span[data-v-f19161cc] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-f19161cc] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-f19161cc] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-f19161cc] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-f19161cc] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-f19161cc] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-f19161cc 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-f19161cc 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-f19161cc]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-f19161cc]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-f19161cc]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-f19161cc]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-f19161cc]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-f19161cc {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-f19161cc {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-f19161cc] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-f19161cc] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-f19161cc] {
    margin-top: 0
  }

  .sub_visual[data-v-f19161cc] {
    display: none
  }

  .box_sub_title[data-v-f19161cc] {
    padding: 0 20px
  }

  .box_sub_container[data-v-f19161cc] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-f19161cc] {
    display: block
  }

  .title_sub[data-v-f19161cc] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-f19161cc]:before {
    bottom: -5px
  }

  .title_sub[data-v-f19161cc]:after,
  .title_sub[data-v-f19161cc]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-f19161cc]:after {
    bottom: -3px
  }

  .sub_menu[data-v-f19161cc] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-f19161cc] {
    padding: 0
  }

  .box_sub_container[data-v-f19161cc] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-f19161cc] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-f19161cc] {
    display: none
  }

  .box_bg_deep[data-v-f19161cc] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-f19161cc] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-f19161cc] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-f19161cc] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-f19161cc],
  .result_buy div[data-v-f19161cc] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-f19161cc] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-f19161cc] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-f19161cc] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-f19161cc] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-f19161cc] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-f19161cc] {
    padding: 0 5px
  }

  .box_folder button[data-v-f19161cc] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-f19161cc] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-f19161cc] {
    padding: 0
  }

  .pagenation_type_1[data-v-f19161cc] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-f19161cc] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-f19161cc] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-f19161cc] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-f19161cc],
  .pagenation_type_1 .btn_last[data-v-f19161cc],
  .pagenation_type_1 .btn_next[data-v-f19161cc],
  .pagenation_type_1 .btn_prev[data-v-f19161cc] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-f19161cc] {
    color: #bbb
  }

  .title_medium[data-v-f19161cc] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-f19161cc]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-f19161cc]:first-of-type:hover,
  .game_bat.bet_three button[data-v-f19161cc]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-f19161cc]:nth-of-type(3):hover,
  .game_bat button[data-v-f19161cc]:first-of-type:hover,
  .game_bat button[data-v-f19161cc]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-f19161cc],
  .game_bat button.active span[data-v-f19161cc],
  .game_bat button:hover span[data-v-f19161cc] {
    color: #fff 
  }

  .bat_more[data-v-f19161cc]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-f19161cc],
  .bat_more[disabled][data-v-f19161cc]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-f19161cc]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-f19161cc]:first-of-type:hover,
  .game_bat_2 button[data-v-f19161cc]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-f19161cc],
  .game_bat_2 button.active[data-v-f19161cc]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-f19161cc]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-f19161cc] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-f19161cc] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-f19161cc]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-f19161cc]:hover,
  .pagenation_type_1 .btn_last[data-v-f19161cc]:hover,
  .pagenation_type_1 .btn_next[data-v-f19161cc]:hover,
  .pagenation_type_1 .btn_prev[data-v-f19161cc]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-f19161cc]:hover,
  .ul_game_item button[data-v-f19161cc]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.modal.today[data-v-f19161cc] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: table;
  transition: opacity .3s ease
}

.modal-wrapper[data-v-f19161cc] {
  display: table-cell;
  vertical-align: middle
}

.modal-container[data-v-f19161cc] {
  position: relative;
  width: 460px;
  background: #30303a url(/images/common/bg_popup.png) no-repeat 0 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  margin: 0 auto
}

.modal-header[data-v-f19161cc] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 20px;
  border: 0;
  padding: 0
}

.modal-header .modal_close[data-v-f19161cc] {
  position: absolute;
  right: 25px;
  top: 24px
}

.modal-body[data-v-f19161cc] {
  position: relative;
  padding: 0 
}

.scroll_area[data-v-f19161cc] {
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: 300px
}

.text_con_today[data-v-f19161cc] {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 300 ;
  font-family: Noto Sans KR;
  letter-spacing: 1px;
  padding: 20px 25px
}

.text_text_con_todaycon p[data-v-f19161cc] {
  font-size: 1.4rem 
}

.modal_footer[data-v-f19161cc] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.modal-enter[data-v-f19161cc],
.modal-leave[data-v-f19161cc] {
  opacity: 0
}

.modal-enter .modal-container[data-v-f19161cc],
.modal-leave .modal-container[data-v-f19161cc] {
  transform: scale(1.1)
}

.modal-container .btn[data-v-f19161cc] {
  color: #333;
  font-size: 14px;
  border: 1px solid #aaa;
  text-align: center;
  background-color: #fff;
  padding: 6px 20px
}

.modal-container .btn[data-v-f19161cc]:hover {
  color: #fff;
  border: 1px solid #555;
  background-color: #555
}

.flex_layout[data-v-f19161cc] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px
}

@media screen and (max-width:768px) {
  .modal[data-v-f19161cc] {
    width: calc(100% - 30px);
    margin: 0 15px
  }

  .modal-container[data-v-f19161cc] {
    width: 100%
  }

  .modal-header[data-v-f19161cc] {
    height: 60px;
    background-size: auto 20px ;
    padding: 0
  }

  .body_text[data-v-f19161cc] {
    line-height: 1.5;
    padding: 10px 0
  }

  .modal-footer[data-v-f19161cc] {
    padding: 10px 0;
    border-top: 1px solid #4c6578;
    margin: 0 15px
  }
}
body [data-v-70b6e59b] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-70b6e59b]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-70b6e59b]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-70b6e59b] {
  max-width: 1440px
}

.page-enter-active[data-v-70b6e59b],
.page-leave-active[data-v-70b6e59b] {
  transition: opacity .1s
}

.page-enter[data-v-70b6e59b],
.page-leave-to[data-v-70b6e59b] {
  opacity: 0
}

.b1[data-v-70b6e59b] {
  border: 1px solid red
}

.width-btn-100[data-v-70b6e59b] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-70b6e59b] {
  color: #e32028 
}

.main-color1-normal[data-v-70b6e59b] {
  color: #ff2152 
}

.main-color1-text[data-v-70b6e59b] {
  color: #ff9710 
}

.main-color1-deep[data-v-70b6e59b] {
  color: #ff6900 
}

.main-color1-light[data-v-70b6e59b] {
  color: #ff542e 
}

.color-white[data-v-70b6e59b] {
  color: #fff 
}

.main-color2-light[data-v-70b6e59b] {
  color: #a9da2b 
}

.main-color2[data-v-70b6e59b] {
  color: #67b628 
}

.main_color3_light[data-v-70b6e59b] {
  color: #ffc92f 
}

.main-color3[data-v-70b6e59b] {
  color: #febd02 
}

.main-color4[data-v-70b6e59b] {
  color: #7e93a6 
}

.main-color5-light[data-v-70b6e59b] {
  color: #42deda 
}

.main-color5[data-v-70b6e59b] {
  color: #01c8de 
}

.color-grey[data-v-70b6e59b] {
  color: #676c71 
}

.color-lightgrey[data-v-70b6e59b] {
  color: #ababab 
}

.color-deepgrey[data-v-70b6e59b] {
  color: #20222b 
}

.color-text-verylight[data-v-70b6e59b] {
  color: #80a7b8 
}

.color-text-light[data-v-70b6e59b] {
  color: #9a9aa7 
}

.color-text[data-v-70b6e59b] {
  color: #797986 
}

.color-text-deep[data-v-70b6e59b] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-70b6e59b] {
  color: #2f3b49 
}

.c_default[data-v-70b6e59b] {
  color: #fff 
}

.c_high[data-v-70b6e59b] {
  color: #ff1717 
}

.c_low[data-v-70b6e59b] {
  color: #0bf 
}

.c_buy_light[data-v-70b6e59b] {
  color: #fe5159 
}

.c_buy[data-v-70b6e59b] {
  color: #f14f57 
}

.bg_c_buy[data-v-70b6e59b] {
  background: #f14f57
}

.c_sell_light[data-v-70b6e59b] {
  color: #349bf0 
}

.c_sell[data-v-70b6e59b] {
  color: #3488db 
}

.bg_c_sell[data-v-70b6e59b] {
  background: #3488db
}

.c_ing[data-v-70b6e59b] {
  color: #fff 
}

.bg_ing[data-v-70b6e59b],
.bg_wait[data-v-70b6e59b] {
  background: #7e93a6 
}

.bg_background_deep[data-v-70b6e59b] {
  background: #000
}

.c_success[data-v-70b6e59b] {
  color: #1478f2 
}

.bg_success[data-v-70b6e59b] {
  background: #1478f2 
}

.c_complete[data-v-70b6e59b] {
  color: #fff 
}

.c_fail[data-v-70b6e59b] {
  color: #ff1e1e 
}

.bg_fail[data-v-70b6e59b] {
  background: #ff1e1e 
}

.c_cancel[data-v-70b6e59b] {
  color: #ff6900 
}

.bg_cancel[data-v-70b6e59b] {
  background: #ff6900 
}

.c_error[data-v-70b6e59b] {
  color: #ff6900 
}

.c_invaild[data-v-70b6e59b] {
  color: #999 
}

.bg_invaild[data-v-70b6e59b] {
  background: #666 
}

.bg_main[data-v-70b6e59b] {
  background: #e32028 
}

.bg_green_gra[data-v-70b6e59b] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-70b6e59b] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-70b6e59b] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-70b6e59b] {
  color: #ff5266 
}

.c_deposit_light[data-v-70b6e59b] {
  color: #a9da2b 
}

.c_deposit[data-v-70b6e59b] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-70b6e59b] {
  color: #ff8520 
}

.c_withdrawal[data-v-70b6e59b] {
  color: #ff6900 
}

.c_green[data-v-70b6e59b] {
  color: #009b1b 
}

.c_red[data-v-70b6e59b] {
  color: red 
}

.c_blue[data-v-70b6e59b] {
  color: #febd02 
}

.c_black[data-v-70b6e59b] {
  color: #000 
}

.bg_white[data-v-70b6e59b] {
  background: #fff 
}

.bg_green[data-v-70b6e59b] {
  background: #6dcb1b 
}

.box_c_ing[data-v-70b6e59b] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-70b6e59b] {
  background: #f14f57
}

.box_c_buy[data-v-70b6e59b],
.box_c_invaild[data-v-70b6e59b] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-70b6e59b] {
  background: #999
}

.box_c_sell[data-v-70b6e59b] {
  background: #3488db
}

.box_c_sell[data-v-70b6e59b],
.box_c_success[data-v-70b6e59b] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-70b6e59b] {
  background: #ff6900
}

.box_c_fail[data-v-70b6e59b] {
  background: #67b628
}

.box_c_extedn[data-v-70b6e59b],
.box_c_fail[data-v-70b6e59b] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-70b6e59b] {
  background: #43586c
}

.ps__rail-x[data-v-70b6e59b] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-70b6e59b],
.ps__rail-y[data-v-70b6e59b] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-70b6e59b] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-70b6e59b],
.ps--active-y>.ps__rail-y[data-v-70b6e59b] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-70b6e59b],
.ps--focus>.ps__rail-y[data-v-70b6e59b],
.ps--scrolling-x>.ps__rail-x[data-v-70b6e59b],
.ps--scrolling-y>.ps__rail-y[data-v-70b6e59b],
.ps:hover>.ps__rail-x[data-v-70b6e59b],
.ps:hover>.ps__rail-y[data-v-70b6e59b] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-70b6e59b],
.ps.ps__rail-x[data-v-70b6e59b]:focus,
.ps.ps__rail-x[data-v-70b6e59b]:hover,
.ps.ps__rail-y.ps--clicking[data-v-70b6e59b],
.ps.ps__rail-y[data-v-70b6e59b]:focus,
.ps.ps__rail-y[data-v-70b6e59b]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-70b6e59b] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-70b6e59b],
.ps__thumb-y[data-v-70b6e59b] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-70b6e59b] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-70b6e59b],
.ps__rail-x:focus>.ps__thumb-x[data-v-70b6e59b],
.ps__rail-x:hover>.ps__thumb-x[data-v-70b6e59b] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-70b6e59b],
.ps__rail-y:focus>.ps__thumb-y[data-v-70b6e59b],
.ps__rail-y:hover>.ps__thumb-y[data-v-70b6e59b] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-70b6e59b] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-70b6e59b] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-70b6e59b] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-70b6e59b] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-70b6e59b] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-70b6e59b] {
  display: none 
}

.toast-top-center[data-v-70b6e59b] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-70b6e59b] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-70b6e59b] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-70b6e59b] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-70b6e59b] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-70b6e59b],
.pagenation_type_1 .btn_last[data-v-70b6e59b],
.pagenation_type_1 .btn_next[data-v-70b6e59b],
.pagenation_type_1 .btn_prev[data-v-70b6e59b] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-70b6e59b] {
  color: #bbb
}

.wrap_type_3[data-v-70b6e59b] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-70b6e59b] {
  background: #0b0c10
}

.container_left[data-v-70b6e59b],
.container_left_md[data-v-70b6e59b] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-70b6e59b] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-70b6e59b] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-70b6e59b] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-70b6e59b] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-70b6e59b]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-70b6e59b] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-70b6e59b] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-70b6e59b] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-70b6e59b] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-70b6e59b]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-70b6e59b]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-70b6e59b],
.container_center_3_mini>div[data-v-70b6e59b] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-70b6e59b] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-70b6e59b]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-70b6e59b]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-70b6e59b] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-70b6e59b]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-70b6e59b]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-70b6e59b] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-70b6e59b]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-70b6e59b]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-70b6e59b] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-70b6e59b] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-70b6e59b],
.bg_grad_1_x[data-v-70b6e59b] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-70b6e59b] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-70b6e59b] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-70b6e59b] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-70b6e59b],
.bg_normal_2[data-v-70b6e59b] {
  background: #141621
}

.btn_left_close[data-v-70b6e59b],
.btn_left_control[data-v-70b6e59b],
.btn_right_close[data-v-70b6e59b],
.right_screen[data-v-70b6e59b] {
  display: none
}

.box_logo[data-v-70b6e59b] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-70b6e59b] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-70b6e59b] {
  display: none
}

.text_dot[data-v-70b6e59b] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-70b6e59b {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-70b6e59b {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-70b6e59b] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-70b6e59b] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-70b6e59b] {
  background: #fff 
}

.bat_more.active i[data-v-70b6e59b] {
  color: #000 
}

.btn_no_disabled[data-v-70b6e59b] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-70b6e59b] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-70b6e59b] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-70b6e59b],
.game_bat_2 button[data-v-70b6e59b]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-70b6e59b]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-70b6e59b] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-70b6e59b] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-70b6e59b]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-70b6e59b] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-70b6e59b] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-70b6e59b] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-70b6e59b],
.title_logo[data-v-70b6e59b] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-70b6e59b] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-70b6e59b] {
  height: 22px
}

.tab[data-v-70b6e59b] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-70b6e59b]:last-child {
  width: 100%
}

.tab li[data-v-70b6e59b]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-70b6e59b] {
  width: 50%
}

.tab li[data-v-70b6e59b]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-70b6e59b] {
  width: 33.333333333333%
}

.tab li[data-v-70b6e59b]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-70b6e59b] {
  width: 25%
}

.tab li[data-v-70b6e59b]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-70b6e59b] {
  width: 20%
}

.tab li[data-v-70b6e59b]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-70b6e59b] {
  width: 16.66666666666667%
}

.tab li button[data-v-70b6e59b] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-70b6e59b] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-70b6e59b]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-70b6e59b] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-70b6e59b] {
  border: 0
}

.wrap_sports_detail li[data-v-70b6e59b] {
  width: 100%
}

.wrap_sports_detail li[data-v-70b6e59b]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-70b6e59b]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-70b6e59b] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-70b6e59b] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-70b6e59b],
.detail_num>button[data-v-70b6e59b] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-70b6e59b] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-70b6e59b] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-70b6e59b]:last-child {
  width: 100%
}

.detail_num button[data-v-70b6e59b]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-70b6e59b] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-70b6e59b]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-70b6e59b] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-70b6e59b] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-70b6e59b] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-70b6e59b] {
  color: #fff 
}

.detail_num>button .up[data-v-70b6e59b]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-70b6e59b]:after,
.detail_num>button .up[data-v-70b6e59b]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-70b6e59b 1s ease-in-out 5;
  animation: blink-data-v-70b6e59b 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-70b6e59b]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-70b6e59b] {
  background: #f4053a
}

.detail_num>button.active i[data-v-70b6e59b] {
  color: #000
}

.detail_num>button .text-allocation[data-v-70b6e59b] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-70b6e59b] {
  color: #000 
}

.sports_bet_close[data-v-70b6e59b] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-70b6e59b],
.sports_bet_close[data-v-70b6e59b]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-70b6e59b]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-70b6e59b] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-70b6e59b],
.sports_bet_close_all[data-v-70b6e59b]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-70b6e59b]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-70b6e59b] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-70b6e59b]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-70b6e59b] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-70b6e59b]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-70b6e59b] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-70b6e59b],
.market_all_close[data-v-70b6e59b]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-70b6e59b]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-70b6e59b] {
    display: none
  }
}

.vjs-control-bar[data-v-70b6e59b] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-70b6e59b] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-70b6e59b] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-70b6e59b] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-70b6e59b]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-70b6e59b] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-70b6e59b]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-70b6e59b] {
  color: #fff 
}

.vjs-big-play-button[data-v-70b6e59b]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-70b6e59b],
  .detail_num button[data-v-70b6e59b]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-70b6e59b] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-70b6e59b]:nth-of-type(2),
  .game_bat button[data-v-70b6e59b]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-70b6e59b]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-70b6e59b] {
    width: 100%
  }

  .market_all_close[data-v-70b6e59b]:after,
  .market_domestic_all_close[data-v-70b6e59b]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-70b6e59b],
  .game_bat button:nth-of-type(3) i[data-v-70b6e59b] {
    display: none 
  }
}

.mini_bet_close[data-v-70b6e59b] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-70b6e59b],
.mini_bet_close[data-v-70b6e59b]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-70b6e59b]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-70b6e59b] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-70b6e59b] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-70b6e59b] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-70b6e59b]:first-of-type,
.flex_2dan div[data-v-70b6e59b]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-70b6e59b] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-70b6e59b]:first-of-type,
.flex_3dan div[data-v-70b6e59b]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-70b6e59b]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-70b6e59b] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-70b6e59b] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-70b6e59b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-70b6e59b] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-70b6e59b] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-70b6e59b] {
  height: 40px
}

.mini_game_info[data-v-70b6e59b],
.mini_game_info span[data-v-70b6e59b]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-70b6e59b]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-70b6e59b] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-70b6e59b] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-70b6e59b]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-70b6e59b] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-70b6e59b] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-70b6e59b] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-70b6e59b] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-70b6e59b]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-70b6e59b] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-70b6e59b]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-70b6e59b] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-70b6e59b]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-70b6e59b] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-70b6e59b]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-70b6e59b] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-70b6e59b]:first-child,
.ul_game_item.item_10 li[data-v-70b6e59b]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-70b6e59b]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-70b6e59b] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-70b6e59b],
.ul_game_item button i[data-v-70b6e59b] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-70b6e59b] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-70b6e59b] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-70b6e59b] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-70b6e59b] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-70b6e59b] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-70b6e59b] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-70b6e59b] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-70b6e59b] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-70b6e59b] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-70b6e59b] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-70b6e59b] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-70b6e59b] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-70b6e59b] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-70b6e59b] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-70b6e59b] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-70b6e59b] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-70b6e59b] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-70b6e59b] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-70b6e59b] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-70b6e59b] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-70b6e59b] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-70b6e59b] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-70b6e59b] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-70b6e59b] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-70b6e59b] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-70b6e59b] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-70b6e59b] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-70b6e59b] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-70b6e59b] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-70b6e59b] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-70b6e59b] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-70b6e59b] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-70b6e59b] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-70b6e59b] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-70b6e59b] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-70b6e59b] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-70b6e59b] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-70b6e59b] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-70b6e59b]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-70b6e59b]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-70b6e59b]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-70b6e59b] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-70b6e59b] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-70b6e59b] {
    display: none
  }

  .flex_1dan ul[data-v-70b6e59b] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-70b6e59b]:first-of-type,
  .flex_3dan div[data-v-70b6e59b]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-70b6e59b]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-70b6e59b] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-70b6e59b]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-70b6e59b]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-70b6e59b]:first-of-type,
  .flex_3dan div[data-v-70b6e59b]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-70b6e59b]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-70b6e59b] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-70b6e59b] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-70b6e59b] {
    width: 100%
  }

  .flex_3dan div[data-v-70b6e59b]:first-of-type,
  .flex_3dan div[data-v-70b6e59b]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-70b6e59b]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-70b6e59b] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-70b6e59b] {
    width: 100%
  }

  .ul_game_item2 li[data-v-70b6e59b]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-70b6e59b]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-70b6e59b]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-70b6e59b]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-70b6e59b]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-70b6e59b] {
    padding: 101px 280px 0
  }

  .container_left[data-v-70b6e59b],
  .container_left_md[data-v-70b6e59b],
  .container_right[data-v-70b6e59b] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-70b6e59b]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-70b6e59b]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-70b6e59b]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-70b6e59b]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-70b6e59b] {
    padding-left: 40px
  }

  .container_left[data-v-70b6e59b] {
    display: none
  }

  .btn_left_control[data-v-70b6e59b] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-70b6e59b],
  .btn_left_control i[data-v-70b6e59b] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-70b6e59b] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-70b6e59b] {
    width: 26px
  }

  .btn_left_close[data-v-70b6e59b] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-70b6e59b] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-70b6e59b] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-70b6e59b]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-70b6e59b]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-70b6e59b]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-70b6e59b]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-70b6e59b]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-70b6e59b]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-70b6e59b] {
    display: block
  }

  .no-display-1600[data-v-70b6e59b] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-70b6e59b]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-70b6e59b]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-70b6e59b] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-70b6e59b] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-70b6e59b]:first-of-type,
  .container_center_2_mini>div>div[data-v-70b6e59b]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-70b6e59b] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-70b6e59b]:first-of-type,
  .container_center_3_mini>div>div[data-v-70b6e59b]:nth-of-type(2),
  .container_center_4_mini>div[data-v-70b6e59b]:first-of-type,
  .container_center_4_mini>div[data-v-70b6e59b]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-70b6e59b] {
    padding-right: 0
  }

  .container_right[data-v-70b6e59b] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-70b6e59b] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-70b6e59b] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-70b6e59b] {
    width: 26px
  }

  .container_right .right_screen[data-v-70b6e59b] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-70b6e59b] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-70b6e59b],
  .btn_left_control[data-v-70b6e59b],
  .container_left[data-v-70b6e59b] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-70b6e59b] {
    padding: 0
  }

  .mobile_scroll[data-v-70b6e59b] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-70b6e59b] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-70b6e59b],
.title_info_s[data-v-70b6e59b] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-70b6e59b] {
  font-size: 1.8rem
}

.title_info_s[data-v-70b6e59b]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-70b6e59b] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-70b6e59b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-70b6e59b] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-70b6e59b] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-70b6e59b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-70b6e59b] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-70b6e59b] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-70b6e59b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-70b6e59b] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-70b6e59b] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-70b6e59b] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-70b6e59b] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-70b6e59b] {
  position: relative
}

.sub_visual_wallet img[data-v-70b6e59b] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-70b6e59b] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-70b6e59b] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-70b6e59b] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-70b6e59b] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-70b6e59b]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-70b6e59b],
.menu_wallet>li button[data-v-70b6e59b] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-70b6e59b],
.menu_wallet>li button.active[data-v-70b6e59b] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-70b6e59b] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-70b6e59b]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-70b6e59b] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-70b6e59b] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-70b6e59b] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-70b6e59b] {
  position: relative
}

.wallet_form button[data-v-70b6e59b] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-70b6e59b] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-70b6e59b] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-70b6e59b] {
  background: #141621 
}

h2.title_trade[data-v-70b6e59b] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-70b6e59b] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-70b6e59b] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-70b6e59b] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-70b6e59b],
.result_buy div[data-v-70b6e59b] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-70b6e59b] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-70b6e59b] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-70b6e59b] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-70b6e59b] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-70b6e59b] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-70b6e59b] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-70b6e59b] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-70b6e59b] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-70b6e59b],
.sub_visual.s_02[data-v-70b6e59b],
.sub_visual.s_03[data-v-70b6e59b],
.sub_visual.s_04[data-v-70b6e59b],
.sub_visual.s_05[data-v-70b6e59b],
.sub_visual.s_06[data-v-70b6e59b],
.sub_visual.s_07[data-v-70b6e59b],
.sub_visual.s_08[data-v-70b6e59b] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-70b6e59b] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-70b6e59b] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-70b6e59b] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-70b6e59b],
.sub_menu a[data-v-70b6e59b] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-70b6e59b] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-70b6e59b] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-70b6e59b],
.sub_menu a.nuxt-link-active[data-v-70b6e59b] {
  color: #e32028
}

.sub_tab ul[data-v-70b6e59b] {
  overflow: hidden
}

.sub_tab ul li[data-v-70b6e59b] {
  float: left
}

.sub_tab ul li a[data-v-70b6e59b] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-70b6e59b],
.sub_tab ul li a.active[data-v-70b6e59b] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-70b6e59b]:before,
.sub_tab ul li a.active[data-v-70b6e59b]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-70b6e59b] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-70b6e59b] {
  font-size: 2.2rem
}

.title_big[data-v-70b6e59b],
.title_normal[data-v-70b6e59b] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-70b6e59b] {
  font-size: 1.8rem
}

.title_small[data-v-70b6e59b] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-70b6e59b] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-70b6e59b] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-70b6e59b],
.title_tiny[data-v-70b6e59b] {
  position: relative;
  color: #fff
}

.title_sub[data-v-70b6e59b] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-70b6e59b]:before {
  bottom: -5px
}

.title_sub[data-v-70b6e59b]:after,
.title_sub[data-v-70b6e59b]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-70b6e59b]:after {
  bottom: -3px
}

.title_sub_1[data-v-70b6e59b] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-70b6e59b]:before {
  bottom: -5px
}

.title_sub_1[data-v-70b6e59b]:after,
.title_sub_1[data-v-70b6e59b]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-70b6e59b]:after {
  bottom: -3px
}

.title_sm[data-v-70b6e59b] {
  display: none
}

.title_hexa[data-v-70b6e59b] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-70b6e59b],
.title_hexa i[data-v-70b6e59b] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-70b6e59b] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-70b6e59b] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-70b6e59b] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-70b6e59b],
.title_hexa.t_on i[data-v-70b6e59b] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-70b6e59b] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-70b6e59b] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-70b6e59b] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-70b6e59b] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-70b6e59b] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-70b6e59b] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-70b6e59b] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-70b6e59b]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-70b6e59b]:first-of-type,
.sports_list li>div[data-v-70b6e59b]:nth-of-type(2),
.sports_list li>div[data-v-70b6e59b]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-70b6e59b] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-70b6e59b]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-70b6e59b] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-70b6e59b] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-70b6e59b] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-70b6e59b]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-70b6e59b] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-70b6e59b] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-70b6e59b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-70b6e59b],
.game_bat button[data-v-70b6e59b] {
  position: relative
}

.game_bat button[data-v-70b6e59b]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-70b6e59b] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-70b6e59b] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-70b6e59b] {
  margin-right: 5px
}

.game_bat button[data-v-70b6e59b]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-70b6e59b] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-70b6e59b] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-70b6e59b] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-70b6e59b],
.game_bat button:nth-of-type(3) i img[data-v-70b6e59b] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-70b6e59b] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-70b6e59b]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-70b6e59b]:nth-of-type(2),
.game_bat button[data-v-70b6e59b]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-70b6e59b]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-70b6e59b],
.game_bat button.active[data-v-70b6e59b] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-70b6e59b]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-70b6e59b]:after,
.game_bat button:first-of-type .up[data-v-70b6e59b]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-70b6e59b 1s ease-in-out 5;
  animation: blink-data-v-70b6e59b 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-70b6e59b]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-70b6e59b]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-70b6e59b]:after,
.game_bat button:nth-of-type(2) .up[data-v-70b6e59b]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-70b6e59b 1s ease-in-out 5;
  animation: blink-data-v-70b6e59b 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-70b6e59b]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-70b6e59b]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-70b6e59b]:after,
.game_bat button:nth-of-type(3) .up[data-v-70b6e59b]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-70b6e59b 1s ease-in-out 5;
  animation: blink-data-v-70b6e59b 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-70b6e59b]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-70b6e59b] {
  padding: 0
}

.box_folder[data-v-70b6e59b],
.box_folder button[data-v-70b6e59b] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-70b6e59b] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-70b6e59b] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-70b6e59b]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-70b6e59b] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-70b6e59b]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-70b6e59b] {
  flex-wrap: wrap
}

.bank_info[data-v-70b6e59b],
.bank_info li[data-v-70b6e59b] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-70b6e59b] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-70b6e59b]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-70b6e59b] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-70b6e59b] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-70b6e59b] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-70b6e59b] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-70b6e59b] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-70b6e59b] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-70b6e59b] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-70b6e59b] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-70b6e59b] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-70b6e59b] {
  margin-right: 10px
}

.box_text_type_1[data-v-70b6e59b] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-70b6e59b],
.box_text_type_1 i[data-v-70b6e59b] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-70b6e59b] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-70b6e59b] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-70b6e59b],
.wl_tip[data-v-70b6e59b] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-70b6e59b],
.wl_tip ul li[data-v-70b6e59b] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-70b6e59b] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-70b6e59b] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-70b6e59b] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-70b6e59b],
.wl_waring ul li[data-v-70b6e59b] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-70b6e59b] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-70b6e59b] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-70b6e59b] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-70b6e59b] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-70b6e59b] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-70b6e59b] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-70b6e59b {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-70b6e59b {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-70b6e59b] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-70b6e59b] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-70b6e59b] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-70b6e59b],
.box_fx_buy_sell[data-v-70b6e59b],
.box_fx_result[data-v-70b6e59b],
.box_leverage_result[data-v-70b6e59b],
.current_time[data-v-70b6e59b],
.tab_box[data-v-70b6e59b],
.tab_time[data-v-70b6e59b] {
  position: relative
}

.copilot[data-v-70b6e59b] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-70b6e59b],
.copilot[data-v-70b6e59b]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-70b6e59b]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-70b6e59b] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-70b6e59b] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-70b6e59b] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-70b6e59b] {
  padding: 20px 15px
}

.copilot_foot[data-v-70b6e59b],
.copilot_foot button[data-v-70b6e59b] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-70b6e59b] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-70b6e59b] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-70b6e59b],
.copilot.step_2[data-v-70b6e59b] {
  top: 50px
}

.copilot.step_3[data-v-70b6e59b],
.copilot.step_4[data-v-70b6e59b],
.copilot.step_6[data-v-70b6e59b],
.copilot.step_7[data-v-70b6e59b],
.copilot.step_8[data-v-70b6e59b] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-70b6e59b] {
  top: 40px
}

.box_info_1[data-v-70b6e59b] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-70b6e59b] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-70b6e59b] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-70b6e59b]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-70b6e59b] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-70b6e59b] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-70b6e59b] {
  height: 40px
}

.title_guide_1 span[data-v-70b6e59b] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-70b6e59b] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-70b6e59b] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-70b6e59b] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-70b6e59b] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-70b6e59b] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-70b6e59b 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-70b6e59b 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-70b6e59b]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-70b6e59b]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-70b6e59b]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-70b6e59b]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-70b6e59b]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-70b6e59b {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-70b6e59b {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-70b6e59b] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-70b6e59b] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-70b6e59b] {
    margin-top: 0
  }

  .sub_visual[data-v-70b6e59b] {
    display: none
  }

  .box_sub_title[data-v-70b6e59b] {
    padding: 0 20px
  }

  .box_sub_container[data-v-70b6e59b] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-70b6e59b] {
    display: block
  }

  .title_sub[data-v-70b6e59b] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-70b6e59b]:before {
    bottom: -5px
  }

  .title_sub[data-v-70b6e59b]:after,
  .title_sub[data-v-70b6e59b]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-70b6e59b]:after {
    bottom: -3px
  }

  .sub_menu[data-v-70b6e59b] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-70b6e59b] {
    padding: 0
  }

  .box_sub_container[data-v-70b6e59b] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-70b6e59b] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-70b6e59b] {
    display: none
  }

  .box_bg_deep[data-v-70b6e59b] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-70b6e59b] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-70b6e59b] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-70b6e59b] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-70b6e59b],
  .result_buy div[data-v-70b6e59b] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-70b6e59b] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-70b6e59b] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-70b6e59b] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-70b6e59b] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-70b6e59b] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-70b6e59b] {
    padding: 0 5px
  }

  .box_folder button[data-v-70b6e59b] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-70b6e59b] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-70b6e59b] {
    padding: 0
  }

  .pagenation_type_1[data-v-70b6e59b] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-70b6e59b] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-70b6e59b] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-70b6e59b] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-70b6e59b],
  .pagenation_type_1 .btn_last[data-v-70b6e59b],
  .pagenation_type_1 .btn_next[data-v-70b6e59b],
  .pagenation_type_1 .btn_prev[data-v-70b6e59b] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-70b6e59b] {
    color: #bbb
  }

  .title_medium[data-v-70b6e59b] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-70b6e59b]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-70b6e59b]:first-of-type:hover,
  .game_bat.bet_three button[data-v-70b6e59b]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-70b6e59b]:nth-of-type(3):hover,
  .game_bat button[data-v-70b6e59b]:first-of-type:hover,
  .game_bat button[data-v-70b6e59b]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-70b6e59b],
  .game_bat button.active span[data-v-70b6e59b],
  .game_bat button:hover span[data-v-70b6e59b] {
    color: #fff 
  }

  .bat_more[data-v-70b6e59b]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-70b6e59b],
  .bat_more[disabled][data-v-70b6e59b]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-70b6e59b]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-70b6e59b]:first-of-type:hover,
  .game_bat_2 button[data-v-70b6e59b]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-70b6e59b],
  .game_bat_2 button.active[data-v-70b6e59b]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-70b6e59b]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-70b6e59b] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-70b6e59b] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-70b6e59b]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-70b6e59b]:hover,
  .pagenation_type_1 .btn_last[data-v-70b6e59b]:hover,
  .pagenation_type_1 .btn_next[data-v-70b6e59b]:hover,
  .pagenation_type_1 .btn_prev[data-v-70b6e59b]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-70b6e59b]:hover,
  .ul_game_item button[data-v-70b6e59b]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.modal[data-v-70b6e59b] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: table;
  transition: opacity .3s ease
}

.modal-wrapper[data-v-70b6e59b] {
  display: table-cell;
  vertical-align: middle
}

.modal-container[data-v-70b6e59b] {
  position: relative;
  width: 400px;
  background: #2a1416;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  margin: 0 auto
}

.modal-container[data-v-70b6e59b]:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

.modal-container[data-v-70b6e59b]:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

.modal-header[data-v-70b6e59b] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  border: 0;
  background: url(/images/common/logo_popup.png) no-repeat 50%;
  background-size: auto 40px ;
  padding: 0
}

.modal-body[data-v-70b6e59b] {
  position: relative;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  padding: 0 
}

.body_text[data-v-70b6e59b] {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  word-break: break-word;
  padding: 20px
}

.modal_footer[data-v-70b6e59b] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.modal-enter[data-v-70b6e59b],
.modal-leave[data-v-70b6e59b] {
  opacity: 0
}

.modal-enter .modal-container[data-v-70b6e59b],
.modal-leave .modal-container[data-v-70b6e59b] {
  transform: scale(1.1)
}

.modal-container .btn[data-v-70b6e59b] {
  color: #333;
  font-size: 14px;
  border: 1px solid #aaa;
  text-align: center;
  background-color: #fff;
  padding: 6px 20px
}

.modal-container .btn[data-v-70b6e59b]:hover {
  color: #fff;
  border: 1px solid #555;
  background-color: #555
}

@media screen and (max-width:768px) {
  .modal[data-v-70b6e59b] {
    width: calc(100% - 30px);
    margin: 0 15px
  }

  .modal-container[data-v-70b6e59b] {
    position: relative;
    max-width: 400px;
    width: 100%
  }

  .modal-container img[data-v-70b6e59b] {
    width: 100%
  }
}
body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

.notice_modal {
  position: fixed;
  left: 0;
  top: 0;
  display: inline-block;
  z-index: 100;
  width: 1px;
  height: 1px;
  background: rgba(255, 0, 0, 0)
}

.notice_modal_wrapper {
  position: fixed;
  display: inline-block;
  margin: 0 
}

.notice_modal-container {
  position: relative;
  background: #30303a url(/images/common/bg_popup.png) no-repeat 0 0;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  border: 1px solid #e32028
}

.notice_modal-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 0;
  padding: 0
}

.notice_modal-header em {
  font-family: NEXON2;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  padding: 5px 0 2px 10px
}

.notice_modal-header .modal_close {
  position: absolute;
  right: 22px;
  top: 12px
}

.notice_modal-body {
  position: relative;
  padding: 0 
}

.popup_img {
  width: auto
}

.notice_modal_footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

@media (max-width:1630px) {
  .notice_modal {
    position: fixed;
    display: inline-block;
    z-index: 100
  }

  .notice_modal_wrapper {
    position: fixed;
    left: 50% ;
    top: 50% ;
    transform: translate(-50%, -50%) 
  }

  .popup_img img {
    width: auto
  }
}

@media (max-width:575px) {
  .popup_img img {
    min-width: 320px;
    width: 100% 
  }
}
body [data-v-18b66ab5] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-18b66ab5]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-18b66ab5]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-18b66ab5] {
  max-width: 1440px
}

.page-enter-active[data-v-18b66ab5],
.page-leave-active[data-v-18b66ab5] {
  transition: opacity .1s
}

.page-enter[data-v-18b66ab5],
.page-leave-to[data-v-18b66ab5] {
  opacity: 0
}

.b1[data-v-18b66ab5] {
  border: 1px solid red
}

.width-btn-100[data-v-18b66ab5] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-18b66ab5] {
  color: #e32028 
}

.main-color1-normal[data-v-18b66ab5] {
  color: #ff2152 
}

.main-color1-text[data-v-18b66ab5] {
  color: #ff9710 
}

.main-color1-deep[data-v-18b66ab5] {
  color: #ff6900 
}

.main-color1-light[data-v-18b66ab5] {
  color: #ff542e 
}

.color-white[data-v-18b66ab5] {
  color: #fff 
}

.main-color2-light[data-v-18b66ab5] {
  color: #a9da2b 
}

.main-color2[data-v-18b66ab5] {
  color: #67b628 
}

.main_color3_light[data-v-18b66ab5] {
  color: #ffc92f 
}

.main-color3[data-v-18b66ab5] {
  color: #febd02 
}

.main-color4[data-v-18b66ab5] {
  color: #7e93a6 
}

.main-color5-light[data-v-18b66ab5] {
  color: #42deda 
}

.main-color5[data-v-18b66ab5] {
  color: #01c8de 
}

.color-grey[data-v-18b66ab5] {
  color: #676c71 
}

.color-lightgrey[data-v-18b66ab5] {
  color: #ababab 
}

.color-deepgrey[data-v-18b66ab5] {
  color: #20222b 
}

.color-text-verylight[data-v-18b66ab5] {
  color: #80a7b8 
}

.color-text-light[data-v-18b66ab5] {
  color: #9a9aa7 
}

.color-text[data-v-18b66ab5] {
  color: #797986 
}

.color-text-deep[data-v-18b66ab5] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-18b66ab5] {
  color: #2f3b49 
}

.c_default[data-v-18b66ab5] {
  color: #fff 
}

.c_high[data-v-18b66ab5] {
  color: #ff1717 
}

.c_low[data-v-18b66ab5] {
  color: #0bf 
}

.c_buy_light[data-v-18b66ab5] {
  color: #fe5159 
}

.c_buy[data-v-18b66ab5] {
  color: #f14f57 
}

.bg_c_buy[data-v-18b66ab5] {
  background: #f14f57
}

.c_sell_light[data-v-18b66ab5] {
  color: #349bf0 
}

.c_sell[data-v-18b66ab5] {
  color: #3488db 
}

.bg_c_sell[data-v-18b66ab5] {
  background: #3488db
}

.c_ing[data-v-18b66ab5] {
  color: #fff 
}

.bg_ing[data-v-18b66ab5],
.bg_wait[data-v-18b66ab5] {
  background: #7e93a6 
}

.bg_background_deep[data-v-18b66ab5] {
  background: #000
}

.c_success[data-v-18b66ab5] {
  color: #1478f2 
}

.bg_success[data-v-18b66ab5] {
  background: #1478f2 
}

.c_complete[data-v-18b66ab5] {
  color: #fff 
}

.c_fail[data-v-18b66ab5] {
  color: #ff1e1e 
}

.bg_fail[data-v-18b66ab5] {
  background: #ff1e1e 
}

.c_cancel[data-v-18b66ab5] {
  color: #ff6900 
}

.bg_cancel[data-v-18b66ab5] {
  background: #ff6900 
}

.c_error[data-v-18b66ab5] {
  color: #ff6900 
}

.c_invaild[data-v-18b66ab5] {
  color: #999 
}

.bg_invaild[data-v-18b66ab5] {
  background: #666 
}

.bg_main[data-v-18b66ab5] {
  background: #e32028 
}

.bg_green_gra[data-v-18b66ab5] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-18b66ab5] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-18b66ab5] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-18b66ab5] {
  color: #ff5266 
}

.c_deposit_light[data-v-18b66ab5] {
  color: #a9da2b 
}

.c_deposit[data-v-18b66ab5] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-18b66ab5] {
  color: #ff8520 
}

.c_withdrawal[data-v-18b66ab5] {
  color: #ff6900 
}

.c_green[data-v-18b66ab5] {
  color: #009b1b 
}

.c_red[data-v-18b66ab5] {
  color: red 
}

.c_blue[data-v-18b66ab5] {
  color: #febd02 
}

.c_black[data-v-18b66ab5] {
  color: #000 
}

.bg_white[data-v-18b66ab5] {
  background: #fff 
}

.bg_green[data-v-18b66ab5] {
  background: #6dcb1b 
}

.box_c_ing[data-v-18b66ab5] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-18b66ab5] {
  background: #f14f57
}

.box_c_buy[data-v-18b66ab5],
.box_c_invaild[data-v-18b66ab5] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-18b66ab5] {
  background: #999
}

.box_c_sell[data-v-18b66ab5] {
  background: #3488db
}

.box_c_sell[data-v-18b66ab5],
.box_c_success[data-v-18b66ab5] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-18b66ab5] {
  background: #ff6900
}

.box_c_fail[data-v-18b66ab5] {
  background: #67b628
}

.box_c_extedn[data-v-18b66ab5],
.box_c_fail[data-v-18b66ab5] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-18b66ab5] {
  background: #43586c
}

.ps__rail-x[data-v-18b66ab5] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-18b66ab5],
.ps__rail-y[data-v-18b66ab5] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-18b66ab5] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-18b66ab5],
.ps--active-y>.ps__rail-y[data-v-18b66ab5] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-18b66ab5],
.ps--focus>.ps__rail-y[data-v-18b66ab5],
.ps--scrolling-x>.ps__rail-x[data-v-18b66ab5],
.ps--scrolling-y>.ps__rail-y[data-v-18b66ab5],
.ps:hover>.ps__rail-x[data-v-18b66ab5],
.ps:hover>.ps__rail-y[data-v-18b66ab5] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-18b66ab5],
.ps.ps__rail-x[data-v-18b66ab5]:focus,
.ps.ps__rail-x[data-v-18b66ab5]:hover,
.ps.ps__rail-y.ps--clicking[data-v-18b66ab5],
.ps.ps__rail-y[data-v-18b66ab5]:focus,
.ps.ps__rail-y[data-v-18b66ab5]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-18b66ab5] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-18b66ab5],
.ps__thumb-y[data-v-18b66ab5] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-18b66ab5] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-18b66ab5],
.ps__rail-x:focus>.ps__thumb-x[data-v-18b66ab5],
.ps__rail-x:hover>.ps__thumb-x[data-v-18b66ab5] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-18b66ab5],
.ps__rail-y:focus>.ps__thumb-y[data-v-18b66ab5],
.ps__rail-y:hover>.ps__thumb-y[data-v-18b66ab5] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-18b66ab5] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-18b66ab5] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-18b66ab5] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-18b66ab5] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-18b66ab5] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-18b66ab5] {
  display: none 
}

.toast-top-center[data-v-18b66ab5] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-18b66ab5] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-18b66ab5] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-18b66ab5] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-18b66ab5] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-18b66ab5],
.pagenation_type_1 .btn_last[data-v-18b66ab5],
.pagenation_type_1 .btn_next[data-v-18b66ab5],
.pagenation_type_1 .btn_prev[data-v-18b66ab5] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-18b66ab5] {
  color: #bbb
}

.wrap_type_3[data-v-18b66ab5] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-18b66ab5] {
  background: #0b0c10
}

.container_left[data-v-18b66ab5],
.container_left_md[data-v-18b66ab5] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-18b66ab5] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-18b66ab5] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-18b66ab5] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-18b66ab5] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-18b66ab5]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-18b66ab5] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-18b66ab5] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-18b66ab5] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-18b66ab5] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-18b66ab5]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-18b66ab5]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-18b66ab5],
.container_center_3_mini>div[data-v-18b66ab5] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-18b66ab5] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-18b66ab5]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-18b66ab5]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-18b66ab5] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-18b66ab5]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-18b66ab5]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-18b66ab5] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-18b66ab5]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-18b66ab5]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-18b66ab5] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-18b66ab5] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-18b66ab5],
.bg_grad_1_x[data-v-18b66ab5] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-18b66ab5] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-18b66ab5] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-18b66ab5] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-18b66ab5],
.bg_normal_2[data-v-18b66ab5] {
  background: #141621
}

.btn_left_close[data-v-18b66ab5],
.btn_left_control[data-v-18b66ab5],
.btn_right_close[data-v-18b66ab5],
.right_screen[data-v-18b66ab5] {
  display: none
}

.box_logo[data-v-18b66ab5] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-18b66ab5] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-18b66ab5] {
  display: none
}

.text_dot[data-v-18b66ab5] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-18b66ab5 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-18b66ab5 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-18b66ab5] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-18b66ab5] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-18b66ab5] {
  background: #fff 
}

.bat_more.active i[data-v-18b66ab5] {
  color: #000 
}

.btn_no_disabled[data-v-18b66ab5] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-18b66ab5] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-18b66ab5] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-18b66ab5],
.game_bat_2 button[data-v-18b66ab5]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-18b66ab5]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-18b66ab5] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-18b66ab5] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-18b66ab5]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-18b66ab5] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-18b66ab5] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-18b66ab5] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-18b66ab5],
.title_logo[data-v-18b66ab5] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-18b66ab5] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-18b66ab5] {
  height: 22px
}

.tab[data-v-18b66ab5] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-18b66ab5]:last-child {
  width: 100%
}

.tab li[data-v-18b66ab5]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-18b66ab5] {
  width: 50%
}

.tab li[data-v-18b66ab5]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-18b66ab5] {
  width: 33.333333333333%
}

.tab li[data-v-18b66ab5]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-18b66ab5] {
  width: 25%
}

.tab li[data-v-18b66ab5]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-18b66ab5] {
  width: 20%
}

.tab li[data-v-18b66ab5]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-18b66ab5] {
  width: 16.66666666666667%
}

.tab li button[data-v-18b66ab5] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-18b66ab5] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-18b66ab5]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-18b66ab5] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-18b66ab5] {
  border: 0
}

.wrap_sports_detail li[data-v-18b66ab5] {
  width: 100%
}

.wrap_sports_detail li[data-v-18b66ab5]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-18b66ab5]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-18b66ab5] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-18b66ab5] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-18b66ab5],
.detail_num>button[data-v-18b66ab5] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-18b66ab5] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-18b66ab5] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-18b66ab5]:last-child {
  width: 100%
}

.detail_num button[data-v-18b66ab5]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-18b66ab5] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-18b66ab5]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-18b66ab5] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-18b66ab5] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-18b66ab5] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-18b66ab5] {
  color: #fff 
}

.detail_num>button .up[data-v-18b66ab5]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-18b66ab5]:after,
.detail_num>button .up[data-v-18b66ab5]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-18b66ab5 1s ease-in-out 5;
  animation: blink-data-v-18b66ab5 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-18b66ab5]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-18b66ab5] {
  background: #f4053a
}

.detail_num>button.active i[data-v-18b66ab5] {
  color: #000
}

.detail_num>button .text-allocation[data-v-18b66ab5] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-18b66ab5] {
  color: #000 
}

.sports_bet_close[data-v-18b66ab5] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-18b66ab5],
.sports_bet_close[data-v-18b66ab5]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-18b66ab5]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-18b66ab5] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-18b66ab5],
.sports_bet_close_all[data-v-18b66ab5]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-18b66ab5]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-18b66ab5] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-18b66ab5]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-18b66ab5] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-18b66ab5]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-18b66ab5] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-18b66ab5],
.market_all_close[data-v-18b66ab5]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-18b66ab5]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-18b66ab5] {
    display: none
  }
}

.vjs-control-bar[data-v-18b66ab5] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-18b66ab5] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-18b66ab5] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-18b66ab5] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-18b66ab5]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-18b66ab5] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-18b66ab5]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-18b66ab5] {
  color: #fff 
}

.vjs-big-play-button[data-v-18b66ab5]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-18b66ab5],
  .detail_num button[data-v-18b66ab5]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-18b66ab5] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-18b66ab5]:nth-of-type(2),
  .game_bat button[data-v-18b66ab5]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-18b66ab5]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-18b66ab5] {
    width: 100%
  }

  .market_all_close[data-v-18b66ab5]:after,
  .market_domestic_all_close[data-v-18b66ab5]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-18b66ab5],
  .game_bat button:nth-of-type(3) i[data-v-18b66ab5] {
    display: none 
  }
}

.mini_bet_close[data-v-18b66ab5] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-18b66ab5],
.mini_bet_close[data-v-18b66ab5]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-18b66ab5]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-18b66ab5] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-18b66ab5] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-18b66ab5] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-18b66ab5]:first-of-type,
.flex_2dan div[data-v-18b66ab5]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-18b66ab5] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-18b66ab5]:first-of-type,
.flex_3dan div[data-v-18b66ab5]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-18b66ab5]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-18b66ab5] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-18b66ab5] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-18b66ab5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-18b66ab5] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-18b66ab5] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-18b66ab5] {
  height: 40px
}

.mini_game_info[data-v-18b66ab5],
.mini_game_info span[data-v-18b66ab5]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-18b66ab5]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-18b66ab5] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-18b66ab5] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-18b66ab5]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-18b66ab5] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-18b66ab5] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-18b66ab5] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-18b66ab5] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-18b66ab5]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-18b66ab5] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-18b66ab5]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-18b66ab5] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-18b66ab5]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-18b66ab5] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-18b66ab5]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-18b66ab5] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-18b66ab5]:first-child,
.ul_game_item.item_10 li[data-v-18b66ab5]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-18b66ab5]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-18b66ab5] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-18b66ab5],
.ul_game_item button i[data-v-18b66ab5] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-18b66ab5] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-18b66ab5] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-18b66ab5] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-18b66ab5] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-18b66ab5] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-18b66ab5] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-18b66ab5] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-18b66ab5] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-18b66ab5] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-18b66ab5] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-18b66ab5] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-18b66ab5] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-18b66ab5] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-18b66ab5] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-18b66ab5] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-18b66ab5] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-18b66ab5] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-18b66ab5] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-18b66ab5] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-18b66ab5] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-18b66ab5] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-18b66ab5] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-18b66ab5] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-18b66ab5] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-18b66ab5] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-18b66ab5] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-18b66ab5] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-18b66ab5] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-18b66ab5] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-18b66ab5] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-18b66ab5] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-18b66ab5] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-18b66ab5] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-18b66ab5] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-18b66ab5] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-18b66ab5] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-18b66ab5] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-18b66ab5] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-18b66ab5]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-18b66ab5]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-18b66ab5]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-18b66ab5] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-18b66ab5] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-18b66ab5] {
    display: none
  }

  .flex_1dan ul[data-v-18b66ab5] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-18b66ab5]:first-of-type,
  .flex_3dan div[data-v-18b66ab5]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-18b66ab5]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-18b66ab5] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-18b66ab5]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-18b66ab5]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-18b66ab5]:first-of-type,
  .flex_3dan div[data-v-18b66ab5]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-18b66ab5]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-18b66ab5] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-18b66ab5] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-18b66ab5] {
    width: 100%
  }

  .flex_3dan div[data-v-18b66ab5]:first-of-type,
  .flex_3dan div[data-v-18b66ab5]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-18b66ab5]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-18b66ab5] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-18b66ab5] {
    width: 100%
  }

  .ul_game_item2 li[data-v-18b66ab5]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-18b66ab5]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-18b66ab5]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-18b66ab5]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-18b66ab5]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-18b66ab5] {
    padding: 101px 280px 0
  }

  .container_left[data-v-18b66ab5],
  .container_left_md[data-v-18b66ab5],
  .container_right[data-v-18b66ab5] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-18b66ab5]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-18b66ab5]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-18b66ab5]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-18b66ab5]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-18b66ab5] {
    padding-left: 40px
  }

  .container_left[data-v-18b66ab5] {
    display: none
  }

  .btn_left_control[data-v-18b66ab5] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-18b66ab5],
  .btn_left_control i[data-v-18b66ab5] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-18b66ab5] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-18b66ab5] {
    width: 26px
  }

  .btn_left_close[data-v-18b66ab5] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-18b66ab5] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-18b66ab5] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-18b66ab5]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-18b66ab5]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-18b66ab5]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-18b66ab5]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-18b66ab5]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-18b66ab5]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-18b66ab5] {
    display: block
  }

  .no-display-1600[data-v-18b66ab5] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-18b66ab5]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-18b66ab5]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-18b66ab5] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-18b66ab5] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-18b66ab5]:first-of-type,
  .container_center_2_mini>div>div[data-v-18b66ab5]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-18b66ab5] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-18b66ab5]:first-of-type,
  .container_center_3_mini>div>div[data-v-18b66ab5]:nth-of-type(2),
  .container_center_4_mini>div[data-v-18b66ab5]:first-of-type,
  .container_center_4_mini>div[data-v-18b66ab5]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-18b66ab5] {
    padding-right: 0
  }

  .container_right[data-v-18b66ab5] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-18b66ab5] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-18b66ab5] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-18b66ab5] {
    width: 26px
  }

  .container_right .right_screen[data-v-18b66ab5] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-18b66ab5] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-18b66ab5],
  .btn_left_control[data-v-18b66ab5],
  .container_left[data-v-18b66ab5] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-18b66ab5] {
    padding: 0
  }

  .mobile_scroll[data-v-18b66ab5] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-18b66ab5] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-18b66ab5],
.title_info_s[data-v-18b66ab5] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-18b66ab5] {
  font-size: 1.8rem
}

.title_info_s[data-v-18b66ab5]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-18b66ab5] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-18b66ab5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-18b66ab5] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-18b66ab5] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-18b66ab5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-18b66ab5] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-18b66ab5] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-18b66ab5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-18b66ab5] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-18b66ab5] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-18b66ab5] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-18b66ab5] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-18b66ab5] {
  position: relative
}

.sub_visual_wallet img[data-v-18b66ab5] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-18b66ab5] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-18b66ab5] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-18b66ab5] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-18b66ab5] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-18b66ab5]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-18b66ab5],
.menu_wallet>li button[data-v-18b66ab5] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-18b66ab5],
.menu_wallet>li button.active[data-v-18b66ab5] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-18b66ab5] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-18b66ab5]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-18b66ab5] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-18b66ab5] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-18b66ab5] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-18b66ab5] {
  position: relative
}

.wallet_form button[data-v-18b66ab5] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-18b66ab5] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-18b66ab5] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-18b66ab5] {
  background: #141621 
}

h2.title_trade[data-v-18b66ab5] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-18b66ab5] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-18b66ab5] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-18b66ab5] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-18b66ab5],
.result_buy div[data-v-18b66ab5] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-18b66ab5] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-18b66ab5] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-18b66ab5] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-18b66ab5] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-18b66ab5] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-18b66ab5] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-18b66ab5] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-18b66ab5] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-18b66ab5],
.sub_visual.s_02[data-v-18b66ab5],
.sub_visual.s_03[data-v-18b66ab5],
.sub_visual.s_04[data-v-18b66ab5],
.sub_visual.s_05[data-v-18b66ab5],
.sub_visual.s_06[data-v-18b66ab5],
.sub_visual.s_07[data-v-18b66ab5],
.sub_visual.s_08[data-v-18b66ab5] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-18b66ab5] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-18b66ab5] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-18b66ab5] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-18b66ab5],
.sub_menu a[data-v-18b66ab5] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-18b66ab5] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-18b66ab5] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-18b66ab5],
.sub_menu a.nuxt-link-active[data-v-18b66ab5] {
  color: #e32028
}

.sub_tab ul[data-v-18b66ab5] {
  overflow: hidden
}

.sub_tab ul li[data-v-18b66ab5] {
  float: left
}

.sub_tab ul li a[data-v-18b66ab5] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-18b66ab5],
.sub_tab ul li a.active[data-v-18b66ab5] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-18b66ab5]:before,
.sub_tab ul li a.active[data-v-18b66ab5]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-18b66ab5] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-18b66ab5] {
  font-size: 2.2rem
}

.title_big[data-v-18b66ab5],
.title_normal[data-v-18b66ab5] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-18b66ab5] {
  font-size: 1.8rem
}

.title_small[data-v-18b66ab5] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-18b66ab5] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-18b66ab5] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-18b66ab5],
.title_tiny[data-v-18b66ab5] {
  position: relative;
  color: #fff
}

.title_sub[data-v-18b66ab5] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-18b66ab5]:before {
  bottom: -5px
}

.title_sub[data-v-18b66ab5]:after,
.title_sub[data-v-18b66ab5]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-18b66ab5]:after {
  bottom: -3px
}

.title_sub_1[data-v-18b66ab5] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-18b66ab5]:before {
  bottom: -5px
}

.title_sub_1[data-v-18b66ab5]:after,
.title_sub_1[data-v-18b66ab5]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-18b66ab5]:after {
  bottom: -3px
}

.title_sm[data-v-18b66ab5] {
  display: none
}

.title_hexa[data-v-18b66ab5] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-18b66ab5],
.title_hexa i[data-v-18b66ab5] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-18b66ab5] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-18b66ab5] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-18b66ab5] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-18b66ab5],
.title_hexa.t_on i[data-v-18b66ab5] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-18b66ab5] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-18b66ab5] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-18b66ab5] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-18b66ab5] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-18b66ab5] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-18b66ab5] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-18b66ab5] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-18b66ab5]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-18b66ab5]:first-of-type,
.sports_list li>div[data-v-18b66ab5]:nth-of-type(2),
.sports_list li>div[data-v-18b66ab5]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-18b66ab5] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-18b66ab5]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-18b66ab5] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-18b66ab5] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-18b66ab5] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-18b66ab5]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-18b66ab5] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-18b66ab5] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-18b66ab5] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-18b66ab5],
.game_bat button[data-v-18b66ab5] {
  position: relative
}

.game_bat button[data-v-18b66ab5]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-18b66ab5] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-18b66ab5] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-18b66ab5] {
  margin-right: 5px
}

.game_bat button[data-v-18b66ab5]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-18b66ab5] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-18b66ab5] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-18b66ab5] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-18b66ab5],
.game_bat button:nth-of-type(3) i img[data-v-18b66ab5] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-18b66ab5] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-18b66ab5]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-18b66ab5]:nth-of-type(2),
.game_bat button[data-v-18b66ab5]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-18b66ab5]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-18b66ab5],
.game_bat button.active[data-v-18b66ab5] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-18b66ab5]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-18b66ab5]:after,
.game_bat button:first-of-type .up[data-v-18b66ab5]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-18b66ab5 1s ease-in-out 5;
  animation: blink-data-v-18b66ab5 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-18b66ab5]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-18b66ab5]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-18b66ab5]:after,
.game_bat button:nth-of-type(2) .up[data-v-18b66ab5]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-18b66ab5 1s ease-in-out 5;
  animation: blink-data-v-18b66ab5 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-18b66ab5]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-18b66ab5]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-18b66ab5]:after,
.game_bat button:nth-of-type(3) .up[data-v-18b66ab5]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-18b66ab5 1s ease-in-out 5;
  animation: blink-data-v-18b66ab5 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-18b66ab5]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-18b66ab5] {
  padding: 0
}

.box_folder[data-v-18b66ab5],
.box_folder button[data-v-18b66ab5] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-18b66ab5] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-18b66ab5] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-18b66ab5]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-18b66ab5] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-18b66ab5]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-18b66ab5] {
  flex-wrap: wrap
}

.bank_info[data-v-18b66ab5],
.bank_info li[data-v-18b66ab5] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-18b66ab5] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-18b66ab5]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-18b66ab5] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-18b66ab5] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-18b66ab5] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-18b66ab5] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-18b66ab5] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-18b66ab5] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-18b66ab5] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-18b66ab5] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-18b66ab5] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-18b66ab5] {
  margin-right: 10px
}

.box_text_type_1[data-v-18b66ab5] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-18b66ab5],
.box_text_type_1 i[data-v-18b66ab5] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-18b66ab5] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-18b66ab5] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-18b66ab5],
.wl_tip[data-v-18b66ab5] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-18b66ab5],
.wl_tip ul li[data-v-18b66ab5] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-18b66ab5] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-18b66ab5] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-18b66ab5] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-18b66ab5],
.wl_waring ul li[data-v-18b66ab5] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-18b66ab5] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-18b66ab5] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-18b66ab5] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-18b66ab5] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-18b66ab5] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-18b66ab5] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-18b66ab5 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-18b66ab5 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-18b66ab5] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-18b66ab5] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-18b66ab5] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-18b66ab5],
.box_fx_buy_sell[data-v-18b66ab5],
.box_fx_result[data-v-18b66ab5],
.box_leverage_result[data-v-18b66ab5],
.current_time[data-v-18b66ab5],
.tab_box[data-v-18b66ab5],
.tab_time[data-v-18b66ab5] {
  position: relative
}

.copilot[data-v-18b66ab5] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-18b66ab5],
.copilot[data-v-18b66ab5]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-18b66ab5]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-18b66ab5] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-18b66ab5] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-18b66ab5] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-18b66ab5] {
  padding: 20px 15px
}

.copilot_foot[data-v-18b66ab5],
.copilot_foot button[data-v-18b66ab5] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-18b66ab5] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-18b66ab5] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-18b66ab5],
.copilot.step_2[data-v-18b66ab5] {
  top: 50px
}

.copilot.step_3[data-v-18b66ab5],
.copilot.step_4[data-v-18b66ab5],
.copilot.step_6[data-v-18b66ab5],
.copilot.step_7[data-v-18b66ab5],
.copilot.step_8[data-v-18b66ab5] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-18b66ab5] {
  top: 40px
}

.box_info_1[data-v-18b66ab5] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-18b66ab5] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-18b66ab5] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-18b66ab5]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-18b66ab5] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-18b66ab5] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-18b66ab5] {
  height: 40px
}

.title_guide_1 span[data-v-18b66ab5] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-18b66ab5] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-18b66ab5] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-18b66ab5] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-18b66ab5] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-18b66ab5] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-18b66ab5 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-18b66ab5 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-18b66ab5]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-18b66ab5]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-18b66ab5]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-18b66ab5]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-18b66ab5]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-18b66ab5 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-18b66ab5 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-18b66ab5] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-18b66ab5] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-18b66ab5] {
    margin-top: 0
  }

  .sub_visual[data-v-18b66ab5] {
    display: none
  }

  .box_sub_title[data-v-18b66ab5] {
    padding: 0 20px
  }

  .box_sub_container[data-v-18b66ab5] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-18b66ab5] {
    display: block
  }

  .title_sub[data-v-18b66ab5] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-18b66ab5]:before {
    bottom: -5px
  }

  .title_sub[data-v-18b66ab5]:after,
  .title_sub[data-v-18b66ab5]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-18b66ab5]:after {
    bottom: -3px
  }

  .sub_menu[data-v-18b66ab5] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-18b66ab5] {
    padding: 0
  }

  .box_sub_container[data-v-18b66ab5] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-18b66ab5] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-18b66ab5] {
    display: none
  }

  .box_bg_deep[data-v-18b66ab5] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-18b66ab5] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-18b66ab5] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-18b66ab5] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-18b66ab5],
  .result_buy div[data-v-18b66ab5] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-18b66ab5] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-18b66ab5] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-18b66ab5] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-18b66ab5] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-18b66ab5] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-18b66ab5] {
    padding: 0 5px
  }

  .box_folder button[data-v-18b66ab5] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-18b66ab5] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-18b66ab5] {
    padding: 0
  }

  .pagenation_type_1[data-v-18b66ab5] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-18b66ab5] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-18b66ab5] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-18b66ab5] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-18b66ab5],
  .pagenation_type_1 .btn_last[data-v-18b66ab5],
  .pagenation_type_1 .btn_next[data-v-18b66ab5],
  .pagenation_type_1 .btn_prev[data-v-18b66ab5] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-18b66ab5] {
    color: #bbb
  }

  .title_medium[data-v-18b66ab5] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-18b66ab5]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-18b66ab5]:first-of-type:hover,
  .game_bat.bet_three button[data-v-18b66ab5]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-18b66ab5]:nth-of-type(3):hover,
  .game_bat button[data-v-18b66ab5]:first-of-type:hover,
  .game_bat button[data-v-18b66ab5]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-18b66ab5],
  .game_bat button.active span[data-v-18b66ab5],
  .game_bat button:hover span[data-v-18b66ab5] {
    color: #fff 
  }

  .bat_more[data-v-18b66ab5]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-18b66ab5],
  .bat_more[disabled][data-v-18b66ab5]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-18b66ab5]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-18b66ab5]:first-of-type:hover,
  .game_bat_2 button[data-v-18b66ab5]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-18b66ab5],
  .game_bat_2 button.active[data-v-18b66ab5]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-18b66ab5]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-18b66ab5] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-18b66ab5] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-18b66ab5]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-18b66ab5]:hover,
  .pagenation_type_1 .btn_last[data-v-18b66ab5]:hover,
  .pagenation_type_1 .btn_next[data-v-18b66ab5]:hover,
  .pagenation_type_1 .btn_prev[data-v-18b66ab5]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-18b66ab5]:hover,
  .ul_game_item button[data-v-18b66ab5]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.box_popup_type[data-v-18b66ab5] {
  border-radius: 0;
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 25px 40px
}

.h_line[data-v-18b66ab5] {
  height: 1px;
  background: #ccc;
  margin: 10px 0 20px;
  padding: 0
}

.sub_visual_other[data-v-18b66ab5] {
  position: relative
}

.sub_visual_other img[data-v-18b66ab5] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_other div[data-v-18b66ab5] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 5px
}

.sub_visual_other div span em[data-v-18b66ab5] {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: inherit
}

.sub_visual_other div span em[data-v-18b66ab5]:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #e32028;
  margin: 0 15px;
  border-left: 1px solid #e32028
}

.sub_visual_other div span i[data-v-18b66ab5] {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300
}

.box_profile[data-v-18b66ab5] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%
}

.box_profile>div[data-v-18b66ab5] {
  width: calc(50% - 15px)
}

.box_profile>span[data-v-18b66ab5] {
  width: 1px;
  background: #000
}

.profile_info[data-v-18b66ab5] {
  background: rgba(0, 0, 0, .3);
  padding: 10px 20px
}

.profile_info>div[data-v-18b66ab5] {
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%
}

.profile_info>div[data-v-18b66ab5],
.profile_info>div div[data-v-18b66ab5] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start
}

.profile_info>div div[data-v-18b66ab5] {
  position: relative;
  align-items: center;
  width: 50%;
  padding: 15px;
  margin-bottom: 1px
}

.profile_info>div div[data-v-18b66ab5]:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #e32028;
  margin-top: -2px
}

.profile_info div em[data-v-18b66ab5] {
  width: 100px;
  color: #9a9aa7
}

.profile_info div em[data-v-18b66ab5],
.profile_info div span[data-v-18b66ab5] {
  display: block;
  font-size: 1.5rem;
  text-align: left
}

.profile_info div span[data-v-18b66ab5] {
  color: #fff
}

.profile_info>div:nth-child(2) div:first-child span[data-v-18b66ab5] {
  color: #ffc92f
}

.profile_info>div:nth-child(2) div:nth-child(2) span[data-v-18b66ab5] {
  color: #fff
}

.quick_link[data-v-18b66ab5] {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.quick_link[data-v-18b66ab5],
.quick_link a[data-v-18b66ab5] {
  display: flex;
  align-items: center
}

.quick_link a[data-v-18b66ab5] {
  flex-direction: column;
  width: calc(25% - 10px);
  border: 1px solid #67b628;
  background: rgba(0, 0, 0, .05);
  border-radius: 4px;
  margin: 0 2px;
  padding: 10px 0
}

.quick_link a i[data-v-18b66ab5] {
  font-size: 2.8rem;
  color: #a9da2b;
  margin-bottom: 5px
}

.quick_link a span[data-v-18b66ab5] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400
}

.quick_link a b[data-v-18b66ab5] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 22px;
  color: #000;
  background: #fff;
  border-radius: 12px;
  padding-bottom: 2px;
  margin-top: 10px
}

@media (max-width:1920px) {
  .box_profile>div[data-v-18b66ab5]:first-of-type {
    width: 660px
  }

  .box_profile>div[data-v-18b66ab5]:nth-of-type(2) {
    width: calc(100% - 670px)
  }
}

@media (max-width:1439px) {
  .profile_info>div[data-v-18b66ab5] {
    align-items: flex-start;
    flex-wrap: wrap
  }

  .profile_info>div[data-v-18b66ab5],
  .profile_info>div div[data-v-18b66ab5] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%
  }

  .profile_info>div div[data-v-18b66ab5] {
    position: relative;
    align-items: center;
    padding: 15px;
    margin-bottom: 1px
  }

  .profile_info div em[data-v-18b66ab5] {
    width: 100px
  }

  .profile_info div em[data-v-18b66ab5],
  .profile_info div span[data-v-18b66ab5] {
    display: block;
    font-size: 1.5rem;
    text-align: left
  }

  .box_profile>div[data-v-18b66ab5]:first-of-type {
    width: 100%
  }

  .box_profile>div[data-v-18b66ab5]:nth-of-type(2) {
    width: 100%;
    display: none
  }
}

@media (max-width:991px) {
  .sub_visual_other img[data-v-18b66ab5] {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .sub_visual_other div[data-v-18b66ab5] {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px 5px
  }

  .sub_visual_other div span em[data-v-18b66ab5] {
    font-size: 2.4rem
  }

  .sub_visual_other div span em[data-v-18b66ab5]:after {
    height: 20px
  }

  .sub_visual_other div span i[data-v-18b66ab5] {
    font-size: 1.8rem
  }

  .box_profile[data-v-18b66ab5] {
    height: auto
  }

  .box_profile>div[data-v-18b66ab5] {
    width: 100%
  }

  .box_profile>span[data-v-18b66ab5] {
    width: 100% ;
    height: 1px;
    background: #000
  }
}

@media (max-width:767px) {
  .profile_info>div div[data-v-18b66ab5] {
    padding: 10px
  }

  .quick_link a[data-v-18b66ab5] {
    width: calc(50% - 8px)
  }

  .quick_link a[data-v-18b66ab5]:nth-of-type(3),
  .quick_link a[data-v-18b66ab5]:nth-of-type(4) {
    margin-top: 8px
  }

  .quick_link a i[data-v-18b66ab5] {
    font-size: 2.4rem
  }

  .quick_link a span[data-v-18b66ab5] {
    font-size: 1.5rem
  }
}

@media (min-width:768px) {
  .quick_link a:hover i[data-v-18b66ab5] {
    color: #fff
  }

  .quick_link a[data-v-18b66ab5]:hover {
    border: 1px solid #67b628;
    background: linear-gradient(90deg, #67b628, #a9da2b)
  }

  .quick_link a:hover b[data-v-18b66ab5] {
    color: #67b628
  }
}
body [data-v-48a007d6] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-48a007d6]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-48a007d6]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-48a007d6] {
  max-width: 1440px
}

.page-enter-active[data-v-48a007d6],
.page-leave-active[data-v-48a007d6] {
  transition: opacity .1s
}

.page-enter[data-v-48a007d6],
.page-leave-to[data-v-48a007d6] {
  opacity: 0
}

.b1[data-v-48a007d6] {
  border: 1px solid red
}

.width-btn-100[data-v-48a007d6] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-48a007d6] {
  color: #e32028 
}

.main-color1-normal[data-v-48a007d6] {
  color: #ff2152 
}

.main-color1-text[data-v-48a007d6] {
  color: #ff9710 
}

.main-color1-deep[data-v-48a007d6] {
  color: #ff6900 
}

.main-color1-light[data-v-48a007d6] {
  color: #ff542e 
}

.color-white[data-v-48a007d6] {
  color: #fff 
}

.main-color2-light[data-v-48a007d6] {
  color: #a9da2b 
}

.main-color2[data-v-48a007d6] {
  color: #67b628 
}

.main_color3_light[data-v-48a007d6] {
  color: #ffc92f 
}

.main-color3[data-v-48a007d6] {
  color: #febd02 
}

.main-color4[data-v-48a007d6] {
  color: #7e93a6 
}

.main-color5-light[data-v-48a007d6] {
  color: #42deda 
}

.main-color5[data-v-48a007d6] {
  color: #01c8de 
}

.color-grey[data-v-48a007d6] {
  color: #676c71 
}

.color-lightgrey[data-v-48a007d6] {
  color: #ababab 
}

.color-deepgrey[data-v-48a007d6] {
  color: #20222b 
}

.color-text-verylight[data-v-48a007d6] {
  color: #80a7b8 
}

.color-text-light[data-v-48a007d6] {
  color: #9a9aa7 
}

.color-text[data-v-48a007d6] {
  color: #797986 
}

.color-text-deep[data-v-48a007d6] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-48a007d6] {
  color: #2f3b49 
}

.c_default[data-v-48a007d6] {
  color: #fff 
}

.c_high[data-v-48a007d6] {
  color: #ff1717 
}

.c_low[data-v-48a007d6] {
  color: #0bf 
}

.c_buy_light[data-v-48a007d6] {
  color: #fe5159 
}

.c_buy[data-v-48a007d6] {
  color: #f14f57 
}

.bg_c_buy[data-v-48a007d6] {
  background: #f14f57
}

.c_sell_light[data-v-48a007d6] {
  color: #349bf0 
}

.c_sell[data-v-48a007d6] {
  color: #3488db 
}

.bg_c_sell[data-v-48a007d6] {
  background: #3488db
}

.c_ing[data-v-48a007d6] {
  color: #fff 
}

.bg_ing[data-v-48a007d6],
.bg_wait[data-v-48a007d6] {
  background: #7e93a6 
}

.bg_background_deep[data-v-48a007d6] {
  background: #000
}

.c_success[data-v-48a007d6] {
  color: #1478f2 
}

.bg_success[data-v-48a007d6] {
  background: #1478f2 
}

.c_complete[data-v-48a007d6] {
  color: #fff 
}

.c_fail[data-v-48a007d6] {
  color: #ff1e1e 
}

.bg_fail[data-v-48a007d6] {
  background: #ff1e1e 
}

.c_cancel[data-v-48a007d6] {
  color: #ff6900 
}

.bg_cancel[data-v-48a007d6] {
  background: #ff6900 
}

.c_error[data-v-48a007d6] {
  color: #ff6900 
}

.c_invaild[data-v-48a007d6] {
  color: #999 
}

.bg_invaild[data-v-48a007d6] {
  background: #666 
}

.bg_main[data-v-48a007d6] {
  background: #e32028 
}

.bg_green_gra[data-v-48a007d6] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-48a007d6] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-48a007d6] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-48a007d6] {
  color: #ff5266 
}

.c_deposit_light[data-v-48a007d6] {
  color: #a9da2b 
}

.c_deposit[data-v-48a007d6] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-48a007d6] {
  color: #ff8520 
}

.c_withdrawal[data-v-48a007d6] {
  color: #ff6900 
}

.c_green[data-v-48a007d6] {
  color: #009b1b 
}

.c_red[data-v-48a007d6] {
  color: red 
}

.c_blue[data-v-48a007d6] {
  color: #febd02 
}

.c_black[data-v-48a007d6] {
  color: #000 
}

.bg_white[data-v-48a007d6] {
  background: #fff 
}

.bg_green[data-v-48a007d6] {
  background: #6dcb1b 
}

.box_c_ing[data-v-48a007d6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-48a007d6] {
  background: #f14f57
}

.box_c_buy[data-v-48a007d6],
.box_c_invaild[data-v-48a007d6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-48a007d6] {
  background: #999
}

.box_c_sell[data-v-48a007d6] {
  background: #3488db
}

.box_c_sell[data-v-48a007d6],
.box_c_success[data-v-48a007d6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-48a007d6] {
  background: #ff6900
}

.box_c_fail[data-v-48a007d6] {
  background: #67b628
}

.box_c_extedn[data-v-48a007d6],
.box_c_fail[data-v-48a007d6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-48a007d6] {
  background: #43586c
}

.ps__rail-x[data-v-48a007d6] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-48a007d6],
.ps__rail-y[data-v-48a007d6] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-48a007d6] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-48a007d6],
.ps--active-y>.ps__rail-y[data-v-48a007d6] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-48a007d6],
.ps--focus>.ps__rail-y[data-v-48a007d6],
.ps--scrolling-x>.ps__rail-x[data-v-48a007d6],
.ps--scrolling-y>.ps__rail-y[data-v-48a007d6],
.ps:hover>.ps__rail-x[data-v-48a007d6],
.ps:hover>.ps__rail-y[data-v-48a007d6] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-48a007d6],
.ps.ps__rail-x[data-v-48a007d6]:focus,
.ps.ps__rail-x[data-v-48a007d6]:hover,
.ps.ps__rail-y.ps--clicking[data-v-48a007d6],
.ps.ps__rail-y[data-v-48a007d6]:focus,
.ps.ps__rail-y[data-v-48a007d6]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-48a007d6] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-48a007d6],
.ps__thumb-y[data-v-48a007d6] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-48a007d6] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-48a007d6],
.ps__rail-x:focus>.ps__thumb-x[data-v-48a007d6],
.ps__rail-x:hover>.ps__thumb-x[data-v-48a007d6] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-48a007d6],
.ps__rail-y:focus>.ps__thumb-y[data-v-48a007d6],
.ps__rail-y:hover>.ps__thumb-y[data-v-48a007d6] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-48a007d6] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-48a007d6] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-48a007d6] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-48a007d6] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-48a007d6] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-48a007d6] {
  display: none 
}

.toast-top-center[data-v-48a007d6] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-48a007d6] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-48a007d6] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-48a007d6] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-48a007d6] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-48a007d6],
.pagenation_type_1 .btn_last[data-v-48a007d6],
.pagenation_type_1 .btn_next[data-v-48a007d6],
.pagenation_type_1 .btn_prev[data-v-48a007d6] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-48a007d6] {
  color: #bbb
}

.wrap_type_3[data-v-48a007d6] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-48a007d6] {
  background: #0b0c10
}

.container_left[data-v-48a007d6],
.container_left_md[data-v-48a007d6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-48a007d6] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-48a007d6] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-48a007d6] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-48a007d6] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-48a007d6]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-48a007d6] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-48a007d6] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-48a007d6] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-48a007d6] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-48a007d6]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-48a007d6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-48a007d6],
.container_center_3_mini>div[data-v-48a007d6] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-48a007d6] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-48a007d6]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-48a007d6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-48a007d6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-48a007d6]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-48a007d6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-48a007d6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-48a007d6]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-48a007d6]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-48a007d6] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-48a007d6] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-48a007d6],
.bg_grad_1_x[data-v-48a007d6] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-48a007d6] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-48a007d6] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-48a007d6] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-48a007d6],
.bg_normal_2[data-v-48a007d6] {
  background: #141621
}

.btn_left_close[data-v-48a007d6],
.btn_left_control[data-v-48a007d6],
.btn_right_close[data-v-48a007d6],
.right_screen[data-v-48a007d6] {
  display: none
}

.box_logo[data-v-48a007d6] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-48a007d6] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-48a007d6] {
  display: none
}

.text_dot[data-v-48a007d6] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-48a007d6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-48a007d6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-48a007d6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-48a007d6] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-48a007d6] {
  background: #fff 
}

.bat_more.active i[data-v-48a007d6] {
  color: #000 
}

.btn_no_disabled[data-v-48a007d6] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-48a007d6] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-48a007d6] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-48a007d6],
.game_bat_2 button[data-v-48a007d6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-48a007d6]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-48a007d6] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-48a007d6] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-48a007d6]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-48a007d6] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-48a007d6] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-48a007d6] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-48a007d6],
.title_logo[data-v-48a007d6] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-48a007d6] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-48a007d6] {
  height: 22px
}

.tab[data-v-48a007d6] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-48a007d6]:last-child {
  width: 100%
}

.tab li[data-v-48a007d6]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-48a007d6] {
  width: 50%
}

.tab li[data-v-48a007d6]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-48a007d6] {
  width: 33.333333333333%
}

.tab li[data-v-48a007d6]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-48a007d6] {
  width: 25%
}

.tab li[data-v-48a007d6]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-48a007d6] {
  width: 20%
}

.tab li[data-v-48a007d6]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-48a007d6] {
  width: 16.66666666666667%
}

.tab li button[data-v-48a007d6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-48a007d6] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-48a007d6]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-48a007d6] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-48a007d6] {
  border: 0
}

.wrap_sports_detail li[data-v-48a007d6] {
  width: 100%
}

.wrap_sports_detail li[data-v-48a007d6]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-48a007d6]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-48a007d6] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-48a007d6] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-48a007d6],
.detail_num>button[data-v-48a007d6] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-48a007d6] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-48a007d6] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-48a007d6]:last-child {
  width: 100%
}

.detail_num button[data-v-48a007d6]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-48a007d6] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-48a007d6]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-48a007d6] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-48a007d6] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-48a007d6] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-48a007d6] {
  color: #fff 
}

.detail_num>button .up[data-v-48a007d6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-48a007d6]:after,
.detail_num>button .up[data-v-48a007d6]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-48a007d6 1s ease-in-out 5;
  animation: blink-data-v-48a007d6 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-48a007d6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-48a007d6] {
  background: #f4053a
}

.detail_num>button.active i[data-v-48a007d6] {
  color: #000
}

.detail_num>button .text-allocation[data-v-48a007d6] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-48a007d6] {
  color: #000 
}

.sports_bet_close[data-v-48a007d6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-48a007d6],
.sports_bet_close[data-v-48a007d6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-48a007d6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-48a007d6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-48a007d6],
.sports_bet_close_all[data-v-48a007d6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-48a007d6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-48a007d6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-48a007d6]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-48a007d6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-48a007d6]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-48a007d6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-48a007d6],
.market_all_close[data-v-48a007d6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-48a007d6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-48a007d6] {
    display: none
  }
}

.vjs-control-bar[data-v-48a007d6] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-48a007d6] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-48a007d6] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-48a007d6] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-48a007d6]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-48a007d6] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-48a007d6]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-48a007d6] {
  color: #fff 
}

.vjs-big-play-button[data-v-48a007d6]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-48a007d6],
  .detail_num button[data-v-48a007d6]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-48a007d6] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-48a007d6]:nth-of-type(2),
  .game_bat button[data-v-48a007d6]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-48a007d6]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-48a007d6] {
    width: 100%
  }

  .market_all_close[data-v-48a007d6]:after,
  .market_domestic_all_close[data-v-48a007d6]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-48a007d6],
  .game_bat button:nth-of-type(3) i[data-v-48a007d6] {
    display: none 
  }
}

.mini_bet_close[data-v-48a007d6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-48a007d6],
.mini_bet_close[data-v-48a007d6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-48a007d6]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-48a007d6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-48a007d6] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-48a007d6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-48a007d6]:first-of-type,
.flex_2dan div[data-v-48a007d6]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-48a007d6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-48a007d6]:first-of-type,
.flex_3dan div[data-v-48a007d6]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-48a007d6]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-48a007d6] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-48a007d6] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-48a007d6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-48a007d6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-48a007d6] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-48a007d6] {
  height: 40px
}

.mini_game_info[data-v-48a007d6],
.mini_game_info span[data-v-48a007d6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-48a007d6]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-48a007d6] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-48a007d6] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-48a007d6]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-48a007d6] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-48a007d6] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-48a007d6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-48a007d6] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-48a007d6]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-48a007d6] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-48a007d6]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-48a007d6] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-48a007d6]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-48a007d6] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-48a007d6]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-48a007d6] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-48a007d6]:first-child,
.ul_game_item.item_10 li[data-v-48a007d6]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-48a007d6]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-48a007d6] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-48a007d6],
.ul_game_item button i[data-v-48a007d6] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-48a007d6] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-48a007d6] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-48a007d6] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-48a007d6] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-48a007d6] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-48a007d6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-48a007d6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-48a007d6] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-48a007d6] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-48a007d6] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-48a007d6] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-48a007d6] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-48a007d6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-48a007d6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-48a007d6] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-48a007d6] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-48a007d6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-48a007d6] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-48a007d6] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-48a007d6] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-48a007d6] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-48a007d6] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-48a007d6] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-48a007d6] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-48a007d6] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-48a007d6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-48a007d6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-48a007d6] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-48a007d6] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-48a007d6] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-48a007d6] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-48a007d6] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-48a007d6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-48a007d6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-48a007d6] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-48a007d6] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-48a007d6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-48a007d6] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-48a007d6]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-48a007d6]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-48a007d6]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-48a007d6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-48a007d6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-48a007d6] {
    display: none
  }

  .flex_1dan ul[data-v-48a007d6] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-48a007d6]:first-of-type,
  .flex_3dan div[data-v-48a007d6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-48a007d6]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-48a007d6] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-48a007d6]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-48a007d6]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-48a007d6]:first-of-type,
  .flex_3dan div[data-v-48a007d6]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-48a007d6]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-48a007d6] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-48a007d6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-48a007d6] {
    width: 100%
  }

  .flex_3dan div[data-v-48a007d6]:first-of-type,
  .flex_3dan div[data-v-48a007d6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-48a007d6]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-48a007d6] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-48a007d6] {
    width: 100%
  }

  .ul_game_item2 li[data-v-48a007d6]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-48a007d6]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-48a007d6]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-48a007d6]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-48a007d6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-48a007d6] {
    padding: 101px 280px 0
  }

  .container_left[data-v-48a007d6],
  .container_left_md[data-v-48a007d6],
  .container_right[data-v-48a007d6] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-48a007d6]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-48a007d6]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-48a007d6]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-48a007d6]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-48a007d6] {
    padding-left: 40px
  }

  .container_left[data-v-48a007d6] {
    display: none
  }

  .btn_left_control[data-v-48a007d6] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-48a007d6],
  .btn_left_control i[data-v-48a007d6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-48a007d6] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-48a007d6] {
    width: 26px
  }

  .btn_left_close[data-v-48a007d6] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-48a007d6] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-48a007d6] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-48a007d6]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-48a007d6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-48a007d6]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-48a007d6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-48a007d6]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-48a007d6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-48a007d6] {
    display: block
  }

  .no-display-1600[data-v-48a007d6] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-48a007d6]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-48a007d6]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-48a007d6] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-48a007d6] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-48a007d6]:first-of-type,
  .container_center_2_mini>div>div[data-v-48a007d6]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-48a007d6] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-48a007d6]:first-of-type,
  .container_center_3_mini>div>div[data-v-48a007d6]:nth-of-type(2),
  .container_center_4_mini>div[data-v-48a007d6]:first-of-type,
  .container_center_4_mini>div[data-v-48a007d6]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-48a007d6] {
    padding-right: 0
  }

  .container_right[data-v-48a007d6] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-48a007d6] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-48a007d6] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-48a007d6] {
    width: 26px
  }

  .container_right .right_screen[data-v-48a007d6] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-48a007d6] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-48a007d6],
  .btn_left_control[data-v-48a007d6],
  .container_left[data-v-48a007d6] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-48a007d6] {
    padding: 0
  }

  .mobile_scroll[data-v-48a007d6] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-48a007d6] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-48a007d6],
.title_info_s[data-v-48a007d6] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-48a007d6] {
  font-size: 1.8rem
}

.title_info_s[data-v-48a007d6]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-48a007d6] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-48a007d6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-48a007d6] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-48a007d6] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-48a007d6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-48a007d6] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-48a007d6] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-48a007d6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-48a007d6] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-48a007d6] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-48a007d6] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-48a007d6] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-48a007d6] {
  position: relative
}

.sub_visual_wallet img[data-v-48a007d6] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-48a007d6] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-48a007d6] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-48a007d6] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-48a007d6] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-48a007d6]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-48a007d6],
.menu_wallet>li button[data-v-48a007d6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-48a007d6],
.menu_wallet>li button.active[data-v-48a007d6] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-48a007d6] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-48a007d6]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-48a007d6] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-48a007d6] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-48a007d6] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-48a007d6] {
  position: relative
}

.wallet_form button[data-v-48a007d6] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-48a007d6] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-48a007d6] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-48a007d6] {
  background: #141621 
}

h2.title_trade[data-v-48a007d6] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-48a007d6] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-48a007d6] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-48a007d6] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-48a007d6],
.result_buy div[data-v-48a007d6] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-48a007d6] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-48a007d6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-48a007d6] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-48a007d6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-48a007d6] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-48a007d6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-48a007d6] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-48a007d6] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-48a007d6],
.sub_visual.s_02[data-v-48a007d6],
.sub_visual.s_03[data-v-48a007d6],
.sub_visual.s_04[data-v-48a007d6],
.sub_visual.s_05[data-v-48a007d6],
.sub_visual.s_06[data-v-48a007d6],
.sub_visual.s_07[data-v-48a007d6],
.sub_visual.s_08[data-v-48a007d6] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-48a007d6] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-48a007d6] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-48a007d6] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-48a007d6],
.sub_menu a[data-v-48a007d6] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-48a007d6] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-48a007d6] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-48a007d6],
.sub_menu a.nuxt-link-active[data-v-48a007d6] {
  color: #e32028
}

.sub_tab ul[data-v-48a007d6] {
  overflow: hidden
}

.sub_tab ul li[data-v-48a007d6] {
  float: left
}

.sub_tab ul li a[data-v-48a007d6] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-48a007d6],
.sub_tab ul li a.active[data-v-48a007d6] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-48a007d6]:before,
.sub_tab ul li a.active[data-v-48a007d6]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-48a007d6] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-48a007d6] {
  font-size: 2.2rem
}

.title_big[data-v-48a007d6],
.title_normal[data-v-48a007d6] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-48a007d6] {
  font-size: 1.8rem
}

.title_small[data-v-48a007d6] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-48a007d6] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-48a007d6] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-48a007d6],
.title_tiny[data-v-48a007d6] {
  position: relative;
  color: #fff
}

.title_sub[data-v-48a007d6] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-48a007d6]:before {
  bottom: -5px
}

.title_sub[data-v-48a007d6]:after,
.title_sub[data-v-48a007d6]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-48a007d6]:after {
  bottom: -3px
}

.title_sub_1[data-v-48a007d6] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-48a007d6]:before {
  bottom: -5px
}

.title_sub_1[data-v-48a007d6]:after,
.title_sub_1[data-v-48a007d6]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-48a007d6]:after {
  bottom: -3px
}

.title_sm[data-v-48a007d6] {
  display: none
}

.title_hexa[data-v-48a007d6] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-48a007d6],
.title_hexa i[data-v-48a007d6] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-48a007d6] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-48a007d6] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-48a007d6] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-48a007d6],
.title_hexa.t_on i[data-v-48a007d6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-48a007d6] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-48a007d6] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-48a007d6] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-48a007d6] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-48a007d6] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-48a007d6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-48a007d6] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-48a007d6]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-48a007d6]:first-of-type,
.sports_list li>div[data-v-48a007d6]:nth-of-type(2),
.sports_list li>div[data-v-48a007d6]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-48a007d6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-48a007d6]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-48a007d6] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-48a007d6] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-48a007d6] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-48a007d6]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-48a007d6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-48a007d6] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-48a007d6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-48a007d6],
.game_bat button[data-v-48a007d6] {
  position: relative
}

.game_bat button[data-v-48a007d6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-48a007d6] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-48a007d6] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-48a007d6] {
  margin-right: 5px
}

.game_bat button[data-v-48a007d6]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-48a007d6] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-48a007d6] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-48a007d6] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-48a007d6],
.game_bat button:nth-of-type(3) i img[data-v-48a007d6] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-48a007d6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-48a007d6]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-48a007d6]:nth-of-type(2),
.game_bat button[data-v-48a007d6]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-48a007d6]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-48a007d6],
.game_bat button.active[data-v-48a007d6] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-48a007d6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-48a007d6]:after,
.game_bat button:first-of-type .up[data-v-48a007d6]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-48a007d6 1s ease-in-out 5;
  animation: blink-data-v-48a007d6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-48a007d6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-48a007d6]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-48a007d6]:after,
.game_bat button:nth-of-type(2) .up[data-v-48a007d6]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-48a007d6 1s ease-in-out 5;
  animation: blink-data-v-48a007d6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-48a007d6]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-48a007d6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-48a007d6]:after,
.game_bat button:nth-of-type(3) .up[data-v-48a007d6]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-48a007d6 1s ease-in-out 5;
  animation: blink-data-v-48a007d6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-48a007d6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-48a007d6] {
  padding: 0
}

.box_folder[data-v-48a007d6],
.box_folder button[data-v-48a007d6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-48a007d6] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-48a007d6] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-48a007d6]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-48a007d6] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-48a007d6]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-48a007d6] {
  flex-wrap: wrap
}

.bank_info[data-v-48a007d6],
.bank_info li[data-v-48a007d6] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-48a007d6] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-48a007d6]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-48a007d6] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-48a007d6] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-48a007d6] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-48a007d6] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-48a007d6] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-48a007d6] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-48a007d6] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-48a007d6] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-48a007d6] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-48a007d6] {
  margin-right: 10px
}

.box_text_type_1[data-v-48a007d6] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-48a007d6],
.box_text_type_1 i[data-v-48a007d6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-48a007d6] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-48a007d6] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-48a007d6],
.wl_tip[data-v-48a007d6] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-48a007d6],
.wl_tip ul li[data-v-48a007d6] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-48a007d6] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-48a007d6] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-48a007d6] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-48a007d6],
.wl_waring ul li[data-v-48a007d6] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-48a007d6] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-48a007d6] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-48a007d6] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-48a007d6] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-48a007d6] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-48a007d6] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-48a007d6 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-48a007d6 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-48a007d6] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-48a007d6] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-48a007d6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-48a007d6],
.box_fx_buy_sell[data-v-48a007d6],
.box_fx_result[data-v-48a007d6],
.box_leverage_result[data-v-48a007d6],
.current_time[data-v-48a007d6],
.tab_box[data-v-48a007d6],
.tab_time[data-v-48a007d6] {
  position: relative
}

.copilot[data-v-48a007d6] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-48a007d6],
.copilot[data-v-48a007d6]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-48a007d6]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-48a007d6] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-48a007d6] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-48a007d6] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-48a007d6] {
  padding: 20px 15px
}

.copilot_foot[data-v-48a007d6],
.copilot_foot button[data-v-48a007d6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-48a007d6] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-48a007d6] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-48a007d6],
.copilot.step_2[data-v-48a007d6] {
  top: 50px
}

.copilot.step_3[data-v-48a007d6],
.copilot.step_4[data-v-48a007d6],
.copilot.step_6[data-v-48a007d6],
.copilot.step_7[data-v-48a007d6],
.copilot.step_8[data-v-48a007d6] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-48a007d6] {
  top: 40px
}

.box_info_1[data-v-48a007d6] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-48a007d6] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-48a007d6] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-48a007d6]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-48a007d6] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-48a007d6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-48a007d6] {
  height: 40px
}

.title_guide_1 span[data-v-48a007d6] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-48a007d6] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-48a007d6] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-48a007d6] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-48a007d6] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-48a007d6] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-48a007d6 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-48a007d6 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-48a007d6]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-48a007d6]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-48a007d6]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-48a007d6]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-48a007d6]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-48a007d6 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-48a007d6 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-48a007d6] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-48a007d6] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-48a007d6] {
    margin-top: 0
  }

  .sub_visual[data-v-48a007d6] {
    display: none
  }

  .box_sub_title[data-v-48a007d6] {
    padding: 0 20px
  }

  .box_sub_container[data-v-48a007d6] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-48a007d6] {
    display: block
  }

  .title_sub[data-v-48a007d6] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-48a007d6]:before {
    bottom: -5px
  }

  .title_sub[data-v-48a007d6]:after,
  .title_sub[data-v-48a007d6]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-48a007d6]:after {
    bottom: -3px
  }

  .sub_menu[data-v-48a007d6] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-48a007d6] {
    padding: 0
  }

  .box_sub_container[data-v-48a007d6] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-48a007d6] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-48a007d6] {
    display: none
  }

  .box_bg_deep[data-v-48a007d6] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-48a007d6] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-48a007d6] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-48a007d6] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-48a007d6],
  .result_buy div[data-v-48a007d6] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-48a007d6] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-48a007d6] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-48a007d6] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-48a007d6] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-48a007d6] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-48a007d6] {
    padding: 0 5px
  }

  .box_folder button[data-v-48a007d6] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-48a007d6] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-48a007d6] {
    padding: 0
  }

  .pagenation_type_1[data-v-48a007d6] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-48a007d6] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-48a007d6] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-48a007d6] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-48a007d6],
  .pagenation_type_1 .btn_last[data-v-48a007d6],
  .pagenation_type_1 .btn_next[data-v-48a007d6],
  .pagenation_type_1 .btn_prev[data-v-48a007d6] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-48a007d6] {
    color: #bbb
  }

  .title_medium[data-v-48a007d6] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-48a007d6]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-48a007d6]:first-of-type:hover,
  .game_bat.bet_three button[data-v-48a007d6]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-48a007d6]:nth-of-type(3):hover,
  .game_bat button[data-v-48a007d6]:first-of-type:hover,
  .game_bat button[data-v-48a007d6]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-48a007d6],
  .game_bat button.active span[data-v-48a007d6],
  .game_bat button:hover span[data-v-48a007d6] {
    color: #fff 
  }

  .bat_more[data-v-48a007d6]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-48a007d6],
  .bat_more[disabled][data-v-48a007d6]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-48a007d6]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-48a007d6]:first-of-type:hover,
  .game_bat_2 button[data-v-48a007d6]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-48a007d6],
  .game_bat_2 button.active[data-v-48a007d6]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-48a007d6]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-48a007d6] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-48a007d6] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-48a007d6]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-48a007d6]:hover,
  .pagenation_type_1 .btn_last[data-v-48a007d6]:hover,
  .pagenation_type_1 .btn_next[data-v-48a007d6]:hover,
  .pagenation_type_1 .btn_prev[data-v-48a007d6]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-48a007d6]:hover,
  .ul_game_item button[data-v-48a007d6]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.history_control[data-v-48a007d6] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px
}

.radio_inout[type=radio][data-v-48a007d6] {
  display: none
}

.radio_inout[type=radio]+label[data-v-48a007d6] {
  position: relative;
  float: left;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  color: #808488;
  font-size: 1.4rem;
  border: 0;
  border-radius: 3px;
  background: #27313b;
  font-weight: 600;
  padding: 0 20px;
  cursor: pointer;
  margin-left: 2px
}

.radio_inout[type=radio]:checked+label[data-v-48a007d6] {
  color: #0c1723;
  background: #fff
}

.radio_inout[type=radio]+label[data-v-48a007d6]:before,
.radio_inout[type=radio]:checked+label[data-v-48a007d6]:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%
}

.radio_inout.in[type=radio]:checked+label[data-v-48a007d6] {
  background: #549b1b;
  color: #fff
}

.radio_inout.out[type=radio]:checked+label[data-v-48a007d6] {
  background: #e32028;
  color: #fff
}

.table_wallet_history[data-v-48a007d6] {
  width: 100%
}

.table_wallet_history thead th[data-v-48a007d6] {
  height: 36px;
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  font-weight: 400;
  padding: 0 4px
}

.table_wallet_history thead th[data-v-48a007d6]:first-child {
  width: 10%;
  text-align: center
}

.table_wallet_history thead th[data-v-48a007d6]:nth-child(2) {
  width: auto;
  text-align: center
}

.table_wallet_history thead th[data-v-48a007d6]:nth-child(3) {
  width: 12%;
  text-align: center
}

.table_wallet_history thead th[data-v-48a007d6]:nth-child(4) {
  width: 15%;
  text-align: center
}

.table_wallet_history thead th[data-v-48a007d6]:nth-child(5) {
  width: 25%;
  text-align: center
}

.table_wallet_history thead th[data-v-48a007d6]:nth-child(6) {
  width: 90px;
  text-align: center
}

.scroll_table_history[data-v-48a007d6] {
  overflow: hidden;
  height: calc(100% - 94px)
}

.table_wallet_history tbody tr[data-v-48a007d6] {
  background: hsla(0, 0%, 100%, .05);
  padding: 20px 0
}

.table_wallet_history tbody tr[data-v-48a007d6]:focus,
.table_wallet_history tbody tr[data-v-48a007d6]:hover {
  background: hsla(0, 0%, 100%, .07) 
}

.table_wallet_history tbody tr:first-child td[data-v-48a007d6] {
  border-top: 1px solid #16161c
}

.table_wallet_history tbody td[data-v-48a007d6] {
  height: 40px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #16161c;
  border-bottom: 1px solid #16161c;
  padding: 8px 10px
}

.table_wallet_history tbody td span[data-v-48a007d6] {
  font-size: 1.4rem
}

.table_wallet_history tbody td i[data-v-48a007d6] {
  display: none
}

.table_wallet_history tbody td[data-v-48a007d6]:first-child {
  width: 10%;
  text-align: center
}

.table_wallet_history tbody td[data-v-48a007d6]:nth-child(2) {
  width: auto;
  text-align: center
}

.table_wallet_history tbody td[data-v-48a007d6]:nth-child(3) {
  width: 12%;
  text-align: center;
  font-weight: 400
}

.table_wallet_history tbody td[data-v-48a007d6]:nth-child(4) {
  width: 15%;
  text-align: center;
  font-weight: 400
}

.table_wallet_history tbody td[data-v-48a007d6]:nth-child(5) {
  width: 25%;
  text-align: right;
  color: #fff;
  font-weight: 400
}

.table_wallet_history tbody td[data-v-48a007d6]:nth-child(6) {
  width: 90px;
  text-align: center;
  font-weight: 400
}

.ul_amount[data-v-48a007d6] {
  width: 100%
}

.ul_amount li[data-v-48a007d6] {
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.ul_amount li[data-v-48a007d6],
.ul_amount li em[data-v-48a007d6] {
  display: flex;
  align-items: center
}

.ul_amount li em[data-v-48a007d6] {
  font-size: 1.4rem;
  color: #9a9aa7
}

.ul_amount li em[data-v-48a007d6]:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028;
  margin-right: 8px
}

.ul_amount li span[data-v-48a007d6] {
  font-size: 1.4rem;
  color: #fff
}

@media (max-width:767px) {
  .radio_inout[type=radio]+label[data-v-48a007d6] {
    padding: 0 15px
  }

  .table_wallet_history[data-v-48a007d6] {
    width: 100%
  }

  .table_wallet_history thead tr[data-v-48a007d6] {
    border-bottom: 1px solid #333544;
    display: none
  }

  .table_wallet_history thead th[data-v-48a007d6] {
    height: 56px;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    font-weight: 400
  }

  .table_wallet_history thead th[data-v-48a007d6]:first-child {
    width: 20%;
    text-align: center
  }

  .table_wallet_history thead th[data-v-48a007d6]:nth-child(2) {
    display: none;
    width: 20%;
    text-align: center
  }

  .table_wallet_history thead th[data-v-48a007d6]:nth-child(3) {
    width: 85%;
    text-align: center
  }

  .table_wallet_history thead th[data-v-48a007d6]:nth-child(4) {
    display: none;
    width: 20%;
    text-align: center
  }

  .table_wallet_history thead th[data-v-48a007d6]:nth-child(5) {
    display: none;
    width: 15%;
    text-align: center
  }

  .table_wallet_history thead th[data-v-48a007d6]:nth-child(6) {
    display: none;
    width: 20%;
    text-align: center
  }

  .table_wallet_history tbody tr[data-v-48a007d6] {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    margin-top: 1px
  }

  .table_wallet_history tbody tr:first-child td[data-v-48a007d6] {
    border-top: 0
  }

  .table_wallet_history tbody tr[data-v-48a007d6]:last-child {
    border-bottom: 1px solid #000
  }

  .table_wallet_history tbody tr[data-v-48a007d6]:focus,
  .table_wallet_history tbody tr[data-v-48a007d6]:hover {
    background: none 
  }

  .table_wallet_history tbody td[data-v-48a007d6] {
    height: auto;
    line-height: 1.3;
    font-size: 1.3rem;
    color: #9a9aa7;
    font-weight: 400;
    border: 0;
    padding: 5px 0
  }

  .table_wallet_history tbody td span[data-v-48a007d6] {
    font-size: 1.4rem
  }

  .table_wallet_history tbody td i[data-v-48a007d6] {
    display: inline-block;
    padding-right: 5px;
    font-size: 1.2rem
  }

  .table_wallet_history tbody td[data-v-48a007d6]:first-child {
    width: 0;
    display: none;
    text-align: center
  }

  .table_wallet_history tbody td[data-v-48a007d6]:nth-child(2) {
    width: 80%;
    text-align: left
  }

  .table_wallet_history tbody td[data-v-48a007d6]:nth-child(3) {
    width: 50%;
    text-align: left;
    font-weight: 500
  }

  .table_wallet_history tbody td[data-v-48a007d6]:nth-child(4) {
    width: 50%;
    text-align: right;
    color: #fff;
    font-weight: 500;
    padding-right: 0
  }

  .table_wallet_history tbody td[data-v-48a007d6]:nth-child(5) {
    width: 50%;
    text-align: left ;
    font-weight: 500
  }

  .table_wallet_history tbody td[data-v-48a007d6]:nth-child(6) {
    width: 50%;
    text-align: right;
    color: #fff;
    font-weight: 500;
    padding-right: 0
  }
}

@media (max-width:575px) {
  .radio_inout[type=radio]+label[data-v-48a007d6] {
    padding: 0 15px;
    margin-left: 1px
  }
}
body [data-v-134d5af6] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-134d5af6]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-134d5af6]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-134d5af6] {
  max-width: 1440px
}

.page-enter-active[data-v-134d5af6],
.page-leave-active[data-v-134d5af6] {
  transition: opacity .1s
}

.page-enter[data-v-134d5af6],
.page-leave-to[data-v-134d5af6] {
  opacity: 0
}

.b1[data-v-134d5af6] {
  border: 1px solid red
}

.width-btn-100[data-v-134d5af6] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-134d5af6] {
  color: #e32028 
}

.main-color1-normal[data-v-134d5af6] {
  color: #ff2152 
}

.main-color1-text[data-v-134d5af6] {
  color: #ff9710 
}

.main-color1-deep[data-v-134d5af6] {
  color: #ff6900 
}

.main-color1-light[data-v-134d5af6] {
  color: #ff542e 
}

.color-white[data-v-134d5af6] {
  color: #fff 
}

.main-color2-light[data-v-134d5af6] {
  color: #a9da2b 
}

.main-color2[data-v-134d5af6] {
  color: #67b628 
}

.main_color3_light[data-v-134d5af6] {
  color: #ffc92f 
}

.main-color3[data-v-134d5af6] {
  color: #febd02 
}

.main-color4[data-v-134d5af6] {
  color: #7e93a6 
}

.main-color5-light[data-v-134d5af6] {
  color: #42deda 
}

.main-color5[data-v-134d5af6] {
  color: #01c8de 
}

.color-grey[data-v-134d5af6] {
  color: #676c71 
}

.color-lightgrey[data-v-134d5af6] {
  color: #ababab 
}

.color-deepgrey[data-v-134d5af6] {
  color: #20222b 
}

.color-text-verylight[data-v-134d5af6] {
  color: #80a7b8 
}

.color-text-light[data-v-134d5af6] {
  color: #9a9aa7 
}

.color-text[data-v-134d5af6] {
  color: #797986 
}

.color-text-deep[data-v-134d5af6] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-134d5af6] {
  color: #2f3b49 
}

.c_default[data-v-134d5af6] {
  color: #fff 
}

.c_high[data-v-134d5af6] {
  color: #ff1717 
}

.c_low[data-v-134d5af6] {
  color: #0bf 
}

.c_buy_light[data-v-134d5af6] {
  color: #fe5159 
}

.c_buy[data-v-134d5af6] {
  color: #f14f57 
}

.bg_c_buy[data-v-134d5af6] {
  background: #f14f57
}

.c_sell_light[data-v-134d5af6] {
  color: #349bf0 
}

.c_sell[data-v-134d5af6] {
  color: #3488db 
}

.bg_c_sell[data-v-134d5af6] {
  background: #3488db
}

.c_ing[data-v-134d5af6] {
  color: #fff 
}

.bg_ing[data-v-134d5af6],
.bg_wait[data-v-134d5af6] {
  background: #7e93a6 
}

.bg_background_deep[data-v-134d5af6] {
  background: #000
}

.c_success[data-v-134d5af6] {
  color: #1478f2 
}

.bg_success[data-v-134d5af6] {
  background: #1478f2 
}

.c_complete[data-v-134d5af6] {
  color: #fff 
}

.c_fail[data-v-134d5af6] {
  color: #ff1e1e 
}

.bg_fail[data-v-134d5af6] {
  background: #ff1e1e 
}

.c_cancel[data-v-134d5af6] {
  color: #ff6900 
}

.bg_cancel[data-v-134d5af6] {
  background: #ff6900 
}

.c_error[data-v-134d5af6] {
  color: #ff6900 
}

.c_invaild[data-v-134d5af6] {
  color: #999 
}

.bg_invaild[data-v-134d5af6] {
  background: #666 
}

.bg_main[data-v-134d5af6] {
  background: #e32028 
}

.bg_green_gra[data-v-134d5af6] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-134d5af6] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-134d5af6] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-134d5af6] {
  color: #ff5266 
}

.c_deposit_light[data-v-134d5af6] {
  color: #a9da2b 
}

.c_deposit[data-v-134d5af6] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-134d5af6] {
  color: #ff8520 
}

.c_withdrawal[data-v-134d5af6] {
  color: #ff6900 
}

.c_green[data-v-134d5af6] {
  color: #009b1b 
}

.c_red[data-v-134d5af6] {
  color: red 
}

.c_blue[data-v-134d5af6] {
  color: #febd02 
}

.c_black[data-v-134d5af6] {
  color: #000 
}

.bg_white[data-v-134d5af6] {
  background: #fff 
}

.bg_green[data-v-134d5af6] {
  background: #6dcb1b 
}

.box_c_ing[data-v-134d5af6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-134d5af6] {
  background: #f14f57
}

.box_c_buy[data-v-134d5af6],
.box_c_invaild[data-v-134d5af6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-134d5af6] {
  background: #999
}

.box_c_sell[data-v-134d5af6] {
  background: #3488db
}

.box_c_sell[data-v-134d5af6],
.box_c_success[data-v-134d5af6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-134d5af6] {
  background: #ff6900
}

.box_c_fail[data-v-134d5af6] {
  background: #67b628
}

.box_c_extedn[data-v-134d5af6],
.box_c_fail[data-v-134d5af6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-134d5af6] {
  background: #43586c
}

.ps__rail-x[data-v-134d5af6] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-134d5af6],
.ps__rail-y[data-v-134d5af6] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-134d5af6] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-134d5af6],
.ps--active-y>.ps__rail-y[data-v-134d5af6] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-134d5af6],
.ps--focus>.ps__rail-y[data-v-134d5af6],
.ps--scrolling-x>.ps__rail-x[data-v-134d5af6],
.ps--scrolling-y>.ps__rail-y[data-v-134d5af6],
.ps:hover>.ps__rail-x[data-v-134d5af6],
.ps:hover>.ps__rail-y[data-v-134d5af6] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-134d5af6],
.ps.ps__rail-x[data-v-134d5af6]:focus,
.ps.ps__rail-x[data-v-134d5af6]:hover,
.ps.ps__rail-y.ps--clicking[data-v-134d5af6],
.ps.ps__rail-y[data-v-134d5af6]:focus,
.ps.ps__rail-y[data-v-134d5af6]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-134d5af6] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-134d5af6],
.ps__thumb-y[data-v-134d5af6] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-134d5af6] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-134d5af6],
.ps__rail-x:focus>.ps__thumb-x[data-v-134d5af6],
.ps__rail-x:hover>.ps__thumb-x[data-v-134d5af6] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-134d5af6],
.ps__rail-y:focus>.ps__thumb-y[data-v-134d5af6],
.ps__rail-y:hover>.ps__thumb-y[data-v-134d5af6] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-134d5af6] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-134d5af6] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-134d5af6] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-134d5af6] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-134d5af6] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-134d5af6] {
  display: none 
}

.toast-top-center[data-v-134d5af6] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-134d5af6] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-134d5af6] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-134d5af6] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-134d5af6] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-134d5af6],
.pagenation_type_1 .btn_last[data-v-134d5af6],
.pagenation_type_1 .btn_next[data-v-134d5af6],
.pagenation_type_1 .btn_prev[data-v-134d5af6] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-134d5af6] {
  color: #bbb
}

.wrap_type_3[data-v-134d5af6] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-134d5af6] {
  background: #0b0c10
}

.container_left[data-v-134d5af6],
.container_left_md[data-v-134d5af6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-134d5af6] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-134d5af6] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-134d5af6] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-134d5af6] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-134d5af6]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-134d5af6] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-134d5af6] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-134d5af6] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-134d5af6] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-134d5af6]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-134d5af6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-134d5af6],
.container_center_3_mini>div[data-v-134d5af6] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-134d5af6] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-134d5af6]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-134d5af6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-134d5af6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-134d5af6]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-134d5af6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-134d5af6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-134d5af6]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-134d5af6]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-134d5af6] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-134d5af6] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-134d5af6],
.bg_grad_1_x[data-v-134d5af6] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-134d5af6] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-134d5af6] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-134d5af6] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-134d5af6],
.bg_normal_2[data-v-134d5af6] {
  background: #141621
}

.btn_left_close[data-v-134d5af6],
.btn_left_control[data-v-134d5af6],
.btn_right_close[data-v-134d5af6],
.right_screen[data-v-134d5af6] {
  display: none
}

.box_logo[data-v-134d5af6] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-134d5af6] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-134d5af6] {
  display: none
}

.text_dot[data-v-134d5af6] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-134d5af6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-134d5af6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-134d5af6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-134d5af6] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-134d5af6] {
  background: #fff 
}

.bat_more.active i[data-v-134d5af6] {
  color: #000 
}

.btn_no_disabled[data-v-134d5af6] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-134d5af6] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-134d5af6] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-134d5af6],
.game_bat_2 button[data-v-134d5af6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-134d5af6]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-134d5af6] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-134d5af6] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-134d5af6]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-134d5af6] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-134d5af6] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-134d5af6] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-134d5af6],
.title_logo[data-v-134d5af6] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-134d5af6] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-134d5af6] {
  height: 22px
}

.tab[data-v-134d5af6] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-134d5af6]:last-child {
  width: 100%
}

.tab li[data-v-134d5af6]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-134d5af6] {
  width: 50%
}

.tab li[data-v-134d5af6]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-134d5af6] {
  width: 33.333333333333%
}

.tab li[data-v-134d5af6]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-134d5af6] {
  width: 25%
}

.tab li[data-v-134d5af6]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-134d5af6] {
  width: 20%
}

.tab li[data-v-134d5af6]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-134d5af6] {
  width: 16.66666666666667%
}

.tab li button[data-v-134d5af6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-134d5af6] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-134d5af6]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-134d5af6] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-134d5af6] {
  border: 0
}

.wrap_sports_detail li[data-v-134d5af6] {
  width: 100%
}

.wrap_sports_detail li[data-v-134d5af6]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-134d5af6]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-134d5af6] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-134d5af6] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-134d5af6],
.detail_num>button[data-v-134d5af6] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-134d5af6] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-134d5af6] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-134d5af6]:last-child {
  width: 100%
}

.detail_num button[data-v-134d5af6]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-134d5af6] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-134d5af6]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-134d5af6] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-134d5af6] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-134d5af6] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-134d5af6] {
  color: #fff 
}

.detail_num>button .up[data-v-134d5af6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-134d5af6]:after,
.detail_num>button .up[data-v-134d5af6]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-134d5af6 1s ease-in-out 5;
  animation: blink-data-v-134d5af6 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-134d5af6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-134d5af6] {
  background: #f4053a
}

.detail_num>button.active i[data-v-134d5af6] {
  color: #000
}

.detail_num>button .text-allocation[data-v-134d5af6] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-134d5af6] {
  color: #000 
}

.sports_bet_close[data-v-134d5af6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-134d5af6],
.sports_bet_close[data-v-134d5af6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-134d5af6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-134d5af6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-134d5af6],
.sports_bet_close_all[data-v-134d5af6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-134d5af6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-134d5af6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-134d5af6]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-134d5af6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-134d5af6]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-134d5af6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-134d5af6],
.market_all_close[data-v-134d5af6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-134d5af6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-134d5af6] {
    display: none
  }
}

.vjs-control-bar[data-v-134d5af6] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-134d5af6] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-134d5af6] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-134d5af6] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-134d5af6]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-134d5af6] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-134d5af6]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-134d5af6] {
  color: #fff 
}

.vjs-big-play-button[data-v-134d5af6]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-134d5af6],
  .detail_num button[data-v-134d5af6]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-134d5af6] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-134d5af6]:nth-of-type(2),
  .game_bat button[data-v-134d5af6]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-134d5af6]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-134d5af6] {
    width: 100%
  }

  .market_all_close[data-v-134d5af6]:after,
  .market_domestic_all_close[data-v-134d5af6]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-134d5af6],
  .game_bat button:nth-of-type(3) i[data-v-134d5af6] {
    display: none 
  }
}

.mini_bet_close[data-v-134d5af6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-134d5af6],
.mini_bet_close[data-v-134d5af6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-134d5af6]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-134d5af6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-134d5af6] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-134d5af6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-134d5af6]:first-of-type,
.flex_2dan div[data-v-134d5af6]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-134d5af6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-134d5af6]:first-of-type,
.flex_3dan div[data-v-134d5af6]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-134d5af6]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-134d5af6] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-134d5af6] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-134d5af6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-134d5af6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-134d5af6] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-134d5af6] {
  height: 40px
}

.mini_game_info[data-v-134d5af6],
.mini_game_info span[data-v-134d5af6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-134d5af6]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-134d5af6] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-134d5af6] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-134d5af6]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-134d5af6] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-134d5af6] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-134d5af6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-134d5af6] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-134d5af6]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-134d5af6] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-134d5af6]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-134d5af6] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-134d5af6]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-134d5af6] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-134d5af6]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-134d5af6] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-134d5af6]:first-child,
.ul_game_item.item_10 li[data-v-134d5af6]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-134d5af6]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-134d5af6] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-134d5af6],
.ul_game_item button i[data-v-134d5af6] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-134d5af6] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-134d5af6] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-134d5af6] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-134d5af6] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-134d5af6] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-134d5af6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-134d5af6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-134d5af6] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-134d5af6] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-134d5af6] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-134d5af6] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-134d5af6] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-134d5af6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-134d5af6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-134d5af6] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-134d5af6] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-134d5af6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-134d5af6] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-134d5af6] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-134d5af6] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-134d5af6] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-134d5af6] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-134d5af6] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-134d5af6] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-134d5af6] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-134d5af6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-134d5af6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-134d5af6] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-134d5af6] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-134d5af6] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-134d5af6] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-134d5af6] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-134d5af6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-134d5af6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-134d5af6] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-134d5af6] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-134d5af6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-134d5af6] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-134d5af6]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-134d5af6]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-134d5af6]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-134d5af6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-134d5af6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-134d5af6] {
    display: none
  }

  .flex_1dan ul[data-v-134d5af6] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-134d5af6]:first-of-type,
  .flex_3dan div[data-v-134d5af6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-134d5af6]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-134d5af6] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-134d5af6]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-134d5af6]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-134d5af6]:first-of-type,
  .flex_3dan div[data-v-134d5af6]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-134d5af6]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-134d5af6] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-134d5af6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-134d5af6] {
    width: 100%
  }

  .flex_3dan div[data-v-134d5af6]:first-of-type,
  .flex_3dan div[data-v-134d5af6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-134d5af6]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-134d5af6] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-134d5af6] {
    width: 100%
  }

  .ul_game_item2 li[data-v-134d5af6]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-134d5af6]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-134d5af6]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-134d5af6]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-134d5af6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-134d5af6] {
    padding: 101px 280px 0
  }

  .container_left[data-v-134d5af6],
  .container_left_md[data-v-134d5af6],
  .container_right[data-v-134d5af6] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-134d5af6]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-134d5af6]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-134d5af6]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-134d5af6]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-134d5af6] {
    padding-left: 40px
  }

  .container_left[data-v-134d5af6] {
    display: none
  }

  .btn_left_control[data-v-134d5af6] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-134d5af6],
  .btn_left_control i[data-v-134d5af6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-134d5af6] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-134d5af6] {
    width: 26px
  }

  .btn_left_close[data-v-134d5af6] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-134d5af6] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-134d5af6] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-134d5af6]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-134d5af6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-134d5af6]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-134d5af6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-134d5af6]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-134d5af6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-134d5af6] {
    display: block
  }

  .no-display-1600[data-v-134d5af6] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-134d5af6]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-134d5af6]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-134d5af6] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-134d5af6] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-134d5af6]:first-of-type,
  .container_center_2_mini>div>div[data-v-134d5af6]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-134d5af6] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-134d5af6]:first-of-type,
  .container_center_3_mini>div>div[data-v-134d5af6]:nth-of-type(2),
  .container_center_4_mini>div[data-v-134d5af6]:first-of-type,
  .container_center_4_mini>div[data-v-134d5af6]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-134d5af6] {
    padding-right: 0
  }

  .container_right[data-v-134d5af6] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-134d5af6] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-134d5af6] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-134d5af6] {
    width: 26px
  }

  .container_right .right_screen[data-v-134d5af6] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-134d5af6] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-134d5af6],
  .btn_left_control[data-v-134d5af6],
  .container_left[data-v-134d5af6] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-134d5af6] {
    padding: 0
  }

  .mobile_scroll[data-v-134d5af6] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-134d5af6] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-134d5af6],
.title_info_s[data-v-134d5af6] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-134d5af6] {
  font-size: 1.8rem
}

.title_info_s[data-v-134d5af6]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(180deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-134d5af6] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-134d5af6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-134d5af6] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-134d5af6] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-134d5af6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-134d5af6] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-134d5af6] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-134d5af6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-134d5af6] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-134d5af6] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-134d5af6] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-134d5af6] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-134d5af6] {
  position: relative
}

.sub_visual_wallet img[data-v-134d5af6] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-134d5af6] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-134d5af6] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-134d5af6] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-134d5af6] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-134d5af6]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-134d5af6],
.menu_wallet>li button[data-v-134d5af6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-134d5af6],
.menu_wallet>li button.active[data-v-134d5af6] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-134d5af6] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-134d5af6]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-134d5af6] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-134d5af6] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-134d5af6] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-134d5af6] {
  position: relative
}

.wallet_form button[data-v-134d5af6] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-134d5af6] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-134d5af6] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-134d5af6] {
  background: #141621 
}

h2.title_trade[data-v-134d5af6] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-134d5af6] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-134d5af6] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-134d5af6] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-134d5af6],
.result_buy div[data-v-134d5af6] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-134d5af6] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-134d5af6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-134d5af6] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-134d5af6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-134d5af6] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-134d5af6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-134d5af6] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-134d5af6] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-134d5af6],
.sub_visual.s_02[data-v-134d5af6],
.sub_visual.s_03[data-v-134d5af6],
.sub_visual.s_04[data-v-134d5af6],
.sub_visual.s_05[data-v-134d5af6],
.sub_visual.s_06[data-v-134d5af6],
.sub_visual.s_07[data-v-134d5af6],
.sub_visual.s_08[data-v-134d5af6] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-134d5af6] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-134d5af6] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-134d5af6] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-134d5af6],
.sub_menu a[data-v-134d5af6] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-134d5af6] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-134d5af6] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-134d5af6],
.sub_menu a.nuxt-link-active[data-v-134d5af6] {
  color: #e32028
}

.sub_tab ul[data-v-134d5af6] {
  overflow: hidden
}

.sub_tab ul li[data-v-134d5af6] {
  float: left
}

.sub_tab ul li a[data-v-134d5af6] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-134d5af6],
.sub_tab ul li a.active[data-v-134d5af6] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-134d5af6]:before,
.sub_tab ul li a.active[data-v-134d5af6]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-134d5af6] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-134d5af6] {
  font-size: 2.2rem
}

.title_big[data-v-134d5af6],
.title_normal[data-v-134d5af6] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-134d5af6] {
  font-size: 1.8rem
}

.title_small[data-v-134d5af6] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-134d5af6] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-134d5af6] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-134d5af6],
.title_tiny[data-v-134d5af6] {
  position: relative;
  color: #fff
}

.title_sub[data-v-134d5af6] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-134d5af6]:before {
  bottom: -5px
}

.title_sub[data-v-134d5af6]:after,
.title_sub[data-v-134d5af6]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-134d5af6]:after {
  bottom: -3px
}

.title_sub_1[data-v-134d5af6] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-134d5af6]:before {
  bottom: -5px
}

.title_sub_1[data-v-134d5af6]:after,
.title_sub_1[data-v-134d5af6]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-134d5af6]:after {
  bottom: -3px
}

.title_sm[data-v-134d5af6] {
  display: none
}

.title_hexa[data-v-134d5af6] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-134d5af6],
.title_hexa i[data-v-134d5af6] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-134d5af6] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-134d5af6] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-134d5af6] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-134d5af6],
.title_hexa.t_on i[data-v-134d5af6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-134d5af6] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-134d5af6] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-134d5af6] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-134d5af6] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-134d5af6] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-134d5af6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-134d5af6] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-134d5af6]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-134d5af6]:first-of-type,
.sports_list li>div[data-v-134d5af6]:nth-of-type(2),
.sports_list li>div[data-v-134d5af6]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-134d5af6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-134d5af6]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-134d5af6] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-134d5af6] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-134d5af6] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-134d5af6]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-134d5af6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-134d5af6] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-134d5af6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-134d5af6],
.game_bat button[data-v-134d5af6] {
  position: relative
}

.game_bat button[data-v-134d5af6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-134d5af6] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-134d5af6] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-134d5af6] {
  margin-right: 5px
}

.game_bat button[data-v-134d5af6]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-134d5af6] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-134d5af6] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-134d5af6] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-134d5af6],
.game_bat button:nth-of-type(3) i img[data-v-134d5af6] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-134d5af6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-134d5af6]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-134d5af6]:nth-of-type(2),
.game_bat button[data-v-134d5af6]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-134d5af6]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-134d5af6],
.game_bat button.active[data-v-134d5af6] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-134d5af6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-134d5af6]:after,
.game_bat button:first-of-type .up[data-v-134d5af6]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-134d5af6 1s ease-in-out 5;
  animation: blink-data-v-134d5af6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-134d5af6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-134d5af6]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-134d5af6]:after,
.game_bat button:nth-of-type(2) .up[data-v-134d5af6]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-134d5af6 1s ease-in-out 5;
  animation: blink-data-v-134d5af6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-134d5af6]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-134d5af6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-134d5af6]:after,
.game_bat button:nth-of-type(3) .up[data-v-134d5af6]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-134d5af6 1s ease-in-out 5;
  animation: blink-data-v-134d5af6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-134d5af6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-134d5af6] {
  padding: 0
}

.box_folder[data-v-134d5af6],
.box_folder button[data-v-134d5af6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-134d5af6] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-134d5af6] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-134d5af6]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-134d5af6] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-134d5af6]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-134d5af6] {
  flex-wrap: wrap
}

.bank_info[data-v-134d5af6],
.bank_info li[data-v-134d5af6] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-134d5af6] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-134d5af6]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-134d5af6] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-134d5af6] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-134d5af6] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-134d5af6] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-134d5af6] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-134d5af6] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-134d5af6] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-134d5af6] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-134d5af6] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-134d5af6] {
  margin-right: 10px
}

.box_text_type_1[data-v-134d5af6] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-134d5af6],
.box_text_type_1 i[data-v-134d5af6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-134d5af6] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-134d5af6] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-134d5af6],
.wl_tip[data-v-134d5af6] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-134d5af6],
.wl_tip ul li[data-v-134d5af6] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-134d5af6] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-134d5af6] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-134d5af6] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-134d5af6],
.wl_waring ul li[data-v-134d5af6] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-134d5af6] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-134d5af6] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-134d5af6] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-134d5af6] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-134d5af6] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-134d5af6] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-134d5af6 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-134d5af6 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-134d5af6] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-134d5af6] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-134d5af6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-134d5af6],
.box_fx_buy_sell[data-v-134d5af6],
.box_fx_result[data-v-134d5af6],
.box_leverage_result[data-v-134d5af6],
.current_time[data-v-134d5af6],
.tab_box[data-v-134d5af6],
.tab_time[data-v-134d5af6] {
  position: relative
}

.copilot[data-v-134d5af6] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-134d5af6],
.copilot[data-v-134d5af6]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-134d5af6]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-134d5af6] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-134d5af6] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-134d5af6] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-134d5af6] {
  padding: 20px 15px
}

.copilot_foot[data-v-134d5af6],
.copilot_foot button[data-v-134d5af6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-134d5af6] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-134d5af6] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-134d5af6],
.copilot.step_2[data-v-134d5af6] {
  top: 50px
}

.copilot.step_3[data-v-134d5af6],
.copilot.step_4[data-v-134d5af6],
.copilot.step_6[data-v-134d5af6],
.copilot.step_7[data-v-134d5af6],
.copilot.step_8[data-v-134d5af6] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-134d5af6] {
  top: 40px
}

.box_info_1[data-v-134d5af6] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-134d5af6] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-134d5af6] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-134d5af6]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-134d5af6] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-134d5af6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-134d5af6] {
  height: 40px
}

.title_guide_1 span[data-v-134d5af6] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-134d5af6] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-134d5af6] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-134d5af6] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-134d5af6] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-134d5af6] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-134d5af6 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-134d5af6 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-134d5af6]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-134d5af6]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-134d5af6]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-134d5af6]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-134d5af6]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-134d5af6 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-134d5af6 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-134d5af6] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-134d5af6] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-134d5af6] {
    margin-top: 0
  }

  .sub_visual[data-v-134d5af6] {
    display: none
  }

  .box_sub_title[data-v-134d5af6] {
    padding: 0 20px
  }

  .box_sub_container[data-v-134d5af6] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-134d5af6] {
    display: block
  }

  .title_sub[data-v-134d5af6] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-134d5af6]:before {
    bottom: -5px
  }

  .title_sub[data-v-134d5af6]:after,
  .title_sub[data-v-134d5af6]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-134d5af6]:after {
    bottom: -3px
  }

  .sub_menu[data-v-134d5af6] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-134d5af6] {
    padding: 0
  }

  .box_sub_container[data-v-134d5af6] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-134d5af6] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-134d5af6] {
    display: none
  }

  .box_bg_deep[data-v-134d5af6] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-134d5af6] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-134d5af6] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-134d5af6] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-134d5af6],
  .result_buy div[data-v-134d5af6] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-134d5af6] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-134d5af6] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-134d5af6] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-134d5af6] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-134d5af6] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-134d5af6] {
    padding: 0 5px
  }

  .box_folder button[data-v-134d5af6] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-134d5af6] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-134d5af6] {
    padding: 0
  }

  .pagenation_type_1[data-v-134d5af6] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-134d5af6] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-134d5af6] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-134d5af6] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-134d5af6],
  .pagenation_type_1 .btn_last[data-v-134d5af6],
  .pagenation_type_1 .btn_next[data-v-134d5af6],
  .pagenation_type_1 .btn_prev[data-v-134d5af6] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-134d5af6] {
    color: #bbb
  }

  .title_medium[data-v-134d5af6] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-134d5af6]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-134d5af6]:first-of-type:hover,
  .game_bat.bet_three button[data-v-134d5af6]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-134d5af6]:nth-of-type(3):hover,
  .game_bat button[data-v-134d5af6]:first-of-type:hover,
  .game_bat button[data-v-134d5af6]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-134d5af6],
  .game_bat button.active span[data-v-134d5af6],
  .game_bat button:hover span[data-v-134d5af6] {
    color: #fff 
  }

  .bat_more[data-v-134d5af6]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-134d5af6],
  .bat_more[disabled][data-v-134d5af6]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-134d5af6]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-134d5af6]:first-of-type:hover,
  .game_bat_2 button[data-v-134d5af6]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-134d5af6],
  .game_bat_2 button.active[data-v-134d5af6]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-134d5af6]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-134d5af6] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-134d5af6] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-134d5af6]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-134d5af6]:hover,
  .pagenation_type_1 .btn_last[data-v-134d5af6]:hover,
  .pagenation_type_1 .btn_next[data-v-134d5af6]:hover,
  .pagenation_type_1 .btn_prev[data-v-134d5af6]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-134d5af6]:hover,
  .ul_game_item button[data-v-134d5af6]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.flex_enuri[data-v-134d5af6] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.flex_enuri em[data-v-134d5af6] {
  font-size: 1.4rem;
  color: #797986;
  padding: 4px 0;
  line-height: 1.3
}

.flex_enuri span[data-v-134d5af6] {
  font-size: 1.8rem;
  color: #e32028;
  font-weight: 500;
  font-family: NEXON2s
}

.flex_enuri span i[data-v-134d5af6] {
  font-size: 1.4rem;
  color: #e32028;
  font-weight: 400;
  font-family: NEXON2s;
  line-height: 1.3;
  padding: 0 0 0 5px
}

.tab_amount_type[data-v-134d5af6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.tab_amount_type button[data-v-134d5af6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  height: 60px;
  font-size: 1.8rem;
  color: #fff;
  font-family: Gmarket;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  border-radius: 6px;
  background: #0b0c10;
  padding-top: 4px
}

.tab_amount_type button i[data-v-134d5af6] {
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-right: 5px
}

.tab_amount_type button.active[data-v-134d5af6] {
  color: #e32028;
  border: 2px solid #e32028
}

.widthdrawal_password input[data-v-134d5af6] {
  max-width: 260px;
  margin: 0
}

.rolling_result[data-v-134d5af6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 20px;
  margin: 0 5px
}

.rolling_result>div[data-v-134d5af6]:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #141621
}

.rolling_result>div:first-child i[data-v-134d5af6] {
  font-size: 5rem;
  color: #ef3139
}

.rolling_result>div:first-child i.success[data-v-134d5af6] {
  font-size: 5rem;
  color: #549b1b
}

.rolling_result>div[data-v-134d5af6]:nth-child(2) {
  display: flex;
  flex-direction: column;
  width: calc(100% - 90px)
}

.rolling_result>div:nth-child(2) em[data-v-134d5af6] {
  font-size: 2rem;
  color: #ef3139
}

.rolling_result>div:nth-child(2) em.success[data-v-134d5af6] {
  font-size: 2rem;
  color: #549b1b
}

.rolling_result>div:nth-child(2) span[data-v-134d5af6] {
  color: #fff;
  padding-top: 5px
}

.roll_process[data-v-134d5af6] {
  position: relative;
  height: 30px;
  background: #0b0c10;
  border-radius: 4px;
  margin: 0 5px 20px
}

.roll_process span[data-v-134d5af6] {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 4px;
  background: #ef3139
}

.roll_process span.success[data-v-134d5af6] {
  background: #549b1b
}

.roll_process span i[data-v-134d5af6] {
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
  padding: 0 10px
}

.current_rolling[data-v-134d5af6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.current_rolling div[data-v-134d5af6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 10px);
  background: #0b0c10;
  border-radius: 4px;
  margin: 0 2px;
  padding: 15px 0
}

.current_rolling div i[data-v-134d5af6] {
  font-size: 1.8rem;
  color: #a9da2b;
  margin-bottom: 10px
}

.current_rolling div span[data-v-134d5af6] {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400
}

.current_rolling div b[data-v-134d5af6] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  color: #000;
  background: #fff;
  border-radius: 12px;
  padding: 0 15px 2px;
  margin-top: 10px
}

.current_rolling_info[data-v-134d5af6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.current_rolling_info div[data-v-134d5af6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 10px);
  background: rgba(0, 0, 0, .15);
  border-radius: 4px;
  margin: 0 2px;
  padding: 15px 0
}

.current_rolling_info div i[data-v-134d5af6] {
  font-size: 1.8rem;
  color: hsla(0, 0%, 100%, .5);
  margin-bottom: 10px
}

.current_rolling_info div span[data-v-134d5af6] {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400
}

.current_rolling_info div b[data-v-134d5af6] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  color: hsla(0, 0%, 100%, .5);
  border-radius: 12px;
  padding: 0 15px 2px;
  margin-top: 10px
}

@media (max-width:991px) {
  .current_rolling[data-v-134d5af6] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%
  }

  .current_rolling div[data-v-134d5af6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 10px);
    background: #0b0c10;
    border-radius: 4px;
    margin: 0 2px;
    padding: 15px 0
  }

  .current_rolling_info[data-v-134d5af6] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%
  }

  .current_rolling_info div[data-v-134d5af6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 10px);
    background: rgba(0, 0, 0, .15)
  }
}

@media (max-width:575px) {
  .widthdrawal_password button[data-v-134d5af6] {
    margin-top: 3px
  }
}
body [data-v-c977c564] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-c977c564]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-c977c564]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-c977c564] {
  max-width: 1440px
}

.page-enter-active[data-v-c977c564],
.page-leave-active[data-v-c977c564] {
  transition: opacity .1s
}

.page-enter[data-v-c977c564],
.page-leave-to[data-v-c977c564] {
  opacity: 0
}

.b1[data-v-c977c564] {
  border: 1px solid red
}

.width-btn-100[data-v-c977c564] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-c977c564] {
  color: #e32028 
}

.main-color1-normal[data-v-c977c564] {
  color: #ff2152 
}

.main-color1-text[data-v-c977c564] {
  color: #ff9710 
}

.main-color1-deep[data-v-c977c564] {
  color: #ff6900 
}

.main-color1-light[data-v-c977c564] {
  color: #ff542e 
}

.color-white[data-v-c977c564] {
  color: #fff 
}

.main-color2-light[data-v-c977c564] {
  color: #a9da2b 
}

.main-color2[data-v-c977c564] {
  color: #67b628 
}

.main_color3_light[data-v-c977c564] {
  color: #ffc92f 
}

.main-color3[data-v-c977c564] {
  color: #febd02 
}

.main-color4[data-v-c977c564] {
  color: #7e93a6 
}

.main-color5-light[data-v-c977c564] {
  color: #42deda 
}

.main-color5[data-v-c977c564] {
  color: #01c8de 
}

.color-grey[data-v-c977c564] {
  color: #676c71 
}

.color-lightgrey[data-v-c977c564] {
  color: #ababab 
}

.color-deepgrey[data-v-c977c564] {
  color: #20222b 
}

.color-text-verylight[data-v-c977c564] {
  color: #80a7b8 
}

.color-text-light[data-v-c977c564] {
  color: #9a9aa7 
}

.color-text[data-v-c977c564] {
  color: #797986 
}

.color-text-deep[data-v-c977c564] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-c977c564] {
  color: #2f3b49 
}

.c_default[data-v-c977c564] {
  color: #fff 
}

.c_high[data-v-c977c564] {
  color: #ff1717 
}

.c_low[data-v-c977c564] {
  color: #0bf 
}

.c_buy_light[data-v-c977c564] {
  color: #fe5159 
}

.c_buy[data-v-c977c564] {
  color: #f14f57 
}

.bg_c_buy[data-v-c977c564] {
  background: #f14f57
}

.c_sell_light[data-v-c977c564] {
  color: #349bf0 
}

.c_sell[data-v-c977c564] {
  color: #3488db 
}

.bg_c_sell[data-v-c977c564] {
  background: #3488db
}

.c_ing[data-v-c977c564] {
  color: #fff 
}

.bg_ing[data-v-c977c564],
.bg_wait[data-v-c977c564] {
  background: #7e93a6 
}

.bg_background_deep[data-v-c977c564] {
  background: #000
}

.c_success[data-v-c977c564] {
  color: #1478f2 
}

.bg_success[data-v-c977c564] {
  background: #1478f2 
}

.c_complete[data-v-c977c564] {
  color: #fff 
}

.c_fail[data-v-c977c564] {
  color: #ff1e1e 
}

.bg_fail[data-v-c977c564] {
  background: #ff1e1e 
}

.c_cancel[data-v-c977c564] {
  color: #ff6900 
}

.bg_cancel[data-v-c977c564] {
  background: #ff6900 
}

.c_error[data-v-c977c564] {
  color: #ff6900 
}

.c_invaild[data-v-c977c564] {
  color: #999 
}

.bg_invaild[data-v-c977c564] {
  background: #666 
}

.bg_main[data-v-c977c564] {
  background: #e32028 
}

.bg_green_gra[data-v-c977c564] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-c977c564] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-c977c564] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-c977c564] {
  color: #ff5266 
}

.c_deposit_light[data-v-c977c564] {
  color: #a9da2b 
}

.c_deposit[data-v-c977c564] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-c977c564] {
  color: #ff8520 
}

.c_withdrawal[data-v-c977c564] {
  color: #ff6900 
}

.c_green[data-v-c977c564] {
  color: #009b1b 
}

.c_red[data-v-c977c564] {
  color: red 
}

.c_blue[data-v-c977c564] {
  color: #febd02 
}

.c_black[data-v-c977c564] {
  color: #000 
}

.bg_white[data-v-c977c564] {
  background: #fff 
}

.bg_green[data-v-c977c564] {
  background: #6dcb1b 
}

.box_c_ing[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-c977c564] {
  background: #f14f57
}

.box_c_buy[data-v-c977c564],
.box_c_invaild[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-c977c564] {
  background: #999
}

.box_c_sell[data-v-c977c564] {
  background: #3488db
}

.box_c_sell[data-v-c977c564],
.box_c_success[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-c977c564] {
  background: #ff6900
}

.box_c_fail[data-v-c977c564] {
  background: #67b628
}

.box_c_extedn[data-v-c977c564],
.box_c_fail[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-c977c564] {
  background: #43586c
}

.ps__rail-x[data-v-c977c564] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-c977c564],
.ps__rail-y[data-v-c977c564] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-c977c564] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-c977c564],
.ps--active-y>.ps__rail-y[data-v-c977c564] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-c977c564],
.ps--focus>.ps__rail-y[data-v-c977c564],
.ps--scrolling-x>.ps__rail-x[data-v-c977c564],
.ps--scrolling-y>.ps__rail-y[data-v-c977c564],
.ps:hover>.ps__rail-x[data-v-c977c564],
.ps:hover>.ps__rail-y[data-v-c977c564] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-c977c564],
.ps.ps__rail-x[data-v-c977c564]:focus,
.ps.ps__rail-x[data-v-c977c564]:hover,
.ps.ps__rail-y.ps--clicking[data-v-c977c564],
.ps.ps__rail-y[data-v-c977c564]:focus,
.ps.ps__rail-y[data-v-c977c564]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-c977c564] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-c977c564],
.ps__thumb-y[data-v-c977c564] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-c977c564] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-c977c564],
.ps__rail-x:focus>.ps__thumb-x[data-v-c977c564],
.ps__rail-x:hover>.ps__thumb-x[data-v-c977c564] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-c977c564],
.ps__rail-y:focus>.ps__thumb-y[data-v-c977c564],
.ps__rail-y:hover>.ps__thumb-y[data-v-c977c564] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-c977c564] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-c977c564] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-c977c564] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-c977c564] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-c977c564] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-c977c564] {
  display: none 
}

.toast-top-center[data-v-c977c564] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-c977c564] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-c977c564] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-c977c564] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-c977c564] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-c977c564],
.pagenation_type_1 .btn_last[data-v-c977c564],
.pagenation_type_1 .btn_next[data-v-c977c564],
.pagenation_type_1 .btn_prev[data-v-c977c564] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-c977c564] {
  color: #bbb
}

.wrap_type_3[data-v-c977c564] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-c977c564] {
  background: #0b0c10
}

.container_left[data-v-c977c564],
.container_left_md[data-v-c977c564] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-c977c564] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-c977c564] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-c977c564] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-c977c564] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-c977c564]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-c977c564] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-c977c564] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-c977c564] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-c977c564] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-c977c564]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-c977c564]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-c977c564],
.container_center_3_mini>div[data-v-c977c564] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-c977c564] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-c977c564]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-c977c564]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-c977c564] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-c977c564]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-c977c564]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-c977c564] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-c977c564]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-c977c564]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-c977c564] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-c977c564] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-c977c564],
.bg_grad_1_x[data-v-c977c564] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-c977c564] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-c977c564] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-c977c564] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-c977c564],
.bg_normal_2[data-v-c977c564] {
  background: #141621
}

.btn_left_close[data-v-c977c564],
.btn_left_control[data-v-c977c564],
.btn_right_close[data-v-c977c564],
.right_screen[data-v-c977c564] {
  display: none
}

.box_logo[data-v-c977c564] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-c977c564] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-c977c564] {
  display: none
}

.text_dot[data-v-c977c564] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-c977c564 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-c977c564 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-c977c564] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-c977c564] {
  background: #fff 
}

.bat_more.active i[data-v-c977c564] {
  color: #000 
}

.btn_no_disabled[data-v-c977c564] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-c977c564] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-c977c564] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-c977c564],
.game_bat_2 button[data-v-c977c564]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-c977c564]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-c977c564] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-c977c564] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-c977c564]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-c977c564] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-c977c564] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-c977c564] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-c977c564],
.title_logo[data-v-c977c564] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-c977c564] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-c977c564] {
  height: 22px
}

.tab[data-v-c977c564] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-c977c564]:last-child {
  width: 100%
}

.tab li[data-v-c977c564]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-c977c564] {
  width: 50%
}

.tab li[data-v-c977c564]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-c977c564] {
  width: 33.333333333333%
}

.tab li[data-v-c977c564]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-c977c564] {
  width: 25%
}

.tab li[data-v-c977c564]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-c977c564] {
  width: 20%
}

.tab li[data-v-c977c564]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-c977c564] {
  width: 16.66666666666667%
}

.tab li button[data-v-c977c564] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-c977c564] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-c977c564]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-c977c564] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-c977c564] {
  border: 0
}

.wrap_sports_detail li[data-v-c977c564] {
  width: 100%
}

.wrap_sports_detail li[data-v-c977c564]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-c977c564]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-c977c564] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-c977c564] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-c977c564],
.detail_num>button[data-v-c977c564] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-c977c564] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-c977c564] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-c977c564]:last-child {
  width: 100%
}

.detail_num button[data-v-c977c564]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-c977c564] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-c977c564]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-c977c564] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-c977c564] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-c977c564] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-c977c564] {
  color: #fff 
}

.detail_num>button .up[data-v-c977c564]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-c977c564]:after,
.detail_num>button .up[data-v-c977c564]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-c977c564 1s ease-in-out 5;
  animation: blink-data-v-c977c564 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-c977c564]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-c977c564] {
  background: #f4053a
}

.detail_num>button.active i[data-v-c977c564] {
  color: #000
}

.detail_num>button .text-allocation[data-v-c977c564] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-c977c564] {
  color: #000 
}

.sports_bet_close[data-v-c977c564] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-c977c564],
.sports_bet_close[data-v-c977c564]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-c977c564]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-c977c564] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-c977c564],
.sports_bet_close_all[data-v-c977c564]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-c977c564]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-c977c564] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-c977c564]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-c977c564] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-c977c564]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-c977c564] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-c977c564],
.market_all_close[data-v-c977c564]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-c977c564]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-c977c564] {
    display: none
  }
}

.vjs-control-bar[data-v-c977c564] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-c977c564] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-c977c564] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-c977c564] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-c977c564]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-c977c564] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-c977c564]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-c977c564] {
  color: #fff 
}

.vjs-big-play-button[data-v-c977c564]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-c977c564],
  .detail_num button[data-v-c977c564]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-c977c564] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-c977c564]:nth-of-type(2),
  .game_bat button[data-v-c977c564]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-c977c564]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-c977c564] {
    width: 100%
  }

  .market_all_close[data-v-c977c564]:after,
  .market_domestic_all_close[data-v-c977c564]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-c977c564],
  .game_bat button:nth-of-type(3) i[data-v-c977c564] {
    display: none 
  }
}

.mini_bet_close[data-v-c977c564] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-c977c564],
.mini_bet_close[data-v-c977c564]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-c977c564]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-c977c564] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-c977c564] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-c977c564] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-c977c564]:first-of-type,
.flex_2dan div[data-v-c977c564]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-c977c564] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-c977c564]:first-of-type,
.flex_3dan div[data-v-c977c564]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-c977c564]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-c977c564] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-c977c564] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-c977c564] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-c977c564] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-c977c564] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-c977c564] {
  height: 40px
}

.mini_game_info[data-v-c977c564],
.mini_game_info span[data-v-c977c564]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-c977c564]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-c977c564] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-c977c564] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-c977c564]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-c977c564] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-c977c564] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-c977c564] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-c977c564] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-c977c564]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-c977c564] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-c977c564]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-c977c564] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-c977c564]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-c977c564] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-c977c564]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-c977c564] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-c977c564]:first-child,
.ul_game_item.item_10 li[data-v-c977c564]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-c977c564]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-c977c564] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-c977c564],
.ul_game_item button i[data-v-c977c564] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-c977c564] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-c977c564] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-c977c564] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-c977c564] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-c977c564] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-c977c564] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-c977c564] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-c977c564] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-c977c564] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-c977c564] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-c977c564] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-c977c564] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-c977c564] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-c977c564] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-c977c564] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-c977c564] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-c977c564] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-c977c564] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-c977c564] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-c977c564] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-c977c564] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-c977c564] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-c977c564] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-c977c564] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-c977c564] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-c977c564] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-c977c564] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-c977c564] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-c977c564] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-c977c564] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-c977c564] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-c977c564] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-c977c564] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-c977c564] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-c977c564] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-c977c564] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-c977c564]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-c977c564]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-c977c564]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-c977c564] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-c977c564] {
    display: none
  }

  .flex_1dan ul[data-v-c977c564] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-c977c564]:first-of-type,
  .flex_3dan div[data-v-c977c564]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-c977c564]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-c977c564] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-c977c564]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-c977c564]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-c977c564]:first-of-type,
  .flex_3dan div[data-v-c977c564]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-c977c564]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-c977c564] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-c977c564] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-c977c564] {
    width: 100%
  }

  .flex_3dan div[data-v-c977c564]:first-of-type,
  .flex_3dan div[data-v-c977c564]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-c977c564]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-c977c564] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-c977c564] {
    width: 100%
  }

  .ul_game_item2 li[data-v-c977c564]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-c977c564]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-c977c564]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-c977c564]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-c977c564]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-c977c564] {
    padding: 101px 280px 0
  }

  .container_left[data-v-c977c564],
  .container_left_md[data-v-c977c564],
  .container_right[data-v-c977c564] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-c977c564]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-c977c564]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-c977c564]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-c977c564]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-c977c564] {
    padding-left: 40px
  }

  .container_left[data-v-c977c564] {
    display: none
  }

  .btn_left_control[data-v-c977c564] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-c977c564],
  .btn_left_control i[data-v-c977c564] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-c977c564] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-c977c564] {
    width: 26px
  }

  .btn_left_close[data-v-c977c564] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-c977c564] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-c977c564] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-c977c564]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-c977c564]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-c977c564]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-c977c564]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-c977c564]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-c977c564]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-c977c564] {
    display: block
  }

  .no-display-1600[data-v-c977c564] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-c977c564]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-c977c564]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-c977c564] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-c977c564] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-c977c564]:first-of-type,
  .container_center_2_mini>div>div[data-v-c977c564]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-c977c564] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-c977c564]:first-of-type,
  .container_center_3_mini>div>div[data-v-c977c564]:nth-of-type(2),
  .container_center_4_mini>div[data-v-c977c564]:first-of-type,
  .container_center_4_mini>div[data-v-c977c564]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-c977c564] {
    padding-right: 0
  }

  .container_right[data-v-c977c564] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-c977c564] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-c977c564] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-c977c564] {
    width: 26px
  }

  .container_right .right_screen[data-v-c977c564] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-c977c564] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-c977c564],
  .btn_left_control[data-v-c977c564],
  .container_left[data-v-c977c564] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-c977c564] {
    padding: 0
  }

  .mobile_scroll[data-v-c977c564] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-c977c564] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-c977c564],
.title_info_s[data-v-c977c564] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-c977c564] {
  font-size: 1.8rem
}

.title_info_s[data-v-c977c564]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-c977c564] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-c977c564] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-c977c564] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-c977c564] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-c977c564] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-c977c564] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-c977c564] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-c977c564] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-c977c564] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-c977c564] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-c977c564] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-c977c564] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-c977c564] {
  position: relative
}

.sub_visual_wallet img[data-v-c977c564] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-c977c564] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-c977c564] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-c977c564] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-c977c564] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-c977c564]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-c977c564],
.menu_wallet>li button[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-c977c564],
.menu_wallet>li button.active[data-v-c977c564] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-c977c564] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-c977c564]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-c977c564] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-c977c564] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-c977c564] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-c977c564] {
  position: relative
}

.wallet_form button[data-v-c977c564] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-c977c564] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-c977c564] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-c977c564] {
  background: #141621 
}

h2.title_trade[data-v-c977c564] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-c977c564] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-c977c564] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-c977c564] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-c977c564],
.result_buy div[data-v-c977c564] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-c977c564] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-c977c564] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-c977c564] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-c977c564] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-c977c564] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-c977c564] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-c977c564] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-c977c564] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-c977c564],
.sub_visual.s_02[data-v-c977c564],
.sub_visual.s_03[data-v-c977c564],
.sub_visual.s_04[data-v-c977c564],
.sub_visual.s_05[data-v-c977c564],
.sub_visual.s_06[data-v-c977c564],
.sub_visual.s_07[data-v-c977c564],
.sub_visual.s_08[data-v-c977c564] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-c977c564] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-c977c564] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-c977c564] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-c977c564],
.sub_menu a[data-v-c977c564] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-c977c564] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-c977c564] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-c977c564],
.sub_menu a.nuxt-link-active[data-v-c977c564] {
  color: #e32028
}

.sub_tab ul[data-v-c977c564] {
  overflow: hidden
}

.sub_tab ul li[data-v-c977c564] {
  float: left
}

.sub_tab ul li a[data-v-c977c564] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-c977c564],
.sub_tab ul li a.active[data-v-c977c564] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-c977c564]:before,
.sub_tab ul li a.active[data-v-c977c564]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-c977c564] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-c977c564] {
  font-size: 2.2rem
}

.title_big[data-v-c977c564],
.title_normal[data-v-c977c564] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-c977c564] {
  font-size: 1.8rem
}

.title_small[data-v-c977c564] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-c977c564] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-c977c564] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-c977c564],
.title_tiny[data-v-c977c564] {
  position: relative;
  color: #fff
}

.title_sub[data-v-c977c564] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-c977c564]:before {
  bottom: -5px
}

.title_sub[data-v-c977c564]:after,
.title_sub[data-v-c977c564]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-c977c564]:after {
  bottom: -3px
}

.title_sub_1[data-v-c977c564] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-c977c564]:before {
  bottom: -5px
}

.title_sub_1[data-v-c977c564]:after,
.title_sub_1[data-v-c977c564]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-c977c564]:after {
  bottom: -3px
}

.title_sm[data-v-c977c564] {
  display: none
}

.title_hexa[data-v-c977c564] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-c977c564],
.title_hexa i[data-v-c977c564] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-c977c564] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-c977c564] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-c977c564] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-c977c564],
.title_hexa.t_on i[data-v-c977c564] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-c977c564] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-c977c564] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-c977c564] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-c977c564] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-c977c564] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-c977c564] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-c977c564] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-c977c564]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-c977c564]:first-of-type,
.sports_list li>div[data-v-c977c564]:nth-of-type(2),
.sports_list li>div[data-v-c977c564]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-c977c564] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-c977c564]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-c977c564] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-c977c564] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-c977c564] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-c977c564]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-c977c564] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-c977c564] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-c977c564],
.game_bat button[data-v-c977c564] {
  position: relative
}

.game_bat button[data-v-c977c564]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-c977c564] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-c977c564] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-c977c564] {
  margin-right: 5px
}

.game_bat button[data-v-c977c564]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-c977c564] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-c977c564] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-c977c564] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-c977c564],
.game_bat button:nth-of-type(3) i img[data-v-c977c564] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-c977c564]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-c977c564]:nth-of-type(2),
.game_bat button[data-v-c977c564]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-c977c564]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-c977c564],
.game_bat button.active[data-v-c977c564] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-c977c564]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-c977c564]:after,
.game_bat button:first-of-type .up[data-v-c977c564]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-c977c564 1s ease-in-out 5;
  animation: blink-data-v-c977c564 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-c977c564]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-c977c564]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-c977c564]:after,
.game_bat button:nth-of-type(2) .up[data-v-c977c564]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-c977c564 1s ease-in-out 5;
  animation: blink-data-v-c977c564 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-c977c564]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-c977c564]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-c977c564]:after,
.game_bat button:nth-of-type(3) .up[data-v-c977c564]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-c977c564 1s ease-in-out 5;
  animation: blink-data-v-c977c564 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-c977c564]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-c977c564] {
  padding: 0
}

.box_folder[data-v-c977c564],
.box_folder button[data-v-c977c564] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-c977c564] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-c977c564] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-c977c564]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-c977c564] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-c977c564]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-c977c564] {
  flex-wrap: wrap
}

.bank_info[data-v-c977c564],
.bank_info li[data-v-c977c564] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-c977c564] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-c977c564]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-c977c564] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-c977c564] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-c977c564] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-c977c564] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-c977c564] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-c977c564] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-c977c564] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-c977c564] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-c977c564] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-c977c564] {
  margin-right: 10px
}

.box_text_type_1[data-v-c977c564] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-c977c564],
.box_text_type_1 i[data-v-c977c564] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-c977c564] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-c977c564] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-c977c564],
.wl_tip[data-v-c977c564] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-c977c564],
.wl_tip ul li[data-v-c977c564] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-c977c564] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-c977c564] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-c977c564] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-c977c564],
.wl_waring ul li[data-v-c977c564] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-c977c564] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-c977c564] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-c977c564] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-c977c564] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-c977c564] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-c977c564] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-c977c564 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-c977c564 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-c977c564] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-c977c564] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-c977c564] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-c977c564],
.box_fx_buy_sell[data-v-c977c564],
.box_fx_result[data-v-c977c564],
.box_leverage_result[data-v-c977c564],
.current_time[data-v-c977c564],
.tab_box[data-v-c977c564],
.tab_time[data-v-c977c564] {
  position: relative
}

.copilot[data-v-c977c564] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-c977c564],
.copilot[data-v-c977c564]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-c977c564]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-c977c564] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-c977c564] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-c977c564] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-c977c564] {
  padding: 20px 15px
}

.copilot_foot[data-v-c977c564],
.copilot_foot button[data-v-c977c564] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-c977c564] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-c977c564] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-c977c564],
.copilot.step_2[data-v-c977c564] {
  top: 50px
}

.copilot.step_3[data-v-c977c564],
.copilot.step_4[data-v-c977c564],
.copilot.step_6[data-v-c977c564],
.copilot.step_7[data-v-c977c564],
.copilot.step_8[data-v-c977c564] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-c977c564] {
  top: 40px
}

.box_info_1[data-v-c977c564] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-c977c564] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-c977c564] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-c977c564]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-c977c564] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-c977c564] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-c977c564] {
  height: 40px
}

.title_guide_1 span[data-v-c977c564] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-c977c564] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-c977c564] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-c977c564] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-c977c564] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-c977c564] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-c977c564 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-c977c564 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-c977c564]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-c977c564]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-c977c564]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-c977c564]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-c977c564]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-c977c564 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-c977c564 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-c977c564] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-c977c564] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-c977c564] {
    margin-top: 0
  }

  .sub_visual[data-v-c977c564] {
    display: none
  }

  .box_sub_title[data-v-c977c564] {
    padding: 0 20px
  }

  .box_sub_container[data-v-c977c564] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-c977c564] {
    display: block
  }

  .title_sub[data-v-c977c564] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-c977c564]:before {
    bottom: -5px
  }

  .title_sub[data-v-c977c564]:after,
  .title_sub[data-v-c977c564]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-c977c564]:after {
    bottom: -3px
  }

  .sub_menu[data-v-c977c564] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-c977c564] {
    padding: 0
  }

  .box_sub_container[data-v-c977c564] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-c977c564] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-c977c564] {
    display: none
  }

  .box_bg_deep[data-v-c977c564] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-c977c564] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-c977c564] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-c977c564] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-c977c564],
  .result_buy div[data-v-c977c564] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-c977c564] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-c977c564] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-c977c564] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-c977c564] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-c977c564] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-c977c564] {
    padding: 0 5px
  }

  .box_folder button[data-v-c977c564] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-c977c564] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-c977c564] {
    padding: 0
  }

  .pagenation_type_1[data-v-c977c564] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-c977c564] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-c977c564] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-c977c564] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-c977c564],
  .pagenation_type_1 .btn_last[data-v-c977c564],
  .pagenation_type_1 .btn_next[data-v-c977c564],
  .pagenation_type_1 .btn_prev[data-v-c977c564] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-c977c564] {
    color: #bbb
  }

  .title_medium[data-v-c977c564] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-c977c564]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-c977c564]:first-of-type:hover,
  .game_bat.bet_three button[data-v-c977c564]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-c977c564]:nth-of-type(3):hover,
  .game_bat button[data-v-c977c564]:first-of-type:hover,
  .game_bat button[data-v-c977c564]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-c977c564],
  .game_bat button.active span[data-v-c977c564],
  .game_bat button:hover span[data-v-c977c564] {
    color: #fff 
  }

  .bat_more[data-v-c977c564]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-c977c564],
  .bat_more[disabled][data-v-c977c564]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-c977c564]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-c977c564]:first-of-type:hover,
  .game_bat_2 button[data-v-c977c564]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-c977c564],
  .game_bat_2 button.active[data-v-c977c564]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-c977c564]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-c977c564] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-c977c564] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-c977c564]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-c977c564]:hover,
  .pagenation_type_1 .btn_last[data-v-c977c564]:hover,
  .pagenation_type_1 .btn_next[data-v-c977c564]:hover,
  .pagenation_type_1 .btn_prev[data-v-c977c564]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-c977c564]:hover,
  .ul_game_item button[data-v-c977c564]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.box_game_result.football[data-v-c977c564] {
  background: url(/images/common/bg_football_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.icehockey[data-v-c977c564] {
  background: url(/images/common/bg_icehockey_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.basketball[data-v-c977c564] {
  background: url(/images/common/bg_basketball_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.tennis[data-v-c977c564] {
  background: url(/images/common/bg_tennis_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.volleyball[data-v-c977c564] {
  background: url(/images/common/bg_volleyball_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.american_football[data-v-c977c564] {
  background: url(/images/common/bg_american_football_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.baseyball[data-v-c977c564] {
  background: url(/images/common/bg_baseball_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.handball[data-v-c977c564] {
  background: url(/images/common/bg_handball_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.league_of_legends[data-v-c977c564] {
  background: url(/images/common/bg_league_of_legends_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.dota_2[data-v-c977c564] {
  background: url(/images/common/bg_dota_2_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.warcraft_3[data-v-c977c564] {
  background: url(/images/common/bg_warcraft_3_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.overwatch[data-v-c977c564] {
  background: url(/images/common/bg_overwatch_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.mma[data-v-c977c564] {
  background: url(/images/common/bg_mma_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.starcraft[data-v-c977c564] {
  background: url(/images/common/bg_starcraft_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.starcraft2[data-v-c977c564] {
  background: url(/images/common/bg_starcraft2_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.virtual_football_pro[data-v-c977c564] {
  background: url(/images/common/bg_virtual_football_pro_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.virtual_cycle_racing[data-v-c977c564] {
  background: url(/images/common/bg_virtual_cycle_racing_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.virtual_greyhounds[data-v-c977c564] {
  background: url(/images/common/bg_virtual_greyhounds_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result.virtual_horse_racing[data-v-c977c564] {
  background: url(/images/common/bg_virtual_horse_racing_result.jpg) no-repeat 50%;
  background-size: cover
}

.box_game_result[data-v-c977c564] {
  position: relative;
  width: 100%;
  padding: 15px
}

.box_game_result[data-v-c977c564]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}

.box_game_result>div[data-v-c977c564] {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%
}

.box_game_result .title_time[data-v-c977c564] {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(93, 176, 19, .8);
  border-radius: 3px;
  padding: 3px 10px 5px
}

.box_game_result .title_time i[data-v-c977c564] {
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #fff;
  margin: 0 10px
}

.box_game_result .team_score[data-v-c977c564] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 15px 0 5px
}

.box_game_result .team_score em[data-v-c977c564] {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  width: calc(50% - 120px);
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500
}

.box_game_result .team_score strong[data-v-c977c564] {
  font-family: Gmarket;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  margin: 0 30px
}

.box_game_result .team_score em[data-v-c977c564]:first-of-type {
  justify-content: flex-end;
  text-align: right;
  line-height: 1.2
}

.box_game_result .score_detail[data-v-c977c564] {
  display: flex;
  justify-content: center
}

.box_game_result .score_detail li[data-v-c977c564] {
  color: #fff;
  padding: 5px 8px
}

.box_game_result .box_check_point[data-v-c977c564],
.table_check_point[data-v-c977c564] {
  width: 100%
}

.table_check_point thead tr th[data-v-c977c564] {
  color: #fff;
  text-align: center;
  padding: 4px 5px
}

.table_check_point tbody tr[data-v-c977c564] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background: rgba(0, 0, 0, .4)
}

.table_check_point tbody tr[data-v-c977c564]:first-of-type {
  border-top: 1px solid hsla(0, 0%, 100%, .2)
}

.table_check_point tbody tr td[data-v-c977c564] {
  color: #fff;
  padding: 4px 5px
}

.table_check_point tbody tr td[data-v-c977c564]:first-of-type {
  width: auto;
  text-align: left
}

.table_check_point tbody tr td[data-v-c977c564]:nth-of-type(2),
.table_check_point tbody tr td[data-v-c977c564]:nth-of-type(3),
.table_check_point tbody tr td[data-v-c977c564]:nth-of-type(4),
.table_check_point tbody tr td[data-v-c977c564]:nth-of-type(5),
.table_check_point tbody tr td[data-v-c977c564]:nth-of-type(6) {
  width: 40px;
  text-align: center;
  border-left: 1px solid hsla(0, 0%, 100%, .2)
}

.table_check_point .yellow_card[data-v-c977c564] {
  background: #ff0
}

.table_check_point .red_card[data-v-c977c564],
.table_check_point .yellow_card[data-v-c977c564] {
  display: inline-flex;
  width: 8px;
  height: 12px;
  text-indent: -9999px
}

.table_check_point .red_card[data-v-c977c564] {
  background: red
}

.table_check_point_1[data-v-c977c564] {
  width: 100%
}

.table_check_point_1 thead tr th[data-v-c977c564] {
  color: #fff;
  text-align: center;
  padding: 4px 0
}

.table_check_point_1 tbody tr[data-v-c977c564] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background: rgba(0, 0, 0, .4)
}

.table_check_point_1 tbody tr[data-v-c977c564]:first-of-type {
  border-top: 1px solid hsla(0, 0%, 100%, .2)
}

.table_check_point_1 tbody tr td[data-v-c977c564] {
  color: #fff;
  padding: 4px 0
}

.table_check_point_1 tbody tr td[data-v-c977c564]:first-of-type {
  width: auto;
  text-align: left
}

.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(2),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(3),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(4),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(5),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(6),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(7),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(8),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(9),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(10),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(11),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(12),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(13),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(14),
.table_check_point_1 tbody tr td[data-v-c977c564]:nth-of-type(15) {
  width: 36px;
  text-align: center;
  border-left: 1px solid hsla(0, 0%, 100%, .2);
  padding: 0 3px
}

.scroll_game_result[data-v-c977c564] {
  width: 100%
}

.table_check_point_1 tbody tr td i[data-v-c977c564],
.table_check_point tbody tr td i[data-v-c977c564] {
  padding-right: 5px
}

.table_check_point_1 tbody tr td i img[data-v-c977c564],
.table_check_point tbody tr td i img[data-v-c977c564] {
  width: 18px 
}

.title_match[data-v-c977c564],
.title_match div[data-v-c977c564] {
  display: flex;
  align-items: center
}

.title_match div[data-v-c977c564] {
  height: 20px;
  font-size: 1.5rem;
  color: #fff
}

.title_match div img[data-v-c977c564] {
  width: 18px;
  margin-right: 10px
}

.title_match div i[data-v-c977c564] {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 5px
}

.game_on[data-v-c977c564] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #e32028
}

.game_mark_1[data-v-c977c564] {
  background: #ff4200
}

.game_mark_1[data-v-c977c564],
.game_mark_2[data-v-c977c564] {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%
}

.game_mark_2[data-v-c977c564] {
  background: #4088f6
}

.title_time_virture[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(93, 176, 19, .8);
  border-radius: 3px;
  padding: 3px 10px 5px
}

.title_time_virture img[data-v-c977c564] {
  width: 22px;
  margin-right: 8px
}

.title_time_virture i[data-v-c977c564] {
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #fff;
  margin: 0 10px
}

.table_virture_check_point[data-v-c977c564] {
  width: 100%;
  max-width: 1000px
}

.table_virture_check_point thead tr th[data-v-c977c564] {
  color: #fff;
  text-align: center;
  padding: 4px 5px
}

.table_virture_check_point tbody tr[data-v-c977c564] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background: rgba(0, 0, 0, .4)
}

.table_virture_check_point tbody tr[data-v-c977c564]:first-of-type {
  border-top: 1px solid hsla(0, 0%, 100%, .2)
}

.table_virture_check_point tbody tr td[data-v-c977c564] {
  color: #fff;
  border-left: 1px solid hsla(0, 0%, 100%, .2);
  padding: 4px 5px
}

.table_virture_check_point tbody tr td[data-v-c977c564]:first-child {
  border-left: 0
}

.table_virture_check_point tbody tr td>div[data-v-c977c564] {
  display: flex;
  justify-content: center;
  align-items: center
}

.table_virture_check_point tbody tr td>div span[data-v-c977c564] {
  padding-bottom: 2px;
  margin-left: 10px
}

.number_code[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 1.6rem;
  font-family: Gmarket;
  font-weight: 600;
  color: #000;
  background: #e32028;
  padding-top: 2px
}

.menu_team_name[data-v-c977c564] {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 5px
}

.menu_team_name>li[data-v-c977c564] {
  margin: 0 1px
}

.menu_team_name>li button[data-v-c977c564] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 30px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 15px;
  background: hsla(0, 0%, 100%, .1);
  padding: 0 20px 2px;
  margin: 1px 0
}

.menu_team_name>li button.active[data-v-c977c564] {
  color: #e32028;
  background: #fff
}

.m_bottom-1[data-v-c977c564] {
  margin-bottom: -1px
}

@media (max-width:767px) {
  .box_game_result[data-v-c977c564] {
    position: relative;
    width: 100%;
    padding: 10px
  }

  .box_game_result[data-v-c977c564]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2)
  }

  .box_game_result>div[data-v-c977c564] {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .box_game_result .title_time[data-v-c977c564] {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    background: rgba(255, 135, 0, .7);
    border-radius: 3px;
    padding: 3px 10px 5px
  }

  .box_game_result .title_time i[data-v-c977c564] {
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #fff;
    margin: 0 10px
  }

  .box_game_result .team_score[data-v-c977c564] {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 15px 0 5px
  }

  .box_game_result .team_score em[data-v-c977c564] {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    width: calc(50% - 60px);
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500
  }

  .box_game_result .team_score strong[data-v-c977c564] {
    font-family: Gmarket;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    width: 120px;
    text-align: center;
    margin: 0
  }

  .box_game_result .team_score em[data-v-c977c564]:first-of-type {
    justify-content: flex-end;
    text-align: right;
    line-height: 1.2
  }

  .box_game_result .score_detail[data-v-c977c564] {
    display: flex;
    justify-content: center
  }

  .box_game_result .score_detail li[data-v-c977c564] {
    color: #fff;
    padding: 5px 8px
  }
}
body [data-v-9dbb6d4c] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-9dbb6d4c]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-9dbb6d4c]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-9dbb6d4c] {
  max-width: 1440px
}

.page-enter-active[data-v-9dbb6d4c],
.page-leave-active[data-v-9dbb6d4c] {
  transition: opacity .1s
}

.page-enter[data-v-9dbb6d4c],
.page-leave-to[data-v-9dbb6d4c] {
  opacity: 0
}

.b1[data-v-9dbb6d4c] {
  border: 1px solid red
}

.width-btn-100[data-v-9dbb6d4c] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-9dbb6d4c] {
  color: #e32028 
}

.main-color1-normal[data-v-9dbb6d4c] {
  color: #ff2152 
}

.main-color1-text[data-v-9dbb6d4c] {
  color: #ff9710 
}

.main-color1-deep[data-v-9dbb6d4c] {
  color: #ff6900 
}

.main-color1-light[data-v-9dbb6d4c] {
  color: #ff542e 
}

.color-white[data-v-9dbb6d4c] {
  color: #fff 
}

.main-color2-light[data-v-9dbb6d4c] {
  color: #a9da2b 
}

.main-color2[data-v-9dbb6d4c] {
  color: #67b628 
}

.main_color3_light[data-v-9dbb6d4c] {
  color: #ffc92f 
}

.main-color3[data-v-9dbb6d4c] {
  color: #febd02 
}

.main-color4[data-v-9dbb6d4c] {
  color: #7e93a6 
}

.main-color5-light[data-v-9dbb6d4c] {
  color: #42deda 
}

.main-color5[data-v-9dbb6d4c] {
  color: #01c8de 
}

.color-grey[data-v-9dbb6d4c] {
  color: #676c71 
}

.color-lightgrey[data-v-9dbb6d4c] {
  color: #ababab 
}

.color-deepgrey[data-v-9dbb6d4c] {
  color: #20222b 
}

.color-text-verylight[data-v-9dbb6d4c] {
  color: #80a7b8 
}

.color-text-light[data-v-9dbb6d4c] {
  color: #9a9aa7 
}

.color-text[data-v-9dbb6d4c] {
  color: #797986 
}

.color-text-deep[data-v-9dbb6d4c] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-9dbb6d4c] {
  color: #2f3b49 
}

.c_default[data-v-9dbb6d4c] {
  color: #fff 
}

.c_high[data-v-9dbb6d4c] {
  color: #ff1717 
}

.c_low[data-v-9dbb6d4c] {
  color: #0bf 
}

.c_buy_light[data-v-9dbb6d4c] {
  color: #fe5159 
}

.c_buy[data-v-9dbb6d4c] {
  color: #f14f57 
}

.bg_c_buy[data-v-9dbb6d4c] {
  background: #f14f57
}

.c_sell_light[data-v-9dbb6d4c] {
  color: #349bf0 
}

.c_sell[data-v-9dbb6d4c] {
  color: #3488db 
}

.bg_c_sell[data-v-9dbb6d4c] {
  background: #3488db
}

.c_ing[data-v-9dbb6d4c] {
  color: #fff 
}

.bg_ing[data-v-9dbb6d4c],
.bg_wait[data-v-9dbb6d4c] {
  background: #7e93a6 
}

.bg_background_deep[data-v-9dbb6d4c] {
  background: #000
}

.c_success[data-v-9dbb6d4c] {
  color: #1478f2 
}

.bg_success[data-v-9dbb6d4c] {
  background: #1478f2 
}

.c_complete[data-v-9dbb6d4c] {
  color: #fff 
}

.c_fail[data-v-9dbb6d4c] {
  color: #ff1e1e 
}

.bg_fail[data-v-9dbb6d4c] {
  background: #ff1e1e 
}

.c_cancel[data-v-9dbb6d4c] {
  color: #ff6900 
}

.bg_cancel[data-v-9dbb6d4c] {
  background: #ff6900 
}

.c_error[data-v-9dbb6d4c] {
  color: #ff6900 
}

.c_invaild[data-v-9dbb6d4c] {
  color: #999 
}

.bg_invaild[data-v-9dbb6d4c] {
  background: #666 
}

.bg_main[data-v-9dbb6d4c] {
  background: #e32028 
}

.bg_green_gra[data-v-9dbb6d4c] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-9dbb6d4c] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-9dbb6d4c] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-9dbb6d4c] {
  color: #ff5266 
}

.c_deposit_light[data-v-9dbb6d4c] {
  color: #a9da2b 
}

.c_deposit[data-v-9dbb6d4c] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-9dbb6d4c] {
  color: #ff8520 
}

.c_withdrawal[data-v-9dbb6d4c] {
  color: #ff6900 
}

.c_green[data-v-9dbb6d4c] {
  color: #009b1b 
}

.c_red[data-v-9dbb6d4c] {
  color: red 
}

.c_blue[data-v-9dbb6d4c] {
  color: #febd02 
}

.c_black[data-v-9dbb6d4c] {
  color: #000 
}

.bg_white[data-v-9dbb6d4c] {
  background: #fff 
}

.bg_green[data-v-9dbb6d4c] {
  background: #6dcb1b 
}

.box_c_ing[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-9dbb6d4c] {
  background: #f14f57
}

.box_c_buy[data-v-9dbb6d4c],
.box_c_invaild[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-9dbb6d4c] {
  background: #999
}

.box_c_sell[data-v-9dbb6d4c] {
  background: #3488db
}

.box_c_sell[data-v-9dbb6d4c],
.box_c_success[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-9dbb6d4c] {
  background: #ff6900
}

.box_c_fail[data-v-9dbb6d4c] {
  background: #67b628
}

.box_c_extedn[data-v-9dbb6d4c],
.box_c_fail[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-9dbb6d4c] {
  background: #43586c
}

.ps__rail-x[data-v-9dbb6d4c] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-9dbb6d4c],
.ps__rail-y[data-v-9dbb6d4c] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-9dbb6d4c] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-9dbb6d4c],
.ps--active-y>.ps__rail-y[data-v-9dbb6d4c] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-9dbb6d4c],
.ps--focus>.ps__rail-y[data-v-9dbb6d4c],
.ps--scrolling-x>.ps__rail-x[data-v-9dbb6d4c],
.ps--scrolling-y>.ps__rail-y[data-v-9dbb6d4c],
.ps:hover>.ps__rail-x[data-v-9dbb6d4c],
.ps:hover>.ps__rail-y[data-v-9dbb6d4c] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-9dbb6d4c],
.ps.ps__rail-x[data-v-9dbb6d4c]:focus,
.ps.ps__rail-x[data-v-9dbb6d4c]:hover,
.ps.ps__rail-y.ps--clicking[data-v-9dbb6d4c],
.ps.ps__rail-y[data-v-9dbb6d4c]:focus,
.ps.ps__rail-y[data-v-9dbb6d4c]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-9dbb6d4c] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-9dbb6d4c],
.ps__thumb-y[data-v-9dbb6d4c] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-9dbb6d4c] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-9dbb6d4c],
.ps__rail-x:focus>.ps__thumb-x[data-v-9dbb6d4c],
.ps__rail-x:hover>.ps__thumb-x[data-v-9dbb6d4c] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-9dbb6d4c],
.ps__rail-y:focus>.ps__thumb-y[data-v-9dbb6d4c],
.ps__rail-y:hover>.ps__thumb-y[data-v-9dbb6d4c] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-9dbb6d4c] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-9dbb6d4c] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-9dbb6d4c] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-9dbb6d4c] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-9dbb6d4c] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-9dbb6d4c] {
  display: none 
}

.toast-top-center[data-v-9dbb6d4c] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-9dbb6d4c] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-9dbb6d4c] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-9dbb6d4c] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-9dbb6d4c] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-9dbb6d4c],
.pagenation_type_1 .btn_last[data-v-9dbb6d4c],
.pagenation_type_1 .btn_next[data-v-9dbb6d4c],
.pagenation_type_1 .btn_prev[data-v-9dbb6d4c] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-9dbb6d4c] {
  color: #bbb
}

.wrap_type_3[data-v-9dbb6d4c] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-9dbb6d4c] {
  background: #0b0c10
}

.container_left[data-v-9dbb6d4c],
.container_left_md[data-v-9dbb6d4c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-9dbb6d4c] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-9dbb6d4c] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-9dbb6d4c] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-9dbb6d4c] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-9dbb6d4c]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-9dbb6d4c] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-9dbb6d4c] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-9dbb6d4c] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-9dbb6d4c] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-9dbb6d4c]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-9dbb6d4c]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-9dbb6d4c],
.container_center_3_mini>div[data-v-9dbb6d4c] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-9dbb6d4c] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-9dbb6d4c]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-9dbb6d4c]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-9dbb6d4c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-9dbb6d4c]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-9dbb6d4c]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-9dbb6d4c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-9dbb6d4c]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-9dbb6d4c]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-9dbb6d4c] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-9dbb6d4c] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-9dbb6d4c],
.bg_grad_1_x[data-v-9dbb6d4c] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-9dbb6d4c] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-9dbb6d4c] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-9dbb6d4c] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-9dbb6d4c],
.bg_normal_2[data-v-9dbb6d4c] {
  background: #141621
}

.btn_left_close[data-v-9dbb6d4c],
.btn_left_control[data-v-9dbb6d4c],
.btn_right_close[data-v-9dbb6d4c],
.right_screen[data-v-9dbb6d4c] {
  display: none
}

.box_logo[data-v-9dbb6d4c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-9dbb6d4c] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-9dbb6d4c] {
  display: none
}

.text_dot[data-v-9dbb6d4c] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-9dbb6d4c {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-9dbb6d4c {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-9dbb6d4c] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-9dbb6d4c] {
  background: #fff 
}

.bat_more.active i[data-v-9dbb6d4c] {
  color: #000 
}

.btn_no_disabled[data-v-9dbb6d4c] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-9dbb6d4c] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-9dbb6d4c] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-9dbb6d4c],
.game_bat_2 button[data-v-9dbb6d4c]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-9dbb6d4c]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-9dbb6d4c] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-9dbb6d4c] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-9dbb6d4c]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-9dbb6d4c] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-9dbb6d4c] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-9dbb6d4c] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-9dbb6d4c],
.title_logo[data-v-9dbb6d4c] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-9dbb6d4c] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-9dbb6d4c] {
  height: 22px
}

.tab[data-v-9dbb6d4c] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-9dbb6d4c]:last-child {
  width: 100%
}

.tab li[data-v-9dbb6d4c]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-9dbb6d4c] {
  width: 50%
}

.tab li[data-v-9dbb6d4c]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-9dbb6d4c] {
  width: 33.333333333333%
}

.tab li[data-v-9dbb6d4c]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-9dbb6d4c] {
  width: 25%
}

.tab li[data-v-9dbb6d4c]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-9dbb6d4c] {
  width: 20%
}

.tab li[data-v-9dbb6d4c]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-9dbb6d4c] {
  width: 16.66666666666667%
}

.tab li button[data-v-9dbb6d4c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-9dbb6d4c] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-9dbb6d4c]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-9dbb6d4c] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-9dbb6d4c] {
  border: 0
}

.wrap_sports_detail li[data-v-9dbb6d4c] {
  width: 100%
}

.wrap_sports_detail li[data-v-9dbb6d4c]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-9dbb6d4c]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-9dbb6d4c] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-9dbb6d4c] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-9dbb6d4c],
.detail_num>button[data-v-9dbb6d4c] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-9dbb6d4c] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-9dbb6d4c] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-9dbb6d4c]:last-child {
  width: 100%
}

.detail_num button[data-v-9dbb6d4c]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-9dbb6d4c] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-9dbb6d4c]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-9dbb6d4c] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-9dbb6d4c] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-9dbb6d4c] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-9dbb6d4c] {
  color: #fff 
}

.detail_num>button .up[data-v-9dbb6d4c]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-9dbb6d4c]:after,
.detail_num>button .up[data-v-9dbb6d4c]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-9dbb6d4c 1s ease-in-out 5;
  animation: blink-data-v-9dbb6d4c 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-9dbb6d4c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-9dbb6d4c] {
  background: #f4053a
}

.detail_num>button.active i[data-v-9dbb6d4c] {
  color: #000
}

.detail_num>button .text-allocation[data-v-9dbb6d4c] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-9dbb6d4c] {
  color: #000 
}

.sports_bet_close[data-v-9dbb6d4c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-9dbb6d4c],
.sports_bet_close[data-v-9dbb6d4c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-9dbb6d4c]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-9dbb6d4c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-9dbb6d4c],
.sports_bet_close_all[data-v-9dbb6d4c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-9dbb6d4c]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-9dbb6d4c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-9dbb6d4c]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-9dbb6d4c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-9dbb6d4c]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-9dbb6d4c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-9dbb6d4c],
.market_all_close[data-v-9dbb6d4c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-9dbb6d4c]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-9dbb6d4c] {
    display: none
  }
}

.vjs-control-bar[data-v-9dbb6d4c] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-9dbb6d4c] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-9dbb6d4c] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-9dbb6d4c] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-9dbb6d4c]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-9dbb6d4c] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-9dbb6d4c]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-9dbb6d4c] {
  color: #fff 
}

.vjs-big-play-button[data-v-9dbb6d4c]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-9dbb6d4c],
  .detail_num button[data-v-9dbb6d4c]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-9dbb6d4c] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-9dbb6d4c]:nth-of-type(2),
  .game_bat button[data-v-9dbb6d4c]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-9dbb6d4c]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-9dbb6d4c] {
    width: 100%
  }

  .market_all_close[data-v-9dbb6d4c]:after,
  .market_domestic_all_close[data-v-9dbb6d4c]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-9dbb6d4c],
  .game_bat button:nth-of-type(3) i[data-v-9dbb6d4c] {
    display: none 
  }
}

.mini_bet_close[data-v-9dbb6d4c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-9dbb6d4c],
.mini_bet_close[data-v-9dbb6d4c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-9dbb6d4c]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-9dbb6d4c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-9dbb6d4c] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-9dbb6d4c] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-9dbb6d4c]:first-of-type,
.flex_2dan div[data-v-9dbb6d4c]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-9dbb6d4c] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-9dbb6d4c]:first-of-type,
.flex_3dan div[data-v-9dbb6d4c]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-9dbb6d4c]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-9dbb6d4c] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-9dbb6d4c] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-9dbb6d4c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-9dbb6d4c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-9dbb6d4c] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-9dbb6d4c] {
  height: 40px
}

.mini_game_info[data-v-9dbb6d4c],
.mini_game_info span[data-v-9dbb6d4c]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-9dbb6d4c]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-9dbb6d4c] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-9dbb6d4c] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-9dbb6d4c]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-9dbb6d4c] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-9dbb6d4c] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-9dbb6d4c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-9dbb6d4c] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-9dbb6d4c]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-9dbb6d4c] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-9dbb6d4c]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-9dbb6d4c] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-9dbb6d4c]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-9dbb6d4c] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-9dbb6d4c]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-9dbb6d4c] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-9dbb6d4c]:first-child,
.ul_game_item.item_10 li[data-v-9dbb6d4c]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-9dbb6d4c]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-9dbb6d4c] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-9dbb6d4c],
.ul_game_item button i[data-v-9dbb6d4c] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-9dbb6d4c] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-9dbb6d4c] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-9dbb6d4c] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-9dbb6d4c] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-9dbb6d4c] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-9dbb6d4c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-9dbb6d4c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-9dbb6d4c] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-9dbb6d4c] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-9dbb6d4c] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-9dbb6d4c] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-9dbb6d4c] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-9dbb6d4c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-9dbb6d4c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-9dbb6d4c] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-9dbb6d4c] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-9dbb6d4c] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-9dbb6d4c] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-9dbb6d4c] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-9dbb6d4c] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-9dbb6d4c] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-9dbb6d4c] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-9dbb6d4c] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-9dbb6d4c] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-9dbb6d4c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-9dbb6d4c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-9dbb6d4c] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-9dbb6d4c] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-9dbb6d4c] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-9dbb6d4c] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-9dbb6d4c] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-9dbb6d4c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-9dbb6d4c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-9dbb6d4c] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-9dbb6d4c] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-9dbb6d4c] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-9dbb6d4c]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-9dbb6d4c]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-9dbb6d4c]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-9dbb6d4c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-9dbb6d4c] {
    display: none
  }

  .flex_1dan ul[data-v-9dbb6d4c] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-9dbb6d4c]:first-of-type,
  .flex_3dan div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-9dbb6d4c]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-9dbb6d4c] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-9dbb6d4c]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-9dbb6d4c]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-9dbb6d4c]:first-of-type,
  .flex_3dan div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-9dbb6d4c]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-9dbb6d4c] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-9dbb6d4c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-9dbb6d4c] {
    width: 100%
  }

  .flex_3dan div[data-v-9dbb6d4c]:first-of-type,
  .flex_3dan div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-9dbb6d4c]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-9dbb6d4c] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-9dbb6d4c] {
    width: 100%
  }

  .ul_game_item2 li[data-v-9dbb6d4c]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-9dbb6d4c]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-9dbb6d4c]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-9dbb6d4c] {
    padding: 101px 280px 0
  }

  .container_left[data-v-9dbb6d4c],
  .container_left_md[data-v-9dbb6d4c],
  .container_right[data-v-9dbb6d4c] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-9dbb6d4c]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-9dbb6d4c]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-9dbb6d4c] {
    padding-left: 40px
  }

  .container_left[data-v-9dbb6d4c] {
    display: none
  }

  .btn_left_control[data-v-9dbb6d4c] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-9dbb6d4c],
  .btn_left_control i[data-v-9dbb6d4c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-9dbb6d4c] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-9dbb6d4c] {
    width: 26px
  }

  .btn_left_close[data-v-9dbb6d4c] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-9dbb6d4c] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-9dbb6d4c] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-9dbb6d4c]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-9dbb6d4c]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-9dbb6d4c]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-9dbb6d4c] {
    display: block
  }

  .no-display-1600[data-v-9dbb6d4c] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-9dbb6d4c]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-9dbb6d4c] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-9dbb6d4c] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-9dbb6d4c]:first-of-type,
  .container_center_2_mini>div>div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-9dbb6d4c] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-9dbb6d4c]:first-of-type,
  .container_center_3_mini>div>div[data-v-9dbb6d4c]:nth-of-type(2),
  .container_center_4_mini>div[data-v-9dbb6d4c]:first-of-type,
  .container_center_4_mini>div[data-v-9dbb6d4c]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-9dbb6d4c] {
    padding-right: 0
  }

  .container_right[data-v-9dbb6d4c] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-9dbb6d4c] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-9dbb6d4c] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-9dbb6d4c] {
    width: 26px
  }

  .container_right .right_screen[data-v-9dbb6d4c] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-9dbb6d4c] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-9dbb6d4c],
  .btn_left_control[data-v-9dbb6d4c],
  .container_left[data-v-9dbb6d4c] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-9dbb6d4c] {
    padding: 0
  }

  .mobile_scroll[data-v-9dbb6d4c] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-9dbb6d4c] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-9dbb6d4c],
.title_info_s[data-v-9dbb6d4c] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-9dbb6d4c] {
  font-size: 1.8rem
}

.title_info_s[data-v-9dbb6d4c]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-9dbb6d4c] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-9dbb6d4c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-9dbb6d4c] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-9dbb6d4c] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-9dbb6d4c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-9dbb6d4c] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-9dbb6d4c] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-9dbb6d4c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-9dbb6d4c] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-9dbb6d4c] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-9dbb6d4c] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-9dbb6d4c] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-9dbb6d4c] {
  position: relative
}

.sub_visual_wallet img[data-v-9dbb6d4c] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-9dbb6d4c] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-9dbb6d4c] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-9dbb6d4c] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-9dbb6d4c] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-9dbb6d4c]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-9dbb6d4c],
.menu_wallet>li button[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-9dbb6d4c],
.menu_wallet>li button.active[data-v-9dbb6d4c] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-9dbb6d4c] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-9dbb6d4c]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-9dbb6d4c] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-9dbb6d4c] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-9dbb6d4c] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-9dbb6d4c] {
  position: relative
}

.wallet_form button[data-v-9dbb6d4c] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-9dbb6d4c] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-9dbb6d4c] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-9dbb6d4c] {
  background: #141621 
}

h2.title_trade[data-v-9dbb6d4c] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-9dbb6d4c] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-9dbb6d4c] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-9dbb6d4c] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-9dbb6d4c],
.result_buy div[data-v-9dbb6d4c] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-9dbb6d4c] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-9dbb6d4c] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-9dbb6d4c] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-9dbb6d4c] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-9dbb6d4c] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-9dbb6d4c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-9dbb6d4c] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-9dbb6d4c] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-9dbb6d4c],
.sub_visual.s_02[data-v-9dbb6d4c],
.sub_visual.s_03[data-v-9dbb6d4c],
.sub_visual.s_04[data-v-9dbb6d4c],
.sub_visual.s_05[data-v-9dbb6d4c],
.sub_visual.s_06[data-v-9dbb6d4c],
.sub_visual.s_07[data-v-9dbb6d4c],
.sub_visual.s_08[data-v-9dbb6d4c] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-9dbb6d4c] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-9dbb6d4c] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-9dbb6d4c] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-9dbb6d4c],
.sub_menu a[data-v-9dbb6d4c] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-9dbb6d4c] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-9dbb6d4c] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-9dbb6d4c],
.sub_menu a.nuxt-link-active[data-v-9dbb6d4c] {
  color: #e32028
}

.sub_tab ul[data-v-9dbb6d4c] {
  overflow: hidden
}

.sub_tab ul li[data-v-9dbb6d4c] {
  float: left
}

.sub_tab ul li a[data-v-9dbb6d4c] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-9dbb6d4c],
.sub_tab ul li a.active[data-v-9dbb6d4c] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-9dbb6d4c]:before,
.sub_tab ul li a.active[data-v-9dbb6d4c]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-9dbb6d4c] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-9dbb6d4c] {
  font-size: 2.2rem
}

.title_big[data-v-9dbb6d4c],
.title_normal[data-v-9dbb6d4c] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-9dbb6d4c] {
  font-size: 1.8rem
}

.title_small[data-v-9dbb6d4c] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-9dbb6d4c] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-9dbb6d4c] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-9dbb6d4c],
.title_tiny[data-v-9dbb6d4c] {
  position: relative;
  color: #fff
}

.title_sub[data-v-9dbb6d4c] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-9dbb6d4c]:before {
  bottom: -5px
}

.title_sub[data-v-9dbb6d4c]:after,
.title_sub[data-v-9dbb6d4c]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-9dbb6d4c]:after {
  bottom: -3px
}

.title_sub_1[data-v-9dbb6d4c] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-9dbb6d4c]:before {
  bottom: -5px
}

.title_sub_1[data-v-9dbb6d4c]:after,
.title_sub_1[data-v-9dbb6d4c]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-9dbb6d4c]:after {
  bottom: -3px
}

.title_sm[data-v-9dbb6d4c] {
  display: none
}

.title_hexa[data-v-9dbb6d4c] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-9dbb6d4c],
.title_hexa i[data-v-9dbb6d4c] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-9dbb6d4c] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-9dbb6d4c] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-9dbb6d4c] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-9dbb6d4c],
.title_hexa.t_on i[data-v-9dbb6d4c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-9dbb6d4c] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-9dbb6d4c] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-9dbb6d4c] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-9dbb6d4c] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-9dbb6d4c] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-9dbb6d4c] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-9dbb6d4c] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-9dbb6d4c]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-9dbb6d4c]:first-of-type,
.sports_list li>div[data-v-9dbb6d4c]:nth-of-type(2),
.sports_list li>div[data-v-9dbb6d4c]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-9dbb6d4c] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-9dbb6d4c]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-9dbb6d4c] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-9dbb6d4c] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-9dbb6d4c] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-9dbb6d4c]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-9dbb6d4c] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-9dbb6d4c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-9dbb6d4c],
.game_bat button[data-v-9dbb6d4c] {
  position: relative
}

.game_bat button[data-v-9dbb6d4c]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-9dbb6d4c] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-9dbb6d4c] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-9dbb6d4c] {
  margin-right: 5px
}

.game_bat button[data-v-9dbb6d4c]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-9dbb6d4c] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-9dbb6d4c] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-9dbb6d4c] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-9dbb6d4c],
.game_bat button:nth-of-type(3) i img[data-v-9dbb6d4c] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-9dbb6d4c]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-9dbb6d4c]:nth-of-type(2),
.game_bat button[data-v-9dbb6d4c]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-9dbb6d4c]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-9dbb6d4c],
.game_bat button.active[data-v-9dbb6d4c] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-9dbb6d4c]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-9dbb6d4c]:after,
.game_bat button:first-of-type .up[data-v-9dbb6d4c]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-9dbb6d4c 1s ease-in-out 5;
  animation: blink-data-v-9dbb6d4c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-9dbb6d4c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-9dbb6d4c]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-9dbb6d4c]:after,
.game_bat button:nth-of-type(2) .up[data-v-9dbb6d4c]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-9dbb6d4c 1s ease-in-out 5;
  animation: blink-data-v-9dbb6d4c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-9dbb6d4c]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-9dbb6d4c]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-9dbb6d4c]:after,
.game_bat button:nth-of-type(3) .up[data-v-9dbb6d4c]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-9dbb6d4c 1s ease-in-out 5;
  animation: blink-data-v-9dbb6d4c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-9dbb6d4c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-9dbb6d4c] {
  padding: 0
}

.box_folder[data-v-9dbb6d4c],
.box_folder button[data-v-9dbb6d4c] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-9dbb6d4c] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-9dbb6d4c] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-9dbb6d4c]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-9dbb6d4c] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-9dbb6d4c]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-9dbb6d4c] {
  flex-wrap: wrap
}

.bank_info[data-v-9dbb6d4c],
.bank_info li[data-v-9dbb6d4c] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-9dbb6d4c] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-9dbb6d4c]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-9dbb6d4c] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-9dbb6d4c] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-9dbb6d4c] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-9dbb6d4c] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-9dbb6d4c] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-9dbb6d4c] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-9dbb6d4c] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-9dbb6d4c] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-9dbb6d4c] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-9dbb6d4c] {
  margin-right: 10px
}

.box_text_type_1[data-v-9dbb6d4c] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-9dbb6d4c],
.box_text_type_1 i[data-v-9dbb6d4c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-9dbb6d4c] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-9dbb6d4c] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-9dbb6d4c],
.wl_tip[data-v-9dbb6d4c] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-9dbb6d4c],
.wl_tip ul li[data-v-9dbb6d4c] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-9dbb6d4c] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-9dbb6d4c] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-9dbb6d4c] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-9dbb6d4c],
.wl_waring ul li[data-v-9dbb6d4c] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-9dbb6d4c] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-9dbb6d4c] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-9dbb6d4c] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-9dbb6d4c] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-9dbb6d4c] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-9dbb6d4c] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-9dbb6d4c {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-9dbb6d4c {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-9dbb6d4c] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-9dbb6d4c] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-9dbb6d4c] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-9dbb6d4c],
.box_fx_buy_sell[data-v-9dbb6d4c],
.box_fx_result[data-v-9dbb6d4c],
.box_leverage_result[data-v-9dbb6d4c],
.current_time[data-v-9dbb6d4c],
.tab_box[data-v-9dbb6d4c],
.tab_time[data-v-9dbb6d4c] {
  position: relative
}

.copilot[data-v-9dbb6d4c] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-9dbb6d4c],
.copilot[data-v-9dbb6d4c]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-9dbb6d4c]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-9dbb6d4c] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-9dbb6d4c] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-9dbb6d4c] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-9dbb6d4c] {
  padding: 20px 15px
}

.copilot_foot[data-v-9dbb6d4c],
.copilot_foot button[data-v-9dbb6d4c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-9dbb6d4c] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-9dbb6d4c] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-9dbb6d4c],
.copilot.step_2[data-v-9dbb6d4c] {
  top: 50px
}

.copilot.step_3[data-v-9dbb6d4c],
.copilot.step_4[data-v-9dbb6d4c],
.copilot.step_6[data-v-9dbb6d4c],
.copilot.step_7[data-v-9dbb6d4c],
.copilot.step_8[data-v-9dbb6d4c] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-9dbb6d4c] {
  top: 40px
}

.box_info_1[data-v-9dbb6d4c] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-9dbb6d4c] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-9dbb6d4c] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-9dbb6d4c]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-9dbb6d4c] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-9dbb6d4c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-9dbb6d4c] {
  height: 40px
}

.title_guide_1 span[data-v-9dbb6d4c] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-9dbb6d4c] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-9dbb6d4c] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-9dbb6d4c] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-9dbb6d4c] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-9dbb6d4c] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-9dbb6d4c 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-9dbb6d4c 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-9dbb6d4c]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-9dbb6d4c]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-9dbb6d4c]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-9dbb6d4c]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-9dbb6d4c]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-9dbb6d4c {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-9dbb6d4c {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-9dbb6d4c] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-9dbb6d4c] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-9dbb6d4c] {
    margin-top: 0
  }

  .sub_visual[data-v-9dbb6d4c] {
    display: none
  }

  .box_sub_title[data-v-9dbb6d4c] {
    padding: 0 20px
  }

  .box_sub_container[data-v-9dbb6d4c] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-9dbb6d4c] {
    display: block
  }

  .title_sub[data-v-9dbb6d4c] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-9dbb6d4c]:before {
    bottom: -5px
  }

  .title_sub[data-v-9dbb6d4c]:after,
  .title_sub[data-v-9dbb6d4c]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-9dbb6d4c]:after {
    bottom: -3px
  }

  .sub_menu[data-v-9dbb6d4c] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-9dbb6d4c] {
    padding: 0
  }

  .box_sub_container[data-v-9dbb6d4c] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-9dbb6d4c] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-9dbb6d4c] {
    display: none
  }

  .box_bg_deep[data-v-9dbb6d4c] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-9dbb6d4c] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-9dbb6d4c] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-9dbb6d4c] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-9dbb6d4c],
  .result_buy div[data-v-9dbb6d4c] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-9dbb6d4c] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-9dbb6d4c] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-9dbb6d4c] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-9dbb6d4c] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-9dbb6d4c] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-9dbb6d4c] {
    padding: 0 5px
  }

  .box_folder button[data-v-9dbb6d4c] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-9dbb6d4c] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-9dbb6d4c] {
    padding: 0
  }

  .pagenation_type_1[data-v-9dbb6d4c] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-9dbb6d4c] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-9dbb6d4c] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-9dbb6d4c] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-9dbb6d4c],
  .pagenation_type_1 .btn_last[data-v-9dbb6d4c],
  .pagenation_type_1 .btn_next[data-v-9dbb6d4c],
  .pagenation_type_1 .btn_prev[data-v-9dbb6d4c] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-9dbb6d4c] {
    color: #bbb
  }

  .title_medium[data-v-9dbb6d4c] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-9dbb6d4c]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-9dbb6d4c]:first-of-type:hover,
  .game_bat.bet_three button[data-v-9dbb6d4c]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-9dbb6d4c]:nth-of-type(3):hover,
  .game_bat button[data-v-9dbb6d4c]:first-of-type:hover,
  .game_bat button[data-v-9dbb6d4c]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-9dbb6d4c],
  .game_bat button.active span[data-v-9dbb6d4c],
  .game_bat button:hover span[data-v-9dbb6d4c] {
    color: #fff 
  }

  .bat_more[data-v-9dbb6d4c]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-9dbb6d4c],
  .bat_more[disabled][data-v-9dbb6d4c]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-9dbb6d4c]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-9dbb6d4c]:first-of-type:hover,
  .game_bat_2 button[data-v-9dbb6d4c]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-9dbb6d4c],
  .game_bat_2 button.active[data-v-9dbb6d4c]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-9dbb6d4c]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-9dbb6d4c] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-9dbb6d4c] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-9dbb6d4c]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-9dbb6d4c]:hover,
  .pagenation_type_1 .btn_last[data-v-9dbb6d4c]:hover,
  .pagenation_type_1 .btn_next[data-v-9dbb6d4c]:hover,
  .pagenation_type_1 .btn_prev[data-v-9dbb6d4c]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-9dbb6d4c]:hover,
  .ul_game_item button[data-v-9dbb6d4c]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_other[data-v-9dbb6d4c] {
  position: relative
}

.sub_visual_other img[data-v-9dbb6d4c] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_other div[data-v-9dbb6d4c] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 5px
}

.sub_visual_other div span em[data-v-9dbb6d4c] {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: inherit
}

.sub_visual_other div span i[data-v-9dbb6d4c] {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300
}

.menu_history[data-v-9dbb6d4c] {
  display: flex;
  background: #000;
}

.menu_history>li[data-v-9dbb6d4c] {
  width: calc(20% - 1px)
}

.menu_history>li[data-v-9dbb6d4c]:first-of-type {
  width: 20%
}

.menu_history>li button[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  white-space: nowrap;
  padding-bottom: 2px
}

.menu_history>li button.active[data-v-9dbb6d4c] {
  color: #fff;
  border: 1px solid #67b628;
  background: linear-gradient(90deg, #67b628, #9ac923)
}

.menu_history_1[data-v-9dbb6d4c] {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0
}

.menu_history_1>li[data-v-9dbb6d4c] {
  max-width: 150px;
  margin: 0 1px 0 0
}

.menu_history_1>li button[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 17px;
  white-space: nowrap;
  background: hsla(0, 0%, 100%, .1);
  padding: 0 20px 2px;
  margin: 1px 0
}

.menu_history_1>li button.active[data-v-9dbb6d4c] {
  color: #ff2152;
  background: #fff
}

.history_control[data-v-9dbb6d4c] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px
}

.radio_inout[type=radio][data-v-9dbb6d4c] {
  display: none
}

.radio_inout[type=radio]+label[data-v-9dbb6d4c] {
  position: relative;
  float: left;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  color: #808488;
  font-size: 1.4rem;
  border: 0;
  border-radius: 3px;
  background: #27313b;
  font-weight: 400;
  padding: 0 20px;
  cursor: pointer;
  margin-left: 2px
}

.radio_inout[type=radio]:checked+label[data-v-9dbb6d4c] {
  color: #0b0c10;
  background: #fff
}

.radio_inout[type=radio]+label[data-v-9dbb6d4c]:before,
.radio_inout[type=radio]:checked+label[data-v-9dbb6d4c]:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%
}

.radio_inout.in[type=radio]:checked+label[data-v-9dbb6d4c] {
  background: #e32028;
  color: #fff
}

.radio_inout.out[type=radio]:checked+label[data-v-9dbb6d4c] {
  background: #67b628;
  color: #fff
}

.ul_bet_history>li[data-v-9dbb6d4c] {
  margin-bottom: 30px;
  border: 1px solid #000
}

.ul_bet_history>li[data-v-9dbb6d4c]:last-child {
  margin-bottom: 0
}

.bet_text_info[data-v-9dbb6d4c] {
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.2rem;
  color: #aaa
}

.bet_text_info[data-v-9dbb6d4c],
.bet_text_info>div[data-v-9dbb6d4c] {
  display: inline-flex;
  align-items: center
}

.bet_text_info span[data-v-9dbb6d4c] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-right: 10px;
  margin-bottom: 0 
}

.bet_text_info span i[data-v-9dbb6d4c] {
  color: #e32028
}

.bet_text_info button[data-v-9dbb6d4c] {
  margin-right: 2px
}

.i_odd[data-v-9dbb6d4c] {
  background: #febd02
}

.i_even[data-v-9dbb6d4c],
.i_odd[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 100%;
  padding-bottom: 2px
}

.i_even[data-v-9dbb6d4c] {
  background: #ff5266
}

.i_big[data-v-9dbb6d4c] {
  background: #009b1b
}

.i_big[data-v-9dbb6d4c],
.i_middle[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 100%;
  padding-bottom: 2px
}

.i_middle[data-v-9dbb6d4c] {
  background: #febd02
}

.i_small[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  background: #549b1b;
  border-radius: 100%;
  padding-bottom: 2px
}

.i_up[data-v-9dbb6d4c] {
  border: 1px solid #ff5266;
  border-radius: 100%
}

.i_down[data-v-9dbb6d4c],
.i_up[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(0, 0, 0, .1);
  padding-bottom: 2px
}

.i_down[data-v-9dbb6d4c] {
  border: 1px solid #febd02;
  border-radius: 100%
}

.i_normal[data-v-9dbb6d4c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  background: #606070;
  border-radius: 100%;
  padding-bottom: 2px
}

.table_history tbody td .text-des[data-v-9dbb6d4c] {
  display: none
}

@media (max-width:1190px) {
  .bet_text_info[data-v-9dbb6d4c] {
    justify-content: flex-start
  }

  .bet_text_info>div[data-v-9dbb6d4c] {
    display: inline-block;
    width: auto;
    text-align: left;
    line-height: 1.4;
    margin: 2px 0
  }

  .bet_text_info span[data-v-9dbb6d4c],
  .bet_text_info span i[data-v-9dbb6d4c] {
    display: inline 
  }
}

@media (max-width:991px) {
  .sub_visual_other img[data-v-9dbb6d4c] {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .sub_visual_other div[data-v-9dbb6d4c] {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px 5px
  }

  .sub_visual_other div span em[data-v-9dbb6d4c] {
    font-size: 2.4rem
  }

  .sub_visual_other div span em[data-v-9dbb6d4c]:after {
    height: 20px
  }

  .sub_visual_other div span i[data-v-9dbb6d4c] {
    font-size: 1.8rem
  }

  .ul_bet_history[data-v-9dbb6d4c] {
    margin-top: 10px
  }

  .ul_bet_history>li[data-v-9dbb6d4c] {
    margin-bottom: 5px;
    border: 1px solid #000
  }

  .ul_bet_history>li[data-v-9dbb6d4c]:last-child {
    margin-bottom: 0
  }

  .table_history tbody td .text-des[data-v-9dbb6d4c] {
    display: inline-flex;
    margin-right: 10px;
    color: #fff ;
    opacity: .5
  }
}

@media (max-width:767px) {
  .radio_inout[type=radio]+label[data-v-9dbb6d4c] {
    padding: 0 7px
  }

  .menu_history_1[data-v-9dbb6d4c] {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0
  }

  .menu_history_1>li[data-v-9dbb6d4c] {
    max-width: 150px;
    margin: 0 1px
  }

  .menu_history_1>li button[data-v-9dbb6d4c] {
    width: 100%;
    height: 28px;
    font-size: 1.3rem;
    color: #fff;
    border-radius: 14px;
    background: hsla(0, 0%, 100%, .1);
    padding: 0 10px 2px;
    margin: 1px 0
  }

  .menu_history_1>li button.active[data-v-9dbb6d4c] {
    color: #e32028;
    background: #fff
  }
}

@media (max-width:575px) {
  .radio_inout[type=radio]+label[data-v-9dbb6d4c] {
    padding: 0 5px;
    margin-left: 1px
  }
}
body [data-v-07085020] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-07085020]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-07085020]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-07085020] {
  max-width: 1440px
}

.page-enter-active[data-v-07085020],
.page-leave-active[data-v-07085020] {
  transition: opacity .1s
}

.page-enter[data-v-07085020],
.page-leave-to[data-v-07085020] {
  opacity: 0
}

.b1[data-v-07085020] {
  border: 1px solid red
}

.width-btn-100[data-v-07085020] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-07085020] {
  color: #e32028 
}

.main-color1-normal[data-v-07085020] {
  color: #ff2152 
}

.main-color1-text[data-v-07085020] {
  color: #ff9710 
}

.main-color1-deep[data-v-07085020] {
  color: #ff6900 
}

.main-color1-light[data-v-07085020] {
  color: #ff542e 
}

.color-white[data-v-07085020] {
  color: #fff 
}

.main-color2-light[data-v-07085020] {
  color: #a9da2b 
}

.main-color2[data-v-07085020] {
  color: #67b628 
}

.main_color3_light[data-v-07085020] {
  color: #ffc92f 
}

.main-color3[data-v-07085020] {
  color: #febd02 
}

.main-color4[data-v-07085020] {
  color: #7e93a6 
}

.main-color5-light[data-v-07085020] {
  color: #42deda 
}

.main-color5[data-v-07085020] {
  color: #01c8de 
}

.color-grey[data-v-07085020] {
  color: #676c71 
}

.color-lightgrey[data-v-07085020] {
  color: #ababab 
}

.color-deepgrey[data-v-07085020] {
  color: #20222b 
}

.color-text-verylight[data-v-07085020] {
  color: #80a7b8 
}

.color-text-light[data-v-07085020] {
  color: #9a9aa7 
}

.color-text[data-v-07085020] {
  color: #797986 
}

.color-text-deep[data-v-07085020] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-07085020] {
  color: #2f3b49 
}

.c_default[data-v-07085020] {
  color: #fff 
}

.c_high[data-v-07085020] {
  color: #ff1717 
}

.c_low[data-v-07085020] {
  color: #0bf 
}

.c_buy_light[data-v-07085020] {
  color: #fe5159 
}

.c_buy[data-v-07085020] {
  color: #f14f57 
}

.bg_c_buy[data-v-07085020] {
  background: #f14f57
}

.c_sell_light[data-v-07085020] {
  color: #349bf0 
}

.c_sell[data-v-07085020] {
  color: #3488db 
}

.bg_c_sell[data-v-07085020] {
  background: #3488db
}

.c_ing[data-v-07085020] {
  color: #fff 
}

.bg_ing[data-v-07085020],
.bg_wait[data-v-07085020] {
  background: #7e93a6 
}

.bg_background_deep[data-v-07085020] {
  background: #000
}

.c_success[data-v-07085020] {
  color: #1478f2 
}

.bg_success[data-v-07085020] {
  background: #1478f2 
}

.c_complete[data-v-07085020] {
  color: #fff 
}

.c_fail[data-v-07085020] {
  color: #ff1e1e 
}

.bg_fail[data-v-07085020] {
  background: #ff1e1e 
}

.c_cancel[data-v-07085020] {
  color: #ff6900 
}

.bg_cancel[data-v-07085020] {
  background: #ff6900 
}

.c_error[data-v-07085020] {
  color: #ff6900 
}

.c_invaild[data-v-07085020] {
  color: #999 
}

.bg_invaild[data-v-07085020] {
  background: #666 
}

.bg_main[data-v-07085020] {
  background: #e32028 
}

.bg_green_gra[data-v-07085020] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-07085020] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-07085020] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-07085020] {
  color: #ff5266 
}

.c_deposit_light[data-v-07085020] {
  color: #a9da2b 
}

.c_deposit[data-v-07085020] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-07085020] {
  color: #ff8520 
}

.c_withdrawal[data-v-07085020] {
  color: #ff6900 
}

.c_green[data-v-07085020] {
  color: #009b1b 
}

.c_red[data-v-07085020] {
  color: red 
}

.c_blue[data-v-07085020] {
  color: #febd02 
}

.c_black[data-v-07085020] {
  color: #000 
}

.bg_white[data-v-07085020] {
  background: #fff 
}

.bg_green[data-v-07085020] {
  background: #6dcb1b 
}

.box_c_ing[data-v-07085020] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-07085020] {
  background: #f14f57
}

.box_c_buy[data-v-07085020],
.box_c_invaild[data-v-07085020] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-07085020] {
  background: #999
}

.box_c_sell[data-v-07085020] {
  background: #3488db
}

.box_c_sell[data-v-07085020],
.box_c_success[data-v-07085020] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-07085020] {
  background: #ff6900
}

.box_c_fail[data-v-07085020] {
  background: #67b628
}

.box_c_extedn[data-v-07085020],
.box_c_fail[data-v-07085020] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-07085020] {
  background: #43586c
}

.ps__rail-x[data-v-07085020] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-07085020],
.ps__rail-y[data-v-07085020] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-07085020] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-07085020],
.ps--active-y>.ps__rail-y[data-v-07085020] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-07085020],
.ps--focus>.ps__rail-y[data-v-07085020],
.ps--scrolling-x>.ps__rail-x[data-v-07085020],
.ps--scrolling-y>.ps__rail-y[data-v-07085020],
.ps:hover>.ps__rail-x[data-v-07085020],
.ps:hover>.ps__rail-y[data-v-07085020] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-07085020],
.ps.ps__rail-x[data-v-07085020]:focus,
.ps.ps__rail-x[data-v-07085020]:hover,
.ps.ps__rail-y.ps--clicking[data-v-07085020],
.ps.ps__rail-y[data-v-07085020]:focus,
.ps.ps__rail-y[data-v-07085020]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-07085020] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-07085020],
.ps__thumb-y[data-v-07085020] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-07085020] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-07085020],
.ps__rail-x:focus>.ps__thumb-x[data-v-07085020],
.ps__rail-x:hover>.ps__thumb-x[data-v-07085020] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-07085020],
.ps__rail-y:focus>.ps__thumb-y[data-v-07085020],
.ps__rail-y:hover>.ps__thumb-y[data-v-07085020] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-07085020] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-07085020] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-07085020] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-07085020] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-07085020] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-07085020] {
  display: none 
}

.toast-top-center[data-v-07085020] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-07085020] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-07085020] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-07085020] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-07085020] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-07085020],
.pagenation_type_1 .btn_last[data-v-07085020],
.pagenation_type_1 .btn_next[data-v-07085020],
.pagenation_type_1 .btn_prev[data-v-07085020] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-07085020] {
  color: #bbb
}

.wrap_type_3[data-v-07085020] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-07085020] {
  background: #0b0c10
}

.container_left[data-v-07085020],
.container_left_md[data-v-07085020] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-07085020] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-07085020] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-07085020] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-07085020] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-07085020]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-07085020] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-07085020] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-07085020] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-07085020] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-07085020]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-07085020]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-07085020],
.container_center_3_mini>div[data-v-07085020] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-07085020] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-07085020]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-07085020]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-07085020] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-07085020]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-07085020]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-07085020] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-07085020]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-07085020]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-07085020] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-07085020] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-07085020],
.bg_grad_1_x[data-v-07085020] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-07085020] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-07085020] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-07085020] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-07085020],
.bg_normal_2[data-v-07085020] {
  background: #141621
}

.btn_left_close[data-v-07085020],
.btn_left_control[data-v-07085020],
.btn_right_close[data-v-07085020],
.right_screen[data-v-07085020] {
  display: none
}

.box_logo[data-v-07085020] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-07085020] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-07085020] {
  display: none
}

.text_dot[data-v-07085020] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-07085020 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-07085020 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-07085020] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-07085020] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-07085020] {
  background: #fff 
}

.bat_more.active i[data-v-07085020] {
  color: #000 
}

.btn_no_disabled[data-v-07085020] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-07085020] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-07085020] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-07085020],
.game_bat_2 button[data-v-07085020]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-07085020]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-07085020] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-07085020] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-07085020]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-07085020] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-07085020] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-07085020] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-07085020],
.title_logo[data-v-07085020] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-07085020] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-07085020] {
  height: 22px
}

.tab[data-v-07085020] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-07085020]:last-child {
  width: 100%
}

.tab li[data-v-07085020]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-07085020] {
  width: 50%
}

.tab li[data-v-07085020]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-07085020] {
  width: 33.333333333333%
}

.tab li[data-v-07085020]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-07085020] {
  width: 25%
}

.tab li[data-v-07085020]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-07085020] {
  width: 20%
}

.tab li[data-v-07085020]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-07085020] {
  width: 16.66666666666667%
}

.tab li button[data-v-07085020] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-07085020] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-07085020]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-07085020] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-07085020] {
  border: 0
}

.wrap_sports_detail li[data-v-07085020] {
  width: 100%
}

.wrap_sports_detail li[data-v-07085020]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-07085020]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-07085020] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-07085020] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-07085020],
.detail_num>button[data-v-07085020] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-07085020] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-07085020] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-07085020]:last-child {
  width: 100%
}

.detail_num button[data-v-07085020]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-07085020] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-07085020]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-07085020] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-07085020] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-07085020] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-07085020] {
  color: #fff 
}

.detail_num>button .up[data-v-07085020]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-07085020]:after,
.detail_num>button .up[data-v-07085020]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-07085020 1s ease-in-out 5;
  animation: blink-data-v-07085020 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-07085020]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-07085020] {
  background: #f4053a
}

.detail_num>button.active i[data-v-07085020] {
  color: #000
}

.detail_num>button .text-allocation[data-v-07085020] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-07085020] {
  color: #000 
}

.sports_bet_close[data-v-07085020] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-07085020],
.sports_bet_close[data-v-07085020]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-07085020]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-07085020] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-07085020],
.sports_bet_close_all[data-v-07085020]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-07085020]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-07085020] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-07085020]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-07085020] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-07085020]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-07085020] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-07085020],
.market_all_close[data-v-07085020]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-07085020]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-07085020] {
    display: none
  }
}

.vjs-control-bar[data-v-07085020] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-07085020] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-07085020] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-07085020] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-07085020]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-07085020] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-07085020]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-07085020] {
  color: #fff 
}

.vjs-big-play-button[data-v-07085020]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-07085020],
  .detail_num button[data-v-07085020]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-07085020] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-07085020]:nth-of-type(2),
  .game_bat button[data-v-07085020]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-07085020]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-07085020] {
    width: 100%
  }

  .market_all_close[data-v-07085020]:after,
  .market_domestic_all_close[data-v-07085020]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-07085020],
  .game_bat button:nth-of-type(3) i[data-v-07085020] {
    display: none 
  }
}

.mini_bet_close[data-v-07085020] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-07085020],
.mini_bet_close[data-v-07085020]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-07085020]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-07085020] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-07085020] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-07085020] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-07085020]:first-of-type,
.flex_2dan div[data-v-07085020]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-07085020] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-07085020]:first-of-type,
.flex_3dan div[data-v-07085020]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-07085020]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-07085020] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-07085020] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-07085020] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-07085020] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-07085020] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-07085020] {
  height: 40px
}

.mini_game_info[data-v-07085020],
.mini_game_info span[data-v-07085020]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-07085020]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-07085020] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-07085020] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-07085020]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-07085020] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-07085020] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-07085020] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-07085020] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-07085020]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-07085020] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-07085020]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-07085020] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-07085020]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-07085020] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-07085020]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-07085020] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-07085020]:first-child,
.ul_game_item.item_10 li[data-v-07085020]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-07085020]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-07085020] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-07085020],
.ul_game_item button i[data-v-07085020] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-07085020] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-07085020] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-07085020] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-07085020] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-07085020] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-07085020] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-07085020] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-07085020] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-07085020] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-07085020] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-07085020] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-07085020] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-07085020] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-07085020] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-07085020] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-07085020] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-07085020] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-07085020] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-07085020] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-07085020] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-07085020] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-07085020] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-07085020] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-07085020] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-07085020] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-07085020] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-07085020] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-07085020] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-07085020] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-07085020] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-07085020] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-07085020] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-07085020] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-07085020] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-07085020] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-07085020] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-07085020] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-07085020] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-07085020]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-07085020]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-07085020]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-07085020] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-07085020] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-07085020] {
    display: none
  }

  .flex_1dan ul[data-v-07085020] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-07085020]:first-of-type,
  .flex_3dan div[data-v-07085020]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-07085020]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-07085020] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-07085020]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-07085020]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-07085020]:first-of-type,
  .flex_3dan div[data-v-07085020]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-07085020]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-07085020] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-07085020] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-07085020] {
    width: 100%
  }

  .flex_3dan div[data-v-07085020]:first-of-type,
  .flex_3dan div[data-v-07085020]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-07085020]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-07085020] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-07085020] {
    width: 100%
  }

  .ul_game_item2 li[data-v-07085020]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-07085020]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-07085020]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-07085020]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-07085020]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-07085020] {
    padding: 101px 280px 0
  }

  .container_left[data-v-07085020],
  .container_left_md[data-v-07085020],
  .container_right[data-v-07085020] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-07085020]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-07085020]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-07085020]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-07085020]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-07085020] {
    padding-left: 40px
  }

  .container_left[data-v-07085020] {
    display: none
  }

  .btn_left_control[data-v-07085020] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-07085020],
  .btn_left_control i[data-v-07085020] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-07085020] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-07085020] {
    width: 26px
  }

  .btn_left_close[data-v-07085020] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-07085020] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-07085020] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-07085020]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-07085020]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-07085020]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-07085020]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-07085020]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-07085020]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-07085020] {
    display: block
  }

  .no-display-1600[data-v-07085020] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-07085020]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-07085020]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-07085020] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-07085020] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-07085020]:first-of-type,
  .container_center_2_mini>div>div[data-v-07085020]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-07085020] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-07085020]:first-of-type,
  .container_center_3_mini>div>div[data-v-07085020]:nth-of-type(2),
  .container_center_4_mini>div[data-v-07085020]:first-of-type,
  .container_center_4_mini>div[data-v-07085020]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-07085020] {
    padding-right: 0
  }

  .container_right[data-v-07085020] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-07085020] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-07085020] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-07085020] {
    width: 26px
  }

  .container_right .right_screen[data-v-07085020] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-07085020] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-07085020],
  .btn_left_control[data-v-07085020],
  .container_left[data-v-07085020] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-07085020] {
    padding: 0
  }

  .mobile_scroll[data-v-07085020] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-07085020] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-07085020],
.title_info_s[data-v-07085020] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-07085020] {
  font-size: 1.8rem
}

.title_info_s[data-v-07085020]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-07085020] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-07085020] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-07085020] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-07085020] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-07085020] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-07085020] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-07085020] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-07085020] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-07085020] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-07085020] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-07085020] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-07085020] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-07085020] {
  position: relative
}

.sub_visual_wallet img[data-v-07085020] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-07085020] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-07085020] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-07085020] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-07085020] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-07085020]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-07085020],
.menu_wallet>li button[data-v-07085020] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-07085020],
.menu_wallet>li button.active[data-v-07085020] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-07085020] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-07085020]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-07085020] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-07085020] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-07085020] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-07085020] {
  position: relative
}

.wallet_form button[data-v-07085020] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-07085020] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-07085020] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-07085020] {
  background: #141621 
}

h2.title_trade[data-v-07085020] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-07085020] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-07085020] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-07085020] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-07085020],
.result_buy div[data-v-07085020] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-07085020] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-07085020] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-07085020] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-07085020] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-07085020] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-07085020] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-07085020] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-07085020] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-07085020],
.sub_visual.s_02[data-v-07085020],
.sub_visual.s_03[data-v-07085020],
.sub_visual.s_04[data-v-07085020],
.sub_visual.s_05[data-v-07085020],
.sub_visual.s_06[data-v-07085020],
.sub_visual.s_07[data-v-07085020],
.sub_visual.s_08[data-v-07085020] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-07085020] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-07085020] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-07085020] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-07085020],
.sub_menu a[data-v-07085020] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-07085020] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-07085020] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-07085020],
.sub_menu a.nuxt-link-active[data-v-07085020] {
  color: #e32028
}

.sub_tab ul[data-v-07085020] {
  overflow: hidden
}

.sub_tab ul li[data-v-07085020] {
  float: left
}

.sub_tab ul li a[data-v-07085020] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-07085020],
.sub_tab ul li a.active[data-v-07085020] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-07085020]:before,
.sub_tab ul li a.active[data-v-07085020]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-07085020] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-07085020] {
  font-size: 2.2rem
}

.title_big[data-v-07085020],
.title_normal[data-v-07085020] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-07085020] {
  font-size: 1.8rem
}

.title_small[data-v-07085020] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-07085020] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-07085020] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-07085020],
.title_tiny[data-v-07085020] {
  position: relative;
  color: #fff
}

.title_sub[data-v-07085020] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-07085020]:before {
  bottom: -5px
}

.title_sub[data-v-07085020]:after,
.title_sub[data-v-07085020]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-07085020]:after {
  bottom: -3px
}

.title_sub_1[data-v-07085020] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-07085020]:before {
  bottom: -5px
}

.title_sub_1[data-v-07085020]:after,
.title_sub_1[data-v-07085020]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-07085020]:after {
  bottom: -3px
}

.title_sm[data-v-07085020] {
  display: none
}

.title_hexa[data-v-07085020] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-07085020],
.title_hexa i[data-v-07085020] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-07085020] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-07085020] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-07085020] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-07085020],
.title_hexa.t_on i[data-v-07085020] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-07085020] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-07085020] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-07085020] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-07085020] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-07085020] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-07085020] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-07085020] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-07085020]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-07085020]:first-of-type,
.sports_list li>div[data-v-07085020]:nth-of-type(2),
.sports_list li>div[data-v-07085020]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-07085020] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-07085020]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-07085020] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-07085020] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-07085020] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-07085020]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-07085020] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-07085020] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-07085020] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-07085020],
.game_bat button[data-v-07085020] {
  position: relative
}

.game_bat button[data-v-07085020]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-07085020] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-07085020] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-07085020] {
  margin-right: 5px
}

.game_bat button[data-v-07085020]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-07085020] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-07085020] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-07085020] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-07085020],
.game_bat button:nth-of-type(3) i img[data-v-07085020] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-07085020] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-07085020]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-07085020]:nth-of-type(2),
.game_bat button[data-v-07085020]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-07085020]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-07085020],
.game_bat button.active[data-v-07085020] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-07085020]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-07085020]:after,
.game_bat button:first-of-type .up[data-v-07085020]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-07085020 1s ease-in-out 5;
  animation: blink-data-v-07085020 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-07085020]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-07085020]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-07085020]:after,
.game_bat button:nth-of-type(2) .up[data-v-07085020]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-07085020 1s ease-in-out 5;
  animation: blink-data-v-07085020 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-07085020]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-07085020]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-07085020]:after,
.game_bat button:nth-of-type(3) .up[data-v-07085020]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-07085020 1s ease-in-out 5;
  animation: blink-data-v-07085020 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-07085020]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-07085020] {
  padding: 0
}

.box_folder[data-v-07085020],
.box_folder button[data-v-07085020] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-07085020] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-07085020] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-07085020]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-07085020] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-07085020]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-07085020] {
  flex-wrap: wrap
}

.bank_info[data-v-07085020],
.bank_info li[data-v-07085020] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-07085020] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-07085020]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-07085020] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-07085020] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-07085020] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-07085020] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-07085020] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-07085020] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-07085020] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-07085020] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-07085020] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-07085020] {
  margin-right: 10px
}

.box_text_type_1[data-v-07085020] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-07085020],
.box_text_type_1 i[data-v-07085020] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-07085020] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-07085020] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-07085020],
.wl_tip[data-v-07085020] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-07085020],
.wl_tip ul li[data-v-07085020] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-07085020] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-07085020] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-07085020] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-07085020],
.wl_waring ul li[data-v-07085020] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-07085020] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-07085020] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-07085020] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-07085020] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-07085020] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-07085020] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-07085020 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-07085020 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-07085020] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-07085020] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-07085020] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-07085020],
.box_fx_buy_sell[data-v-07085020],
.box_fx_result[data-v-07085020],
.box_leverage_result[data-v-07085020],
.current_time[data-v-07085020],
.tab_box[data-v-07085020],
.tab_time[data-v-07085020] {
  position: relative
}

.copilot[data-v-07085020] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-07085020],
.copilot[data-v-07085020]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-07085020]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-07085020] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-07085020] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-07085020] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-07085020] {
  padding: 20px 15px
}

.copilot_foot[data-v-07085020],
.copilot_foot button[data-v-07085020] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-07085020] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-07085020] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-07085020],
.copilot.step_2[data-v-07085020] {
  top: 50px
}

.copilot.step_3[data-v-07085020],
.copilot.step_4[data-v-07085020],
.copilot.step_6[data-v-07085020],
.copilot.step_7[data-v-07085020],
.copilot.step_8[data-v-07085020] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-07085020] {
  top: 40px
}

.box_info_1[data-v-07085020] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-07085020] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-07085020] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-07085020]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-07085020] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-07085020] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-07085020] {
  height: 40px
}

.title_guide_1 span[data-v-07085020] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-07085020] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-07085020] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-07085020] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-07085020] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-07085020] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-07085020 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-07085020 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-07085020]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-07085020]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-07085020]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-07085020]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-07085020]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-07085020 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-07085020 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-07085020] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-07085020] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-07085020] {
    margin-top: 0
  }

  .sub_visual[data-v-07085020] {
    display: none
  }

  .box_sub_title[data-v-07085020] {
    padding: 0 20px
  }

  .box_sub_container[data-v-07085020] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-07085020] {
    display: block
  }

  .title_sub[data-v-07085020] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-07085020]:before {
    bottom: -5px
  }

  .title_sub[data-v-07085020]:after,
  .title_sub[data-v-07085020]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-07085020]:after {
    bottom: -3px
  }

  .sub_menu[data-v-07085020] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-07085020] {
    padding: 0
  }

  .box_sub_container[data-v-07085020] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-07085020] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-07085020] {
    display: none
  }

  .box_bg_deep[data-v-07085020] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-07085020] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-07085020] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-07085020] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-07085020],
  .result_buy div[data-v-07085020] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-07085020] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-07085020] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-07085020] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-07085020] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-07085020] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-07085020] {
    padding: 0 5px
  }

  .box_folder button[data-v-07085020] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-07085020] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-07085020] {
    padding: 0
  }

  .pagenation_type_1[data-v-07085020] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-07085020] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-07085020] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-07085020] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-07085020],
  .pagenation_type_1 .btn_last[data-v-07085020],
  .pagenation_type_1 .btn_next[data-v-07085020],
  .pagenation_type_1 .btn_prev[data-v-07085020] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-07085020] {
    color: #bbb
  }

  .title_medium[data-v-07085020] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-07085020]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-07085020]:first-of-type:hover,
  .game_bat.bet_three button[data-v-07085020]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-07085020]:nth-of-type(3):hover,
  .game_bat button[data-v-07085020]:first-of-type:hover,
  .game_bat button[data-v-07085020]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-07085020],
  .game_bat button.active span[data-v-07085020],
  .game_bat button:hover span[data-v-07085020] {
    color: #fff 
  }

  .bat_more[data-v-07085020]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-07085020],
  .bat_more[disabled][data-v-07085020]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-07085020]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-07085020]:first-of-type:hover,
  .game_bat_2 button[data-v-07085020]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-07085020],
  .game_bat_2 button.active[data-v-07085020]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-07085020]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-07085020] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-07085020] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-07085020]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-07085020]:hover,
  .pagenation_type_1 .btn_last[data-v-07085020]:hover,
  .pagenation_type_1 .btn_next[data-v-07085020]:hover,
  .pagenation_type_1 .btn_prev[data-v-07085020]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-07085020]:hover,
  .ul_game_item button[data-v-07085020]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.list[data-v-07085020] {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px
}

.list li[data-v-07085020] {
  width: 33.3333333333333%;
  padding: 2px
}

.list li a[data-v-07085020] {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .2);
  background: rgba(0, 0, 0, .3);
  transition: all .3s
}

.list li a[data-v-07085020],
.list li a span[data-v-07085020] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.list li a span[data-v-07085020] {
  position: relative;
  overflow: hidden 
}

.list li a span strong[data-v-07085020] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 2.6rem;
  font-family: NEXON2;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  padding: 20px
}

.list li a span img[data-v-07085020] {
  width: 100%;
  max-width: 340px;
  height: auto;
  transition: all .3s
}

.list li a:hover span img[data-v-07085020] {
  transform: scale(1.02)
}

.list li a b[data-v-07085020] {
  height: 80px;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 20px
}

.list li a b[data-v-07085020],
.list li a b p[data-v-07085020] {
  display: block;
  overflow: hidden;
  font-size: 1.4rem;
  color: #797986 
}

.list li a b p[data-v-07085020] {
  font-weight: 300;
  line-height: 1.4;
  word-break: break-all;
  text-overflow: ellipsis;
  border: 1px solid #fff 
}

.list li a i[data-v-07085020] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 300;
  padding: 0 20px 20px
}

.list li a[data-v-07085020]:hover {
  background: #0b0c10
}

.box_search[data-v-07085020] {
  display: flex;
  justify-content: center;
  align-items: center
}

.search[data-v-07085020] {
  position: relative;
  max-width: 500px;
  width: calc(100% - 92px);
  height: 44px;
  padding-right: 44px
}

.search .btn_search[data-v-07085020] {
  position: absolute;
  right: 50px;
  top: 0;
  width: 44px;
  height: 44px
}

.search .btn_search img[data-v-07085020] {
  height: 20px
}

.search .btn_reload[data-v-07085020] {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border: 1px solid hsla(0, 0%, 100%, .1);
  border-left: 0;
  background: #0b0c10
}

.search .btn_reload i[data-v-07085020] {
  font-size: 1.8rem;
  color: #fff
}

.search input[data-v-07085020] {
  width: 100%;
  height: 44px;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .1);
  background: #0b0c10;
  padding: 0 40px 0 20px
}

@media (max-width:1439px) {
  .list li a span strong[data-v-07085020] {
    font-size: 2.2rem;
    padding: 15px
  }
}

@media (max-width:991px) {
  .list li[data-v-07085020] {
    width: 50%
  }
}
body [data-v-4c0b8fe6] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-4c0b8fe6]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-4c0b8fe6]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-4c0b8fe6] {
  max-width: 1440px
}

.page-enter-active[data-v-4c0b8fe6],
.page-leave-active[data-v-4c0b8fe6] {
  transition: opacity .1s
}

.page-enter[data-v-4c0b8fe6],
.page-leave-to[data-v-4c0b8fe6] {
  opacity: 0
}

.b1[data-v-4c0b8fe6] {
  border: 1px solid red
}

.width-btn-100[data-v-4c0b8fe6] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-4c0b8fe6] {
  color: #e32028 
}

.main-color1-normal[data-v-4c0b8fe6] {
  color: #ff2152 
}

.main-color1-text[data-v-4c0b8fe6] {
  color: #ff9710 
}

.main-color1-deep[data-v-4c0b8fe6] {
  color: #ff6900 
}

.main-color1-light[data-v-4c0b8fe6] {
  color: #ff542e 
}

.color-white[data-v-4c0b8fe6] {
  color: #fff 
}

.main-color2-light[data-v-4c0b8fe6] {
  color: #a9da2b 
}

.main-color2[data-v-4c0b8fe6] {
  color: #67b628 
}

.main_color3_light[data-v-4c0b8fe6] {
  color: #ffc92f 
}

.main-color3[data-v-4c0b8fe6] {
  color: #febd02 
}

.main-color4[data-v-4c0b8fe6] {
  color: #7e93a6 
}

.main-color5-light[data-v-4c0b8fe6] {
  color: #42deda 
}

.main-color5[data-v-4c0b8fe6] {
  color: #01c8de 
}

.color-grey[data-v-4c0b8fe6] {
  color: #676c71 
}

.color-lightgrey[data-v-4c0b8fe6] {
  color: #ababab 
}

.color-deepgrey[data-v-4c0b8fe6] {
  color: #20222b 
}

.color-text-verylight[data-v-4c0b8fe6] {
  color: #80a7b8 
}

.color-text-light[data-v-4c0b8fe6] {
  color: #9a9aa7 
}

.color-text[data-v-4c0b8fe6] {
  color: #797986 
}

.color-text-deep[data-v-4c0b8fe6] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-4c0b8fe6] {
  color: #2f3b49 
}

.c_default[data-v-4c0b8fe6] {
  color: #fff 
}

.c_high[data-v-4c0b8fe6] {
  color: #ff1717 
}

.c_low[data-v-4c0b8fe6] {
  color: #0bf 
}

.c_buy_light[data-v-4c0b8fe6] {
  color: #fe5159 
}

.c_buy[data-v-4c0b8fe6] {
  color: #f14f57 
}

.bg_c_buy[data-v-4c0b8fe6] {
  background: #f14f57
}

.c_sell_light[data-v-4c0b8fe6] {
  color: #349bf0 
}

.c_sell[data-v-4c0b8fe6] {
  color: #3488db 
}

.bg_c_sell[data-v-4c0b8fe6] {
  background: #3488db
}

.c_ing[data-v-4c0b8fe6] {
  color: #fff 
}

.bg_ing[data-v-4c0b8fe6],
.bg_wait[data-v-4c0b8fe6] {
  background: #7e93a6 
}

.bg_background_deep[data-v-4c0b8fe6] {
  background: #000
}

.c_success[data-v-4c0b8fe6] {
  color: #1478f2 
}

.bg_success[data-v-4c0b8fe6] {
  background: #1478f2 
}

.c_complete[data-v-4c0b8fe6] {
  color: #fff 
}

.c_fail[data-v-4c0b8fe6] {
  color: #ff1e1e 
}

.bg_fail[data-v-4c0b8fe6] {
  background: #ff1e1e 
}

.c_cancel[data-v-4c0b8fe6] {
  color: #ff6900 
}

.bg_cancel[data-v-4c0b8fe6] {
  background: #ff6900 
}

.c_error[data-v-4c0b8fe6] {
  color: #ff6900 
}

.c_invaild[data-v-4c0b8fe6] {
  color: #999 
}

.bg_invaild[data-v-4c0b8fe6] {
  background: #666 
}

.bg_main[data-v-4c0b8fe6] {
  background: #e32028 
}

.bg_green_gra[data-v-4c0b8fe6] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-4c0b8fe6] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-4c0b8fe6] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-4c0b8fe6] {
  color: #ff5266 
}

.c_deposit_light[data-v-4c0b8fe6] {
  color: #a9da2b 
}

.c_deposit[data-v-4c0b8fe6] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-4c0b8fe6] {
  color: #ff8520 
}

.c_withdrawal[data-v-4c0b8fe6] {
  color: #ff6900 
}

.c_green[data-v-4c0b8fe6] {
  color: #009b1b 
}

.c_red[data-v-4c0b8fe6] {
  color: red 
}

.c_blue[data-v-4c0b8fe6] {
  color: #febd02 
}

.c_black[data-v-4c0b8fe6] {
  color: #000 
}

.bg_white[data-v-4c0b8fe6] {
  background: #fff 
}

.bg_green[data-v-4c0b8fe6] {
  background: #6dcb1b 
}

.box_c_ing[data-v-4c0b8fe6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-4c0b8fe6] {
  background: #f14f57
}

.box_c_buy[data-v-4c0b8fe6],
.box_c_invaild[data-v-4c0b8fe6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-4c0b8fe6] {
  background: #999
}

.box_c_sell[data-v-4c0b8fe6] {
  background: #3488db
}

.box_c_sell[data-v-4c0b8fe6],
.box_c_success[data-v-4c0b8fe6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-4c0b8fe6] {
  background: #ff6900
}

.box_c_fail[data-v-4c0b8fe6] {
  background: #67b628
}

.box_c_extedn[data-v-4c0b8fe6],
.box_c_fail[data-v-4c0b8fe6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-4c0b8fe6] {
  background: #43586c
}

.ps__rail-x[data-v-4c0b8fe6] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-4c0b8fe6],
.ps__rail-y[data-v-4c0b8fe6] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-4c0b8fe6] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-4c0b8fe6],
.ps--active-y>.ps__rail-y[data-v-4c0b8fe6] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-4c0b8fe6],
.ps--focus>.ps__rail-y[data-v-4c0b8fe6],
.ps--scrolling-x>.ps__rail-x[data-v-4c0b8fe6],
.ps--scrolling-y>.ps__rail-y[data-v-4c0b8fe6],
.ps:hover>.ps__rail-x[data-v-4c0b8fe6],
.ps:hover>.ps__rail-y[data-v-4c0b8fe6] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-4c0b8fe6],
.ps.ps__rail-x[data-v-4c0b8fe6]:focus,
.ps.ps__rail-x[data-v-4c0b8fe6]:hover,
.ps.ps__rail-y.ps--clicking[data-v-4c0b8fe6],
.ps.ps__rail-y[data-v-4c0b8fe6]:focus,
.ps.ps__rail-y[data-v-4c0b8fe6]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-4c0b8fe6] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-4c0b8fe6],
.ps__thumb-y[data-v-4c0b8fe6] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-4c0b8fe6] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-4c0b8fe6],
.ps__rail-x:focus>.ps__thumb-x[data-v-4c0b8fe6],
.ps__rail-x:hover>.ps__thumb-x[data-v-4c0b8fe6] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-4c0b8fe6],
.ps__rail-y:focus>.ps__thumb-y[data-v-4c0b8fe6],
.ps__rail-y:hover>.ps__thumb-y[data-v-4c0b8fe6] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-4c0b8fe6] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-4c0b8fe6] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-4c0b8fe6] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-4c0b8fe6] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-4c0b8fe6] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-4c0b8fe6] {
  display: none 
}

.toast-top-center[data-v-4c0b8fe6] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-4c0b8fe6] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-4c0b8fe6] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-4c0b8fe6] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-4c0b8fe6] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-4c0b8fe6],
.pagenation_type_1 .btn_last[data-v-4c0b8fe6],
.pagenation_type_1 .btn_next[data-v-4c0b8fe6],
.pagenation_type_1 .btn_prev[data-v-4c0b8fe6] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-4c0b8fe6] {
  color: #bbb
}

.wrap_type_3[data-v-4c0b8fe6] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-4c0b8fe6] {
  background: #0b0c10
}

.container_left[data-v-4c0b8fe6],
.container_left_md[data-v-4c0b8fe6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-4c0b8fe6] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-4c0b8fe6] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-4c0b8fe6] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-4c0b8fe6] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-4c0b8fe6]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-4c0b8fe6] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-4c0b8fe6] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-4c0b8fe6] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-4c0b8fe6] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-4c0b8fe6]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-4c0b8fe6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-4c0b8fe6],
.container_center_3_mini>div[data-v-4c0b8fe6] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-4c0b8fe6] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-4c0b8fe6]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-4c0b8fe6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-4c0b8fe6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-4c0b8fe6]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-4c0b8fe6]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-4c0b8fe6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-4c0b8fe6]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-4c0b8fe6]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-4c0b8fe6] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-4c0b8fe6] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-4c0b8fe6],
.bg_grad_1_x[data-v-4c0b8fe6] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-4c0b8fe6] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-4c0b8fe6] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-4c0b8fe6] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-4c0b8fe6],
.bg_normal_2[data-v-4c0b8fe6] {
  background: #141621
}

.btn_left_close[data-v-4c0b8fe6],
.btn_left_control[data-v-4c0b8fe6],
.btn_right_close[data-v-4c0b8fe6],
.right_screen[data-v-4c0b8fe6] {
  display: none
}

.box_logo[data-v-4c0b8fe6] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-4c0b8fe6] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-4c0b8fe6] {
  display: none
}

.text_dot[data-v-4c0b8fe6] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-4c0b8fe6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-4c0b8fe6 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-4c0b8fe6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-4c0b8fe6] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-4c0b8fe6] {
  background: #fff 
}

.bat_more.active i[data-v-4c0b8fe6] {
  color: #000 
}

.btn_no_disabled[data-v-4c0b8fe6] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-4c0b8fe6] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-4c0b8fe6] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-4c0b8fe6],
.game_bat_2 button[data-v-4c0b8fe6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-4c0b8fe6]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-4c0b8fe6] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-4c0b8fe6] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-4c0b8fe6]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-4c0b8fe6] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-4c0b8fe6] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-4c0b8fe6] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-4c0b8fe6],
.title_logo[data-v-4c0b8fe6] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-4c0b8fe6] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-4c0b8fe6] {
  height: 22px
}

.tab[data-v-4c0b8fe6] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-4c0b8fe6]:last-child {
  width: 100%
}

.tab li[data-v-4c0b8fe6]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-4c0b8fe6] {
  width: 50%
}

.tab li[data-v-4c0b8fe6]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-4c0b8fe6] {
  width: 33.333333333333%
}

.tab li[data-v-4c0b8fe6]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-4c0b8fe6] {
  width: 25%
}

.tab li[data-v-4c0b8fe6]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-4c0b8fe6] {
  width: 20%
}

.tab li[data-v-4c0b8fe6]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-4c0b8fe6] {
  width: 16.66666666666667%
}

.tab li button[data-v-4c0b8fe6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-4c0b8fe6] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-4c0b8fe6]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-4c0b8fe6] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-4c0b8fe6] {
  border: 0
}

.wrap_sports_detail li[data-v-4c0b8fe6] {
  width: 100%
}

.wrap_sports_detail li[data-v-4c0b8fe6]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-4c0b8fe6]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-4c0b8fe6] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-4c0b8fe6] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-4c0b8fe6],
.detail_num>button[data-v-4c0b8fe6] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-4c0b8fe6] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-4c0b8fe6] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-4c0b8fe6]:last-child {
  width: 100%
}

.detail_num button[data-v-4c0b8fe6]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-4c0b8fe6] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-4c0b8fe6]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-4c0b8fe6] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-4c0b8fe6] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-4c0b8fe6] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-4c0b8fe6] {
  color: #fff 
}

.detail_num>button .up[data-v-4c0b8fe6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-4c0b8fe6]:after,
.detail_num>button .up[data-v-4c0b8fe6]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4c0b8fe6 1s ease-in-out 5;
  animation: blink-data-v-4c0b8fe6 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-4c0b8fe6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-4c0b8fe6] {
  background: #f4053a
}

.detail_num>button.active i[data-v-4c0b8fe6] {
  color: #000
}

.detail_num>button .text-allocation[data-v-4c0b8fe6] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-4c0b8fe6] {
  color: #000 
}

.sports_bet_close[data-v-4c0b8fe6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-4c0b8fe6],
.sports_bet_close[data-v-4c0b8fe6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-4c0b8fe6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-4c0b8fe6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-4c0b8fe6],
.sports_bet_close_all[data-v-4c0b8fe6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-4c0b8fe6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-4c0b8fe6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-4c0b8fe6]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-4c0b8fe6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-4c0b8fe6]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-4c0b8fe6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-4c0b8fe6],
.market_all_close[data-v-4c0b8fe6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-4c0b8fe6]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-4c0b8fe6] {
    display: none
  }
}

.vjs-control-bar[data-v-4c0b8fe6] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-4c0b8fe6] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-4c0b8fe6] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-4c0b8fe6] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-4c0b8fe6]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-4c0b8fe6] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-4c0b8fe6]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-4c0b8fe6] {
  color: #fff 
}

.vjs-big-play-button[data-v-4c0b8fe6]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-4c0b8fe6],
  .detail_num button[data-v-4c0b8fe6]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-4c0b8fe6] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-4c0b8fe6]:nth-of-type(2),
  .game_bat button[data-v-4c0b8fe6]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-4c0b8fe6]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-4c0b8fe6] {
    width: 100%
  }

  .market_all_close[data-v-4c0b8fe6]:after,
  .market_domestic_all_close[data-v-4c0b8fe6]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-4c0b8fe6],
  .game_bat button:nth-of-type(3) i[data-v-4c0b8fe6] {
    display: none 
  }
}

.mini_bet_close[data-v-4c0b8fe6] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-4c0b8fe6],
.mini_bet_close[data-v-4c0b8fe6]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-4c0b8fe6]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-4c0b8fe6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-4c0b8fe6] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-4c0b8fe6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-4c0b8fe6]:first-of-type,
.flex_2dan div[data-v-4c0b8fe6]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-4c0b8fe6] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-4c0b8fe6]:first-of-type,
.flex_3dan div[data-v-4c0b8fe6]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-4c0b8fe6]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-4c0b8fe6] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-4c0b8fe6] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-4c0b8fe6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-4c0b8fe6] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-4c0b8fe6] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-4c0b8fe6] {
  height: 40px
}

.mini_game_info[data-v-4c0b8fe6],
.mini_game_info span[data-v-4c0b8fe6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-4c0b8fe6]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-4c0b8fe6] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-4c0b8fe6] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-4c0b8fe6]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-4c0b8fe6] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-4c0b8fe6] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-4c0b8fe6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-4c0b8fe6] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-4c0b8fe6]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-4c0b8fe6] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-4c0b8fe6]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-4c0b8fe6] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-4c0b8fe6]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-4c0b8fe6] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-4c0b8fe6]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-4c0b8fe6] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-4c0b8fe6]:first-child,
.ul_game_item.item_10 li[data-v-4c0b8fe6]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-4c0b8fe6]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-4c0b8fe6] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-4c0b8fe6],
.ul_game_item button i[data-v-4c0b8fe6] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-4c0b8fe6] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-4c0b8fe6] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-4c0b8fe6] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-4c0b8fe6] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-4c0b8fe6] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-4c0b8fe6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-4c0b8fe6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-4c0b8fe6] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-4c0b8fe6] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-4c0b8fe6] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-4c0b8fe6] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-4c0b8fe6] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-4c0b8fe6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-4c0b8fe6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-4c0b8fe6] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-4c0b8fe6] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-4c0b8fe6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-4c0b8fe6] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-4c0b8fe6] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-4c0b8fe6] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-4c0b8fe6] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-4c0b8fe6] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-4c0b8fe6] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-4c0b8fe6] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-4c0b8fe6] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-4c0b8fe6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-4c0b8fe6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-4c0b8fe6] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-4c0b8fe6] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-4c0b8fe6] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-4c0b8fe6] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-4c0b8fe6] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-4c0b8fe6] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-4c0b8fe6] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-4c0b8fe6] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-4c0b8fe6] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-4c0b8fe6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-4c0b8fe6] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-4c0b8fe6]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-4c0b8fe6]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-4c0b8fe6]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-4c0b8fe6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-4c0b8fe6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-4c0b8fe6] {
    display: none
  }

  .flex_1dan ul[data-v-4c0b8fe6] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-4c0b8fe6]:first-of-type,
  .flex_3dan div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-4c0b8fe6]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-4c0b8fe6] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-4c0b8fe6]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-4c0b8fe6]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-4c0b8fe6]:first-of-type,
  .flex_3dan div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-4c0b8fe6]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-4c0b8fe6] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-4c0b8fe6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-4c0b8fe6] {
    width: 100%
  }

  .flex_3dan div[data-v-4c0b8fe6]:first-of-type,
  .flex_3dan div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-4c0b8fe6]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-4c0b8fe6] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-4c0b8fe6] {
    width: 100%
  }

  .ul_game_item2 li[data-v-4c0b8fe6]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-4c0b8fe6]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-4c0b8fe6]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-4c0b8fe6] {
    padding: 101px 280px 0
  }

  .container_left[data-v-4c0b8fe6],
  .container_left_md[data-v-4c0b8fe6],
  .container_right[data-v-4c0b8fe6] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-4c0b8fe6]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-4c0b8fe6]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-4c0b8fe6] {
    padding-left: 40px
  }

  .container_left[data-v-4c0b8fe6] {
    display: none
  }

  .btn_left_control[data-v-4c0b8fe6] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-4c0b8fe6],
  .btn_left_control i[data-v-4c0b8fe6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-4c0b8fe6] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-4c0b8fe6] {
    width: 26px
  }

  .btn_left_close[data-v-4c0b8fe6] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-4c0b8fe6] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-4c0b8fe6] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-4c0b8fe6]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-4c0b8fe6]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-4c0b8fe6]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-4c0b8fe6] {
    display: block
  }

  .no-display-1600[data-v-4c0b8fe6] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-4c0b8fe6]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-4c0b8fe6] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-4c0b8fe6] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-4c0b8fe6]:first-of-type,
  .container_center_2_mini>div>div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-4c0b8fe6] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-4c0b8fe6]:first-of-type,
  .container_center_3_mini>div>div[data-v-4c0b8fe6]:nth-of-type(2),
  .container_center_4_mini>div[data-v-4c0b8fe6]:first-of-type,
  .container_center_4_mini>div[data-v-4c0b8fe6]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-4c0b8fe6] {
    padding-right: 0
  }

  .container_right[data-v-4c0b8fe6] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-4c0b8fe6] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-4c0b8fe6] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-4c0b8fe6] {
    width: 26px
  }

  .container_right .right_screen[data-v-4c0b8fe6] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-4c0b8fe6] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-4c0b8fe6],
  .btn_left_control[data-v-4c0b8fe6],
  .container_left[data-v-4c0b8fe6] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-4c0b8fe6] {
    padding: 0
  }

  .mobile_scroll[data-v-4c0b8fe6] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-4c0b8fe6] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-4c0b8fe6],
.title_info_s[data-v-4c0b8fe6] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-4c0b8fe6] {
  font-size: 1.8rem
}

.title_info_s[data-v-4c0b8fe6]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-4c0b8fe6] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-4c0b8fe6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-4c0b8fe6] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-4c0b8fe6] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-4c0b8fe6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-4c0b8fe6] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-4c0b8fe6] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-4c0b8fe6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-4c0b8fe6] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-4c0b8fe6] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-4c0b8fe6] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-4c0b8fe6] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-4c0b8fe6] {
  position: relative
}

.sub_visual_wallet img[data-v-4c0b8fe6] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-4c0b8fe6] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-4c0b8fe6] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-4c0b8fe6] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-4c0b8fe6] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-4c0b8fe6]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-4c0b8fe6],
.menu_wallet>li button[data-v-4c0b8fe6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-4c0b8fe6],
.menu_wallet>li button.active[data-v-4c0b8fe6] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-4c0b8fe6] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-4c0b8fe6]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-4c0b8fe6] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-4c0b8fe6] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-4c0b8fe6] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-4c0b8fe6] {
  position: relative
}

.wallet_form button[data-v-4c0b8fe6] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-4c0b8fe6] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-4c0b8fe6] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-4c0b8fe6] {
  background: #141621 
}

h2.title_trade[data-v-4c0b8fe6] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-4c0b8fe6] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-4c0b8fe6] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-4c0b8fe6] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-4c0b8fe6],
.result_buy div[data-v-4c0b8fe6] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-4c0b8fe6] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-4c0b8fe6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-4c0b8fe6] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-4c0b8fe6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-4c0b8fe6] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-4c0b8fe6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-4c0b8fe6] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-4c0b8fe6] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-4c0b8fe6],
.sub_visual.s_02[data-v-4c0b8fe6],
.sub_visual.s_03[data-v-4c0b8fe6],
.sub_visual.s_04[data-v-4c0b8fe6],
.sub_visual.s_05[data-v-4c0b8fe6],
.sub_visual.s_06[data-v-4c0b8fe6],
.sub_visual.s_07[data-v-4c0b8fe6],
.sub_visual.s_08[data-v-4c0b8fe6] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-4c0b8fe6] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-4c0b8fe6] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-4c0b8fe6] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-4c0b8fe6],
.sub_menu a[data-v-4c0b8fe6] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-4c0b8fe6] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-4c0b8fe6] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-4c0b8fe6],
.sub_menu a.nuxt-link-active[data-v-4c0b8fe6] {
  color: #e32028
}

.sub_tab ul[data-v-4c0b8fe6] {
  overflow: hidden
}

.sub_tab ul li[data-v-4c0b8fe6] {
  float: left
}

.sub_tab ul li a[data-v-4c0b8fe6] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-4c0b8fe6],
.sub_tab ul li a.active[data-v-4c0b8fe6] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-4c0b8fe6]:before,
.sub_tab ul li a.active[data-v-4c0b8fe6]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-4c0b8fe6] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-4c0b8fe6] {
  font-size: 2.2rem
}

.title_big[data-v-4c0b8fe6],
.title_normal[data-v-4c0b8fe6] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-4c0b8fe6] {
  font-size: 1.8rem
}

.title_small[data-v-4c0b8fe6] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-4c0b8fe6] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-4c0b8fe6] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-4c0b8fe6],
.title_tiny[data-v-4c0b8fe6] {
  position: relative;
  color: #fff
}

.title_sub[data-v-4c0b8fe6] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-4c0b8fe6]:before {
  bottom: -5px
}

.title_sub[data-v-4c0b8fe6]:after,
.title_sub[data-v-4c0b8fe6]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-4c0b8fe6]:after {
  bottom: -3px
}

.title_sub_1[data-v-4c0b8fe6] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-4c0b8fe6]:before {
  bottom: -5px
}

.title_sub_1[data-v-4c0b8fe6]:after,
.title_sub_1[data-v-4c0b8fe6]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-4c0b8fe6]:after {
  bottom: -3px
}

.title_sm[data-v-4c0b8fe6] {
  display: none
}

.title_hexa[data-v-4c0b8fe6] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-4c0b8fe6],
.title_hexa i[data-v-4c0b8fe6] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-4c0b8fe6] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-4c0b8fe6] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-4c0b8fe6] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-4c0b8fe6],
.title_hexa.t_on i[data-v-4c0b8fe6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-4c0b8fe6] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-4c0b8fe6] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-4c0b8fe6] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-4c0b8fe6] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-4c0b8fe6] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-4c0b8fe6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-4c0b8fe6] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-4c0b8fe6]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-4c0b8fe6]:first-of-type,
.sports_list li>div[data-v-4c0b8fe6]:nth-of-type(2),
.sports_list li>div[data-v-4c0b8fe6]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-4c0b8fe6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-4c0b8fe6]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-4c0b8fe6] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-4c0b8fe6] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-4c0b8fe6] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-4c0b8fe6]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-4c0b8fe6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-4c0b8fe6] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-4c0b8fe6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-4c0b8fe6],
.game_bat button[data-v-4c0b8fe6] {
  position: relative
}

.game_bat button[data-v-4c0b8fe6]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-4c0b8fe6] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-4c0b8fe6] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-4c0b8fe6] {
  margin-right: 5px
}

.game_bat button[data-v-4c0b8fe6]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-4c0b8fe6] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-4c0b8fe6] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-4c0b8fe6] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-4c0b8fe6],
.game_bat button:nth-of-type(3) i img[data-v-4c0b8fe6] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-4c0b8fe6] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-4c0b8fe6]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-4c0b8fe6]:nth-of-type(2),
.game_bat button[data-v-4c0b8fe6]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-4c0b8fe6]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-4c0b8fe6],
.game_bat button.active[data-v-4c0b8fe6] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-4c0b8fe6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-4c0b8fe6]:after,
.game_bat button:first-of-type .up[data-v-4c0b8fe6]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4c0b8fe6 1s ease-in-out 5;
  animation: blink-data-v-4c0b8fe6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-4c0b8fe6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-4c0b8fe6]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-4c0b8fe6]:after,
.game_bat button:nth-of-type(2) .up[data-v-4c0b8fe6]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4c0b8fe6 1s ease-in-out 5;
  animation: blink-data-v-4c0b8fe6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-4c0b8fe6]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-4c0b8fe6]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-4c0b8fe6]:after,
.game_bat button:nth-of-type(3) .up[data-v-4c0b8fe6]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4c0b8fe6 1s ease-in-out 5;
  animation: blink-data-v-4c0b8fe6 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-4c0b8fe6]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-4c0b8fe6] {
  padding: 0
}

.box_folder[data-v-4c0b8fe6],
.box_folder button[data-v-4c0b8fe6] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-4c0b8fe6] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-4c0b8fe6] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-4c0b8fe6]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-4c0b8fe6] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-4c0b8fe6]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-4c0b8fe6] {
  flex-wrap: wrap
}

.bank_info[data-v-4c0b8fe6],
.bank_info li[data-v-4c0b8fe6] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-4c0b8fe6] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-4c0b8fe6]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-4c0b8fe6] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-4c0b8fe6] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-4c0b8fe6] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-4c0b8fe6] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-4c0b8fe6] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-4c0b8fe6] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-4c0b8fe6] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-4c0b8fe6] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-4c0b8fe6] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-4c0b8fe6] {
  margin-right: 10px
}

.box_text_type_1[data-v-4c0b8fe6] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-4c0b8fe6],
.box_text_type_1 i[data-v-4c0b8fe6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-4c0b8fe6] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-4c0b8fe6] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-4c0b8fe6],
.wl_tip[data-v-4c0b8fe6] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-4c0b8fe6],
.wl_tip ul li[data-v-4c0b8fe6] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-4c0b8fe6] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-4c0b8fe6] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-4c0b8fe6] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-4c0b8fe6],
.wl_waring ul li[data-v-4c0b8fe6] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-4c0b8fe6] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-4c0b8fe6] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-4c0b8fe6] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-4c0b8fe6] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-4c0b8fe6] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-4c0b8fe6] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-4c0b8fe6 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-4c0b8fe6 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-4c0b8fe6] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-4c0b8fe6] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-4c0b8fe6] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-4c0b8fe6],
.box_fx_buy_sell[data-v-4c0b8fe6],
.box_fx_result[data-v-4c0b8fe6],
.box_leverage_result[data-v-4c0b8fe6],
.current_time[data-v-4c0b8fe6],
.tab_box[data-v-4c0b8fe6],
.tab_time[data-v-4c0b8fe6] {
  position: relative
}

.copilot[data-v-4c0b8fe6] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-4c0b8fe6],
.copilot[data-v-4c0b8fe6]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-4c0b8fe6]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-4c0b8fe6] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-4c0b8fe6] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-4c0b8fe6] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-4c0b8fe6] {
  padding: 20px 15px
}

.copilot_foot[data-v-4c0b8fe6],
.copilot_foot button[data-v-4c0b8fe6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-4c0b8fe6] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-4c0b8fe6] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-4c0b8fe6],
.copilot.step_2[data-v-4c0b8fe6] {
  top: 50px
}

.copilot.step_3[data-v-4c0b8fe6],
.copilot.step_4[data-v-4c0b8fe6],
.copilot.step_6[data-v-4c0b8fe6],
.copilot.step_7[data-v-4c0b8fe6],
.copilot.step_8[data-v-4c0b8fe6] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-4c0b8fe6] {
  top: 40px
}

.box_info_1[data-v-4c0b8fe6] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-4c0b8fe6] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-4c0b8fe6] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-4c0b8fe6]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-4c0b8fe6] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-4c0b8fe6] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-4c0b8fe6] {
  height: 40px
}

.title_guide_1 span[data-v-4c0b8fe6] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-4c0b8fe6] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-4c0b8fe6] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-4c0b8fe6] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-4c0b8fe6] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-4c0b8fe6] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-4c0b8fe6 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-4c0b8fe6 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-4c0b8fe6]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-4c0b8fe6]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-4c0b8fe6]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-4c0b8fe6]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-4c0b8fe6]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-4c0b8fe6 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-4c0b8fe6 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-4c0b8fe6] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-4c0b8fe6] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-4c0b8fe6] {
    margin-top: 0
  }

  .sub_visual[data-v-4c0b8fe6] {
    display: none
  }

  .box_sub_title[data-v-4c0b8fe6] {
    padding: 0 20px
  }

  .box_sub_container[data-v-4c0b8fe6] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-4c0b8fe6] {
    display: block
  }

  .title_sub[data-v-4c0b8fe6] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-4c0b8fe6]:before {
    bottom: -5px
  }

  .title_sub[data-v-4c0b8fe6]:after,
  .title_sub[data-v-4c0b8fe6]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-4c0b8fe6]:after {
    bottom: -3px
  }

  .sub_menu[data-v-4c0b8fe6] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-4c0b8fe6] {
    padding: 0
  }

  .box_sub_container[data-v-4c0b8fe6] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-4c0b8fe6] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-4c0b8fe6] {
    display: none
  }

  .box_bg_deep[data-v-4c0b8fe6] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-4c0b8fe6] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-4c0b8fe6] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-4c0b8fe6] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-4c0b8fe6],
  .result_buy div[data-v-4c0b8fe6] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-4c0b8fe6] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-4c0b8fe6] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-4c0b8fe6] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-4c0b8fe6] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-4c0b8fe6] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-4c0b8fe6] {
    padding: 0 5px
  }

  .box_folder button[data-v-4c0b8fe6] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-4c0b8fe6] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-4c0b8fe6] {
    padding: 0
  }

  .pagenation_type_1[data-v-4c0b8fe6] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-4c0b8fe6] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-4c0b8fe6] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-4c0b8fe6] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-4c0b8fe6],
  .pagenation_type_1 .btn_last[data-v-4c0b8fe6],
  .pagenation_type_1 .btn_next[data-v-4c0b8fe6],
  .pagenation_type_1 .btn_prev[data-v-4c0b8fe6] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-4c0b8fe6] {
    color: #bbb
  }

  .title_medium[data-v-4c0b8fe6] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-4c0b8fe6]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-4c0b8fe6]:first-of-type:hover,
  .game_bat.bet_three button[data-v-4c0b8fe6]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-4c0b8fe6]:nth-of-type(3):hover,
  .game_bat button[data-v-4c0b8fe6]:first-of-type:hover,
  .game_bat button[data-v-4c0b8fe6]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-4c0b8fe6],
  .game_bat button.active span[data-v-4c0b8fe6],
  .game_bat button:hover span[data-v-4c0b8fe6] {
    color: #fff 
  }

  .bat_more[data-v-4c0b8fe6]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-4c0b8fe6],
  .bat_more[disabled][data-v-4c0b8fe6]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-4c0b8fe6]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-4c0b8fe6]:first-of-type:hover,
  .game_bat_2 button[data-v-4c0b8fe6]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-4c0b8fe6],
  .game_bat_2 button.active[data-v-4c0b8fe6]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-4c0b8fe6]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-4c0b8fe6] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-4c0b8fe6] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-4c0b8fe6]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-4c0b8fe6]:hover,
  .pagenation_type_1 .btn_last[data-v-4c0b8fe6]:hover,
  .pagenation_type_1 .btn_next[data-v-4c0b8fe6]:hover,
  .pagenation_type_1 .btn_prev[data-v-4c0b8fe6]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-4c0b8fe6]:hover,
  .ul_game_item button[data-v-4c0b8fe6]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_other[data-v-4c0b8fe6] {
  position: relative
}

.sub_visual_other img[data-v-4c0b8fe6] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_other div[data-v-4c0b8fe6] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 5px
}

.sub_visual_other div span em[data-v-4c0b8fe6] {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: inherit
}

.sub_visual_other div span i[data-v-4c0b8fe6] {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300
}

.box_p_estimate[data-v-4c0b8fe6] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0
}

.box_p_estimate div[data-v-4c0b8fe6]:first-of-type {
  color: #fff
}

.box_p_estimate div[data-v-4c0b8fe6]:nth-of-type(2) {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px
}

@media (max-width:991px) {
  .sub_visual_other img[data-v-4c0b8fe6] {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .sub_visual_other div[data-v-4c0b8fe6] {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px 5px
  }

  .sub_visual_other div span em[data-v-4c0b8fe6] {
    font-size: 2.4rem
  }

  .sub_visual_other div span em[data-v-4c0b8fe6]:after {
    height: 20px
  }

  .sub_visual_other div span i[data-v-4c0b8fe6] {
    font-size: 1.8rem
  }

  .box_p_estimate[data-v-4c0b8fe6] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px
  }

  .box_p_estimate div[data-v-4c0b8fe6]:first-of-type {
    color: #fff
  }

  .box_p_estimate div[data-v-4c0b8fe6]:nth-of-type(2) {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0
  }
}

@media (max-width:767px) {
  .box_p_estimate[data-v-4c0b8fe6] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px
  }

  .box_p_estimate div[data-v-4c0b8fe6]:first-of-type {
    color: #fff;
    padding: 5px 0 15px
  }

  .box_p_estimate div[data-v-4c0b8fe6]:nth-of-type(2) {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0
  }
}
body [data-v-370e439e] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-370e439e]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-370e439e]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-370e439e] {
  max-width: 1440px
}

.page-enter-active[data-v-370e439e],
.page-leave-active[data-v-370e439e] {
  transition: opacity .1s
}

.page-enter[data-v-370e439e],
.page-leave-to[data-v-370e439e] {
  opacity: 0
}

.b1[data-v-370e439e] {
  border: 1px solid red
}

.width-btn-100[data-v-370e439e] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-370e439e] {
  color: #e32028 
}

.main-color1-normal[data-v-370e439e] {
  color: #ff2152 
}

.main-color1-text[data-v-370e439e] {
  color: #ff9710 
}

.main-color1-deep[data-v-370e439e] {
  color: #ff6900 
}

.main-color1-light[data-v-370e439e] {
  color: #ff542e 
}

.color-white[data-v-370e439e] {
  color: #fff 
}

.main-color2-light[data-v-370e439e] {
  color: #a9da2b 
}

.main-color2[data-v-370e439e] {
  color: #67b628 
}

.main_color3_light[data-v-370e439e] {
  color: #ffc92f 
}

.main-color3[data-v-370e439e] {
  color: #febd02 
}

.main-color4[data-v-370e439e] {
  color: #7e93a6 
}

.main-color5-light[data-v-370e439e] {
  color: #42deda 
}

.main-color5[data-v-370e439e] {
  color: #01c8de 
}

.color-grey[data-v-370e439e] {
  color: #676c71 
}

.color-lightgrey[data-v-370e439e] {
  color: #ababab 
}

.color-deepgrey[data-v-370e439e] {
  color: #20222b 
}

.color-text-verylight[data-v-370e439e] {
  color: #80a7b8 
}

.color-text-light[data-v-370e439e] {
  color: #9a9aa7 
}

.color-text[data-v-370e439e] {
  color: #797986 
}

.color-text-deep[data-v-370e439e] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-370e439e] {
  color: #2f3b49 
}

.c_default[data-v-370e439e] {
  color: #fff 
}

.c_high[data-v-370e439e] {
  color: #ff1717 
}

.c_low[data-v-370e439e] {
  color: #0bf 
}

.c_buy_light[data-v-370e439e] {
  color: #fe5159 
}

.c_buy[data-v-370e439e] {
  color: #f14f57 
}

.bg_c_buy[data-v-370e439e] {
  background: #f14f57
}

.c_sell_light[data-v-370e439e] {
  color: #349bf0 
}

.c_sell[data-v-370e439e] {
  color: #3488db 
}

.bg_c_sell[data-v-370e439e] {
  background: #3488db
}

.c_ing[data-v-370e439e] {
  color: #fff 
}

.bg_ing[data-v-370e439e],
.bg_wait[data-v-370e439e] {
  background: #7e93a6 
}

.bg_background_deep[data-v-370e439e] {
  background: #000
}

.c_success[data-v-370e439e] {
  color: #1478f2 
}

.bg_success[data-v-370e439e] {
  background: #1478f2 
}

.c_complete[data-v-370e439e] {
  color: #fff 
}

.c_fail[data-v-370e439e] {
  color: #ff1e1e 
}

.bg_fail[data-v-370e439e] {
  background: #ff1e1e 
}

.c_cancel[data-v-370e439e] {
  color: #ff6900 
}

.bg_cancel[data-v-370e439e] {
  background: #ff6900 
}

.c_error[data-v-370e439e] {
  color: #ff6900 
}

.c_invaild[data-v-370e439e] {
  color: #999 
}

.bg_invaild[data-v-370e439e] {
  background: #666 
}

.bg_main[data-v-370e439e] {
  background: #e32028 
}

.bg_green_gra[data-v-370e439e] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-370e439e] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-370e439e] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-370e439e] {
  color: #ff5266 
}

.c_deposit_light[data-v-370e439e] {
  color: #a9da2b 
}

.c_deposit[data-v-370e439e] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-370e439e] {
  color: #ff8520 
}

.c_withdrawal[data-v-370e439e] {
  color: #ff6900 
}

.c_green[data-v-370e439e] {
  color: #009b1b 
}

.c_red[data-v-370e439e] {
  color: red 
}

.c_blue[data-v-370e439e] {
  color: #febd02 
}

.c_black[data-v-370e439e] {
  color: #000 
}

.bg_white[data-v-370e439e] {
  background: #fff 
}

.bg_green[data-v-370e439e] {
  background: #6dcb1b 
}

.box_c_ing[data-v-370e439e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-370e439e] {
  background: #f14f57
}

.box_c_buy[data-v-370e439e],
.box_c_invaild[data-v-370e439e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-370e439e] {
  background: #999
}

.box_c_sell[data-v-370e439e] {
  background: #3488db
}

.box_c_sell[data-v-370e439e],
.box_c_success[data-v-370e439e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-370e439e] {
  background: #ff6900
}

.box_c_fail[data-v-370e439e] {
  background: #67b628
}

.box_c_extedn[data-v-370e439e],
.box_c_fail[data-v-370e439e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-370e439e] {
  background: #43586c
}

.ps__rail-x[data-v-370e439e] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-370e439e],
.ps__rail-y[data-v-370e439e] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-370e439e] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-370e439e],
.ps--active-y>.ps__rail-y[data-v-370e439e] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-370e439e],
.ps--focus>.ps__rail-y[data-v-370e439e],
.ps--scrolling-x>.ps__rail-x[data-v-370e439e],
.ps--scrolling-y>.ps__rail-y[data-v-370e439e],
.ps:hover>.ps__rail-x[data-v-370e439e],
.ps:hover>.ps__rail-y[data-v-370e439e] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-370e439e],
.ps.ps__rail-x[data-v-370e439e]:focus,
.ps.ps__rail-x[data-v-370e439e]:hover,
.ps.ps__rail-y.ps--clicking[data-v-370e439e],
.ps.ps__rail-y[data-v-370e439e]:focus,
.ps.ps__rail-y[data-v-370e439e]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-370e439e] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-370e439e],
.ps__thumb-y[data-v-370e439e] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-370e439e] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-370e439e],
.ps__rail-x:focus>.ps__thumb-x[data-v-370e439e],
.ps__rail-x:hover>.ps__thumb-x[data-v-370e439e] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-370e439e],
.ps__rail-y:focus>.ps__thumb-y[data-v-370e439e],
.ps__rail-y:hover>.ps__thumb-y[data-v-370e439e] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-370e439e] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-370e439e] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-370e439e] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-370e439e] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-370e439e] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-370e439e] {
  display: none 
}

.toast-top-center[data-v-370e439e] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-370e439e] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-370e439e] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-370e439e] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-370e439e] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-370e439e],
.pagenation_type_1 .btn_last[data-v-370e439e],
.pagenation_type_1 .btn_next[data-v-370e439e],
.pagenation_type_1 .btn_prev[data-v-370e439e] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-370e439e] {
  color: #bbb
}

.wrap_type_3[data-v-370e439e] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-370e439e] {
  background: #0b0c10
}

.container_left[data-v-370e439e],
.container_left_md[data-v-370e439e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-370e439e] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-370e439e] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-370e439e] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-370e439e] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-370e439e]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-370e439e] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-370e439e] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-370e439e] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-370e439e] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-370e439e]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-370e439e]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-370e439e],
.container_center_3_mini>div[data-v-370e439e] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-370e439e] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-370e439e]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-370e439e]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-370e439e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-370e439e]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-370e439e]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-370e439e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-370e439e]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-370e439e]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-370e439e] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-370e439e] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-370e439e],
.bg_grad_1_x[data-v-370e439e] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-370e439e] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-370e439e] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-370e439e] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-370e439e],
.bg_normal_2[data-v-370e439e] {
  background: #141621
}

.btn_left_close[data-v-370e439e],
.btn_left_control[data-v-370e439e],
.btn_right_close[data-v-370e439e],
.right_screen[data-v-370e439e] {
  display: none
}

.box_logo[data-v-370e439e] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-370e439e] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-370e439e] {
  display: none
}

.text_dot[data-v-370e439e] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-370e439e {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-370e439e {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-370e439e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-370e439e] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-370e439e] {
  background: #fff 
}

.bat_more.active i[data-v-370e439e] {
  color: #000 
}

.btn_no_disabled[data-v-370e439e] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-370e439e] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-370e439e] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-370e439e],
.game_bat_2 button[data-v-370e439e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-370e439e]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-370e439e] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-370e439e] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-370e439e]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-370e439e] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-370e439e] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-370e439e] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-370e439e],
.title_logo[data-v-370e439e] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-370e439e] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-370e439e] {
  height: 22px
}

.tab[data-v-370e439e] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-370e439e]:last-child {
  width: 100%
}

.tab li[data-v-370e439e]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-370e439e] {
  width: 50%
}

.tab li[data-v-370e439e]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-370e439e] {
  width: 33.333333333333%
}

.tab li[data-v-370e439e]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-370e439e] {
  width: 25%
}

.tab li[data-v-370e439e]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-370e439e] {
  width: 20%
}

.tab li[data-v-370e439e]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-370e439e] {
  width: 16.66666666666667%
}

.tab li button[data-v-370e439e] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-370e439e] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-370e439e]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-370e439e] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-370e439e] {
  border: 0
}

.wrap_sports_detail li[data-v-370e439e] {
  width: 100%
}

.wrap_sports_detail li[data-v-370e439e]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-370e439e]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-370e439e] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-370e439e] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-370e439e],
.detail_num>button[data-v-370e439e] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-370e439e] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-370e439e] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-370e439e]:last-child {
  width: 100%
}

.detail_num button[data-v-370e439e]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-370e439e] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-370e439e]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-370e439e] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-370e439e] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-370e439e] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-370e439e] {
  color: #fff 
}

.detail_num>button .up[data-v-370e439e]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-370e439e]:after,
.detail_num>button .up[data-v-370e439e]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-370e439e 1s ease-in-out 5;
  animation: blink-data-v-370e439e 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-370e439e]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-370e439e] {
  background: #f4053a
}

.detail_num>button.active i[data-v-370e439e] {
  color: #000
}

.detail_num>button .text-allocation[data-v-370e439e] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-370e439e] {
  color: #000 
}

.sports_bet_close[data-v-370e439e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-370e439e],
.sports_bet_close[data-v-370e439e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-370e439e]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-370e439e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-370e439e],
.sports_bet_close_all[data-v-370e439e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-370e439e]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-370e439e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-370e439e]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-370e439e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-370e439e]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-370e439e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-370e439e],
.market_all_close[data-v-370e439e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-370e439e]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-370e439e] {
    display: none
  }
}

.vjs-control-bar[data-v-370e439e] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-370e439e] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-370e439e] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-370e439e] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-370e439e]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-370e439e] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-370e439e]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-370e439e] {
  color: #fff 
}

.vjs-big-play-button[data-v-370e439e]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-370e439e],
  .detail_num button[data-v-370e439e]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-370e439e] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-370e439e]:nth-of-type(2),
  .game_bat button[data-v-370e439e]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-370e439e]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-370e439e] {
    width: 100%
  }

  .market_all_close[data-v-370e439e]:after,
  .market_domestic_all_close[data-v-370e439e]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-370e439e],
  .game_bat button:nth-of-type(3) i[data-v-370e439e] {
    display: none 
  }
}

.mini_bet_close[data-v-370e439e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-370e439e],
.mini_bet_close[data-v-370e439e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-370e439e]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-370e439e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-370e439e] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-370e439e] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-370e439e]:first-of-type,
.flex_2dan div[data-v-370e439e]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-370e439e] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-370e439e]:first-of-type,
.flex_3dan div[data-v-370e439e]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-370e439e]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-370e439e] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-370e439e] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-370e439e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-370e439e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-370e439e] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-370e439e] {
  height: 40px
}

.mini_game_info[data-v-370e439e],
.mini_game_info span[data-v-370e439e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-370e439e]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-370e439e] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-370e439e] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-370e439e]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-370e439e] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-370e439e] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-370e439e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-370e439e] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-370e439e]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-370e439e] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-370e439e]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-370e439e] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-370e439e]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-370e439e] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-370e439e]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-370e439e] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-370e439e]:first-child,
.ul_game_item.item_10 li[data-v-370e439e]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-370e439e]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-370e439e] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-370e439e],
.ul_game_item button i[data-v-370e439e] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-370e439e] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-370e439e] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-370e439e] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-370e439e] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-370e439e] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-370e439e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-370e439e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-370e439e] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-370e439e] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-370e439e] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-370e439e] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-370e439e] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-370e439e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-370e439e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-370e439e] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-370e439e] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-370e439e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-370e439e] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-370e439e] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-370e439e] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-370e439e] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-370e439e] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-370e439e] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-370e439e] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-370e439e] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-370e439e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-370e439e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-370e439e] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-370e439e] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-370e439e] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-370e439e] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-370e439e] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-370e439e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-370e439e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-370e439e] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-370e439e] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-370e439e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-370e439e] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-370e439e]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-370e439e]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-370e439e]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-370e439e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-370e439e] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-370e439e] {
    display: none
  }

  .flex_1dan ul[data-v-370e439e] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-370e439e]:first-of-type,
  .flex_3dan div[data-v-370e439e]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-370e439e]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-370e439e] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-370e439e]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-370e439e]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-370e439e]:first-of-type,
  .flex_3dan div[data-v-370e439e]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-370e439e]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-370e439e] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-370e439e] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-370e439e] {
    width: 100%
  }

  .flex_3dan div[data-v-370e439e]:first-of-type,
  .flex_3dan div[data-v-370e439e]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-370e439e]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-370e439e] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-370e439e] {
    width: 100%
  }

  .ul_game_item2 li[data-v-370e439e]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-370e439e]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-370e439e]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-370e439e]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-370e439e]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-370e439e] {
    padding: 101px 280px 0
  }

  .container_left[data-v-370e439e],
  .container_left_md[data-v-370e439e],
  .container_right[data-v-370e439e] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-370e439e]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-370e439e]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-370e439e]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-370e439e]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-370e439e] {
    padding-left: 40px
  }

  .container_left[data-v-370e439e] {
    display: none
  }

  .btn_left_control[data-v-370e439e] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-370e439e],
  .btn_left_control i[data-v-370e439e] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-370e439e] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-370e439e] {
    width: 26px
  }

  .btn_left_close[data-v-370e439e] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-370e439e] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-370e439e] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-370e439e]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-370e439e]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-370e439e]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-370e439e]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-370e439e]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-370e439e]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-370e439e] {
    display: block
  }

  .no-display-1600[data-v-370e439e] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-370e439e]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-370e439e]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-370e439e] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-370e439e] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-370e439e]:first-of-type,
  .container_center_2_mini>div>div[data-v-370e439e]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-370e439e] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-370e439e]:first-of-type,
  .container_center_3_mini>div>div[data-v-370e439e]:nth-of-type(2),
  .container_center_4_mini>div[data-v-370e439e]:first-of-type,
  .container_center_4_mini>div[data-v-370e439e]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-370e439e] {
    padding-right: 0
  }

  .container_right[data-v-370e439e] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-370e439e] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-370e439e] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-370e439e] {
    width: 26px
  }

  .container_right .right_screen[data-v-370e439e] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-370e439e] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-370e439e],
  .btn_left_control[data-v-370e439e],
  .container_left[data-v-370e439e] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-370e439e] {
    padding: 0
  }

  .mobile_scroll[data-v-370e439e] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-370e439e] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-370e439e],
.title_info_s[data-v-370e439e] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-370e439e] {
  font-size: 1.8rem
}

.title_info_s[data-v-370e439e]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-370e439e] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-370e439e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-370e439e] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-370e439e] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-370e439e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-370e439e] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-370e439e] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-370e439e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-370e439e] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-370e439e] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-370e439e] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-370e439e] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-370e439e] {
  position: relative
}

.sub_visual_wallet img[data-v-370e439e] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-370e439e] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-370e439e] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-370e439e] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-370e439e] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-370e439e]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-370e439e],
.menu_wallet>li button[data-v-370e439e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-370e439e],
.menu_wallet>li button.active[data-v-370e439e] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-370e439e] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-370e439e]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-370e439e] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-370e439e] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-370e439e] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-370e439e] {
  position: relative
}

.wallet_form button[data-v-370e439e] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-370e439e] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-370e439e] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-370e439e] {
  background: #141621 
}

h2.title_trade[data-v-370e439e] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-370e439e] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-370e439e] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-370e439e] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-370e439e],
.result_buy div[data-v-370e439e] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-370e439e] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-370e439e] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-370e439e] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-370e439e] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-370e439e] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-370e439e] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-370e439e] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-370e439e] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-370e439e],
.sub_visual.s_02[data-v-370e439e],
.sub_visual.s_03[data-v-370e439e],
.sub_visual.s_04[data-v-370e439e],
.sub_visual.s_05[data-v-370e439e],
.sub_visual.s_06[data-v-370e439e],
.sub_visual.s_07[data-v-370e439e],
.sub_visual.s_08[data-v-370e439e] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-370e439e] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-370e439e] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-370e439e] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-370e439e],
.sub_menu a[data-v-370e439e] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-370e439e] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-370e439e] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-370e439e],
.sub_menu a.nuxt-link-active[data-v-370e439e] {
  color: #e32028
}

.sub_tab ul[data-v-370e439e] {
  overflow: hidden
}

.sub_tab ul li[data-v-370e439e] {
  float: left
}

.sub_tab ul li a[data-v-370e439e] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-370e439e],
.sub_tab ul li a.active[data-v-370e439e] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-370e439e]:before,
.sub_tab ul li a.active[data-v-370e439e]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-370e439e] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-370e439e] {
  font-size: 2.2rem
}

.title_big[data-v-370e439e],
.title_normal[data-v-370e439e] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-370e439e] {
  font-size: 1.8rem
}

.title_small[data-v-370e439e] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-370e439e] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-370e439e] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-370e439e],
.title_tiny[data-v-370e439e] {
  position: relative;
  color: #fff
}

.title_sub[data-v-370e439e] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-370e439e]:before {
  bottom: -5px
}

.title_sub[data-v-370e439e]:after,
.title_sub[data-v-370e439e]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-370e439e]:after {
  bottom: -3px
}

.title_sub_1[data-v-370e439e] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-370e439e]:before {
  bottom: -5px
}

.title_sub_1[data-v-370e439e]:after,
.title_sub_1[data-v-370e439e]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-370e439e]:after {
  bottom: -3px
}

.title_sm[data-v-370e439e] {
  display: none
}

.title_hexa[data-v-370e439e] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-370e439e],
.title_hexa i[data-v-370e439e] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-370e439e] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-370e439e] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-370e439e] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-370e439e],
.title_hexa.t_on i[data-v-370e439e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-370e439e] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-370e439e] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-370e439e] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-370e439e] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-370e439e] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-370e439e] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-370e439e] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-370e439e]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-370e439e]:first-of-type,
.sports_list li>div[data-v-370e439e]:nth-of-type(2),
.sports_list li>div[data-v-370e439e]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-370e439e] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-370e439e]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-370e439e] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-370e439e] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-370e439e] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-370e439e]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-370e439e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-370e439e] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-370e439e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-370e439e],
.game_bat button[data-v-370e439e] {
  position: relative
}

.game_bat button[data-v-370e439e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-370e439e] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-370e439e] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-370e439e] {
  margin-right: 5px
}

.game_bat button[data-v-370e439e]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-370e439e] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-370e439e] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-370e439e] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-370e439e],
.game_bat button:nth-of-type(3) i img[data-v-370e439e] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-370e439e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-370e439e]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-370e439e]:nth-of-type(2),
.game_bat button[data-v-370e439e]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-370e439e]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-370e439e],
.game_bat button.active[data-v-370e439e] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-370e439e]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-370e439e]:after,
.game_bat button:first-of-type .up[data-v-370e439e]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-370e439e 1s ease-in-out 5;
  animation: blink-data-v-370e439e 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-370e439e]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-370e439e]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-370e439e]:after,
.game_bat button:nth-of-type(2) .up[data-v-370e439e]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-370e439e 1s ease-in-out 5;
  animation: blink-data-v-370e439e 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-370e439e]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-370e439e]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-370e439e]:after,
.game_bat button:nth-of-type(3) .up[data-v-370e439e]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-370e439e 1s ease-in-out 5;
  animation: blink-data-v-370e439e 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-370e439e]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-370e439e] {
  padding: 0
}

.box_folder[data-v-370e439e],
.box_folder button[data-v-370e439e] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-370e439e] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-370e439e] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-370e439e]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-370e439e] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-370e439e]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-370e439e] {
  flex-wrap: wrap
}

.bank_info[data-v-370e439e],
.bank_info li[data-v-370e439e] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-370e439e] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-370e439e]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-370e439e] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-370e439e] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-370e439e] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-370e439e] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-370e439e] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-370e439e] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-370e439e] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-370e439e] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-370e439e] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-370e439e] {
  margin-right: 10px
}

.box_text_type_1[data-v-370e439e] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-370e439e],
.box_text_type_1 i[data-v-370e439e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-370e439e] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-370e439e] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-370e439e],
.wl_tip[data-v-370e439e] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-370e439e],
.wl_tip ul li[data-v-370e439e] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-370e439e] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-370e439e] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-370e439e] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-370e439e],
.wl_waring ul li[data-v-370e439e] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-370e439e] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-370e439e] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-370e439e] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-370e439e] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-370e439e] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-370e439e] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-370e439e {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-370e439e {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-370e439e] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-370e439e] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-370e439e] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-370e439e],
.box_fx_buy_sell[data-v-370e439e],
.box_fx_result[data-v-370e439e],
.box_leverage_result[data-v-370e439e],
.current_time[data-v-370e439e],
.tab_box[data-v-370e439e],
.tab_time[data-v-370e439e] {
  position: relative
}

.copilot[data-v-370e439e] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-370e439e],
.copilot[data-v-370e439e]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-370e439e]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-370e439e] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-370e439e] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-370e439e] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-370e439e] {
  padding: 20px 15px
}

.copilot_foot[data-v-370e439e],
.copilot_foot button[data-v-370e439e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-370e439e] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-370e439e] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-370e439e],
.copilot.step_2[data-v-370e439e] {
  top: 50px
}

.copilot.step_3[data-v-370e439e],
.copilot.step_4[data-v-370e439e],
.copilot.step_6[data-v-370e439e],
.copilot.step_7[data-v-370e439e],
.copilot.step_8[data-v-370e439e] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-370e439e] {
  top: 40px
}

.box_info_1[data-v-370e439e] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-370e439e] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-370e439e] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-370e439e]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-370e439e] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-370e439e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-370e439e] {
  height: 40px
}

.title_guide_1 span[data-v-370e439e] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-370e439e] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-370e439e] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-370e439e] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-370e439e] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-370e439e] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-370e439e 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-370e439e 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-370e439e]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-370e439e]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-370e439e]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-370e439e]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-370e439e]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-370e439e {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-370e439e {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-370e439e] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-370e439e] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-370e439e] {
    margin-top: 0
  }

  .sub_visual[data-v-370e439e] {
    display: none
  }

  .box_sub_title[data-v-370e439e] {
    padding: 0 20px
  }

  .box_sub_container[data-v-370e439e] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-370e439e] {
    display: block
  }

  .title_sub[data-v-370e439e] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-370e439e]:before {
    bottom: -5px
  }

  .title_sub[data-v-370e439e]:after,
  .title_sub[data-v-370e439e]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-370e439e]:after {
    bottom: -3px
  }

  .sub_menu[data-v-370e439e] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-370e439e] {
    padding: 0
  }

  .box_sub_container[data-v-370e439e] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-370e439e] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-370e439e] {
    display: none
  }

  .box_bg_deep[data-v-370e439e] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-370e439e] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-370e439e] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-370e439e] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-370e439e],
  .result_buy div[data-v-370e439e] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-370e439e] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-370e439e] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-370e439e] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-370e439e] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-370e439e] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-370e439e] {
    padding: 0 5px
  }

  .box_folder button[data-v-370e439e] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-370e439e] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-370e439e] {
    padding: 0
  }

  .pagenation_type_1[data-v-370e439e] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-370e439e] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-370e439e] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-370e439e] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-370e439e],
  .pagenation_type_1 .btn_last[data-v-370e439e],
  .pagenation_type_1 .btn_next[data-v-370e439e],
  .pagenation_type_1 .btn_prev[data-v-370e439e] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-370e439e] {
    color: #bbb
  }

  .title_medium[data-v-370e439e] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-370e439e]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-370e439e]:first-of-type:hover,
  .game_bat.bet_three button[data-v-370e439e]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-370e439e]:nth-of-type(3):hover,
  .game_bat button[data-v-370e439e]:first-of-type:hover,
  .game_bat button[data-v-370e439e]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-370e439e],
  .game_bat button.active span[data-v-370e439e],
  .game_bat button:hover span[data-v-370e439e] {
    color: #fff 
  }

  .bat_more[data-v-370e439e]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-370e439e],
  .bat_more[disabled][data-v-370e439e]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-370e439e]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-370e439e]:first-of-type:hover,
  .game_bat_2 button[data-v-370e439e]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-370e439e],
  .game_bat_2 button.active[data-v-370e439e]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-370e439e]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-370e439e] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-370e439e] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-370e439e]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-370e439e]:hover,
  .pagenation_type_1 .btn_last[data-v-370e439e]:hover,
  .pagenation_type_1 .btn_next[data-v-370e439e]:hover,
  .pagenation_type_1 .btn_prev[data-v-370e439e]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-370e439e]:hover,
  .ul_game_item button[data-v-370e439e]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.box_search[data-v-370e439e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.search[data-v-370e439e] {
  position: relative;
  max-width: 500px;
  width: calc(100% - 92px);
  height: 44px;
  padding-right: 44px
}

.search .btn_search[data-v-370e439e] {
  position: absolute;
  right: 50px;
  top: 0;
  width: 44px;
  height: 44px
}

.search .btn_search img[data-v-370e439e] {
  height: 20px
}

.search .btn_reload[data-v-370e439e] {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border: 1px solid hsla(0, 0%, 100%, .1);
  border-left: 0;
  background: #0b0c10
}

.search .btn_reload i[data-v-370e439e] {
  font-size: 1.8rem;
  color: #fff
}

.search input[data-v-370e439e] {
  width: 100%;
  height: 44px;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .1);
  background: #0b0c10;
  padding: 0 40px 0 20px
}

.ul_border_list[data-v-370e439e] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row
}

.ul_border_list li[data-v-370e439e] {
  width: 100%;
  background: hsla(0, 0%, 100%, .05);
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer
}

.ul_border_list li[data-v-370e439e]:hover {
  background: hsla(0, 0%, 100%, .09)
}

.ul_border_list li a[data-v-370e439e] {
  display: flex;
  width: 100%;
  padding: 15px 20px
}

.ul_border_list li a>span[data-v-370e439e]:first-child {
  width: calc(100% - 50px);
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff
}

.ul_border_list li a>span:first-child img[data-v-370e439e] {
  margin-left: 10px;
  vertical-align: middle
}

.ul_border_list li a>span:first-child b[data-v-370e439e],
.ul_border_list li a>span:first-child span[data-v-370e439e] {
  display: inline-block;
  font-size: 1.3rem;
  color: #9a9aa7;
  font-weight: 400;
  vertical-align: middle;
  margin-top: 10px
}

.ul_border_list li a>span:first-child span[data-v-370e439e] {
  margin-right: 20px
}

.respontable[data-v-370e439e] {
  display: block;
  width: 100%;
  margin: 20px auto
}

.suportable[data-v-370e439e] {
  width: 100%
}

.suportable thead tr td[data-v-370e439e] {
  background-color: #f1f1f1;
  border-top: 1px solid #ccc;
  padding: 14px 4px
}

.suportable tbody tr td[data-v-370e439e],
.suportable thead tr td[data-v-370e439e] {
  border-bottom: 1px solid #ccc;
  color: #444;
  text-align: center;
  font-size: 14px
}

.suportable tbody tr td[data-v-370e439e] {
  padding: 16px 4px 14px
}

.suportable tbody tr td a[data-v-370e439e] {
  text-align: left;
  color: #222;
  display: block;
  text-decoration: none
}

.suportable tbody tr:hover td[data-v-370e439e] {
  background-color: #f1f3f6
}

.suportable .bdlistnew[data-v-370e439e] {
  display: inline-block;
  width: 16px;
  height: 15px;
  vertical-align: middle;
  margin-top: -5px
}

.suportable .bdlistnotice[data-v-370e439e] {
  display: inline-block;
  width: 40px;
  color: #fff;
  background-color: #6f6dd4;
  text-align: center;
  font-size: 11px;
  border-radius: 4px;
  vertical-align: middle;
  height: 20px;
  margin-top: -2px;
  line-height: 19px
}

.tab_type_s[data-v-370e439e] {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0
}

.tab_type_s>li[data-v-370e439e] {
  min-width: 100px;
  margin: 0 1px
}

.tab_type_s>li button[data-v-370e439e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  border-radius: 17px;
  background: #2c2c34;
  padding: 0 60px 2px;
  margin: 1px 0
}

.tab_type_s>li button.active[data-v-370e439e] {
  color: #ff2152;
  background: #fff
}

@media (max-width:767px) {
  .box_search[data-v-370e439e] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
  }

  .search[data-v-370e439e] {
    position: relative;
    max-width: 500px;
    width: calc(100% - 92px);
    height: 44px;
    padding-right: 44px
  }

  .search .btn_search[data-v-370e439e] {
    position: absolute;
    right: 50px;
    top: 0;
    width: 44px;
    height: 44px
  }

  .search .btn_search img[data-v-370e439e] {
    height: 20px
  }

  .box_search span[data-v-370e439e] {
    margin-top: 20px
  }

  .tab_type_s[data-v-370e439e] {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0
  }

  .tab_type_s>li[data-v-370e439e] {
    min-width: auto;
    margin: 0 1px
  }

  .tab_type_s>li button[data-v-370e439e] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 28px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    border-radius: 14px;
    background: hsla(0, 0%, 100%, .1);
    padding: 0 40px 2px;
    margin: 1px 0
  }

  .tab_type_s>li button.active[data-v-370e439e] {
    color: #fff;
    background: #e32028
  }

  .ul_border_list li a[data-v-370e439e] {
    padding: 15px
  }
}
body [data-v-51bf002c] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-51bf002c]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-51bf002c]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-51bf002c] {
  max-width: 1440px
}

.page-enter-active[data-v-51bf002c],
.page-leave-active[data-v-51bf002c] {
  transition: opacity .1s
}

.page-enter[data-v-51bf002c],
.page-leave-to[data-v-51bf002c] {
  opacity: 0
}

.b1[data-v-51bf002c] {
  border: 1px solid red
}

.width-btn-100[data-v-51bf002c] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-51bf002c] {
  color: #e32028 
}

.main-color1-normal[data-v-51bf002c] {
  color: #ff2152 
}

.main-color1-text[data-v-51bf002c] {
  color: #ff9710 
}

.main-color1-deep[data-v-51bf002c] {
  color: #ff6900 
}

.main-color1-light[data-v-51bf002c] {
  color: #ff542e 
}

.color-white[data-v-51bf002c] {
  color: #fff 
}

.main-color2-light[data-v-51bf002c] {
  color: #a9da2b 
}

.main-color2[data-v-51bf002c] {
  color: #67b628 
}

.main_color3_light[data-v-51bf002c] {
  color: #ffc92f 
}

.main-color3[data-v-51bf002c] {
  color: #febd02 
}

.main-color4[data-v-51bf002c] {
  color: #7e93a6 
}

.main-color5-light[data-v-51bf002c] {
  color: #42deda 
}

.main-color5[data-v-51bf002c] {
  color: #01c8de 
}

.color-grey[data-v-51bf002c] {
  color: #676c71 
}

.color-lightgrey[data-v-51bf002c] {
  color: #ababab 
}

.color-deepgrey[data-v-51bf002c] {
  color: #20222b 
}

.color-text-verylight[data-v-51bf002c] {
  color: #80a7b8 
}

.color-text-light[data-v-51bf002c] {
  color: #9a9aa7 
}

.color-text[data-v-51bf002c] {
  color: #797986 
}

.color-text-deep[data-v-51bf002c] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-51bf002c] {
  color: #2f3b49 
}

.c_default[data-v-51bf002c] {
  color: #fff 
}

.c_high[data-v-51bf002c] {
  color: #ff1717 
}

.c_low[data-v-51bf002c] {
  color: #0bf 
}

.c_buy_light[data-v-51bf002c] {
  color: #fe5159 
}

.c_buy[data-v-51bf002c] {
  color: #f14f57 
}

.bg_c_buy[data-v-51bf002c] {
  background: #f14f57
}

.c_sell_light[data-v-51bf002c] {
  color: #349bf0 
}

.c_sell[data-v-51bf002c] {
  color: #3488db 
}

.bg_c_sell[data-v-51bf002c] {
  background: #3488db
}

.c_ing[data-v-51bf002c] {
  color: #fff 
}

.bg_ing[data-v-51bf002c],
.bg_wait[data-v-51bf002c] {
  background: #7e93a6 
}

.bg_background_deep[data-v-51bf002c] {
  background: #000
}

.c_success[data-v-51bf002c] {
  color: #1478f2 
}

.bg_success[data-v-51bf002c] {
  background: #1478f2 
}

.c_complete[data-v-51bf002c] {
  color: #fff 
}

.c_fail[data-v-51bf002c] {
  color: #ff1e1e 
}

.bg_fail[data-v-51bf002c] {
  background: #ff1e1e 
}

.c_cancel[data-v-51bf002c] {
  color: #ff6900 
}

.bg_cancel[data-v-51bf002c] {
  background: #ff6900 
}

.c_error[data-v-51bf002c] {
  color: #ff6900 
}

.c_invaild[data-v-51bf002c] {
  color: #999 
}

.bg_invaild[data-v-51bf002c] {
  background: #666 
}

.bg_main[data-v-51bf002c] {
  background: #e32028 
}

.bg_green_gra[data-v-51bf002c] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-51bf002c] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-51bf002c] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-51bf002c] {
  color: #ff5266 
}

.c_deposit_light[data-v-51bf002c] {
  color: #a9da2b 
}

.c_deposit[data-v-51bf002c] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-51bf002c] {
  color: #ff8520 
}

.c_withdrawal[data-v-51bf002c] {
  color: #ff6900 
}

.c_green[data-v-51bf002c] {
  color: #009b1b 
}

.c_red[data-v-51bf002c] {
  color: red 
}

.c_blue[data-v-51bf002c] {
  color: #febd02 
}

.c_black[data-v-51bf002c] {
  color: #000 
}

.bg_white[data-v-51bf002c] {
  background: #fff 
}

.bg_green[data-v-51bf002c] {
  background: #6dcb1b 
}

.box_c_ing[data-v-51bf002c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-51bf002c] {
  background: #f14f57
}

.box_c_buy[data-v-51bf002c],
.box_c_invaild[data-v-51bf002c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-51bf002c] {
  background: #999
}

.box_c_sell[data-v-51bf002c] {
  background: #3488db
}

.box_c_sell[data-v-51bf002c],
.box_c_success[data-v-51bf002c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-51bf002c] {
  background: #ff6900
}

.box_c_fail[data-v-51bf002c] {
  background: #67b628
}

.box_c_extedn[data-v-51bf002c],
.box_c_fail[data-v-51bf002c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-51bf002c] {
  background: #43586c
}

.ps__rail-x[data-v-51bf002c] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-51bf002c],
.ps__rail-y[data-v-51bf002c] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-51bf002c] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-51bf002c],
.ps--active-y>.ps__rail-y[data-v-51bf002c] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-51bf002c],
.ps--focus>.ps__rail-y[data-v-51bf002c],
.ps--scrolling-x>.ps__rail-x[data-v-51bf002c],
.ps--scrolling-y>.ps__rail-y[data-v-51bf002c],
.ps:hover>.ps__rail-x[data-v-51bf002c],
.ps:hover>.ps__rail-y[data-v-51bf002c] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-51bf002c],
.ps.ps__rail-x[data-v-51bf002c]:focus,
.ps.ps__rail-x[data-v-51bf002c]:hover,
.ps.ps__rail-y.ps--clicking[data-v-51bf002c],
.ps.ps__rail-y[data-v-51bf002c]:focus,
.ps.ps__rail-y[data-v-51bf002c]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-51bf002c] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-51bf002c],
.ps__thumb-y[data-v-51bf002c] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-51bf002c] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-51bf002c],
.ps__rail-x:focus>.ps__thumb-x[data-v-51bf002c],
.ps__rail-x:hover>.ps__thumb-x[data-v-51bf002c] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-51bf002c],
.ps__rail-y:focus>.ps__thumb-y[data-v-51bf002c],
.ps__rail-y:hover>.ps__thumb-y[data-v-51bf002c] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-51bf002c] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-51bf002c] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-51bf002c] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-51bf002c] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-51bf002c] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-51bf002c] {
  display: none 
}

.toast-top-center[data-v-51bf002c] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-51bf002c] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-51bf002c] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-51bf002c] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-51bf002c] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-51bf002c],
.pagenation_type_1 .btn_last[data-v-51bf002c],
.pagenation_type_1 .btn_next[data-v-51bf002c],
.pagenation_type_1 .btn_prev[data-v-51bf002c] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-51bf002c] {
  color: #bbb
}

.wrap_type_3[data-v-51bf002c] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-51bf002c] {
  background: #0b0c10
}

.container_left[data-v-51bf002c],
.container_left_md[data-v-51bf002c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-51bf002c] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-51bf002c] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-51bf002c] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-51bf002c] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-51bf002c]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-51bf002c] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-51bf002c] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-51bf002c] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-51bf002c] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-51bf002c]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-51bf002c]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-51bf002c],
.container_center_3_mini>div[data-v-51bf002c] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-51bf002c] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-51bf002c]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-51bf002c]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-51bf002c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-51bf002c]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-51bf002c]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-51bf002c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-51bf002c]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-51bf002c]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-51bf002c] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-51bf002c] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-51bf002c],
.bg_grad_1_x[data-v-51bf002c] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-51bf002c] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-51bf002c] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-51bf002c] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-51bf002c],
.bg_normal_2[data-v-51bf002c] {
  background: #141621
}

.btn_left_close[data-v-51bf002c],
.btn_left_control[data-v-51bf002c],
.btn_right_close[data-v-51bf002c],
.right_screen[data-v-51bf002c] {
  display: none
}

.box_logo[data-v-51bf002c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-51bf002c] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-51bf002c] {
  display: none
}

.text_dot[data-v-51bf002c] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-51bf002c {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-51bf002c {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-51bf002c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-51bf002c] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-51bf002c] {
  background: #fff 
}

.bat_more.active i[data-v-51bf002c] {
  color: #000 
}

.btn_no_disabled[data-v-51bf002c] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-51bf002c] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-51bf002c] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-51bf002c],
.game_bat_2 button[data-v-51bf002c]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-51bf002c]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-51bf002c] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-51bf002c] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-51bf002c]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-51bf002c] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-51bf002c] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-51bf002c] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-51bf002c],
.title_logo[data-v-51bf002c] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-51bf002c] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-51bf002c] {
  height: 22px
}

.tab[data-v-51bf002c] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-51bf002c]:last-child {
  width: 100%
}

.tab li[data-v-51bf002c]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-51bf002c] {
  width: 50%
}

.tab li[data-v-51bf002c]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-51bf002c] {
  width: 33.333333333333%
}

.tab li[data-v-51bf002c]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-51bf002c] {
  width: 25%
}

.tab li[data-v-51bf002c]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-51bf002c] {
  width: 20%
}

.tab li[data-v-51bf002c]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-51bf002c] {
  width: 16.66666666666667%
}

.tab li button[data-v-51bf002c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-51bf002c] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-51bf002c]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-51bf002c] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-51bf002c] {
  border: 0
}

.wrap_sports_detail li[data-v-51bf002c] {
  width: 100%
}

.wrap_sports_detail li[data-v-51bf002c]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-51bf002c]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-51bf002c] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-51bf002c] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-51bf002c],
.detail_num>button[data-v-51bf002c] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-51bf002c] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-51bf002c] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-51bf002c]:last-child {
  width: 100%
}

.detail_num button[data-v-51bf002c]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-51bf002c] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-51bf002c]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-51bf002c] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-51bf002c] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-51bf002c] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-51bf002c] {
  color: #fff 
}

.detail_num>button .up[data-v-51bf002c]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-51bf002c]:after,
.detail_num>button .up[data-v-51bf002c]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-51bf002c 1s ease-in-out 5;
  animation: blink-data-v-51bf002c 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-51bf002c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-51bf002c] {
  background: #f4053a
}

.detail_num>button.active i[data-v-51bf002c] {
  color: #000
}

.detail_num>button .text-allocation[data-v-51bf002c] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-51bf002c] {
  color: #000 
}

.sports_bet_close[data-v-51bf002c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-51bf002c],
.sports_bet_close[data-v-51bf002c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-51bf002c]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-51bf002c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-51bf002c],
.sports_bet_close_all[data-v-51bf002c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-51bf002c]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-51bf002c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-51bf002c]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-51bf002c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-51bf002c]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-51bf002c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-51bf002c],
.market_all_close[data-v-51bf002c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-51bf002c]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-51bf002c] {
    display: none
  }
}

.vjs-control-bar[data-v-51bf002c] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-51bf002c] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-51bf002c] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-51bf002c] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-51bf002c]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-51bf002c] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-51bf002c]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-51bf002c] {
  color: #fff 
}

.vjs-big-play-button[data-v-51bf002c]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-51bf002c],
  .detail_num button[data-v-51bf002c]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-51bf002c] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-51bf002c]:nth-of-type(2),
  .game_bat button[data-v-51bf002c]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-51bf002c]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-51bf002c] {
    width: 100%
  }

  .market_all_close[data-v-51bf002c]:after,
  .market_domestic_all_close[data-v-51bf002c]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-51bf002c],
  .game_bat button:nth-of-type(3) i[data-v-51bf002c] {
    display: none 
  }
}

.mini_bet_close[data-v-51bf002c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-51bf002c],
.mini_bet_close[data-v-51bf002c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-51bf002c]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-51bf002c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-51bf002c] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-51bf002c] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-51bf002c]:first-of-type,
.flex_2dan div[data-v-51bf002c]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-51bf002c] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-51bf002c]:first-of-type,
.flex_3dan div[data-v-51bf002c]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-51bf002c]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-51bf002c] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-51bf002c] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-51bf002c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-51bf002c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-51bf002c] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-51bf002c] {
  height: 40px
}

.mini_game_info[data-v-51bf002c],
.mini_game_info span[data-v-51bf002c]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-51bf002c]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-51bf002c] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-51bf002c] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-51bf002c]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-51bf002c] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-51bf002c] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-51bf002c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-51bf002c] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-51bf002c]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-51bf002c] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-51bf002c]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-51bf002c] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-51bf002c]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-51bf002c] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-51bf002c]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-51bf002c] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-51bf002c]:first-child,
.ul_game_item.item_10 li[data-v-51bf002c]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-51bf002c]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-51bf002c] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-51bf002c],
.ul_game_item button i[data-v-51bf002c] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-51bf002c] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-51bf002c] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-51bf002c] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-51bf002c] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-51bf002c] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-51bf002c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-51bf002c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-51bf002c] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-51bf002c] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-51bf002c] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-51bf002c] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-51bf002c] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-51bf002c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-51bf002c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-51bf002c] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-51bf002c] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-51bf002c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-51bf002c] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-51bf002c] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-51bf002c] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-51bf002c] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-51bf002c] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-51bf002c] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-51bf002c] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-51bf002c] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-51bf002c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-51bf002c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-51bf002c] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-51bf002c] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-51bf002c] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-51bf002c] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-51bf002c] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-51bf002c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-51bf002c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-51bf002c] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-51bf002c] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-51bf002c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-51bf002c] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-51bf002c]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-51bf002c]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-51bf002c]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-51bf002c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-51bf002c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-51bf002c] {
    display: none
  }

  .flex_1dan ul[data-v-51bf002c] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-51bf002c]:first-of-type,
  .flex_3dan div[data-v-51bf002c]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-51bf002c]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-51bf002c] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-51bf002c]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-51bf002c]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-51bf002c]:first-of-type,
  .flex_3dan div[data-v-51bf002c]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-51bf002c]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-51bf002c] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-51bf002c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-51bf002c] {
    width: 100%
  }

  .flex_3dan div[data-v-51bf002c]:first-of-type,
  .flex_3dan div[data-v-51bf002c]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-51bf002c]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-51bf002c] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-51bf002c] {
    width: 100%
  }

  .ul_game_item2 li[data-v-51bf002c]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-51bf002c]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-51bf002c]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-51bf002c]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-51bf002c]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-51bf002c] {
    padding: 101px 280px 0
  }

  .container_left[data-v-51bf002c],
  .container_left_md[data-v-51bf002c],
  .container_right[data-v-51bf002c] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-51bf002c]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-51bf002c]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-51bf002c]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-51bf002c]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-51bf002c] {
    padding-left: 40px
  }

  .container_left[data-v-51bf002c] {
    display: none
  }

  .btn_left_control[data-v-51bf002c] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-51bf002c],
  .btn_left_control i[data-v-51bf002c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-51bf002c] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-51bf002c] {
    width: 26px
  }

  .btn_left_close[data-v-51bf002c] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-51bf002c] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-51bf002c] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-51bf002c]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-51bf002c]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-51bf002c]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-51bf002c]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-51bf002c]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-51bf002c]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-51bf002c] {
    display: block
  }

  .no-display-1600[data-v-51bf002c] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-51bf002c]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-51bf002c]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-51bf002c] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-51bf002c] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-51bf002c]:first-of-type,
  .container_center_2_mini>div>div[data-v-51bf002c]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-51bf002c] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-51bf002c]:first-of-type,
  .container_center_3_mini>div>div[data-v-51bf002c]:nth-of-type(2),
  .container_center_4_mini>div[data-v-51bf002c]:first-of-type,
  .container_center_4_mini>div[data-v-51bf002c]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-51bf002c] {
    padding-right: 0
  }

  .container_right[data-v-51bf002c] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-51bf002c] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-51bf002c] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-51bf002c] {
    width: 26px
  }

  .container_right .right_screen[data-v-51bf002c] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-51bf002c] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-51bf002c],
  .btn_left_control[data-v-51bf002c],
  .container_left[data-v-51bf002c] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-51bf002c] {
    padding: 0
  }

  .mobile_scroll[data-v-51bf002c] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-51bf002c] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-51bf002c],
.title_info_s[data-v-51bf002c] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-51bf002c] {
  font-size: 1.8rem
}

.title_info_s[data-v-51bf002c]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-51bf002c] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-51bf002c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-51bf002c] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-51bf002c] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-51bf002c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-51bf002c] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-51bf002c] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-51bf002c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-51bf002c] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-51bf002c] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-51bf002c] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-51bf002c] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-51bf002c] {
  position: relative
}

.sub_visual_wallet img[data-v-51bf002c] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-51bf002c] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-51bf002c] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-51bf002c] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-51bf002c] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-51bf002c]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-51bf002c],
.menu_wallet>li button[data-v-51bf002c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-51bf002c],
.menu_wallet>li button.active[data-v-51bf002c] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-51bf002c] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-51bf002c]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-51bf002c] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-51bf002c] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-51bf002c] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-51bf002c] {
  position: relative
}

.wallet_form button[data-v-51bf002c] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-51bf002c] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-51bf002c] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-51bf002c] {
  background: #141621 
}

h2.title_trade[data-v-51bf002c] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-51bf002c] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-51bf002c] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-51bf002c] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-51bf002c],
.result_buy div[data-v-51bf002c] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-51bf002c] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-51bf002c] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-51bf002c] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-51bf002c] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-51bf002c] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-51bf002c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-51bf002c] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-51bf002c] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-51bf002c],
.sub_visual.s_02[data-v-51bf002c],
.sub_visual.s_03[data-v-51bf002c],
.sub_visual.s_04[data-v-51bf002c],
.sub_visual.s_05[data-v-51bf002c],
.sub_visual.s_06[data-v-51bf002c],
.sub_visual.s_07[data-v-51bf002c],
.sub_visual.s_08[data-v-51bf002c] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-51bf002c] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-51bf002c] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-51bf002c] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-51bf002c],
.sub_menu a[data-v-51bf002c] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-51bf002c] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-51bf002c] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-51bf002c],
.sub_menu a.nuxt-link-active[data-v-51bf002c] {
  color: #e32028
}

.sub_tab ul[data-v-51bf002c] {
  overflow: hidden
}

.sub_tab ul li[data-v-51bf002c] {
  float: left
}

.sub_tab ul li a[data-v-51bf002c] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-51bf002c],
.sub_tab ul li a.active[data-v-51bf002c] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-51bf002c]:before,
.sub_tab ul li a.active[data-v-51bf002c]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-51bf002c] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-51bf002c] {
  font-size: 2.2rem
}

.title_big[data-v-51bf002c],
.title_normal[data-v-51bf002c] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-51bf002c] {
  font-size: 1.8rem
}

.title_small[data-v-51bf002c] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-51bf002c] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-51bf002c] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-51bf002c],
.title_tiny[data-v-51bf002c] {
  position: relative;
  color: #fff
}

.title_sub[data-v-51bf002c] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-51bf002c]:before {
  bottom: -5px
}

.title_sub[data-v-51bf002c]:after,
.title_sub[data-v-51bf002c]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-51bf002c]:after {
  bottom: -3px
}

.title_sub_1[data-v-51bf002c] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-51bf002c]:before {
  bottom: -5px
}

.title_sub_1[data-v-51bf002c]:after,
.title_sub_1[data-v-51bf002c]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-51bf002c]:after {
  bottom: -3px
}

.title_sm[data-v-51bf002c] {
  display: none
}

.title_hexa[data-v-51bf002c] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-51bf002c],
.title_hexa i[data-v-51bf002c] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-51bf002c] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-51bf002c] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-51bf002c] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-51bf002c],
.title_hexa.t_on i[data-v-51bf002c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-51bf002c] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-51bf002c] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-51bf002c] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-51bf002c] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-51bf002c] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-51bf002c] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-51bf002c] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-51bf002c]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-51bf002c]:first-of-type,
.sports_list li>div[data-v-51bf002c]:nth-of-type(2),
.sports_list li>div[data-v-51bf002c]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-51bf002c] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-51bf002c]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-51bf002c] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-51bf002c] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-51bf002c] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-51bf002c]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-51bf002c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-51bf002c] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-51bf002c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-51bf002c],
.game_bat button[data-v-51bf002c] {
  position: relative
}

.game_bat button[data-v-51bf002c]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-51bf002c] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-51bf002c] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-51bf002c] {
  margin-right: 5px
}

.game_bat button[data-v-51bf002c]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-51bf002c] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-51bf002c] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-51bf002c] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-51bf002c],
.game_bat button:nth-of-type(3) i img[data-v-51bf002c] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-51bf002c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-51bf002c]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-51bf002c]:nth-of-type(2),
.game_bat button[data-v-51bf002c]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-51bf002c]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-51bf002c],
.game_bat button.active[data-v-51bf002c] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-51bf002c]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-51bf002c]:after,
.game_bat button:first-of-type .up[data-v-51bf002c]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-51bf002c 1s ease-in-out 5;
  animation: blink-data-v-51bf002c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-51bf002c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-51bf002c]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-51bf002c]:after,
.game_bat button:nth-of-type(2) .up[data-v-51bf002c]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-51bf002c 1s ease-in-out 5;
  animation: blink-data-v-51bf002c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-51bf002c]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-51bf002c]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-51bf002c]:after,
.game_bat button:nth-of-type(3) .up[data-v-51bf002c]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-51bf002c 1s ease-in-out 5;
  animation: blink-data-v-51bf002c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-51bf002c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-51bf002c] {
  padding: 0
}

.box_folder[data-v-51bf002c],
.box_folder button[data-v-51bf002c] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-51bf002c] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-51bf002c] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-51bf002c]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-51bf002c] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-51bf002c]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-51bf002c] {
  flex-wrap: wrap
}

.bank_info[data-v-51bf002c],
.bank_info li[data-v-51bf002c] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-51bf002c] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-51bf002c]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-51bf002c] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-51bf002c] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-51bf002c] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-51bf002c] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-51bf002c] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-51bf002c] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-51bf002c] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-51bf002c] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-51bf002c] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-51bf002c] {
  margin-right: 10px
}

.box_text_type_1[data-v-51bf002c] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-51bf002c],
.box_text_type_1 i[data-v-51bf002c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-51bf002c] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-51bf002c] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-51bf002c],
.wl_tip[data-v-51bf002c] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-51bf002c],
.wl_tip ul li[data-v-51bf002c] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-51bf002c] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-51bf002c] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-51bf002c] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-51bf002c],
.wl_waring ul li[data-v-51bf002c] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-51bf002c] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-51bf002c] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-51bf002c] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-51bf002c] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-51bf002c] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-51bf002c] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-51bf002c {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-51bf002c {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-51bf002c] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-51bf002c] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-51bf002c] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-51bf002c],
.box_fx_buy_sell[data-v-51bf002c],
.box_fx_result[data-v-51bf002c],
.box_leverage_result[data-v-51bf002c],
.current_time[data-v-51bf002c],
.tab_box[data-v-51bf002c],
.tab_time[data-v-51bf002c] {
  position: relative
}

.copilot[data-v-51bf002c] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-51bf002c],
.copilot[data-v-51bf002c]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-51bf002c]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-51bf002c] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-51bf002c] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-51bf002c] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-51bf002c] {
  padding: 20px 15px
}

.copilot_foot[data-v-51bf002c],
.copilot_foot button[data-v-51bf002c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-51bf002c] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-51bf002c] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-51bf002c],
.copilot.step_2[data-v-51bf002c] {
  top: 50px
}

.copilot.step_3[data-v-51bf002c],
.copilot.step_4[data-v-51bf002c],
.copilot.step_6[data-v-51bf002c],
.copilot.step_7[data-v-51bf002c],
.copilot.step_8[data-v-51bf002c] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-51bf002c] {
  top: 40px
}

.box_info_1[data-v-51bf002c] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-51bf002c] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-51bf002c] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-51bf002c]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-51bf002c] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-51bf002c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-51bf002c] {
  height: 40px
}

.title_guide_1 span[data-v-51bf002c] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-51bf002c] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-51bf002c] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-51bf002c] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-51bf002c] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-51bf002c] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-51bf002c 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-51bf002c 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-51bf002c]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-51bf002c]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-51bf002c]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-51bf002c]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-51bf002c]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-51bf002c {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-51bf002c {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-51bf002c] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-51bf002c] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-51bf002c] {
    margin-top: 0
  }

  .sub_visual[data-v-51bf002c] {
    display: none
  }

  .box_sub_title[data-v-51bf002c] {
    padding: 0 20px
  }

  .box_sub_container[data-v-51bf002c] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-51bf002c] {
    display: block
  }

  .title_sub[data-v-51bf002c] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-51bf002c]:before {
    bottom: -5px
  }

  .title_sub[data-v-51bf002c]:after,
  .title_sub[data-v-51bf002c]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-51bf002c]:after {
    bottom: -3px
  }

  .sub_menu[data-v-51bf002c] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-51bf002c] {
    padding: 0
  }

  .box_sub_container[data-v-51bf002c] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-51bf002c] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-51bf002c] {
    display: none
  }

  .box_bg_deep[data-v-51bf002c] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-51bf002c] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-51bf002c] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-51bf002c] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-51bf002c],
  .result_buy div[data-v-51bf002c] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-51bf002c] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-51bf002c] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-51bf002c] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-51bf002c] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-51bf002c] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-51bf002c] {
    padding: 0 5px
  }

  .box_folder button[data-v-51bf002c] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-51bf002c] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-51bf002c] {
    padding: 0
  }

  .pagenation_type_1[data-v-51bf002c] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-51bf002c] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-51bf002c] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-51bf002c] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-51bf002c],
  .pagenation_type_1 .btn_last[data-v-51bf002c],
  .pagenation_type_1 .btn_next[data-v-51bf002c],
  .pagenation_type_1 .btn_prev[data-v-51bf002c] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-51bf002c] {
    color: #bbb
  }

  .title_medium[data-v-51bf002c] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-51bf002c]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-51bf002c]:first-of-type:hover,
  .game_bat.bet_three button[data-v-51bf002c]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-51bf002c]:nth-of-type(3):hover,
  .game_bat button[data-v-51bf002c]:first-of-type:hover,
  .game_bat button[data-v-51bf002c]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-51bf002c],
  .game_bat button.active span[data-v-51bf002c],
  .game_bat button:hover span[data-v-51bf002c] {
    color: #fff 
  }

  .bat_more[data-v-51bf002c]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-51bf002c],
  .bat_more[disabled][data-v-51bf002c]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-51bf002c]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-51bf002c]:first-of-type:hover,
  .game_bat_2 button[data-v-51bf002c]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-51bf002c],
  .game_bat_2 button.active[data-v-51bf002c]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-51bf002c]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-51bf002c] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-51bf002c] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-51bf002c]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-51bf002c]:hover,
  .pagenation_type_1 .btn_last[data-v-51bf002c]:hover,
  .pagenation_type_1 .btn_next[data-v-51bf002c]:hover,
  .pagenation_type_1 .btn_prev[data-v-51bf002c]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-51bf002c]:hover,
  .ul_game_item button[data-v-51bf002c]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_other[data-v-51bf002c] {
  position: relative
}

.sub_visual_other img[data-v-51bf002c] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_other div[data-v-51bf002c] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 5px
}

.sub_visual_other div span em[data-v-51bf002c] {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: inherit
}

.sub_visual_other div span i[data-v-51bf002c] {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300
}

.box_p_estimate[data-v-51bf002c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0
}

.box_p_estimate div[data-v-51bf002c]:first-of-type {
  color: #fff
}

.box_p_estimate div[data-v-51bf002c]:nth-of-type(2) {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px
}

@media (max-width:991px) {
  .sub_visual_other img[data-v-51bf002c] {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .sub_visual_other div[data-v-51bf002c] {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px 5px
  }

  .sub_visual_other div span em[data-v-51bf002c] {
    font-size: 2.4rem
  }

  .sub_visual_other div span em[data-v-51bf002c]:after {
    height: 20px
  }

  .sub_visual_other div span i[data-v-51bf002c] {
    font-size: 1.8rem
  }

  .box_p_estimate[data-v-51bf002c] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px
  }

  .box_p_estimate div[data-v-51bf002c]:first-of-type {
    color: #fff
  }

  .box_p_estimate div[data-v-51bf002c]:nth-of-type(2) {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0
  }
}

@media (max-width:767px) {
  .box_p_estimate[data-v-51bf002c] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px
  }

  .box_p_estimate div[data-v-51bf002c]:first-of-type {
    color: #fff;
    padding: 5px 0 15px
  }

  .box_p_estimate div[data-v-51bf002c]:nth-of-type(2) {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0
  }
}
body [data-v-68d543aa] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-68d543aa]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-68d543aa]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-68d543aa] {
  max-width: 1440px
}

.page-enter-active[data-v-68d543aa],
.page-leave-active[data-v-68d543aa] {
  transition: opacity .1s
}

.page-enter[data-v-68d543aa],
.page-leave-to[data-v-68d543aa] {
  opacity: 0
}

.b1[data-v-68d543aa] {
  border: 1px solid red
}

.width-btn-100[data-v-68d543aa] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-68d543aa] {
  color: #e32028 
}

.main-color1-normal[data-v-68d543aa] {
  color: #ff2152 
}

.main-color1-text[data-v-68d543aa] {
  color: #ff9710 
}

.main-color1-deep[data-v-68d543aa] {
  color: #ff6900 
}

.main-color1-light[data-v-68d543aa] {
  color: #ff542e 
}

.color-white[data-v-68d543aa] {
  color: #fff 
}

.main-color2-light[data-v-68d543aa] {
  color: #a9da2b 
}

.main-color2[data-v-68d543aa] {
  color: #67b628 
}

.main_color3_light[data-v-68d543aa] {
  color: #ffc92f 
}

.main-color3[data-v-68d543aa] {
  color: #febd02 
}

.main-color4[data-v-68d543aa] {
  color: #7e93a6 
}

.main-color5-light[data-v-68d543aa] {
  color: #42deda 
}

.main-color5[data-v-68d543aa] {
  color: #01c8de 
}

.color-grey[data-v-68d543aa] {
  color: #676c71 
}

.color-lightgrey[data-v-68d543aa] {
  color: #ababab 
}

.color-deepgrey[data-v-68d543aa] {
  color: #20222b 
}

.color-text-verylight[data-v-68d543aa] {
  color: #80a7b8 
}

.color-text-light[data-v-68d543aa] {
  color: #9a9aa7 
}

.color-text[data-v-68d543aa] {
  color: #797986 
}

.color-text-deep[data-v-68d543aa] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-68d543aa] {
  color: #2f3b49 
}

.c_default[data-v-68d543aa] {
  color: #fff 
}

.c_high[data-v-68d543aa] {
  color: #ff1717 
}

.c_low[data-v-68d543aa] {
  color: #0bf 
}

.c_buy_light[data-v-68d543aa] {
  color: #fe5159 
}

.c_buy[data-v-68d543aa] {
  color: #f14f57 
}

.bg_c_buy[data-v-68d543aa] {
  background: #f14f57
}

.c_sell_light[data-v-68d543aa] {
  color: #349bf0 
}

.c_sell[data-v-68d543aa] {
  color: #3488db 
}

.bg_c_sell[data-v-68d543aa] {
  background: #3488db
}

.c_ing[data-v-68d543aa] {
  color: #fff 
}

.bg_ing[data-v-68d543aa],
.bg_wait[data-v-68d543aa] {
  background: #7e93a6 
}

.bg_background_deep[data-v-68d543aa] {
  background: #000
}

.c_success[data-v-68d543aa] {
  color: #1478f2 
}

.bg_success[data-v-68d543aa] {
  background: #1478f2 
}

.c_complete[data-v-68d543aa] {
  color: #fff 
}

.c_fail[data-v-68d543aa] {
  color: #ff1e1e 
}

.bg_fail[data-v-68d543aa] {
  background: #ff1e1e 
}

.c_cancel[data-v-68d543aa] {
  color: #ff6900 
}

.bg_cancel[data-v-68d543aa] {
  background: #ff6900 
}

.c_error[data-v-68d543aa] {
  color: #ff6900 
}

.c_invaild[data-v-68d543aa] {
  color: #999 
}

.bg_invaild[data-v-68d543aa] {
  background: #666 
}

.bg_main[data-v-68d543aa] {
  background: #e32028 
}

.bg_green_gra[data-v-68d543aa] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-68d543aa] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-68d543aa] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-68d543aa] {
  color: #ff5266 
}

.c_deposit_light[data-v-68d543aa] {
  color: #a9da2b 
}

.c_deposit[data-v-68d543aa] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-68d543aa] {
  color: #ff8520 
}

.c_withdrawal[data-v-68d543aa] {
  color: #ff6900 
}

.c_green[data-v-68d543aa] {
  color: #009b1b 
}

.c_red[data-v-68d543aa] {
  color: red 
}

.c_blue[data-v-68d543aa] {
  color: #febd02 
}

.c_black[data-v-68d543aa] {
  color: #000 
}

.bg_white[data-v-68d543aa] {
  background: #fff 
}

.bg_green[data-v-68d543aa] {
  background: #6dcb1b 
}

.box_c_ing[data-v-68d543aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-68d543aa] {
  background: #f14f57
}

.box_c_buy[data-v-68d543aa],
.box_c_invaild[data-v-68d543aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-68d543aa] {
  background: #999
}

.box_c_sell[data-v-68d543aa] {
  background: #3488db
}

.box_c_sell[data-v-68d543aa],
.box_c_success[data-v-68d543aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-68d543aa] {
  background: #ff6900
}

.box_c_fail[data-v-68d543aa] {
  background: #67b628
}

.box_c_extedn[data-v-68d543aa],
.box_c_fail[data-v-68d543aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-68d543aa] {
  background: #43586c
}

.ps__rail-x[data-v-68d543aa] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-68d543aa],
.ps__rail-y[data-v-68d543aa] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-68d543aa] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-68d543aa],
.ps--active-y>.ps__rail-y[data-v-68d543aa] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-68d543aa],
.ps--focus>.ps__rail-y[data-v-68d543aa],
.ps--scrolling-x>.ps__rail-x[data-v-68d543aa],
.ps--scrolling-y>.ps__rail-y[data-v-68d543aa],
.ps:hover>.ps__rail-x[data-v-68d543aa],
.ps:hover>.ps__rail-y[data-v-68d543aa] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-68d543aa],
.ps.ps__rail-x[data-v-68d543aa]:focus,
.ps.ps__rail-x[data-v-68d543aa]:hover,
.ps.ps__rail-y.ps--clicking[data-v-68d543aa],
.ps.ps__rail-y[data-v-68d543aa]:focus,
.ps.ps__rail-y[data-v-68d543aa]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-68d543aa] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-68d543aa],
.ps__thumb-y[data-v-68d543aa] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-68d543aa] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-68d543aa],
.ps__rail-x:focus>.ps__thumb-x[data-v-68d543aa],
.ps__rail-x:hover>.ps__thumb-x[data-v-68d543aa] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-68d543aa],
.ps__rail-y:focus>.ps__thumb-y[data-v-68d543aa],
.ps__rail-y:hover>.ps__thumb-y[data-v-68d543aa] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-68d543aa] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-68d543aa] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-68d543aa] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-68d543aa] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-68d543aa] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-68d543aa] {
  display: none 
}

.toast-top-center[data-v-68d543aa] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-68d543aa] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-68d543aa] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-68d543aa] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-68d543aa] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-68d543aa],
.pagenation_type_1 .btn_last[data-v-68d543aa],
.pagenation_type_1 .btn_next[data-v-68d543aa],
.pagenation_type_1 .btn_prev[data-v-68d543aa] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-68d543aa] {
  color: #bbb
}

.wrap_type_3[data-v-68d543aa] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-68d543aa] {
  background: #0b0c10
}

.container_left[data-v-68d543aa],
.container_left_md[data-v-68d543aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-68d543aa] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-68d543aa] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-68d543aa] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-68d543aa] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-68d543aa]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-68d543aa] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-68d543aa] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-68d543aa] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-68d543aa] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-68d543aa]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-68d543aa]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-68d543aa],
.container_center_3_mini>div[data-v-68d543aa] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-68d543aa] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-68d543aa]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-68d543aa]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-68d543aa] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-68d543aa]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-68d543aa]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-68d543aa] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-68d543aa]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-68d543aa]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-68d543aa] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-68d543aa] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-68d543aa],
.bg_grad_1_x[data-v-68d543aa] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-68d543aa] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-68d543aa] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-68d543aa] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-68d543aa],
.bg_normal_2[data-v-68d543aa] {
  background: #141621
}

.btn_left_close[data-v-68d543aa],
.btn_left_control[data-v-68d543aa],
.btn_right_close[data-v-68d543aa],
.right_screen[data-v-68d543aa] {
  display: none
}

.box_logo[data-v-68d543aa] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-68d543aa] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-68d543aa] {
  display: none
}

.text_dot[data-v-68d543aa] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-68d543aa {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-68d543aa {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-68d543aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-68d543aa] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-68d543aa] {
  background: #fff 
}

.bat_more.active i[data-v-68d543aa] {
  color: #000 
}

.btn_no_disabled[data-v-68d543aa] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-68d543aa] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-68d543aa] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-68d543aa],
.game_bat_2 button[data-v-68d543aa]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-68d543aa]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-68d543aa] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-68d543aa] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-68d543aa]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-68d543aa] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-68d543aa] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-68d543aa] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-68d543aa],
.title_logo[data-v-68d543aa] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-68d543aa] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-68d543aa] {
  height: 22px
}

.tab[data-v-68d543aa] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-68d543aa]:last-child {
  width: 100%
}

.tab li[data-v-68d543aa]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-68d543aa] {
  width: 50%
}

.tab li[data-v-68d543aa]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-68d543aa] {
  width: 33.333333333333%
}

.tab li[data-v-68d543aa]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-68d543aa] {
  width: 25%
}

.tab li[data-v-68d543aa]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-68d543aa] {
  width: 20%
}

.tab li[data-v-68d543aa]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-68d543aa] {
  width: 16.66666666666667%
}

.tab li button[data-v-68d543aa] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-68d543aa] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-68d543aa]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-68d543aa] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-68d543aa] {
  border: 0
}

.wrap_sports_detail li[data-v-68d543aa] {
  width: 100%
}

.wrap_sports_detail li[data-v-68d543aa]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-68d543aa]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-68d543aa] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-68d543aa] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-68d543aa],
.detail_num>button[data-v-68d543aa] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-68d543aa] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-68d543aa] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-68d543aa]:last-child {
  width: 100%
}

.detail_num button[data-v-68d543aa]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-68d543aa] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-68d543aa]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-68d543aa] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-68d543aa] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-68d543aa] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-68d543aa] {
  color: #fff 
}

.detail_num>button .up[data-v-68d543aa]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-68d543aa]:after,
.detail_num>button .up[data-v-68d543aa]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-68d543aa 1s ease-in-out 5;
  animation: blink-data-v-68d543aa 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-68d543aa]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-68d543aa] {
  background: #f4053a
}

.detail_num>button.active i[data-v-68d543aa] {
  color: #000
}

.detail_num>button .text-allocation[data-v-68d543aa] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-68d543aa] {
  color: #000 
}

.sports_bet_close[data-v-68d543aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-68d543aa],
.sports_bet_close[data-v-68d543aa]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-68d543aa]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-68d543aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-68d543aa],
.sports_bet_close_all[data-v-68d543aa]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-68d543aa]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-68d543aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-68d543aa]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-68d543aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-68d543aa]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-68d543aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-68d543aa],
.market_all_close[data-v-68d543aa]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-68d543aa]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-68d543aa] {
    display: none
  }
}

.vjs-control-bar[data-v-68d543aa] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-68d543aa] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-68d543aa] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-68d543aa] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-68d543aa]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-68d543aa] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-68d543aa]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-68d543aa] {
  color: #fff 
}

.vjs-big-play-button[data-v-68d543aa]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-68d543aa],
  .detail_num button[data-v-68d543aa]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-68d543aa] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-68d543aa]:nth-of-type(2),
  .game_bat button[data-v-68d543aa]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-68d543aa]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-68d543aa] {
    width: 100%
  }

  .market_all_close[data-v-68d543aa]:after,
  .market_domestic_all_close[data-v-68d543aa]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-68d543aa],
  .game_bat button:nth-of-type(3) i[data-v-68d543aa] {
    display: none 
  }
}

.mini_bet_close[data-v-68d543aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-68d543aa],
.mini_bet_close[data-v-68d543aa]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-68d543aa]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-68d543aa] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-68d543aa] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-68d543aa] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-68d543aa]:first-of-type,
.flex_2dan div[data-v-68d543aa]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-68d543aa] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-68d543aa]:first-of-type,
.flex_3dan div[data-v-68d543aa]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-68d543aa]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-68d543aa] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-68d543aa] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-68d543aa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-68d543aa] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-68d543aa] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-68d543aa] {
  height: 40px
}

.mini_game_info[data-v-68d543aa],
.mini_game_info span[data-v-68d543aa]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-68d543aa]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-68d543aa] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-68d543aa] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-68d543aa]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-68d543aa] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-68d543aa] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-68d543aa] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-68d543aa] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-68d543aa]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-68d543aa] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-68d543aa]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-68d543aa] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-68d543aa]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-68d543aa] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-68d543aa]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-68d543aa] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-68d543aa]:first-child,
.ul_game_item.item_10 li[data-v-68d543aa]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-68d543aa]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-68d543aa] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-68d543aa],
.ul_game_item button i[data-v-68d543aa] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-68d543aa] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-68d543aa] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-68d543aa] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-68d543aa] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-68d543aa] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-68d543aa] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-68d543aa] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-68d543aa] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-68d543aa] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-68d543aa] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-68d543aa] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-68d543aa] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-68d543aa] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-68d543aa] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-68d543aa] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-68d543aa] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-68d543aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-68d543aa] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-68d543aa] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-68d543aa] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-68d543aa] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-68d543aa] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-68d543aa] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-68d543aa] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-68d543aa] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-68d543aa] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-68d543aa] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-68d543aa] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-68d543aa] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-68d543aa] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-68d543aa] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-68d543aa] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-68d543aa] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-68d543aa] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-68d543aa] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-68d543aa] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-68d543aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-68d543aa] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-68d543aa]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-68d543aa]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-68d543aa]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-68d543aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-68d543aa] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-68d543aa] {
    display: none
  }

  .flex_1dan ul[data-v-68d543aa] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-68d543aa]:first-of-type,
  .flex_3dan div[data-v-68d543aa]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-68d543aa]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-68d543aa] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-68d543aa]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-68d543aa]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-68d543aa]:first-of-type,
  .flex_3dan div[data-v-68d543aa]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-68d543aa]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-68d543aa] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-68d543aa] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-68d543aa] {
    width: 100%
  }

  .flex_3dan div[data-v-68d543aa]:first-of-type,
  .flex_3dan div[data-v-68d543aa]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-68d543aa]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-68d543aa] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-68d543aa] {
    width: 100%
  }

  .ul_game_item2 li[data-v-68d543aa]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-68d543aa]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-68d543aa]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-68d543aa]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-68d543aa]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-68d543aa] {
    padding: 101px 280px 0
  }

  .container_left[data-v-68d543aa],
  .container_left_md[data-v-68d543aa],
  .container_right[data-v-68d543aa] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-68d543aa]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-68d543aa]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-68d543aa]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-68d543aa]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-68d543aa] {
    padding-left: 40px
  }

  .container_left[data-v-68d543aa] {
    display: none
  }

  .btn_left_control[data-v-68d543aa] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-68d543aa],
  .btn_left_control i[data-v-68d543aa] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-68d543aa] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-68d543aa] {
    width: 26px
  }

  .btn_left_close[data-v-68d543aa] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-68d543aa] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-68d543aa] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-68d543aa]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-68d543aa]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-68d543aa]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-68d543aa]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-68d543aa]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-68d543aa]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-68d543aa] {
    display: block
  }

  .no-display-1600[data-v-68d543aa] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-68d543aa]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-68d543aa]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-68d543aa] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-68d543aa] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-68d543aa]:first-of-type,
  .container_center_2_mini>div>div[data-v-68d543aa]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-68d543aa] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-68d543aa]:first-of-type,
  .container_center_3_mini>div>div[data-v-68d543aa]:nth-of-type(2),
  .container_center_4_mini>div[data-v-68d543aa]:first-of-type,
  .container_center_4_mini>div[data-v-68d543aa]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-68d543aa] {
    padding-right: 0
  }

  .container_right[data-v-68d543aa] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-68d543aa] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-68d543aa] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-68d543aa] {
    width: 26px
  }

  .container_right .right_screen[data-v-68d543aa] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-68d543aa] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-68d543aa],
  .btn_left_control[data-v-68d543aa],
  .container_left[data-v-68d543aa] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-68d543aa] {
    padding: 0
  }

  .mobile_scroll[data-v-68d543aa] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-68d543aa] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-68d543aa],
.title_info_s[data-v-68d543aa] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-68d543aa] {
  font-size: 1.8rem
}

.title_info_s[data-v-68d543aa]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(180deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-68d543aa] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-68d543aa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-68d543aa] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-68d543aa] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-68d543aa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-68d543aa] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-68d543aa] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-68d543aa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-68d543aa] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-68d543aa] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-68d543aa] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-68d543aa] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-68d543aa] {
  position: relative
}

.sub_visual_wallet img[data-v-68d543aa] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-68d543aa] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-68d543aa] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-68d543aa] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-68d543aa] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-68d543aa]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-68d543aa],
.menu_wallet>li button[data-v-68d543aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-68d543aa],
.menu_wallet>li button.active[data-v-68d543aa] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-68d543aa] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-68d543aa]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-68d543aa] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-68d543aa] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-68d543aa] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-68d543aa] {
  position: relative
}

.wallet_form button[data-v-68d543aa] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-68d543aa] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-68d543aa] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-68d543aa] {
  background: #141621 
}

h2.title_trade[data-v-68d543aa] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-68d543aa] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-68d543aa] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-68d543aa] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-68d543aa],
.result_buy div[data-v-68d543aa] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-68d543aa] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-68d543aa] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-68d543aa] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-68d543aa] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-68d543aa] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-68d543aa] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-68d543aa] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-68d543aa] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-68d543aa],
.sub_visual.s_02[data-v-68d543aa],
.sub_visual.s_03[data-v-68d543aa],
.sub_visual.s_04[data-v-68d543aa],
.sub_visual.s_05[data-v-68d543aa],
.sub_visual.s_06[data-v-68d543aa],
.sub_visual.s_07[data-v-68d543aa],
.sub_visual.s_08[data-v-68d543aa] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-68d543aa] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-68d543aa] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-68d543aa] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-68d543aa],
.sub_menu a[data-v-68d543aa] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-68d543aa] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-68d543aa] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-68d543aa],
.sub_menu a.nuxt-link-active[data-v-68d543aa] {
  color: #e32028
}

.sub_tab ul[data-v-68d543aa] {
  overflow: hidden
}

.sub_tab ul li[data-v-68d543aa] {
  float: left
}

.sub_tab ul li a[data-v-68d543aa] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-68d543aa],
.sub_tab ul li a.active[data-v-68d543aa] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-68d543aa]:before,
.sub_tab ul li a.active[data-v-68d543aa]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-68d543aa] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-68d543aa] {
  font-size: 2.2rem
}

.title_big[data-v-68d543aa],
.title_normal[data-v-68d543aa] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-68d543aa] {
  font-size: 1.8rem
}

.title_small[data-v-68d543aa] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-68d543aa] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-68d543aa] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-68d543aa],
.title_tiny[data-v-68d543aa] {
  position: relative;
  color: #fff
}

.title_sub[data-v-68d543aa] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-68d543aa]:before {
  bottom: -5px
}

.title_sub[data-v-68d543aa]:after,
.title_sub[data-v-68d543aa]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-68d543aa]:after {
  bottom: -3px
}

.title_sub_1[data-v-68d543aa] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-68d543aa]:before {
  bottom: -5px
}

.title_sub_1[data-v-68d543aa]:after,
.title_sub_1[data-v-68d543aa]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-68d543aa]:after {
  bottom: -3px
}

.title_sm[data-v-68d543aa] {
  display: none
}

.title_hexa[data-v-68d543aa] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-68d543aa],
.title_hexa i[data-v-68d543aa] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-68d543aa] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-68d543aa] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-68d543aa] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-68d543aa],
.title_hexa.t_on i[data-v-68d543aa] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-68d543aa] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-68d543aa] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-68d543aa] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-68d543aa] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-68d543aa] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-68d543aa] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-68d543aa] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-68d543aa]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-68d543aa]:first-of-type,
.sports_list li>div[data-v-68d543aa]:nth-of-type(2),
.sports_list li>div[data-v-68d543aa]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-68d543aa] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-68d543aa]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-68d543aa] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-68d543aa] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-68d543aa] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-68d543aa]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-68d543aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-68d543aa] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-68d543aa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-68d543aa],
.game_bat button[data-v-68d543aa] {
  position: relative
}

.game_bat button[data-v-68d543aa]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-68d543aa] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-68d543aa] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-68d543aa] {
  margin-right: 5px
}

.game_bat button[data-v-68d543aa]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-68d543aa] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-68d543aa] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-68d543aa] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-68d543aa],
.game_bat button:nth-of-type(3) i img[data-v-68d543aa] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-68d543aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-68d543aa]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-68d543aa]:nth-of-type(2),
.game_bat button[data-v-68d543aa]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-68d543aa]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-68d543aa],
.game_bat button.active[data-v-68d543aa] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-68d543aa]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-68d543aa]:after,
.game_bat button:first-of-type .up[data-v-68d543aa]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-68d543aa 1s ease-in-out 5;
  animation: blink-data-v-68d543aa 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-68d543aa]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-68d543aa]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-68d543aa]:after,
.game_bat button:nth-of-type(2) .up[data-v-68d543aa]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-68d543aa 1s ease-in-out 5;
  animation: blink-data-v-68d543aa 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-68d543aa]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-68d543aa]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-68d543aa]:after,
.game_bat button:nth-of-type(3) .up[data-v-68d543aa]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-68d543aa 1s ease-in-out 5;
  animation: blink-data-v-68d543aa 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-68d543aa]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-68d543aa] {
  padding: 0
}

.box_folder[data-v-68d543aa],
.box_folder button[data-v-68d543aa] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-68d543aa] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-68d543aa] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-68d543aa]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-68d543aa] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-68d543aa]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-68d543aa] {
  flex-wrap: wrap
}

.bank_info[data-v-68d543aa],
.bank_info li[data-v-68d543aa] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-68d543aa] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-68d543aa]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-68d543aa] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-68d543aa] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-68d543aa] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-68d543aa] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-68d543aa] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-68d543aa] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-68d543aa] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-68d543aa] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-68d543aa] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-68d543aa] {
  margin-right: 10px
}

.box_text_type_1[data-v-68d543aa] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-68d543aa],
.box_text_type_1 i[data-v-68d543aa] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-68d543aa] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-68d543aa] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-68d543aa],
.wl_tip[data-v-68d543aa] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-68d543aa],
.wl_tip ul li[data-v-68d543aa] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-68d543aa] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-68d543aa] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-68d543aa] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-68d543aa],
.wl_waring ul li[data-v-68d543aa] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-68d543aa] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-68d543aa] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-68d543aa] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-68d543aa] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-68d543aa] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-68d543aa] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-68d543aa {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-68d543aa {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-68d543aa] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-68d543aa] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-68d543aa] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-68d543aa],
.box_fx_buy_sell[data-v-68d543aa],
.box_fx_result[data-v-68d543aa],
.box_leverage_result[data-v-68d543aa],
.current_time[data-v-68d543aa],
.tab_box[data-v-68d543aa],
.tab_time[data-v-68d543aa] {
  position: relative
}

.copilot[data-v-68d543aa] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-68d543aa],
.copilot[data-v-68d543aa]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-68d543aa]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-68d543aa] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-68d543aa] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-68d543aa] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-68d543aa] {
  padding: 20px 15px
}

.copilot_foot[data-v-68d543aa],
.copilot_foot button[data-v-68d543aa] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-68d543aa] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-68d543aa] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-68d543aa],
.copilot.step_2[data-v-68d543aa] {
  top: 50px
}

.copilot.step_3[data-v-68d543aa],
.copilot.step_4[data-v-68d543aa],
.copilot.step_6[data-v-68d543aa],
.copilot.step_7[data-v-68d543aa],
.copilot.step_8[data-v-68d543aa] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-68d543aa] {
  top: 40px
}

.box_info_1[data-v-68d543aa] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-68d543aa] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-68d543aa] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-68d543aa]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-68d543aa] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-68d543aa] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-68d543aa] {
  height: 40px
}

.title_guide_1 span[data-v-68d543aa] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-68d543aa] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-68d543aa] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-68d543aa] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-68d543aa] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-68d543aa] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-68d543aa 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-68d543aa 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-68d543aa]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-68d543aa]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-68d543aa]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-68d543aa]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-68d543aa]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-68d543aa {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-68d543aa {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-68d543aa] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-68d543aa] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-68d543aa] {
    margin-top: 0
  }

  .sub_visual[data-v-68d543aa] {
    display: none
  }

  .box_sub_title[data-v-68d543aa] {
    padding: 0 20px
  }

  .box_sub_container[data-v-68d543aa] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-68d543aa] {
    display: block
  }

  .title_sub[data-v-68d543aa] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-68d543aa]:before {
    bottom: -5px
  }

  .title_sub[data-v-68d543aa]:after,
  .title_sub[data-v-68d543aa]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-68d543aa]:after {
    bottom: -3px
  }

  .sub_menu[data-v-68d543aa] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-68d543aa] {
    padding: 0
  }

  .box_sub_container[data-v-68d543aa] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-68d543aa] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-68d543aa] {
    display: none
  }

  .box_bg_deep[data-v-68d543aa] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-68d543aa] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-68d543aa] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-68d543aa] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-68d543aa],
  .result_buy div[data-v-68d543aa] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-68d543aa] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-68d543aa] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-68d543aa] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-68d543aa] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-68d543aa] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-68d543aa] {
    padding: 0 5px
  }

  .box_folder button[data-v-68d543aa] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-68d543aa] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-68d543aa] {
    padding: 0
  }

  .pagenation_type_1[data-v-68d543aa] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-68d543aa] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-68d543aa] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-68d543aa] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-68d543aa],
  .pagenation_type_1 .btn_last[data-v-68d543aa],
  .pagenation_type_1 .btn_next[data-v-68d543aa],
  .pagenation_type_1 .btn_prev[data-v-68d543aa] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-68d543aa] {
    color: #bbb
  }

  .title_medium[data-v-68d543aa] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-68d543aa]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-68d543aa]:first-of-type:hover,
  .game_bat.bet_three button[data-v-68d543aa]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-68d543aa]:nth-of-type(3):hover,
  .game_bat button[data-v-68d543aa]:first-of-type:hover,
  .game_bat button[data-v-68d543aa]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-68d543aa],
  .game_bat button.active span[data-v-68d543aa],
  .game_bat button:hover span[data-v-68d543aa] {
    color: #fff 
  }

  .bat_more[data-v-68d543aa]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-68d543aa],
  .bat_more[disabled][data-v-68d543aa]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-68d543aa]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-68d543aa]:first-of-type:hover,
  .game_bat_2 button[data-v-68d543aa]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-68d543aa],
  .game_bat_2 button.active[data-v-68d543aa]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-68d543aa]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-68d543aa] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-68d543aa] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-68d543aa]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-68d543aa]:hover,
  .pagenation_type_1 .btn_last[data-v-68d543aa]:hover,
  .pagenation_type_1 .btn_next[data-v-68d543aa]:hover,
  .pagenation_type_1 .btn_prev[data-v-68d543aa]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-68d543aa]:hover,
  .ul_game_item button[data-v-68d543aa]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.tab_amount_type[data-v-68d543aa] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.tab_amount_type button[data-v-68d543aa] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  height: 60px;
  font-size: 1.8rem;
  color: #fff;
  font-family: Gmarket;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  border-radius: 6px;
  background: #0b0c10;
  padding-top: 4px
}

.tab_amount_type button i[data-v-68d543aa] {
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-right: 5px
}

.tab_amount_type button.active[data-v-68d543aa] {
  color: #e32028;
  border: 2px solid #e32028
}

.deposit_password input[data-v-68d543aa] {
  max-width: 260px;
  margin: 0
}

.box_deposit_btn[data-v-68d543aa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px
}

.box_deposit_btn button[data-v-68d543aa] {
  width: calc(50% - 2px)
}

.box_deposit_number[data-v-68d543aa] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .1);
  border-radius: 4px;
  letter-spacing: 1px;
  padding: 15px 10px
}

@media (max-width:575px) {

  .box_pay_in[data-v-68d543aa],
  .box_pay_inout>span[data-v-68d543aa] {
    display: inline-block;
    width: 96%;
    margin: 0 2%
  }

  .deposit_password button[data-v-68d543aa] {
    margin-top: 3px
  }
}
body [data-v-47e23612] {
  background: #141621;
  overflow-y: hidden
}

[data-v-47e23612]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-47e23612]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-47e23612] {
  max-width: 1440px
}

.page-enter-active[data-v-47e23612],
.page-leave-active[data-v-47e23612] {
  transition: opacity .1s
}

.page-enter[data-v-47e23612],
.page-leave-to[data-v-47e23612] {
  opacity: 0
}

.b1[data-v-47e23612] {
  border: 1px solid red
}

.width-btn-100[data-v-47e23612] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-47e23612] {
  color: #e32028 
}

.main-color1-normal[data-v-47e23612] {
  color: #ff2152 
}

.main-color1-text[data-v-47e23612] {
  color: #ff9710 
}

.main-color1-deep[data-v-47e23612] {
  color: #ff6900 
}

.main-color1-light[data-v-47e23612] {
  color: #ff542e 
}

.color-white[data-v-47e23612] {
  color: #fff 
}

.main-color2-light[data-v-47e23612] {
  color: #a9da2b 
}

.main-color2[data-v-47e23612] {
  color: #67b628 
}

.main_color3_light[data-v-47e23612] {
  color: #ffc92f 
}

.main-color3[data-v-47e23612] {
  color: #febd02 
}

.main-color4[data-v-47e23612] {
  color: #7e93a6 
}

.main-color5-light[data-v-47e23612] {
  color: #42deda 
}

.main-color5[data-v-47e23612] {
  color: #01c8de 
}

.color-grey[data-v-47e23612] {
  color: #676c71 
}

.color-lightgrey[data-v-47e23612] {
  color: #ababab 
}

.color-deepgrey[data-v-47e23612] {
  color: #20222b 
}

.color-text-verylight[data-v-47e23612] {
  color: #80a7b8 
}

.color-text-light[data-v-47e23612] {
  color: #9a9aa7 
}

.color-text[data-v-47e23612] {
  color: #797986 
}

.color-text-deep[data-v-47e23612] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-47e23612] {
  color: #2f3b49 
}

.c_default[data-v-47e23612] {
  color: #fff 
}

.c_high[data-v-47e23612] {
  color: #ff1717 
}

.c_low[data-v-47e23612] {
  color: #0bf 
}

.c_buy_light[data-v-47e23612] {
  color: #fe5159 
}

.c_buy[data-v-47e23612] {
  color: #f14f57 
}

.bg_c_buy[data-v-47e23612] {
  background: #f14f57
}

.c_sell_light[data-v-47e23612] {
  color: #349bf0 
}

.c_sell[data-v-47e23612] {
  color: #3488db 
}

.bg_c_sell[data-v-47e23612] {
  background: #3488db
}

.c_ing[data-v-47e23612] {
  color: #fff 
}

.bg_ing[data-v-47e23612],
.bg_wait[data-v-47e23612] {
  background: #7e93a6 
}

.bg_background_deep[data-v-47e23612] {
  background: #000
}

.c_success[data-v-47e23612] {
  color: #1478f2 
}

.bg_success[data-v-47e23612] {
  background: #1478f2 
}

.c_complete[data-v-47e23612] {
  color: #fff 
}

.c_fail[data-v-47e23612] {
  color: #ff1e1e 
}

.bg_fail[data-v-47e23612] {
  background: #ff1e1e 
}

.c_cancel[data-v-47e23612] {
  color: #ff6900 
}

.bg_cancel[data-v-47e23612] {
  background: #ff6900 
}

.c_error[data-v-47e23612] {
  color: #ff6900 
}

.c_invaild[data-v-47e23612] {
  color: #999 
}

.bg_invaild[data-v-47e23612] {
  background: #666 
}

.bg_main[data-v-47e23612] {
  background: #e32028 
}

.bg_green_gra[data-v-47e23612] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-47e23612] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-47e23612] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-47e23612] {
  color: #ff5266 
}

.c_deposit_light[data-v-47e23612] {
  color: #a9da2b 
}

.c_deposit[data-v-47e23612] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-47e23612] {
  color: #ff8520 
}

.c_withdrawal[data-v-47e23612] {
  color: #ff6900 
}

.c_green[data-v-47e23612] {
  color: #009b1b 
}

.c_red[data-v-47e23612] {
  color: red 
}

.c_blue[data-v-47e23612] {
  color: #febd02 
}

.c_black[data-v-47e23612] {
  color: #000 
}

.bg_white[data-v-47e23612] {
  background: #fff 
}

.bg_green[data-v-47e23612] {
  background: #6dcb1b 
}

.box_c_ing[data-v-47e23612] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-47e23612] {
  background: #f14f57
}

.box_c_buy[data-v-47e23612],
.box_c_invaild[data-v-47e23612] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-47e23612] {
  background: #999
}

.box_c_sell[data-v-47e23612] {
  background: #3488db
}

.box_c_sell[data-v-47e23612],
.box_c_success[data-v-47e23612] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-47e23612] {
  background: #ff6900
}

.box_c_fail[data-v-47e23612] {
  background: #67b628
}

.box_c_extedn[data-v-47e23612],
.box_c_fail[data-v-47e23612] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-47e23612] {
  background: #43586c
}

.ps__rail-x[data-v-47e23612] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-47e23612],
.ps__rail-y[data-v-47e23612] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-47e23612] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-47e23612],
.ps--active-y>.ps__rail-y[data-v-47e23612] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-47e23612],
.ps--focus>.ps__rail-y[data-v-47e23612],
.ps--scrolling-x>.ps__rail-x[data-v-47e23612],
.ps--scrolling-y>.ps__rail-y[data-v-47e23612],
.ps:hover>.ps__rail-x[data-v-47e23612],
.ps:hover>.ps__rail-y[data-v-47e23612] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-47e23612],
.ps.ps__rail-x[data-v-47e23612]:focus,
.ps.ps__rail-x[data-v-47e23612]:hover,
.ps.ps__rail-y.ps--clicking[data-v-47e23612],
.ps.ps__rail-y[data-v-47e23612]:focus,
.ps.ps__rail-y[data-v-47e23612]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-47e23612] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-47e23612],
.ps__thumb-y[data-v-47e23612] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-47e23612] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-47e23612],
.ps__rail-x:focus>.ps__thumb-x[data-v-47e23612],
.ps__rail-x:hover>.ps__thumb-x[data-v-47e23612] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-47e23612],
.ps__rail-y:focus>.ps__thumb-y[data-v-47e23612],
.ps__rail-y:hover>.ps__thumb-y[data-v-47e23612] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-47e23612] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-47e23612] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-47e23612] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-47e23612] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-47e23612] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-47e23612] {
  display: none 
}

.toast-top-center[data-v-47e23612] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-47e23612] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-47e23612] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-47e23612] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-47e23612] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-47e23612],
.pagenation_type_1 .btn_last[data-v-47e23612],
.pagenation_type_1 .btn_next[data-v-47e23612],
.pagenation_type_1 .btn_prev[data-v-47e23612] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-47e23612] {
  color: #bbb
}

.wrap_type_3[data-v-47e23612] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-47e23612] {
  background: #0b0c10
}

.container_left[data-v-47e23612],
.container_left_md[data-v-47e23612] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-47e23612] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-47e23612] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-47e23612] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-47e23612] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-47e23612]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-47e23612] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-47e23612] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-47e23612] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-47e23612] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-47e23612]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-47e23612]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-47e23612],
.container_center_3_mini>div[data-v-47e23612] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-47e23612] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-47e23612]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-47e23612]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-47e23612] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-47e23612]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-47e23612]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-47e23612] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-47e23612]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-47e23612]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-47e23612] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-47e23612] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-47e23612],
.bg_grad_1_x[data-v-47e23612] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-47e23612] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-47e23612] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-47e23612] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-47e23612],
.bg_normal_2[data-v-47e23612] {
  background: #141621
}

.btn_left_close[data-v-47e23612],
.btn_left_control[data-v-47e23612],
.btn_right_close[data-v-47e23612],
.right_screen[data-v-47e23612] {
  display: none
}

.box_logo[data-v-47e23612] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-47e23612] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-47e23612] {
  display: none
}

.text_dot[data-v-47e23612] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-47e23612 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-47e23612 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-47e23612] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-47e23612] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-47e23612] {
  background: #fff 
}

.bat_more.active i[data-v-47e23612] {
  color: #000 
}

.btn_no_disabled[data-v-47e23612] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-47e23612] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-47e23612] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-47e23612],
.game_bat_2 button[data-v-47e23612]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-47e23612]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-47e23612] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-47e23612] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-47e23612]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-47e23612] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-47e23612] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-47e23612] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-47e23612],
.title_logo[data-v-47e23612] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-47e23612] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-47e23612] {
  height: 22px
}

.tab[data-v-47e23612] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-47e23612]:last-child {
  width: 100%
}

.tab li[data-v-47e23612]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-47e23612] {
  width: 50%
}

.tab li[data-v-47e23612]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-47e23612] {
  width: 33.333333333333%
}

.tab li[data-v-47e23612]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-47e23612] {
  width: 25%
}

.tab li[data-v-47e23612]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-47e23612] {
  width: 20%
}

.tab li[data-v-47e23612]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-47e23612] {
  width: 16.66666666666667%
}

.tab li button[data-v-47e23612] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-47e23612] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-47e23612]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-47e23612] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-47e23612] {
  border: 0
}

.wrap_sports_detail li[data-v-47e23612] {
  width: 100%
}

.wrap_sports_detail li[data-v-47e23612]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-47e23612]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-47e23612] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-47e23612] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-47e23612],
.detail_num>button[data-v-47e23612] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-47e23612] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-47e23612] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-47e23612]:last-child {
  width: 100%
}

.detail_num button[data-v-47e23612]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-47e23612] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-47e23612]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-47e23612] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-47e23612] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-47e23612] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-47e23612] {
  color: #fff 
}

.detail_num>button .up[data-v-47e23612]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-47e23612]:after,
.detail_num>button .up[data-v-47e23612]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-47e23612 1s ease-in-out 5;
  animation: blink-data-v-47e23612 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-47e23612]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-47e23612] {
  background: #f4053a
}

.detail_num>button.active i[data-v-47e23612] {
  color: #000
}

.detail_num>button .text-allocation[data-v-47e23612] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-47e23612] {
  color: #000 
}

.sports_bet_close[data-v-47e23612] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-47e23612],
.sports_bet_close[data-v-47e23612]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-47e23612]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-47e23612] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-47e23612],
.sports_bet_close_all[data-v-47e23612]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-47e23612]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-47e23612] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-47e23612]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-47e23612] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-47e23612]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-47e23612] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-47e23612],
.market_all_close[data-v-47e23612]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-47e23612]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-47e23612] {
    display: none
  }
}

.vjs-control-bar[data-v-47e23612] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-47e23612] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-47e23612] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-47e23612] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-47e23612]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-47e23612] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-47e23612]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-47e23612] {
  color: #fff 
}

.vjs-big-play-button[data-v-47e23612]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-47e23612],
  .detail_num button[data-v-47e23612]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-47e23612] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-47e23612]:nth-of-type(2),
  .game_bat button[data-v-47e23612]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-47e23612]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-47e23612] {
    width: 100%
  }

  .market_all_close[data-v-47e23612]:after,
  .market_domestic_all_close[data-v-47e23612]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-47e23612],
  .game_bat button:nth-of-type(3) i[data-v-47e23612] {
    display: none 
  }
}

.mini_bet_close[data-v-47e23612] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-47e23612],
.mini_bet_close[data-v-47e23612]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-47e23612]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-47e23612] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-47e23612] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-47e23612] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-47e23612]:first-of-type,
.flex_2dan div[data-v-47e23612]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-47e23612] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-47e23612]:first-of-type,
.flex_3dan div[data-v-47e23612]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-47e23612]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-47e23612] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-47e23612] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-47e23612] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-47e23612] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-47e23612] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-47e23612] {
  height: 40px
}

.mini_game_info[data-v-47e23612],
.mini_game_info span[data-v-47e23612]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-47e23612]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-47e23612] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-47e23612] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-47e23612]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-47e23612] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-47e23612] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-47e23612] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-47e23612] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-47e23612]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-47e23612] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-47e23612]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-47e23612] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-47e23612]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-47e23612] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-47e23612]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-47e23612] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-47e23612]:first-child,
.ul_game_item.item_10 li[data-v-47e23612]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-47e23612]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-47e23612] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-47e23612],
.ul_game_item button i[data-v-47e23612] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-47e23612] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-47e23612] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-47e23612] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-47e23612] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-47e23612] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-47e23612] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-47e23612] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-47e23612] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-47e23612] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-47e23612] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-47e23612] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-47e23612] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-47e23612] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-47e23612] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-47e23612] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-47e23612] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-47e23612] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-47e23612] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-47e23612] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-47e23612] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-47e23612] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-47e23612] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-47e23612] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-47e23612] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-47e23612] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-47e23612] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-47e23612] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-47e23612] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-47e23612] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-47e23612] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-47e23612] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-47e23612] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-47e23612] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-47e23612] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-47e23612] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-47e23612] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-47e23612] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-47e23612] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-47e23612]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-47e23612]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-47e23612]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-47e23612] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-47e23612] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-47e23612] {
    display: none
  }

  .flex_1dan ul[data-v-47e23612] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-47e23612]:first-of-type,
  .flex_3dan div[data-v-47e23612]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-47e23612]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-47e23612] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-47e23612]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-47e23612]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-47e23612]:first-of-type,
  .flex_3dan div[data-v-47e23612]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-47e23612]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-47e23612] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-47e23612] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-47e23612] {
    width: 100%
  }

  .flex_3dan div[data-v-47e23612]:first-of-type,
  .flex_3dan div[data-v-47e23612]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-47e23612]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-47e23612] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-47e23612] {
    width: 100%
  }

  .ul_game_item2 li[data-v-47e23612]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-47e23612]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-47e23612]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-47e23612]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-47e23612]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-47e23612] {
    padding: 101px 280px 0
  }

  .container_left[data-v-47e23612],
  .container_left_md[data-v-47e23612],
  .container_right[data-v-47e23612] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-47e23612]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-47e23612]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-47e23612]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-47e23612]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-47e23612] {
    padding-left: 40px
  }

  .container_left[data-v-47e23612] {
    display: none
  }

  .btn_left_control[data-v-47e23612] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-47e23612],
  .btn_left_control i[data-v-47e23612] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-47e23612] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-47e23612] {
    width: 26px
  }

  .btn_left_close[data-v-47e23612] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-47e23612] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-47e23612] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-47e23612]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-47e23612]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-47e23612]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-47e23612]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-47e23612]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-47e23612]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-47e23612] {
    display: block
  }

  .no-display-1600[data-v-47e23612] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-47e23612]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-47e23612]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-47e23612] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-47e23612] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-47e23612]:first-of-type,
  .container_center_2_mini>div>div[data-v-47e23612]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-47e23612] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-47e23612]:first-of-type,
  .container_center_3_mini>div>div[data-v-47e23612]:nth-of-type(2),
  .container_center_4_mini>div[data-v-47e23612]:first-of-type,
  .container_center_4_mini>div[data-v-47e23612]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-47e23612] {
    padding-right: 0
  }

  .container_right[data-v-47e23612] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-47e23612] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-47e23612] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-47e23612] {
    width: 26px
  }

  .container_right .right_screen[data-v-47e23612] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-47e23612] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-47e23612],
  .btn_left_control[data-v-47e23612],
  .container_left[data-v-47e23612] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-47e23612] {
    padding: 0
  }

  .mobile_scroll[data-v-47e23612] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-47e23612] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-47e23612],
.title_info_s[data-v-47e23612] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-47e23612] {
  font-size: 1.8rem
}

.title_info_s[data-v-47e23612]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-47e23612] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-47e23612] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-47e23612] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-47e23612] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-47e23612] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-47e23612] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-47e23612] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-47e23612] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-47e23612] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-47e23612] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-47e23612] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-47e23612] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-47e23612] {
  position: relative
}

.sub_visual_wallet img[data-v-47e23612] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-47e23612] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-47e23612] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-47e23612] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-47e23612] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-47e23612]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-47e23612],
.menu_wallet>li button[data-v-47e23612] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-47e23612],
.menu_wallet>li button.active[data-v-47e23612] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-47e23612] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-47e23612]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-47e23612] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-47e23612] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-47e23612] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-47e23612] {
  position: relative
}

.wallet_form button[data-v-47e23612] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-47e23612] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-47e23612] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-47e23612] {
  background: #141621 
}

h2.title_trade[data-v-47e23612] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-47e23612] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-47e23612] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-47e23612] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-47e23612],
.result_buy div[data-v-47e23612] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-47e23612] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-47e23612] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-47e23612] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-47e23612] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-47e23612] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-47e23612] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-47e23612] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-47e23612] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-47e23612],
.sub_visual.s_02[data-v-47e23612],
.sub_visual.s_03[data-v-47e23612],
.sub_visual.s_04[data-v-47e23612],
.sub_visual.s_05[data-v-47e23612],
.sub_visual.s_06[data-v-47e23612],
.sub_visual.s_07[data-v-47e23612],
.sub_visual.s_08[data-v-47e23612] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-47e23612] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-47e23612] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-47e23612] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-47e23612],
.sub_menu a[data-v-47e23612] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-47e23612] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-47e23612] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-47e23612],
.sub_menu a.nuxt-link-active[data-v-47e23612] {
  color: #e32028
}

.sub_tab ul[data-v-47e23612] {
  overflow: hidden
}

.sub_tab ul li[data-v-47e23612] {
  float: left
}

.sub_tab ul li a[data-v-47e23612] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-47e23612],
.sub_tab ul li a.active[data-v-47e23612] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-47e23612]:before,
.sub_tab ul li a.active[data-v-47e23612]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-47e23612] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-47e23612] {
  font-size: 2.2rem
}

.title_big[data-v-47e23612],
.title_normal[data-v-47e23612] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-47e23612] {
  font-size: 1.8rem
}

.title_small[data-v-47e23612] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-47e23612] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-47e23612] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-47e23612],
.title_tiny[data-v-47e23612] {
  position: relative;
  color: #fff
}

.title_sub[data-v-47e23612] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-47e23612]:before {
  bottom: -5px
}

.title_sub[data-v-47e23612]:after,
.title_sub[data-v-47e23612]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-47e23612]:after {
  bottom: -3px
}

.title_sub_1[data-v-47e23612] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-47e23612]:before {
  bottom: -5px
}

.title_sub_1[data-v-47e23612]:after,
.title_sub_1[data-v-47e23612]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-47e23612]:after {
  bottom: -3px
}

.title_sm[data-v-47e23612] {
  display: none
}

.title_hexa[data-v-47e23612] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-47e23612],
.title_hexa i[data-v-47e23612] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-47e23612] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-47e23612] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-47e23612] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-47e23612],
.title_hexa.t_on i[data-v-47e23612] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-47e23612] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-47e23612] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-47e23612] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-47e23612] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-47e23612] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-47e23612] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-47e23612] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-47e23612]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-47e23612]:first-of-type,
.sports_list li>div[data-v-47e23612]:nth-of-type(2),
.sports_list li>div[data-v-47e23612]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-47e23612] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-47e23612]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-47e23612] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-47e23612] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-47e23612] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-47e23612]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-47e23612] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-47e23612] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-47e23612] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-47e23612],
.game_bat button[data-v-47e23612] {
  position: relative
}

.game_bat button[data-v-47e23612]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-47e23612] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-47e23612] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-47e23612] {
  margin-right: 5px
}

.game_bat button[data-v-47e23612]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-47e23612] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-47e23612] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-47e23612] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-47e23612],
.game_bat button:nth-of-type(3) i img[data-v-47e23612] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-47e23612] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-47e23612]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-47e23612]:nth-of-type(2),
.game_bat button[data-v-47e23612]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-47e23612]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-47e23612],
.game_bat button.active[data-v-47e23612] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-47e23612]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-47e23612]:after,
.game_bat button:first-of-type .up[data-v-47e23612]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-47e23612 1s ease-in-out 5;
  animation: blink-data-v-47e23612 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-47e23612]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-47e23612]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-47e23612]:after,
.game_bat button:nth-of-type(2) .up[data-v-47e23612]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-47e23612 1s ease-in-out 5;
  animation: blink-data-v-47e23612 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-47e23612]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-47e23612]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-47e23612]:after,
.game_bat button:nth-of-type(3) .up[data-v-47e23612]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-47e23612 1s ease-in-out 5;
  animation: blink-data-v-47e23612 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-47e23612]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-47e23612] {
  padding: 0
}

.box_folder[data-v-47e23612],
.box_folder button[data-v-47e23612] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-47e23612] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-47e23612] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-47e23612]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-47e23612] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-47e23612]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-47e23612] {
  flex-wrap: wrap
}

.bank_info[data-v-47e23612],
.bank_info li[data-v-47e23612] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-47e23612] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-47e23612]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-47e23612] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-47e23612] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-47e23612] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-47e23612] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-47e23612] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-47e23612] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-47e23612] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-47e23612] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-47e23612] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-47e23612] {
  margin-right: 10px
}

.box_text_type_1[data-v-47e23612] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-47e23612],
.box_text_type_1 i[data-v-47e23612] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-47e23612] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-47e23612] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-47e23612],
.wl_tip[data-v-47e23612] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-47e23612],
.wl_tip ul li[data-v-47e23612] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-47e23612] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-47e23612] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-47e23612] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-47e23612],
.wl_waring ul li[data-v-47e23612] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-47e23612] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-47e23612] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-47e23612] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-47e23612] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-47e23612] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-47e23612] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-47e23612 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-47e23612 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-47e23612] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-47e23612] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-47e23612] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-47e23612],
.box_fx_buy_sell[data-v-47e23612],
.box_fx_result[data-v-47e23612],
.box_leverage_result[data-v-47e23612],
.current_time[data-v-47e23612],
.tab_box[data-v-47e23612],
.tab_time[data-v-47e23612] {
  position: relative
}

.copilot[data-v-47e23612] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-47e23612],
.copilot[data-v-47e23612]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-47e23612]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-47e23612] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-47e23612] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-47e23612] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-47e23612] {
  padding: 20px 15px
}

.copilot_foot[data-v-47e23612],
.copilot_foot button[data-v-47e23612] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-47e23612] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-47e23612] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-47e23612],
.copilot.step_2[data-v-47e23612] {
  top: 50px
}

.copilot.step_3[data-v-47e23612],
.copilot.step_4[data-v-47e23612],
.copilot.step_6[data-v-47e23612],
.copilot.step_7[data-v-47e23612],
.copilot.step_8[data-v-47e23612] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-47e23612] {
  top: 40px
}

.box_info_1[data-v-47e23612] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-47e23612] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-47e23612] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-47e23612]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-47e23612] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-47e23612] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-47e23612] {
  height: 40px
}

.title_guide_1 span[data-v-47e23612] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-47e23612] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-47e23612] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-47e23612] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-47e23612] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-47e23612] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-47e23612 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-47e23612 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-47e23612]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-47e23612]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-47e23612]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-47e23612]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-47e23612]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-47e23612 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-47e23612 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-47e23612] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-47e23612] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-47e23612] {
    margin-top: 0
  }

  .sub_visual[data-v-47e23612] {
    display: none
  }

  .box_sub_title[data-v-47e23612] {
    padding: 0 20px
  }

  .box_sub_container[data-v-47e23612] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-47e23612] {
    display: block
  }

  .title_sub[data-v-47e23612] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-47e23612]:before {
    bottom: -5px
  }

  .title_sub[data-v-47e23612]:after,
  .title_sub[data-v-47e23612]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-47e23612]:after {
    bottom: -3px
  }

  .sub_menu[data-v-47e23612] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-47e23612] {
    padding: 0
  }

  .box_sub_container[data-v-47e23612] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-47e23612] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-47e23612] {
    display: none
  }

  .box_bg_deep[data-v-47e23612] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-47e23612] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-47e23612] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-47e23612] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-47e23612],
  .result_buy div[data-v-47e23612] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-47e23612] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-47e23612] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-47e23612] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-47e23612] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-47e23612] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-47e23612] {
    padding: 0 5px
  }

  .box_folder button[data-v-47e23612] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-47e23612] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-47e23612] {
    padding: 0
  }

  .pagenation_type_1[data-v-47e23612] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-47e23612] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-47e23612] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-47e23612] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-47e23612],
  .pagenation_type_1 .btn_last[data-v-47e23612],
  .pagenation_type_1 .btn_next[data-v-47e23612],
  .pagenation_type_1 .btn_prev[data-v-47e23612] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-47e23612] {
    color: #bbb
  }

  .title_medium[data-v-47e23612] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-47e23612]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-47e23612]:first-of-type:hover,
  .game_bat.bet_three button[data-v-47e23612]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-47e23612]:nth-of-type(3):hover,
  .game_bat button[data-v-47e23612]:first-of-type:hover,
  .game_bat button[data-v-47e23612]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-47e23612],
  .game_bat button.active span[data-v-47e23612],
  .game_bat button:hover span[data-v-47e23612] {
    color: #fff 
  }

  .bat_more[data-v-47e23612]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-47e23612],
  .bat_more[disabled][data-v-47e23612]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-47e23612]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-47e23612]:first-of-type:hover,
  .game_bat_2 button[data-v-47e23612]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-47e23612],
  .game_bat_2 button.active[data-v-47e23612]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-47e23612]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-47e23612] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-47e23612] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-47e23612]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-47e23612]:hover,
  .pagenation_type_1 .btn_last[data-v-47e23612]:hover,
  .pagenation_type_1 .btn_next[data-v-47e23612]:hover,
  .pagenation_type_1 .btn_prev[data-v-47e23612]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-47e23612]:hover,
  .ul_game_item button[data-v-47e23612]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.box_search[data-v-47e23612] {
  display: flex;
  justify-content: center;
  align-items: center
}

.search[data-v-47e23612] {
  position: relative;
  max-width: 500px;
  width: calc(100% - 92px);
  height: 44px;
  padding-right: 46px
}

.search .btn_search[data-v-47e23612] {
  position: absolute;
  right: 50px;
  top: 0;
  width: 44px;
  height: 44px
}

.search .btn_search img[data-v-47e23612] {
  height: 20px
}

.search .btn_reload[data-v-47e23612] {
  position: absolute;
  right: 0;
  top: 1px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: #9a9aa7
}

.search .btn_reload i[data-v-47e23612],
.search input[data-v-47e23612] {
  font-size: 1.5rem;
  color: #fff
}

.search input[data-v-47e23612] {
  width: 100%;
  height: 44px;
  border: 1px solid #333544;
  background: #141621;
  padding: 0 40px 0 20px
}

.estimate_list li[data-v-47e23612] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  background: #2a2a32;
  margin-bottom: 10px
}

.estimate_list li[data-v-47e23612]:last-child {
  margin-bottom: 0
}

.estimate_list li>span[data-v-47e23612] {
  padding: 0 10px
}

.estimate_list li>span[data-v-47e23612]:first-of-type {
  width: 160px;
  color: #fff;
  text-align: center
}

.estimate_list li>span[data-v-47e23612]:nth-of-type(2) {
  width: calc(100% - 400px);
  color: #fff;
  text-align: left
}

.estimate_list li>span[data-v-47e23612]:nth-of-type(3) {
  width: 90px
}

.estimate_list li>span[data-v-47e23612]:nth-of-type(4) {
  width: 90px;
  text-align: center
}

.estimate_list li>span[data-v-47e23612]:nth-of-type(5) {
  width: 60px;
  text-align: center
}

.estimate_list li>div[data-v-47e23612] {
  width: 100%;
  color: #fff;
  line-height: 1.4;
  background: #0b0c10;
  padding: 20px
}

.estimate_list li>span:nth-of-type(2) a[data-v-47e23612] {
  display: block;
  color: #fff;
  line-height: 1.3;
  /* text-decoration: underline; */
  padding: 20px 0
}

.table_estimate[data-v-47e23612] {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0 10px;
  border-collapse: inherit
}

.table_estimate thead th[data-v-47e23612] {
  height: 44px;
  color: #797986;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  padding: 0 10px
}

.table_estimate thead th[data-v-47e23612]:first-of-type {
  width: 160px
}

.table_estimate thead th[data-v-47e23612]:nth-of-type(2) {
  width: auto
}

.table_estimate thead th[data-v-47e23612]:nth-of-type(3),
.table_estimate thead th[data-v-47e23612]:nth-of-type(4) {
  width: 90px
}

.table_estimate thead th[data-v-47e23612]:nth-of-type(5) {
  width: 60px
}

.box_content[data-v-47e23612] {
  white-space: pre-wrap;
  padding: 20px 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.box_content p[data-v-47e23612] {
  line-height: 1.4
}

.box_content div p[data-v-47e23612],
.box_content p[data-v-47e23612] {
  font-size: 1.4rem;
  color: #fff
}

.box_content p img[data-v-47e23612] {
  max-width: 800px;
  margin-top: 20px
}

.reply_info[data-v-47e23612] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #000;
  border: 1px #e32028;
  border-style: solid solid dashed;
  padding: 10px 10px 12px;
  margin-top: 50px
}

.reply_info em[data-v-47e23612] {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ff542e
}

.reply_info span[data-v-47e23612] {
  font-size: 1.3rem;
  font-weight: 300;
  color: #9a9aa7;
  padding-left: 15px
}

.box_reply_area[data-v-47e23612] {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  background: #000;
  border: 1px solid #e32028;
  border-top: 0;
  padding: 10px
}

.text_info[data-v-47e23612] {
  font-size: 1.7rem
}

@media (max-width:767px) {
  .box_search[data-v-47e23612] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
  }

  .search[data-v-47e23612] {
    position: relative;
    max-width: 500px;
    width: calc(100% - 92px);
    height: 44px;
    padding-right: 46px;
    margin-left: 46px
  }

  .search .btn_search[data-v-47e23612] {
    position: absolute;
    right: 50px;
    top: 0;
    width: 44px;
    height: 44px
  }

  .search .btn_search img[data-v-47e23612] {
    height: 20px
  }

  .search .btn_reload[data-v-47e23612] {
    position: absolute;
    right: 0;
    top: 1px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #9a9aa7
  }

  .search .btn_reload i[data-v-47e23612],
  .search input[data-v-47e23612] {
    font-size: 1.5rem;
    color: #fff
  }

  .search input[data-v-47e23612] {
    width: 100%;
    height: 44px;
    border: 1px solid #333544;
    background: #141621;
    padding: 0 40px 0 20px
  }

  .box_search span[data-v-47e23612] {
    margin-top: 20px
  }

  .estimate_list li[data-v-47e23612] {
    padding: 0
  }

  .estimate_list li[data-v-47e23612]:last-child {
    margin-bottom: 0
  }

  .estimate_list li>span[data-v-47e23612] {
    padding: 0
  }

  .estimate_list li>span[data-v-47e23612]:first-of-type {
    order: 2;
    flex-shrink: 0;
    width: 100px;
    color: #fff;
    text-align: right
  }

  .estimate_list li>span[data-v-47e23612]:nth-of-type(2) {
    order: 1;
    width: calc(100% - 100px);
    color: #fff;
    text-align: left
  }

  .estimate_list li>span[data-v-47e23612]:nth-of-type(3) {
    order: 3;
    width: 60px;
    padding: 0 1px
  }

  .estimate_list li>span[data-v-47e23612]:nth-of-type(4) {
    order: 2;
    width: 40px;
    padding: 0 1px;
    font-size: 12px;
  }
  .estimate_list li>span[data-v-47e23612]:nth-of-type(4) i{
    font-size: 12px;
  }

  .estimate_list li>span[data-v-47e23612]:nth-of-type(5) {
    order: 3;
    width: 40px;
    text-align: center;
    padding: 0 1px
  }

  .estimate_list li>div[data-v-47e23612] {
    order: 30;
    padding: 10px
  }

  .estimate_list li>span:nth-of-type(2) a[data-v-47e23612] {
    display: block;
    color: #fff;
    line-height: 1.3;
    /* text-decoration: underline; */
    padding: 10px 0 15px
  }

  .table_estimate[data-v-47e23612] {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0 10px;
    border-collapse: inherit
  }

  .table_estimate thead[data-v-47e23612] {
    display: none
  }

  .box_reply_area[data-v-47e23612],
  .reply_info[data-v-47e23612] {
    padding: 10px
  }
}
body [data-v-21fbf142] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-21fbf142]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-21fbf142]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-21fbf142] {
  max-width: 1440px
}

.page-enter-active[data-v-21fbf142],
.page-leave-active[data-v-21fbf142] {
  transition: opacity .1s
}

.page-enter[data-v-21fbf142],
.page-leave-to[data-v-21fbf142] {
  opacity: 0
}

.b1[data-v-21fbf142] {
  border: 1px solid red
}

.width-btn-100[data-v-21fbf142] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-21fbf142] {
  color: #e32028 
}

.main-color1-normal[data-v-21fbf142] {
  color: #ff2152 
}

.main-color1-text[data-v-21fbf142] {
  color: #ff9710 
}

.main-color1-deep[data-v-21fbf142] {
  color: #ff6900 
}

.main-color1-light[data-v-21fbf142] {
  color: #ff542e 
}

.color-white[data-v-21fbf142] {
  color: #fff 
}

.main-color2-light[data-v-21fbf142] {
  color: #a9da2b 
}

.main-color2[data-v-21fbf142] {
  color: #67b628 
}

.main_color3_light[data-v-21fbf142] {
  color: #ffc92f 
}

.main-color3[data-v-21fbf142] {
  color: #febd02 
}

.main-color4[data-v-21fbf142] {
  color: #7e93a6 
}

.main-color5-light[data-v-21fbf142] {
  color: #42deda 
}

.main-color5[data-v-21fbf142] {
  color: #01c8de 
}

.color-grey[data-v-21fbf142] {
  color: #676c71 
}

.color-lightgrey[data-v-21fbf142] {
  color: #ababab 
}

.color-deepgrey[data-v-21fbf142] {
  color: #20222b 
}

.color-text-verylight[data-v-21fbf142] {
  color: #80a7b8 
}

.color-text-light[data-v-21fbf142] {
  color: #9a9aa7 
}

.color-text[data-v-21fbf142] {
  color: #797986 
}

.color-text-deep[data-v-21fbf142] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-21fbf142] {
  color: #2f3b49 
}

.c_default[data-v-21fbf142] {
  color: #fff 
}

.c_high[data-v-21fbf142] {
  color: #ff1717 
}

.c_low[data-v-21fbf142] {
  color: #0bf 
}

.c_buy_light[data-v-21fbf142] {
  color: #fe5159 
}

.c_buy[data-v-21fbf142] {
  color: #f14f57 
}

.bg_c_buy[data-v-21fbf142] {
  background: #f14f57
}

.c_sell_light[data-v-21fbf142] {
  color: #349bf0 
}

.c_sell[data-v-21fbf142] {
  color: #3488db 
}

.bg_c_sell[data-v-21fbf142] {
  background: #3488db
}

.c_ing[data-v-21fbf142] {
  color: #fff 
}

.bg_ing[data-v-21fbf142],
.bg_wait[data-v-21fbf142] {
  background: #7e93a6 
}

.bg_background_deep[data-v-21fbf142] {
  background: #000
}

.c_success[data-v-21fbf142] {
  color: #1478f2 
}

.bg_success[data-v-21fbf142] {
  background: #1478f2 
}

.c_complete[data-v-21fbf142] {
  color: #fff 
}

.c_fail[data-v-21fbf142] {
  color: #ff1e1e 
}

.bg_fail[data-v-21fbf142] {
  background: #ff1e1e 
}

.c_cancel[data-v-21fbf142] {
  color: #ff6900 
}

.bg_cancel[data-v-21fbf142] {
  background: #ff6900 
}

.c_error[data-v-21fbf142] {
  color: #ff6900 
}

.c_invaild[data-v-21fbf142] {
  color: #999 
}

.bg_invaild[data-v-21fbf142] {
  background: #666 
}

.bg_main[data-v-21fbf142] {
  background: #e32028 
}

.bg_green_gra[data-v-21fbf142] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-21fbf142] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-21fbf142] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-21fbf142] {
  color: #ff5266 
}

.c_deposit_light[data-v-21fbf142] {
  color: #a9da2b 
}

.c_deposit[data-v-21fbf142] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-21fbf142] {
  color: #ff8520 
}

.c_withdrawal[data-v-21fbf142] {
  color: #ff6900 
}

.c_green[data-v-21fbf142] {
  color: #009b1b 
}

.c_red[data-v-21fbf142] {
  color: red 
}

.c_blue[data-v-21fbf142] {
  color: #febd02 
}

.c_black[data-v-21fbf142] {
  color: #000 
}

.bg_white[data-v-21fbf142] {
  background: #fff 
}

.bg_green[data-v-21fbf142] {
  background: #6dcb1b 
}

.box_c_ing[data-v-21fbf142] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-21fbf142] {
  background: #f14f57
}

.box_c_buy[data-v-21fbf142],
.box_c_invaild[data-v-21fbf142] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-21fbf142] {
  background: #999
}

.box_c_sell[data-v-21fbf142] {
  background: #3488db
}

.box_c_sell[data-v-21fbf142],
.box_c_success[data-v-21fbf142] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-21fbf142] {
  background: #ff6900
}

.box_c_fail[data-v-21fbf142] {
  background: #67b628
}

.box_c_extedn[data-v-21fbf142],
.box_c_fail[data-v-21fbf142] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-21fbf142] {
  background: #43586c
}

.ps__rail-x[data-v-21fbf142] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-21fbf142],
.ps__rail-y[data-v-21fbf142] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-21fbf142] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-21fbf142],
.ps--active-y>.ps__rail-y[data-v-21fbf142] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-21fbf142],
.ps--focus>.ps__rail-y[data-v-21fbf142],
.ps--scrolling-x>.ps__rail-x[data-v-21fbf142],
.ps--scrolling-y>.ps__rail-y[data-v-21fbf142],
.ps:hover>.ps__rail-x[data-v-21fbf142],
.ps:hover>.ps__rail-y[data-v-21fbf142] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-21fbf142],
.ps.ps__rail-x[data-v-21fbf142]:focus,
.ps.ps__rail-x[data-v-21fbf142]:hover,
.ps.ps__rail-y.ps--clicking[data-v-21fbf142],
.ps.ps__rail-y[data-v-21fbf142]:focus,
.ps.ps__rail-y[data-v-21fbf142]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-21fbf142] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-21fbf142],
.ps__thumb-y[data-v-21fbf142] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-21fbf142] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-21fbf142],
.ps__rail-x:focus>.ps__thumb-x[data-v-21fbf142],
.ps__rail-x:hover>.ps__thumb-x[data-v-21fbf142] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-21fbf142],
.ps__rail-y:focus>.ps__thumb-y[data-v-21fbf142],
.ps__rail-y:hover>.ps__thumb-y[data-v-21fbf142] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-21fbf142] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-21fbf142] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-21fbf142] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-21fbf142] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-21fbf142] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-21fbf142] {
  display: none 
}

.toast-top-center[data-v-21fbf142] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-21fbf142] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-21fbf142] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-21fbf142] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-21fbf142] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-21fbf142],
.pagenation_type_1 .btn_last[data-v-21fbf142],
.pagenation_type_1 .btn_next[data-v-21fbf142],
.pagenation_type_1 .btn_prev[data-v-21fbf142] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-21fbf142] {
  color: #bbb
}

.wrap_type_3[data-v-21fbf142] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-21fbf142] {
  background: #0b0c10
}

.container_left[data-v-21fbf142],
.container_left_md[data-v-21fbf142] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-21fbf142] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-21fbf142] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-21fbf142] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-21fbf142] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-21fbf142]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-21fbf142] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-21fbf142] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-21fbf142] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-21fbf142] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-21fbf142]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-21fbf142]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-21fbf142],
.container_center_3_mini>div[data-v-21fbf142] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-21fbf142] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-21fbf142]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-21fbf142]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-21fbf142] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-21fbf142]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-21fbf142]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-21fbf142] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-21fbf142]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-21fbf142]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-21fbf142] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-21fbf142] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-21fbf142],
.bg_grad_1_x[data-v-21fbf142] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-21fbf142] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-21fbf142] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-21fbf142] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-21fbf142],
.bg_normal_2[data-v-21fbf142] {
  background: #141621
}

.btn_left_close[data-v-21fbf142],
.btn_left_control[data-v-21fbf142],
.btn_right_close[data-v-21fbf142],
.right_screen[data-v-21fbf142] {
  display: none
}

.box_logo[data-v-21fbf142] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-21fbf142] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-21fbf142] {
  display: none
}

.text_dot[data-v-21fbf142] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-21fbf142 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-21fbf142 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-21fbf142] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-21fbf142] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-21fbf142] {
  background: #fff 
}

.bat_more.active i[data-v-21fbf142] {
  color: #000 
}

.btn_no_disabled[data-v-21fbf142] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-21fbf142] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-21fbf142] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-21fbf142],
.game_bat_2 button[data-v-21fbf142]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-21fbf142]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-21fbf142] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-21fbf142] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-21fbf142]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-21fbf142] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-21fbf142] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-21fbf142] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-21fbf142],
.title_logo[data-v-21fbf142] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-21fbf142] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-21fbf142] {
  height: 22px
}

.tab[data-v-21fbf142] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-21fbf142]:last-child {
  width: 100%
}

.tab li[data-v-21fbf142]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-21fbf142] {
  width: 50%
}

.tab li[data-v-21fbf142]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-21fbf142] {
  width: 33.333333333333%
}

.tab li[data-v-21fbf142]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-21fbf142] {
  width: 25%
}

.tab li[data-v-21fbf142]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-21fbf142] {
  width: 20%
}

.tab li[data-v-21fbf142]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-21fbf142] {
  width: 16.66666666666667%
}

.tab li button[data-v-21fbf142] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-21fbf142] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-21fbf142]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-21fbf142] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-21fbf142] {
  border: 0
}

.wrap_sports_detail li[data-v-21fbf142] {
  width: 100%
}

.wrap_sports_detail li[data-v-21fbf142]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-21fbf142]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-21fbf142] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-21fbf142] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-21fbf142],
.detail_num>button[data-v-21fbf142] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-21fbf142] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-21fbf142] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-21fbf142]:last-child {
  width: 100%
}

.detail_num button[data-v-21fbf142]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-21fbf142] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-21fbf142]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-21fbf142] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-21fbf142] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-21fbf142] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-21fbf142] {
  color: #fff 
}

.detail_num>button .up[data-v-21fbf142]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-21fbf142]:after,
.detail_num>button .up[data-v-21fbf142]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-21fbf142 1s ease-in-out 5;
  animation: blink-data-v-21fbf142 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-21fbf142]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-21fbf142] {
  background: #f4053a
}

.detail_num>button.active i[data-v-21fbf142] {
  color: #000
}

.detail_num>button .text-allocation[data-v-21fbf142] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-21fbf142] {
  color: #000 
}

.sports_bet_close[data-v-21fbf142] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-21fbf142],
.sports_bet_close[data-v-21fbf142]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-21fbf142]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-21fbf142] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-21fbf142],
.sports_bet_close_all[data-v-21fbf142]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-21fbf142]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-21fbf142] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-21fbf142]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-21fbf142] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-21fbf142]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-21fbf142] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-21fbf142],
.market_all_close[data-v-21fbf142]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-21fbf142]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-21fbf142] {
    display: none
  }
}

.vjs-control-bar[data-v-21fbf142] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-21fbf142] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-21fbf142] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-21fbf142] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-21fbf142]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-21fbf142] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-21fbf142]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-21fbf142] {
  color: #fff 
}

.vjs-big-play-button[data-v-21fbf142]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-21fbf142],
  .detail_num button[data-v-21fbf142]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-21fbf142] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-21fbf142]:nth-of-type(2),
  .game_bat button[data-v-21fbf142]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-21fbf142]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-21fbf142] {
    width: 100%
  }

  .market_all_close[data-v-21fbf142]:after,
  .market_domestic_all_close[data-v-21fbf142]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-21fbf142],
  .game_bat button:nth-of-type(3) i[data-v-21fbf142] {
    display: none 
  }
}

.mini_bet_close[data-v-21fbf142] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-21fbf142],
.mini_bet_close[data-v-21fbf142]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-21fbf142]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-21fbf142] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-21fbf142] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-21fbf142] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-21fbf142]:first-of-type,
.flex_2dan div[data-v-21fbf142]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-21fbf142] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-21fbf142]:first-of-type,
.flex_3dan div[data-v-21fbf142]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-21fbf142]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-21fbf142] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-21fbf142] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-21fbf142] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-21fbf142] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-21fbf142] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-21fbf142] {
  height: 40px
}

.mini_game_info[data-v-21fbf142],
.mini_game_info span[data-v-21fbf142]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-21fbf142]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-21fbf142] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-21fbf142] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-21fbf142]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-21fbf142] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-21fbf142] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-21fbf142] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-21fbf142] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-21fbf142]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-21fbf142] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-21fbf142]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-21fbf142] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-21fbf142]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-21fbf142] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-21fbf142]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-21fbf142] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-21fbf142]:first-child,
.ul_game_item.item_10 li[data-v-21fbf142]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-21fbf142]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-21fbf142] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-21fbf142],
.ul_game_item button i[data-v-21fbf142] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-21fbf142] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-21fbf142] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-21fbf142] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-21fbf142] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-21fbf142] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-21fbf142] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-21fbf142] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-21fbf142] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-21fbf142] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-21fbf142] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-21fbf142] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-21fbf142] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-21fbf142] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-21fbf142] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-21fbf142] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-21fbf142] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-21fbf142] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-21fbf142] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-21fbf142] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-21fbf142] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-21fbf142] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-21fbf142] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-21fbf142] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-21fbf142] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-21fbf142] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-21fbf142] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-21fbf142] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-21fbf142] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-21fbf142] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-21fbf142] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-21fbf142] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-21fbf142] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-21fbf142] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-21fbf142] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-21fbf142] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-21fbf142] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-21fbf142] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-21fbf142] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-21fbf142]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-21fbf142]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-21fbf142]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-21fbf142] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-21fbf142] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-21fbf142] {
    display: none
  }

  .flex_1dan ul[data-v-21fbf142] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-21fbf142]:first-of-type,
  .flex_3dan div[data-v-21fbf142]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-21fbf142]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-21fbf142] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-21fbf142]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-21fbf142]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-21fbf142]:first-of-type,
  .flex_3dan div[data-v-21fbf142]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-21fbf142]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-21fbf142] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-21fbf142] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-21fbf142] {
    width: 100%
  }

  .flex_3dan div[data-v-21fbf142]:first-of-type,
  .flex_3dan div[data-v-21fbf142]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-21fbf142]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-21fbf142] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-21fbf142] {
    width: 100%
  }

  .ul_game_item2 li[data-v-21fbf142]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-21fbf142]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-21fbf142]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-21fbf142]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-21fbf142]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-21fbf142] {
    padding: 101px 280px 0
  }

  .container_left[data-v-21fbf142],
  .container_left_md[data-v-21fbf142],
  .container_right[data-v-21fbf142] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-21fbf142]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-21fbf142]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-21fbf142]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-21fbf142]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-21fbf142] {
    padding-left: 40px
  }

  .container_left[data-v-21fbf142] {
    display: none
  }

  .btn_left_control[data-v-21fbf142] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-21fbf142],
  .btn_left_control i[data-v-21fbf142] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-21fbf142] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-21fbf142] {
    width: 26px
  }

  .btn_left_close[data-v-21fbf142] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-21fbf142] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-21fbf142] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-21fbf142]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-21fbf142]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-21fbf142]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-21fbf142]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-21fbf142]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-21fbf142]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-21fbf142] {
    display: block
  }

  .no-display-1600[data-v-21fbf142] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-21fbf142]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-21fbf142]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-21fbf142] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-21fbf142] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-21fbf142]:first-of-type,
  .container_center_2_mini>div>div[data-v-21fbf142]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-21fbf142] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-21fbf142]:first-of-type,
  .container_center_3_mini>div>div[data-v-21fbf142]:nth-of-type(2),
  .container_center_4_mini>div[data-v-21fbf142]:first-of-type,
  .container_center_4_mini>div[data-v-21fbf142]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-21fbf142] {
    padding-right: 0
  }

  .container_right[data-v-21fbf142] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-21fbf142] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-21fbf142] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-21fbf142] {
    width: 26px
  }

  .container_right .right_screen[data-v-21fbf142] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-21fbf142] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-21fbf142],
  .btn_left_control[data-v-21fbf142],
  .container_left[data-v-21fbf142] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-21fbf142] {
    padding: 0
  }

  .mobile_scroll[data-v-21fbf142] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-21fbf142] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-21fbf142],
.title_info_s[data-v-21fbf142] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-21fbf142] {
  font-size: 1.8rem
}

.title_info_s[data-v-21fbf142]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-21fbf142] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-21fbf142] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-21fbf142] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-21fbf142] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-21fbf142] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-21fbf142] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-21fbf142] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-21fbf142] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-21fbf142] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-21fbf142] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-21fbf142] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-21fbf142] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-21fbf142] {
  position: relative
}

.sub_visual_wallet img[data-v-21fbf142] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-21fbf142] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-21fbf142] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-21fbf142] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-21fbf142] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-21fbf142]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-21fbf142],
.menu_wallet>li button[data-v-21fbf142] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-21fbf142],
.menu_wallet>li button.active[data-v-21fbf142] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-21fbf142] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-21fbf142]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-21fbf142] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-21fbf142] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-21fbf142] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-21fbf142] {
  position: relative
}

.wallet_form button[data-v-21fbf142] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-21fbf142] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-21fbf142] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-21fbf142] {
  background: #141621 
}

h2.title_trade[data-v-21fbf142] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-21fbf142] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-21fbf142] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-21fbf142] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-21fbf142],
.result_buy div[data-v-21fbf142] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-21fbf142] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-21fbf142] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-21fbf142] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-21fbf142] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-21fbf142] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-21fbf142] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-21fbf142] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-21fbf142] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-21fbf142],
.sub_visual.s_02[data-v-21fbf142],
.sub_visual.s_03[data-v-21fbf142],
.sub_visual.s_04[data-v-21fbf142],
.sub_visual.s_05[data-v-21fbf142],
.sub_visual.s_06[data-v-21fbf142],
.sub_visual.s_07[data-v-21fbf142],
.sub_visual.s_08[data-v-21fbf142] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-21fbf142] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-21fbf142] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-21fbf142] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-21fbf142],
.sub_menu a[data-v-21fbf142] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-21fbf142] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-21fbf142] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-21fbf142],
.sub_menu a.nuxt-link-active[data-v-21fbf142] {
  color: #e32028
}

.sub_tab ul[data-v-21fbf142] {
  overflow: hidden
}

.sub_tab ul li[data-v-21fbf142] {
  float: left
}

.sub_tab ul li a[data-v-21fbf142] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-21fbf142],
.sub_tab ul li a.active[data-v-21fbf142] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-21fbf142]:before,
.sub_tab ul li a.active[data-v-21fbf142]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-21fbf142] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-21fbf142] {
  font-size: 2.2rem
}

.title_big[data-v-21fbf142],
.title_normal[data-v-21fbf142] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-21fbf142] {
  font-size: 1.8rem
}

.title_small[data-v-21fbf142] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-21fbf142] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-21fbf142] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-21fbf142],
.title_tiny[data-v-21fbf142] {
  position: relative;
  color: #fff
}

.title_sub[data-v-21fbf142] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-21fbf142]:before {
  bottom: -5px
}

.title_sub[data-v-21fbf142]:after,
.title_sub[data-v-21fbf142]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-21fbf142]:after {
  bottom: -3px
}

.title_sub_1[data-v-21fbf142] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-21fbf142]:before {
  bottom: -5px
}

.title_sub_1[data-v-21fbf142]:after,
.title_sub_1[data-v-21fbf142]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-21fbf142]:after {
  bottom: -3px
}

.title_sm[data-v-21fbf142] {
  display: none
}

.title_hexa[data-v-21fbf142] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-21fbf142],
.title_hexa i[data-v-21fbf142] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-21fbf142] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-21fbf142] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-21fbf142] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-21fbf142],
.title_hexa.t_on i[data-v-21fbf142] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-21fbf142] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-21fbf142] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-21fbf142] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-21fbf142] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-21fbf142] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-21fbf142] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-21fbf142] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-21fbf142]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-21fbf142]:first-of-type,
.sports_list li>div[data-v-21fbf142]:nth-of-type(2),
.sports_list li>div[data-v-21fbf142]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-21fbf142] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-21fbf142]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-21fbf142] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-21fbf142] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-21fbf142] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-21fbf142]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-21fbf142] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-21fbf142] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-21fbf142] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-21fbf142],
.game_bat button[data-v-21fbf142] {
  position: relative
}

.game_bat button[data-v-21fbf142]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-21fbf142] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-21fbf142] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-21fbf142] {
  margin-right: 5px
}

.game_bat button[data-v-21fbf142]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-21fbf142] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-21fbf142] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-21fbf142] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-21fbf142],
.game_bat button:nth-of-type(3) i img[data-v-21fbf142] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-21fbf142] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-21fbf142]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-21fbf142]:nth-of-type(2),
.game_bat button[data-v-21fbf142]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-21fbf142]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-21fbf142],
.game_bat button.active[data-v-21fbf142] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-21fbf142]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-21fbf142]:after,
.game_bat button:first-of-type .up[data-v-21fbf142]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-21fbf142 1s ease-in-out 5;
  animation: blink-data-v-21fbf142 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-21fbf142]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-21fbf142]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-21fbf142]:after,
.game_bat button:nth-of-type(2) .up[data-v-21fbf142]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-21fbf142 1s ease-in-out 5;
  animation: blink-data-v-21fbf142 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-21fbf142]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-21fbf142]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-21fbf142]:after,
.game_bat button:nth-of-type(3) .up[data-v-21fbf142]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-21fbf142 1s ease-in-out 5;
  animation: blink-data-v-21fbf142 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-21fbf142]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-21fbf142] {
  padding: 0
}

.box_folder[data-v-21fbf142],
.box_folder button[data-v-21fbf142] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-21fbf142] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-21fbf142] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-21fbf142]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-21fbf142] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-21fbf142]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-21fbf142] {
  flex-wrap: wrap
}

.bank_info[data-v-21fbf142],
.bank_info li[data-v-21fbf142] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-21fbf142] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-21fbf142]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-21fbf142] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-21fbf142] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-21fbf142] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-21fbf142] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-21fbf142] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-21fbf142] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-21fbf142] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-21fbf142] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-21fbf142] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-21fbf142] {
  margin-right: 10px
}

.box_text_type_1[data-v-21fbf142] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-21fbf142],
.box_text_type_1 i[data-v-21fbf142] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-21fbf142] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-21fbf142] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-21fbf142],
.wl_tip[data-v-21fbf142] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-21fbf142],
.wl_tip ul li[data-v-21fbf142] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-21fbf142] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-21fbf142] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-21fbf142] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-21fbf142],
.wl_waring ul li[data-v-21fbf142] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-21fbf142] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-21fbf142] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-21fbf142] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-21fbf142] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-21fbf142] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-21fbf142] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-21fbf142 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-21fbf142 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-21fbf142] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-21fbf142] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-21fbf142] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-21fbf142],
.box_fx_buy_sell[data-v-21fbf142],
.box_fx_result[data-v-21fbf142],
.box_leverage_result[data-v-21fbf142],
.current_time[data-v-21fbf142],
.tab_box[data-v-21fbf142],
.tab_time[data-v-21fbf142] {
  position: relative
}

.copilot[data-v-21fbf142] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-21fbf142],
.copilot[data-v-21fbf142]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-21fbf142]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-21fbf142] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-21fbf142] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-21fbf142] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-21fbf142] {
  padding: 20px 15px
}

.copilot_foot[data-v-21fbf142],
.copilot_foot button[data-v-21fbf142] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-21fbf142] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-21fbf142] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-21fbf142],
.copilot.step_2[data-v-21fbf142] {
  top: 50px
}

.copilot.step_3[data-v-21fbf142],
.copilot.step_4[data-v-21fbf142],
.copilot.step_6[data-v-21fbf142],
.copilot.step_7[data-v-21fbf142],
.copilot.step_8[data-v-21fbf142] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-21fbf142] {
  top: 40px
}

.box_info_1[data-v-21fbf142] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-21fbf142] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-21fbf142] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-21fbf142]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-21fbf142] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-21fbf142] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-21fbf142] {
  height: 40px
}

.title_guide_1 span[data-v-21fbf142] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-21fbf142] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-21fbf142] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-21fbf142] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-21fbf142] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-21fbf142] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-21fbf142 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-21fbf142 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-21fbf142]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-21fbf142]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-21fbf142]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-21fbf142]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-21fbf142]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-21fbf142 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-21fbf142 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-21fbf142] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-21fbf142] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-21fbf142] {
    margin-top: 0
  }

  .sub_visual[data-v-21fbf142] {
    display: none
  }

  .box_sub_title[data-v-21fbf142] {
    padding: 0 20px
  }

  .box_sub_container[data-v-21fbf142] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-21fbf142] {
    display: block
  }

  .title_sub[data-v-21fbf142] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-21fbf142]:before {
    bottom: -5px
  }

  .title_sub[data-v-21fbf142]:after,
  .title_sub[data-v-21fbf142]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-21fbf142]:after {
    bottom: -3px
  }

  .sub_menu[data-v-21fbf142] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-21fbf142] {
    padding: 0
  }

  .box_sub_container[data-v-21fbf142] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-21fbf142] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-21fbf142] {
    display: none
  }

  .box_bg_deep[data-v-21fbf142] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-21fbf142] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-21fbf142] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-21fbf142] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-21fbf142],
  .result_buy div[data-v-21fbf142] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-21fbf142] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-21fbf142] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-21fbf142] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-21fbf142] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-21fbf142] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-21fbf142] {
    padding: 0 5px
  }

  .box_folder button[data-v-21fbf142] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-21fbf142] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-21fbf142] {
    padding: 0
  }

  .pagenation_type_1[data-v-21fbf142] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-21fbf142] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-21fbf142] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-21fbf142] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-21fbf142],
  .pagenation_type_1 .btn_last[data-v-21fbf142],
  .pagenation_type_1 .btn_next[data-v-21fbf142],
  .pagenation_type_1 .btn_prev[data-v-21fbf142] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-21fbf142] {
    color: #bbb
  }

  .title_medium[data-v-21fbf142] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-21fbf142]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-21fbf142]:first-of-type:hover,
  .game_bat.bet_three button[data-v-21fbf142]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-21fbf142]:nth-of-type(3):hover,
  .game_bat button[data-v-21fbf142]:first-of-type:hover,
  .game_bat button[data-v-21fbf142]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-21fbf142],
  .game_bat button.active span[data-v-21fbf142],
  .game_bat button:hover span[data-v-21fbf142] {
    color: #fff 
  }

  .bat_more[data-v-21fbf142]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-21fbf142],
  .bat_more[disabled][data-v-21fbf142]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-21fbf142]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-21fbf142]:first-of-type:hover,
  .game_bat_2 button[data-v-21fbf142]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-21fbf142],
  .game_bat_2 button.active[data-v-21fbf142]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-21fbf142]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-21fbf142] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-21fbf142] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-21fbf142]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-21fbf142]:hover,
  .pagenation_type_1 .btn_last[data-v-21fbf142]:hover,
  .pagenation_type_1 .btn_next[data-v-21fbf142]:hover,
  .pagenation_type_1 .btn_prev[data-v-21fbf142]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-21fbf142]:hover,
  .ul_game_item button[data-v-21fbf142]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_other[data-v-21fbf142] {
  position: relative
}

.sub_visual_other img[data-v-21fbf142] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_other div[data-v-21fbf142] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 5px
}

.sub_visual_other div span em[data-v-21fbf142] {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: inherit
}

.sub_visual_other div span i[data-v-21fbf142] {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300
}

.box_p_estimate[data-v-21fbf142] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0
}

.box_p_estimate div[data-v-21fbf142]:first-of-type {
  color: #fff
}

.box_p_estimate div[data-v-21fbf142]:nth-of-type(2) {
  position: absolute;
  right: 10px;
  top: 5px;
  margin-top: -20px
}

@media (max-width:991px) {
  .sub_visual_other img[data-v-21fbf142] {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .sub_visual_other div[data-v-21fbf142] {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px 5px
  }

  .sub_visual_other div span em[data-v-21fbf142] {
    font-size: 2.4rem
  }

  .sub_visual_other div span em[data-v-21fbf142]:after {
    height: 20px
  }

  .sub_visual_other div span i[data-v-21fbf142] {
    font-size: 1.8rem
  }

  .box_p_estimate[data-v-21fbf142] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px
  }

  .box_p_estimate div[data-v-21fbf142]:first-of-type {
    color: #fff
  }

  .box_p_estimate div[data-v-21fbf142]:nth-of-type(2) {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0
  }
}

@media (max-width:767px) {
  .box_p_estimate[data-v-21fbf142] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px
  }

  .box_p_estimate div[data-v-21fbf142]:first-of-type {
    color: #fff;
    padding: 5px 0 15px
  }

  .box_p_estimate div[data-v-21fbf142]:nth-of-type(2) {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0
  }
}
body [data-v-201544ba] {
  /* background: #141621; */
  overflow-y: hidden
}

[data-v-201544ba]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-201544ba]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-201544ba] {
  max-width: 1440px
}

.page-enter-active[data-v-201544ba],
.page-leave-active[data-v-201544ba] {
  transition: opacity .1s
}

.page-enter[data-v-201544ba],
.page-leave-to[data-v-201544ba] {
  opacity: 0
}

.b1[data-v-201544ba] {
  border: 1px solid red
}

.width-btn-100[data-v-201544ba] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-201544ba] {
  color: #e32028 
}

.main-color1-normal[data-v-201544ba] {
  color: #ff2152 
}

.main-color1-text[data-v-201544ba] {
  color: #ff9710 
}

.main-color1-deep[data-v-201544ba] {
  color: #ff6900 
}

.main-color1-light[data-v-201544ba] {
  color: #ff542e 
}

.color-white[data-v-201544ba] {
  color: #fff 
}

.main-color2-light[data-v-201544ba] {
  color: #a9da2b 
}

.main-color2[data-v-201544ba] {
  color: #67b628 
}

.main_color3_light[data-v-201544ba] {
  color: #ffc92f 
}

.main-color3[data-v-201544ba] {
  color: #febd02 
}

.main-color4[data-v-201544ba] {
  color: #7e93a6 
}

.main-color5-light[data-v-201544ba] {
  color: #42deda 
}

.main-color5[data-v-201544ba] {
  color: #01c8de 
}

.color-grey[data-v-201544ba] {
  color: #676c71 
}

.color-lightgrey[data-v-201544ba] {
  color: #ababab 
}

.color-deepgrey[data-v-201544ba] {
  color: #20222b 
}

.color-text-verylight[data-v-201544ba] {
  color: #80a7b8 
}

.color-text-light[data-v-201544ba] {
  color: #9a9aa7 
}

.color-text[data-v-201544ba] {
  color: #797986 
}

.color-text-deep[data-v-201544ba] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-201544ba] {
  color: #2f3b49 
}

.c_default[data-v-201544ba] {
  color: #fff 
}

.c_high[data-v-201544ba] {
  color: #ff1717 
}

.c_low[data-v-201544ba] {
  color: #0bf 
}

.c_buy_light[data-v-201544ba] {
  color: #fe5159 
}

.c_buy[data-v-201544ba] {
  color: #f14f57 
}

.bg_c_buy[data-v-201544ba] {
  background: #f14f57
}

.c_sell_light[data-v-201544ba] {
  color: #349bf0 
}

.c_sell[data-v-201544ba] {
  color: #3488db 
}

.bg_c_sell[data-v-201544ba] {
  background: #3488db
}

.c_ing[data-v-201544ba] {
  color: #fff 
}

.bg_ing[data-v-201544ba],
.bg_wait[data-v-201544ba] {
  background: #7e93a6 
}

.bg_background_deep[data-v-201544ba] {
  background: #000
}

.c_success[data-v-201544ba] {
  color: #1478f2 
}

.bg_success[data-v-201544ba] {
  background: #1478f2 
}

.c_complete[data-v-201544ba] {
  color: #fff 
}

.c_fail[data-v-201544ba] {
  color: #ff1e1e 
}

.bg_fail[data-v-201544ba] {
  background: #ff1e1e 
}

.c_cancel[data-v-201544ba] {
  color: #ff6900 
}

.bg_cancel[data-v-201544ba] {
  background: #ff6900 
}

.c_error[data-v-201544ba] {
  color: #ff6900 
}

.c_invaild[data-v-201544ba] {
  color: #999 
}

.bg_invaild[data-v-201544ba] {
  background: #666 
}

.bg_main[data-v-201544ba] {
  background: #e32028 
}

.bg_green_gra[data-v-201544ba] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-201544ba] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-201544ba] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-201544ba] {
  color: #ff5266 
}

.c_deposit_light[data-v-201544ba] {
  color: #a9da2b 
}

.c_deposit[data-v-201544ba] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-201544ba] {
  color: #ff8520 
}

.c_withdrawal[data-v-201544ba] {
  color: #ff6900 
}

.c_green[data-v-201544ba] {
  color: #009b1b 
}

.c_red[data-v-201544ba] {
  color: red 
}

.c_blue[data-v-201544ba] {
  color: #febd02 
}

.c_black[data-v-201544ba] {
  color: #000 
}

.bg_white[data-v-201544ba] {
  background: #fff 
}

.bg_green[data-v-201544ba] {
  background: #6dcb1b 
}

.box_c_ing[data-v-201544ba] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-201544ba] {
  background: #f14f57
}

.box_c_buy[data-v-201544ba],
.box_c_invaild[data-v-201544ba] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-201544ba] {
  background: #999
}

.box_c_sell[data-v-201544ba] {
  background: #3488db
}

.box_c_sell[data-v-201544ba],
.box_c_success[data-v-201544ba] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-201544ba] {
  background: #ff6900
}

.box_c_fail[data-v-201544ba] {
  background: #67b628
}

.box_c_extedn[data-v-201544ba],
.box_c_fail[data-v-201544ba] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-201544ba] {
  background: #43586c
}

.ps__rail-x[data-v-201544ba] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-201544ba],
.ps__rail-y[data-v-201544ba] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-201544ba] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-201544ba],
.ps--active-y>.ps__rail-y[data-v-201544ba] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-201544ba],
.ps--focus>.ps__rail-y[data-v-201544ba],
.ps--scrolling-x>.ps__rail-x[data-v-201544ba],
.ps--scrolling-y>.ps__rail-y[data-v-201544ba],
.ps:hover>.ps__rail-x[data-v-201544ba],
.ps:hover>.ps__rail-y[data-v-201544ba] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-201544ba],
.ps.ps__rail-x[data-v-201544ba]:focus,
.ps.ps__rail-x[data-v-201544ba]:hover,
.ps.ps__rail-y.ps--clicking[data-v-201544ba],
.ps.ps__rail-y[data-v-201544ba]:focus,
.ps.ps__rail-y[data-v-201544ba]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-201544ba] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-201544ba],
.ps__thumb-y[data-v-201544ba] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-201544ba] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-201544ba],
.ps__rail-x:focus>.ps__thumb-x[data-v-201544ba],
.ps__rail-x:hover>.ps__thumb-x[data-v-201544ba] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-201544ba],
.ps__rail-y:focus>.ps__thumb-y[data-v-201544ba],
.ps__rail-y:hover>.ps__thumb-y[data-v-201544ba] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-201544ba] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-201544ba] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-201544ba] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-201544ba] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-201544ba] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-201544ba] {
  display: none 
}

.toast-top-center[data-v-201544ba] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-201544ba] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-201544ba] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-201544ba] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-201544ba] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-201544ba],
.pagenation_type_1 .btn_last[data-v-201544ba],
.pagenation_type_1 .btn_next[data-v-201544ba],
.pagenation_type_1 .btn_prev[data-v-201544ba] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-201544ba] {
  color: #bbb
}

.wrap_type_3[data-v-201544ba] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-201544ba] {
  background: #0b0c10
}

.container_left[data-v-201544ba],
.container_left_md[data-v-201544ba] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-201544ba] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-201544ba] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-201544ba] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-201544ba] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-201544ba]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-201544ba] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-201544ba] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-201544ba] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-201544ba] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-201544ba]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-201544ba]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-201544ba],
.container_center_3_mini>div[data-v-201544ba] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-201544ba] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-201544ba]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-201544ba]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-201544ba] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-201544ba]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-201544ba]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-201544ba] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-201544ba]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-201544ba]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-201544ba] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-201544ba] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-201544ba],
.bg_grad_1_x[data-v-201544ba] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-201544ba] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-201544ba] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-201544ba] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-201544ba],
.bg_normal_2[data-v-201544ba] {
  background: #141621
}

.btn_left_close[data-v-201544ba],
.btn_left_control[data-v-201544ba],
.btn_right_close[data-v-201544ba],
.right_screen[data-v-201544ba] {
  display: none
}

.box_logo[data-v-201544ba] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-201544ba] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-201544ba] {
  display: none
}

.text_dot[data-v-201544ba] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-201544ba {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-201544ba {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-201544ba] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-201544ba] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-201544ba] {
  background: #fff 
}

.bat_more.active i[data-v-201544ba] {
  color: #000 
}

.btn_no_disabled[data-v-201544ba] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-201544ba] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-201544ba] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-201544ba],
.game_bat_2 button[data-v-201544ba]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-201544ba]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-201544ba] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-201544ba] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-201544ba]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-201544ba] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-201544ba] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-201544ba] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-201544ba],
.title_logo[data-v-201544ba] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-201544ba] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-201544ba] {
  height: 22px
}

.tab[data-v-201544ba] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-201544ba]:last-child {
  width: 100%
}

.tab li[data-v-201544ba]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-201544ba] {
  width: 50%
}

.tab li[data-v-201544ba]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-201544ba] {
  width: 33.333333333333%
}

.tab li[data-v-201544ba]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-201544ba] {
  width: 25%
}

.tab li[data-v-201544ba]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-201544ba] {
  width: 20%
}

.tab li[data-v-201544ba]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-201544ba] {
  width: 16.66666666666667%
}

.tab li button[data-v-201544ba] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-201544ba] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-201544ba]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-201544ba] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-201544ba] {
  border: 0
}

.wrap_sports_detail li[data-v-201544ba] {
  width: 100%
}

.wrap_sports_detail li[data-v-201544ba]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-201544ba]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-201544ba] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-201544ba] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-201544ba],
.detail_num>button[data-v-201544ba] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-201544ba] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-201544ba] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-201544ba]:last-child {
  width: 100%
}

.detail_num button[data-v-201544ba]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-201544ba] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-201544ba]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-201544ba] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-201544ba] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-201544ba] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-201544ba] {
  color: #fff 
}

.detail_num>button .up[data-v-201544ba]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-201544ba]:after,
.detail_num>button .up[data-v-201544ba]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-201544ba 1s ease-in-out 5;
  animation: blink-data-v-201544ba 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-201544ba]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-201544ba] {
  background: #f4053a
}

.detail_num>button.active i[data-v-201544ba] {
  color: #000
}

.detail_num>button .text-allocation[data-v-201544ba] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-201544ba] {
  color: #000 
}

.sports_bet_close[data-v-201544ba] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-201544ba],
.sports_bet_close[data-v-201544ba]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-201544ba]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-201544ba] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-201544ba],
.sports_bet_close_all[data-v-201544ba]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-201544ba]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-201544ba] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-201544ba]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-201544ba] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-201544ba]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-201544ba] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-201544ba],
.market_all_close[data-v-201544ba]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-201544ba]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-201544ba] {
    display: none
  }
}

.vjs-control-bar[data-v-201544ba] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-201544ba] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-201544ba] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-201544ba] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-201544ba]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-201544ba] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-201544ba]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-201544ba] {
  color: #fff 
}

.vjs-big-play-button[data-v-201544ba]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-201544ba],
  .detail_num button[data-v-201544ba]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-201544ba] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-201544ba]:nth-of-type(2),
  .game_bat button[data-v-201544ba]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-201544ba]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-201544ba] {
    width: 100%
  }

  .market_all_close[data-v-201544ba]:after,
  .market_domestic_all_close[data-v-201544ba]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-201544ba],
  .game_bat button:nth-of-type(3) i[data-v-201544ba] {
    display: none 
  }
}

.mini_bet_close[data-v-201544ba] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-201544ba],
.mini_bet_close[data-v-201544ba]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-201544ba]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-201544ba] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-201544ba] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-201544ba] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-201544ba]:first-of-type,
.flex_2dan div[data-v-201544ba]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-201544ba] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-201544ba]:first-of-type,
.flex_3dan div[data-v-201544ba]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-201544ba]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-201544ba] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-201544ba] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-201544ba] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-201544ba] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-201544ba] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-201544ba] {
  height: 40px
}

.mini_game_info[data-v-201544ba],
.mini_game_info span[data-v-201544ba]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-201544ba]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-201544ba] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-201544ba] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-201544ba]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-201544ba] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-201544ba] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-201544ba] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-201544ba] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-201544ba]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-201544ba] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-201544ba]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-201544ba] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-201544ba]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-201544ba] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-201544ba]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-201544ba] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-201544ba]:first-child,
.ul_game_item.item_10 li[data-v-201544ba]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-201544ba]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-201544ba] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-201544ba],
.ul_game_item button i[data-v-201544ba] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-201544ba] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-201544ba] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-201544ba] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-201544ba] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-201544ba] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-201544ba] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-201544ba] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-201544ba] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-201544ba] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-201544ba] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-201544ba] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-201544ba] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-201544ba] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-201544ba] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-201544ba] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-201544ba] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-201544ba] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-201544ba] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-201544ba] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-201544ba] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-201544ba] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-201544ba] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-201544ba] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-201544ba] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-201544ba] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-201544ba] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-201544ba] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-201544ba] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-201544ba] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-201544ba] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-201544ba] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-201544ba] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-201544ba] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-201544ba] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-201544ba] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-201544ba] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-201544ba] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-201544ba] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-201544ba]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-201544ba]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-201544ba]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-201544ba] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-201544ba] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-201544ba] {
    display: none
  }

  .flex_1dan ul[data-v-201544ba] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-201544ba]:first-of-type,
  .flex_3dan div[data-v-201544ba]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-201544ba]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-201544ba] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-201544ba]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-201544ba]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-201544ba]:first-of-type,
  .flex_3dan div[data-v-201544ba]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-201544ba]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-201544ba] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-201544ba] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-201544ba] {
    width: 100%
  }

  .flex_3dan div[data-v-201544ba]:first-of-type,
  .flex_3dan div[data-v-201544ba]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-201544ba]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-201544ba] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-201544ba] {
    width: 100%
  }

  .ul_game_item2 li[data-v-201544ba]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-201544ba]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-201544ba]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-201544ba]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-201544ba]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-201544ba] {
    padding: 101px 280px 0
  }

  .container_left[data-v-201544ba],
  .container_left_md[data-v-201544ba],
  .container_right[data-v-201544ba] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-201544ba]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-201544ba]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-201544ba]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-201544ba]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-201544ba] {
    padding-left: 40px
  }

  .container_left[data-v-201544ba] {
    display: none
  }

  .btn_left_control[data-v-201544ba] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-201544ba],
  .btn_left_control i[data-v-201544ba] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-201544ba] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-201544ba] {
    width: 26px
  }

  .btn_left_close[data-v-201544ba] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-201544ba] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-201544ba] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-201544ba]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-201544ba]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-201544ba]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-201544ba]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-201544ba]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-201544ba]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-201544ba] {
    display: block
  }

  .no-display-1600[data-v-201544ba] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-201544ba]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-201544ba]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-201544ba] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-201544ba] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-201544ba]:first-of-type,
  .container_center_2_mini>div>div[data-v-201544ba]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-201544ba] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-201544ba]:first-of-type,
  .container_center_3_mini>div>div[data-v-201544ba]:nth-of-type(2),
  .container_center_4_mini>div[data-v-201544ba]:first-of-type,
  .container_center_4_mini>div[data-v-201544ba]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-201544ba] {
    padding-right: 0
  }

  .container_right[data-v-201544ba] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-201544ba] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-201544ba] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-201544ba] {
    width: 26px
  }

  .container_right .right_screen[data-v-201544ba] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-201544ba] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-201544ba],
  .btn_left_control[data-v-201544ba],
  .container_left[data-v-201544ba] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-201544ba] {
    padding: 0
  }

  .mobile_scroll[data-v-201544ba] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-201544ba] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-201544ba],
.title_info_s[data-v-201544ba] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-201544ba] {
  font-size: 1.8rem
}

.title_info_s[data-v-201544ba]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-201544ba] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-201544ba] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-201544ba] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-201544ba] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-201544ba] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-201544ba] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-201544ba] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-201544ba] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-201544ba] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-201544ba] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-201544ba] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-201544ba] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-201544ba] {
  position: relative
}

.sub_visual_wallet img[data-v-201544ba] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-201544ba] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-201544ba] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-201544ba] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-201544ba] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-201544ba]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-201544ba],
.menu_wallet>li button[data-v-201544ba] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-201544ba],
.menu_wallet>li button.active[data-v-201544ba] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-201544ba] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-201544ba]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-201544ba] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-201544ba] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-201544ba] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-201544ba] {
  position: relative
}

.wallet_form button[data-v-201544ba] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-201544ba] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-201544ba] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-201544ba] {
  background: #141621 
}

h2.title_trade[data-v-201544ba] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-201544ba] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-201544ba] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-201544ba] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-201544ba],
.result_buy div[data-v-201544ba] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-201544ba] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-201544ba] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-201544ba] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-201544ba] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-201544ba] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-201544ba] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-201544ba] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-201544ba] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-201544ba],
.sub_visual.s_02[data-v-201544ba],
.sub_visual.s_03[data-v-201544ba],
.sub_visual.s_04[data-v-201544ba],
.sub_visual.s_05[data-v-201544ba],
.sub_visual.s_06[data-v-201544ba],
.sub_visual.s_07[data-v-201544ba],
.sub_visual.s_08[data-v-201544ba] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-201544ba] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-201544ba] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-201544ba] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-201544ba],
.sub_menu a[data-v-201544ba] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-201544ba] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-201544ba] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-201544ba],
.sub_menu a.nuxt-link-active[data-v-201544ba] {
  color: #e32028
}

.sub_tab ul[data-v-201544ba] {
  overflow: hidden
}

.sub_tab ul li[data-v-201544ba] {
  float: left
}

.sub_tab ul li a[data-v-201544ba] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-201544ba],
.sub_tab ul li a.active[data-v-201544ba] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-201544ba]:before,
.sub_tab ul li a.active[data-v-201544ba]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-201544ba] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-201544ba] {
  font-size: 2.2rem
}

.title_big[data-v-201544ba],
.title_normal[data-v-201544ba] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-201544ba] {
  font-size: 1.8rem
}

.title_small[data-v-201544ba] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-201544ba] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-201544ba] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-201544ba],
.title_tiny[data-v-201544ba] {
  position: relative;
  color: #fff
}

.title_sub[data-v-201544ba] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-201544ba]:before {
  bottom: -5px
}

.title_sub[data-v-201544ba]:after,
.title_sub[data-v-201544ba]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-201544ba]:after {
  bottom: -3px
}

.title_sub_1[data-v-201544ba] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-201544ba]:before {
  bottom: -5px
}

.title_sub_1[data-v-201544ba]:after,
.title_sub_1[data-v-201544ba]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-201544ba]:after {
  bottom: -3px
}

.title_sm[data-v-201544ba] {
  display: none
}

.title_hexa[data-v-201544ba] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-201544ba],
.title_hexa i[data-v-201544ba] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-201544ba] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-201544ba] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-201544ba] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-201544ba],
.title_hexa.t_on i[data-v-201544ba] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-201544ba] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-201544ba] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-201544ba] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-201544ba] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-201544ba] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-201544ba] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-201544ba] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-201544ba]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-201544ba]:first-of-type,
.sports_list li>div[data-v-201544ba]:nth-of-type(2),
.sports_list li>div[data-v-201544ba]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-201544ba] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-201544ba]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-201544ba] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-201544ba] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-201544ba] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-201544ba]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-201544ba] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-201544ba] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-201544ba] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-201544ba],
.game_bat button[data-v-201544ba] {
  position: relative
}

.game_bat button[data-v-201544ba]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-201544ba] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-201544ba] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-201544ba] {
  margin-right: 5px
}

.game_bat button[data-v-201544ba]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-201544ba] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-201544ba] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-201544ba] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-201544ba],
.game_bat button:nth-of-type(3) i img[data-v-201544ba] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-201544ba] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-201544ba]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-201544ba]:nth-of-type(2),
.game_bat button[data-v-201544ba]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-201544ba]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-201544ba],
.game_bat button.active[data-v-201544ba] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-201544ba]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-201544ba]:after,
.game_bat button:first-of-type .up[data-v-201544ba]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-201544ba 1s ease-in-out 5;
  animation: blink-data-v-201544ba 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-201544ba]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-201544ba]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-201544ba]:after,
.game_bat button:nth-of-type(2) .up[data-v-201544ba]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-201544ba 1s ease-in-out 5;
  animation: blink-data-v-201544ba 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-201544ba]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-201544ba]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-201544ba]:after,
.game_bat button:nth-of-type(3) .up[data-v-201544ba]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-201544ba 1s ease-in-out 5;
  animation: blink-data-v-201544ba 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-201544ba]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-201544ba] {
  padding: 0
}

.box_folder[data-v-201544ba],
.box_folder button[data-v-201544ba] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-201544ba] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-201544ba] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-201544ba]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-201544ba] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-201544ba]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-201544ba] {
  flex-wrap: wrap
}

.bank_info[data-v-201544ba],
.bank_info li[data-v-201544ba] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-201544ba] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-201544ba]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-201544ba] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-201544ba] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-201544ba] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-201544ba] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-201544ba] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-201544ba] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-201544ba] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-201544ba] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-201544ba] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-201544ba] {
  margin-right: 10px
}

.box_text_type_1[data-v-201544ba] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-201544ba],
.box_text_type_1 i[data-v-201544ba] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-201544ba] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-201544ba] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-201544ba],
.wl_tip[data-v-201544ba] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-201544ba],
.wl_tip ul li[data-v-201544ba] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-201544ba] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-201544ba] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-201544ba] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-201544ba],
.wl_waring ul li[data-v-201544ba] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-201544ba] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-201544ba] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-201544ba] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-201544ba] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-201544ba] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-201544ba] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-201544ba {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-201544ba {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-201544ba] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-201544ba] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-201544ba] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-201544ba],
.box_fx_buy_sell[data-v-201544ba],
.box_fx_result[data-v-201544ba],
.box_leverage_result[data-v-201544ba],
.current_time[data-v-201544ba],
.tab_box[data-v-201544ba],
.tab_time[data-v-201544ba] {
  position: relative
}

.copilot[data-v-201544ba] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-201544ba],
.copilot[data-v-201544ba]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-201544ba]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-201544ba] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-201544ba] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-201544ba] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-201544ba] {
  padding: 20px 15px
}

.copilot_foot[data-v-201544ba],
.copilot_foot button[data-v-201544ba] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-201544ba] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-201544ba] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-201544ba],
.copilot.step_2[data-v-201544ba] {
  top: 50px
}

.copilot.step_3[data-v-201544ba],
.copilot.step_4[data-v-201544ba],
.copilot.step_6[data-v-201544ba],
.copilot.step_7[data-v-201544ba],
.copilot.step_8[data-v-201544ba] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-201544ba] {
  top: 40px
}

.box_info_1[data-v-201544ba] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-201544ba] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-201544ba] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-201544ba]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-201544ba] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-201544ba] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-201544ba] {
  height: 40px
}

.title_guide_1 span[data-v-201544ba] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-201544ba] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-201544ba] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-201544ba] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-201544ba] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-201544ba] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-201544ba 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-201544ba 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-201544ba]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-201544ba]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-201544ba]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-201544ba]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-201544ba]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-201544ba {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-201544ba {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-201544ba] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-201544ba] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-201544ba] {
    margin-top: 0
  }

  .sub_visual[data-v-201544ba] {
    display: none
  }

  .box_sub_title[data-v-201544ba] {
    padding: 0 20px
  }

  .box_sub_container[data-v-201544ba] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-201544ba] {
    display: block
  }

  .title_sub[data-v-201544ba] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-201544ba]:before {
    bottom: -5px
  }

  .title_sub[data-v-201544ba]:after,
  .title_sub[data-v-201544ba]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-201544ba]:after {
    bottom: -3px
  }

  .sub_menu[data-v-201544ba] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-201544ba] {
    padding: 0
  }

  .box_sub_container[data-v-201544ba] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-201544ba] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-201544ba] {
    display: none
  }

  .box_bg_deep[data-v-201544ba] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-201544ba] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-201544ba] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-201544ba] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-201544ba],
  .result_buy div[data-v-201544ba] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-201544ba] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-201544ba] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-201544ba] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-201544ba] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-201544ba] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-201544ba] {
    padding: 0 5px
  }

  .box_folder button[data-v-201544ba] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-201544ba] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-201544ba] {
    padding: 0
  }

  .pagenation_type_1[data-v-201544ba] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-201544ba] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-201544ba] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-201544ba] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-201544ba],
  .pagenation_type_1 .btn_last[data-v-201544ba],
  .pagenation_type_1 .btn_next[data-v-201544ba],
  .pagenation_type_1 .btn_prev[data-v-201544ba] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-201544ba] {
    color: #bbb
  }

  .title_medium[data-v-201544ba] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-201544ba]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-201544ba]:first-of-type:hover,
  .game_bat.bet_three button[data-v-201544ba]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-201544ba]:nth-of-type(3):hover,
  .game_bat button[data-v-201544ba]:first-of-type:hover,
  .game_bat button[data-v-201544ba]:nth-of-type(3):hover {
    color: #fff ;
    background: #68327A;
  }

  .game_bat button.active:hover span[data-v-201544ba],
  .game_bat button.active span[data-v-201544ba],
  .game_bat button:hover span[data-v-201544ba] {
    color: #fff 
  }

  .bat_more[data-v-201544ba]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-201544ba],
  .bat_more[disabled][data-v-201544ba]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-201544ba]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-201544ba]:first-of-type:hover,
  .game_bat_2 button[data-v-201544ba]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-201544ba],
  .game_bat_2 button.active[data-v-201544ba]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-201544ba]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-201544ba] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-201544ba] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-201544ba]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-201544ba]:hover,
  .pagenation_type_1 .btn_last[data-v-201544ba]:hover,
  .pagenation_type_1 .btn_next[data-v-201544ba]:hover,
  .pagenation_type_1 .btn_prev[data-v-201544ba]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-201544ba]:hover,
  .ul_game_item button[data-v-201544ba]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.title_game[data-v-201544ba] {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 1.5rem;
  color: #ff2152;
  border: 1px solid #000;
  background: rgba(0, 0, 0, .8);
  padding: 0 10px
}

.title_game img[data-v-201544ba] {
  /* width: 18px; */
  height: 18px;
  margin-right: 10px
}

.title_game i[data-v-201544ba] {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 5px
}
body [data-v-6637024a] {
  /* background: #141621; */
  background: unset;
  overflow-y: hidden
}

[data-v-6637024a]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-6637024a]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-6637024a] {
  max-width: 1440px
}

.page-enter-active[data-v-6637024a],
.page-leave-active[data-v-6637024a] {
  transition: opacity .1s
}

.page-enter[data-v-6637024a],
.page-leave-to[data-v-6637024a] {
  opacity: 0
}

.b1[data-v-6637024a] {
  border: 1px solid red
}

.width-btn-100[data-v-6637024a] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-6637024a] {
  color: #e32028 
}

.main-color1-normal[data-v-6637024a] {
  color: #ff2152 
}

.main-color1-text[data-v-6637024a] {
  color: #ff9710 
}

.main-color1-deep[data-v-6637024a] {
  color: #ff6900 
}

.main-color1-light[data-v-6637024a] {
  color: #ff542e 
}

.color-white[data-v-6637024a] {
  color: #fff 
}

.main-color2-light[data-v-6637024a] {
  color: #a9da2b 
}

.main-color2[data-v-6637024a] {
  color: #67b628 
}

.main_color3_light[data-v-6637024a] {
  color: #ffc92f 
}

.main-color3[data-v-6637024a] {
  color: #febd02 
}

.main-color4[data-v-6637024a] {
  color: #7e93a6 
}

.main-color5-light[data-v-6637024a] {
  color: #42deda 
}

.main-color5[data-v-6637024a] {
  color: #01c8de 
}

.color-grey[data-v-6637024a] {
  color: #676c71 
}

.color-lightgrey[data-v-6637024a] {
  color: #ababab 
}

.color-deepgrey[data-v-6637024a] {
  color: #20222b 
}

.color-text-verylight[data-v-6637024a] {
  color: #80a7b8 
}

.color-text-light[data-v-6637024a] {
  color: #9a9aa7 
}

.color-text[data-v-6637024a] {
  color: #797986 
}

.color-text-deep[data-v-6637024a] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-6637024a] {
  color: #2f3b49 
}

.c_default[data-v-6637024a] {
  color: #fff 
}

.c_high[data-v-6637024a] {
  color: #ff1717 
}

.c_low[data-v-6637024a] {
  color: #0bf 
}

.c_buy_light[data-v-6637024a] {
  color: #fe5159 
}

.c_buy[data-v-6637024a] {
  color: #f14f57 
}

.bg_c_buy[data-v-6637024a] {
  background: #f14f57
}

.c_sell_light[data-v-6637024a] {
  color: #349bf0 
}

.c_sell[data-v-6637024a] {
  color: #3488db 
}

.bg_c_sell[data-v-6637024a] {
  background: #3488db
}

.c_ing[data-v-6637024a] {
  color: #fff 
}

.bg_ing[data-v-6637024a],
.bg_wait[data-v-6637024a] {
  background: #7e93a6 
}

.bg_background_deep[data-v-6637024a] {
  background: #000
}

.c_success[data-v-6637024a] {
  color: #1478f2 
}

.bg_success[data-v-6637024a] {
  background: #1478f2 
}

.c_complete[data-v-6637024a] {
  color: #fff 
}

.c_fail[data-v-6637024a] {
  color: #ff1e1e 
}

.bg_fail[data-v-6637024a] {
  background: #ff1e1e 
}

.c_cancel[data-v-6637024a] {
  color: #ff6900 
}

.bg_cancel[data-v-6637024a] {
  background: #ff6900 
}

.c_error[data-v-6637024a] {
  color: #ff6900 
}

.c_invaild[data-v-6637024a] {
  color: #999 
}

.bg_invaild[data-v-6637024a] {
  background: #666 
}

.bg_main[data-v-6637024a] {
  background: #e32028 
}

.bg_green_gra[data-v-6637024a] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-6637024a] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-6637024a] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-6637024a] {
  color: #ff5266 
}

.c_deposit_light[data-v-6637024a] {
  color: #a9da2b 
}

.c_deposit[data-v-6637024a] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-6637024a] {
  color: #ff8520 
}

.c_withdrawal[data-v-6637024a] {
  color: #ff6900 
}

.c_green[data-v-6637024a] {
  color: #009b1b 
}

.c_red[data-v-6637024a] {
  color: red 
}

.c_blue[data-v-6637024a] {
  color: #febd02 
}

.c_black[data-v-6637024a] {
  color: #000 
}

.bg_white[data-v-6637024a] {
  background: #fff 
}

.bg_green[data-v-6637024a] {
  background: #6dcb1b 
}

.box_c_ing[data-v-6637024a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-6637024a] {
  background: #f14f57
}

.box_c_buy[data-v-6637024a],
.box_c_invaild[data-v-6637024a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-6637024a] {
  background: #999
}

.box_c_sell[data-v-6637024a] {
  background: #3488db
}

.box_c_sell[data-v-6637024a],
.box_c_success[data-v-6637024a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-6637024a] {
  background: #ff6900
}

.box_c_fail[data-v-6637024a] {
  background: #67b628
}

.box_c_extedn[data-v-6637024a],
.box_c_fail[data-v-6637024a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-6637024a] {
  background: #43586c
}

.ps__rail-x[data-v-6637024a] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-6637024a],
.ps__rail-y[data-v-6637024a] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-6637024a] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-6637024a],
.ps--active-y>.ps__rail-y[data-v-6637024a] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-6637024a],
.ps--focus>.ps__rail-y[data-v-6637024a],
.ps--scrolling-x>.ps__rail-x[data-v-6637024a],
.ps--scrolling-y>.ps__rail-y[data-v-6637024a],
.ps:hover>.ps__rail-x[data-v-6637024a],
.ps:hover>.ps__rail-y[data-v-6637024a] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-6637024a],
.ps.ps__rail-x[data-v-6637024a]:focus,
.ps.ps__rail-x[data-v-6637024a]:hover,
.ps.ps__rail-y.ps--clicking[data-v-6637024a],
.ps.ps__rail-y[data-v-6637024a]:focus,
.ps.ps__rail-y[data-v-6637024a]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-6637024a] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-6637024a],
.ps__thumb-y[data-v-6637024a] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-6637024a] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-6637024a],
.ps__rail-x:focus>.ps__thumb-x[data-v-6637024a],
.ps__rail-x:hover>.ps__thumb-x[data-v-6637024a] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-6637024a],
.ps__rail-y:focus>.ps__thumb-y[data-v-6637024a],
.ps__rail-y:hover>.ps__thumb-y[data-v-6637024a] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-6637024a] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-6637024a] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-6637024a] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-6637024a] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-6637024a] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-6637024a] {
  display: none 
}

.toast-top-center[data-v-6637024a] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-6637024a] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-6637024a] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-6637024a] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-6637024a] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-6637024a],
.pagenation_type_1 .btn_last[data-v-6637024a],
.pagenation_type_1 .btn_next[data-v-6637024a],
.pagenation_type_1 .btn_prev[data-v-6637024a] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-6637024a] {
  color: #bbb
}

.wrap_type_3[data-v-6637024a] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-6637024a] {
  background: #0b0c10
}

.container_left[data-v-6637024a],
.container_left_md[data-v-6637024a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-6637024a] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-6637024a] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-6637024a] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-6637024a] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-6637024a]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-6637024a] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-6637024a] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-6637024a] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-6637024a] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-6637024a]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-6637024a]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-6637024a],
.container_center_3_mini>div[data-v-6637024a] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-6637024a] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-6637024a]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-6637024a]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-6637024a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-6637024a]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-6637024a]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-6637024a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-6637024a]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-6637024a]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-6637024a] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-6637024a] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-6637024a],
.bg_grad_1_x[data-v-6637024a] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-6637024a] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-6637024a] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-6637024a] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-6637024a],
.bg_normal_2[data-v-6637024a] {
  background: #141621
}

.btn_left_close[data-v-6637024a],
.btn_left_control[data-v-6637024a],
.btn_right_close[data-v-6637024a],
.right_screen[data-v-6637024a] {
  display: none
}

.box_logo[data-v-6637024a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-6637024a] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-6637024a] {
  display: none
}

.text_dot[data-v-6637024a] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-6637024a {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-6637024a {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-6637024a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-6637024a] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-6637024a] {
  background: #fff 
}

.bat_more.active i[data-v-6637024a] {
  color: #000 
}

.btn_no_disabled[data-v-6637024a] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-6637024a] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-6637024a] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-6637024a],
.game_bat_2 button[data-v-6637024a]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-6637024a]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-6637024a] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-6637024a] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-6637024a]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-6637024a] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-6637024a] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-6637024a] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-6637024a],
.title_logo[data-v-6637024a] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-6637024a] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-6637024a] {
  height: 22px
}

.tab[data-v-6637024a] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-6637024a]:last-child {
  width: 100%
}

.tab li[data-v-6637024a]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-6637024a] {
  width: 50%
}

.tab li[data-v-6637024a]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-6637024a] {
  width: 33.333333333333%
}

.tab li[data-v-6637024a]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-6637024a] {
  width: 25%
}

.tab li[data-v-6637024a]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-6637024a] {
  width: 20%
}

.tab li[data-v-6637024a]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-6637024a] {
  width: 16.66666666666667%
}

.tab li button[data-v-6637024a] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-6637024a] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-6637024a]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-6637024a] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-6637024a] {
  border: 0
}

.wrap_sports_detail li[data-v-6637024a] {
  width: 100%
}

.wrap_sports_detail li[data-v-6637024a]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-6637024a]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-6637024a] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-6637024a] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-6637024a],
.detail_num>button[data-v-6637024a] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-6637024a] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-6637024a] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-6637024a]:last-child {
  width: 100%
}

.detail_num button[data-v-6637024a]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-6637024a] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-6637024a]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-6637024a] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-6637024a] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-6637024a] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-6637024a] {
  color: #fff 
}

.detail_num>button .up[data-v-6637024a]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-6637024a]:after,
.detail_num>button .up[data-v-6637024a]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-6637024a 1s ease-in-out 5;
  animation: blink-data-v-6637024a 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-6637024a]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-6637024a] {
  background: #9A5FAD
}

.detail_num>button.active i[data-v-6637024a] {
  color: #000
}

.detail_num>button .text-allocation[data-v-6637024a] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-6637024a] {
  color: #000 
}

.sports_bet_close[data-v-6637024a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-6637024a],
.sports_bet_close[data-v-6637024a]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-6637024a]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-6637024a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-6637024a],
.sports_bet_close_all[data-v-6637024a]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-6637024a]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-6637024a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-6637024a]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-6637024a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-6637024a]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-6637024a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-6637024a],
.market_all_close[data-v-6637024a]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-6637024a]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-6637024a] {
    display: none
  }
}

.vjs-control-bar[data-v-6637024a] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-6637024a] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-6637024a] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-6637024a] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-6637024a]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-6637024a] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-6637024a]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-6637024a] {
  color: #fff 
}

.vjs-big-play-button[data-v-6637024a]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-6637024a],
  .detail_num button[data-v-6637024a]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-6637024a] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-6637024a]:nth-of-type(2),
  .game_bat button[data-v-6637024a]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-6637024a]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-6637024a] {
    width: 100%
  }

  .market_all_close[data-v-6637024a]:after,
  .market_domestic_all_close[data-v-6637024a]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-6637024a],
  .game_bat button:nth-of-type(3) i[data-v-6637024a] {
    display: none 
  }
}

.mini_bet_close[data-v-6637024a] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-6637024a],
.mini_bet_close[data-v-6637024a]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-6637024a]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-6637024a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-6637024a] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-6637024a] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-6637024a]:first-of-type,
.flex_2dan div[data-v-6637024a]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-6637024a] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-6637024a]:first-of-type,
.flex_3dan div[data-v-6637024a]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-6637024a]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-6637024a] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-6637024a] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-6637024a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-6637024a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-6637024a] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-6637024a] {
  height: 40px
}

.mini_game_info[data-v-6637024a],
.mini_game_info span[data-v-6637024a]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-6637024a]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-6637024a] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-6637024a] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-6637024a]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-6637024a] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-6637024a] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-6637024a] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-6637024a] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-6637024a]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-6637024a] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-6637024a]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-6637024a] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-6637024a]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-6637024a] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-6637024a]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-6637024a] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-6637024a]:first-child,
.ul_game_item.item_10 li[data-v-6637024a]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-6637024a]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-6637024a] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-6637024a],
.ul_game_item button i[data-v-6637024a] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-6637024a] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-6637024a] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-6637024a] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-6637024a] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-6637024a] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-6637024a] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-6637024a] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-6637024a] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-6637024a] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-6637024a] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-6637024a] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-6637024a] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-6637024a] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-6637024a] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-6637024a] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-6637024a] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-6637024a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-6637024a] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-6637024a] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-6637024a] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-6637024a] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-6637024a] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-6637024a] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-6637024a] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-6637024a] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-6637024a] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-6637024a] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-6637024a] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-6637024a] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-6637024a] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-6637024a] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-6637024a] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-6637024a] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-6637024a] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-6637024a] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-6637024a] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-6637024a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-6637024a] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-6637024a]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-6637024a]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-6637024a]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-6637024a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-6637024a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-6637024a] {
    display: none
  }

  .flex_1dan ul[data-v-6637024a] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-6637024a]:first-of-type,
  .flex_3dan div[data-v-6637024a]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-6637024a]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-6637024a] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-6637024a]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-6637024a]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-6637024a]:first-of-type,
  .flex_3dan div[data-v-6637024a]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-6637024a]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-6637024a] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-6637024a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-6637024a] {
    width: 100%
  }

  .flex_3dan div[data-v-6637024a]:first-of-type,
  .flex_3dan div[data-v-6637024a]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-6637024a]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-6637024a] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-6637024a] {
    width: 100%
  }

  .ul_game_item2 li[data-v-6637024a]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-6637024a]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-6637024a]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-6637024a]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-6637024a]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-6637024a] {
    padding: 101px 280px 0
  }

  .container_left[data-v-6637024a],
  .container_left_md[data-v-6637024a],
  .container_right[data-v-6637024a] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-6637024a]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-6637024a]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-6637024a]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-6637024a]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-6637024a] {
    padding-left: 40px
  }

  .container_left[data-v-6637024a] {
    display: none
  }

  .btn_left_control[data-v-6637024a] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-6637024a],
  .btn_left_control i[data-v-6637024a] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-6637024a] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-6637024a] {
    width: 26px
  }

  .btn_left_close[data-v-6637024a] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-6637024a] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-6637024a] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-6637024a]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-6637024a]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-6637024a]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-6637024a]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-6637024a]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-6637024a]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-6637024a] {
    display: block
  }

  .no-display-1600[data-v-6637024a] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-6637024a]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-6637024a]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-6637024a] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-6637024a] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-6637024a]:first-of-type,
  .container_center_2_mini>div>div[data-v-6637024a]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-6637024a] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-6637024a]:first-of-type,
  .container_center_3_mini>div>div[data-v-6637024a]:nth-of-type(2),
  .container_center_4_mini>div[data-v-6637024a]:first-of-type,
  .container_center_4_mini>div[data-v-6637024a]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-6637024a] {
    padding-right: 0
  }

  .container_right[data-v-6637024a] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-6637024a] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-6637024a] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-6637024a] {
    width: 26px
  }

  .container_right .right_screen[data-v-6637024a] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-6637024a] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-6637024a],
  .btn_left_control[data-v-6637024a],
  .container_left[data-v-6637024a] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-6637024a] {
    padding: 0
  }

  .mobile_scroll[data-v-6637024a] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-6637024a] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-6637024a],
.title_info_s[data-v-6637024a] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-6637024a] {
  font-size: 1.8rem
}

.title_info_s[data-v-6637024a]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-6637024a] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-6637024a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-6637024a] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-6637024a] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-6637024a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-6637024a] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-6637024a] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-6637024a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-6637024a] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-6637024a] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-6637024a] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-6637024a] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-6637024a] {
  position: relative
}

.sub_visual_wallet img[data-v-6637024a] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-6637024a] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-6637024a] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-6637024a] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-6637024a] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-6637024a]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-6637024a],
.menu_wallet>li button[data-v-6637024a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-6637024a],
.menu_wallet>li button.active[data-v-6637024a] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-6637024a] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-6637024a]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-6637024a] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-6637024a] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-6637024a] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-6637024a] {
  position: relative
}

.wallet_form button[data-v-6637024a] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-6637024a] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-6637024a] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-6637024a] {
  background: #141621 
}

h2.title_trade[data-v-6637024a] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-6637024a] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-6637024a] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-6637024a] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-6637024a],
.result_buy div[data-v-6637024a] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-6637024a] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-6637024a] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-6637024a] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-6637024a] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-6637024a] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-6637024a] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-6637024a] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-6637024a] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-6637024a],
.sub_visual.s_02[data-v-6637024a],
.sub_visual.s_03[data-v-6637024a],
.sub_visual.s_04[data-v-6637024a],
.sub_visual.s_05[data-v-6637024a],
.sub_visual.s_06[data-v-6637024a],
.sub_visual.s_07[data-v-6637024a],
.sub_visual.s_08[data-v-6637024a] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-6637024a] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-6637024a] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-6637024a] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-6637024a],
.sub_menu a[data-v-6637024a] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-6637024a] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-6637024a] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-6637024a],
.sub_menu a.nuxt-link-active[data-v-6637024a] {
  color: #e32028
}

.sub_tab ul[data-v-6637024a] {
  overflow: hidden
}

.sub_tab ul li[data-v-6637024a] {
  float: left
}

.sub_tab ul li a[data-v-6637024a] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-6637024a],
.sub_tab ul li a.active[data-v-6637024a] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-6637024a]:before,
.sub_tab ul li a.active[data-v-6637024a]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-6637024a] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-6637024a] {
  font-size: 2.2rem
}

.title_big[data-v-6637024a],
.title_normal[data-v-6637024a] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-6637024a] {
  font-size: 1.8rem
}

.title_small[data-v-6637024a] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-6637024a] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-6637024a] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-6637024a],
.title_tiny[data-v-6637024a] {
  position: relative;
  color: #fff
}

.title_sub[data-v-6637024a] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-6637024a]:before {
  bottom: -5px
}

.title_sub[data-v-6637024a]:after,
.title_sub[data-v-6637024a]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-6637024a]:after {
  bottom: -3px
}

.title_sub_1[data-v-6637024a] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-6637024a]:before {
  bottom: -5px
}

.title_sub_1[data-v-6637024a]:after,
.title_sub_1[data-v-6637024a]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-6637024a]:after {
  bottom: -3px
}

.title_sm[data-v-6637024a] {
  display: none
}

.title_hexa[data-v-6637024a] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-6637024a],
.title_hexa i[data-v-6637024a] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-6637024a] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-6637024a] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-6637024a] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-6637024a],
.title_hexa.t_on i[data-v-6637024a] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-6637024a] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-6637024a] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-6637024a] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-6637024a] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-6637024a] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-6637024a] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-6637024a] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-6637024a]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-6637024a]:first-of-type,
.sports_list li>div[data-v-6637024a]:nth-of-type(2),
.sports_list li>div[data-v-6637024a]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-6637024a] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-6637024a]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-6637024a] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-6637024a] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-6637024a] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-6637024a]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-6637024a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-6637024a] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-6637024a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-6637024a],
.game_bat button[data-v-6637024a] {
  position: relative
}

.game_bat button[data-v-6637024a]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-6637024a] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-6637024a] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-6637024a] {
  margin-right: 5px
}

.game_bat button[data-v-6637024a]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-6637024a] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-6637024a] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-6637024a] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-6637024a],
.game_bat button:nth-of-type(3) i img[data-v-6637024a] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-6637024a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-6637024a]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-6637024a]:nth-of-type(2),
.game_bat button[data-v-6637024a]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-6637024a]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-6637024a],
.game_bat button.active[data-v-6637024a] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-6637024a]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-6637024a]:after,
.game_bat button:first-of-type .up[data-v-6637024a]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-6637024a 1s ease-in-out 5;
  animation: blink-data-v-6637024a 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-6637024a]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-6637024a]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-6637024a]:after,
.game_bat button:nth-of-type(2) .up[data-v-6637024a]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-6637024a 1s ease-in-out 5;
  animation: blink-data-v-6637024a 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-6637024a]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-6637024a]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-6637024a]:after,
.game_bat button:nth-of-type(3) .up[data-v-6637024a]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-6637024a 1s ease-in-out 5;
  animation: blink-data-v-6637024a 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-6637024a]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-6637024a] {
  padding: 0
}

.box_folder[data-v-6637024a],
.box_folder button[data-v-6637024a] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-6637024a] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-6637024a] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-6637024a]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-6637024a] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-6637024a]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-6637024a] {
  flex-wrap: wrap
}

.bank_info[data-v-6637024a],
.bank_info li[data-v-6637024a] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-6637024a] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-6637024a]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-6637024a] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-6637024a] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-6637024a] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-6637024a] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-6637024a] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-6637024a] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-6637024a] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-6637024a] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-6637024a] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-6637024a] {
  margin-right: 10px
}

.box_text_type_1[data-v-6637024a] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-6637024a],
.box_text_type_1 i[data-v-6637024a] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-6637024a] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-6637024a] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-6637024a],
.wl_tip[data-v-6637024a] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-6637024a],
.wl_tip ul li[data-v-6637024a] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-6637024a] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-6637024a] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-6637024a] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-6637024a],
.wl_waring ul li[data-v-6637024a] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-6637024a] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-6637024a] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-6637024a] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-6637024a] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-6637024a] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-6637024a] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-6637024a {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-6637024a {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-6637024a] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-6637024a] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-6637024a] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-6637024a],
.box_fx_buy_sell[data-v-6637024a],
.box_fx_result[data-v-6637024a],
.box_leverage_result[data-v-6637024a],
.current_time[data-v-6637024a],
.tab_box[data-v-6637024a],
.tab_time[data-v-6637024a] {
  position: relative
}

.copilot[data-v-6637024a] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-6637024a],
.copilot[data-v-6637024a]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-6637024a]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-6637024a] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-6637024a] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-6637024a] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-6637024a] {
  padding: 20px 15px
}

.copilot_foot[data-v-6637024a],
.copilot_foot button[data-v-6637024a] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-6637024a] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-6637024a] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-6637024a],
.copilot.step_2[data-v-6637024a] {
  top: 50px
}

.copilot.step_3[data-v-6637024a],
.copilot.step_4[data-v-6637024a],
.copilot.step_6[data-v-6637024a],
.copilot.step_7[data-v-6637024a],
.copilot.step_8[data-v-6637024a] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-6637024a] {
  top: 40px
}

.box_info_1[data-v-6637024a] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-6637024a] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-6637024a] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-6637024a]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-6637024a] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-6637024a] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-6637024a] {
  height: 40px
}

.title_guide_1 span[data-v-6637024a] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-6637024a] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-6637024a] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-6637024a] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-6637024a] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-6637024a] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-6637024a 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-6637024a 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-6637024a]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-6637024a]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-6637024a]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-6637024a]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-6637024a]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-6637024a {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-6637024a {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-6637024a] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-6637024a] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-6637024a] {
    margin-top: 0
  }

  .sub_visual[data-v-6637024a] {
    display: none
  }

  .box_sub_title[data-v-6637024a] {
    padding: 0 20px
  }

  .box_sub_container[data-v-6637024a] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-6637024a] {
    display: block
  }

  .title_sub[data-v-6637024a] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-6637024a]:before {
    bottom: -5px
  }

  .title_sub[data-v-6637024a]:after,
  .title_sub[data-v-6637024a]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-6637024a]:after {
    bottom: -3px
  }

  .sub_menu[data-v-6637024a] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-6637024a] {
    padding: 0
  }

  .box_sub_container[data-v-6637024a] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-6637024a] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-6637024a] {
    display: none
  }

  .box_bg_deep[data-v-6637024a] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-6637024a] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-6637024a] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-6637024a] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-6637024a],
  .result_buy div[data-v-6637024a] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-6637024a] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-6637024a] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-6637024a] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-6637024a] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-6637024a] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-6637024a] {
    padding: 0 5px
  }

  .box_folder button[data-v-6637024a] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-6637024a] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-6637024a] {
    padding: 0
  }

  .pagenation_type_1[data-v-6637024a] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-6637024a] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-6637024a] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-6637024a] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-6637024a],
  .pagenation_type_1 .btn_last[data-v-6637024a],
  .pagenation_type_1 .btn_next[data-v-6637024a],
  .pagenation_type_1 .btn_prev[data-v-6637024a] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-6637024a] {
    color: #bbb
  }

  .title_medium[data-v-6637024a] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-6637024a]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-6637024a]:first-of-type:hover,
  .game_bat.bet_three button[data-v-6637024a]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-6637024a]:nth-of-type(3):hover,
  .game_bat button[data-v-6637024a]:first-of-type:hover,
  .game_bat button[data-v-6637024a]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-6637024a],
  .game_bat button.active span[data-v-6637024a],
  .game_bat button:hover span[data-v-6637024a] {
    color: #fff 
  }

  .bat_more[data-v-6637024a]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-6637024a],
  .bat_more[disabled][data-v-6637024a]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-6637024a]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-6637024a]:first-of-type:hover,
  .game_bat_2 button[data-v-6637024a]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-6637024a],
  .game_bat_2 button.active[data-v-6637024a]:hover {
    color: #fff ;
    background: #68327A
  }

  .detail_num>button[data-v-6637024a]:hover {
    background: #68327A 
  }

  .detail_num>button:hover i[data-v-6637024a] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-6637024a] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-6637024a]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-6637024a]:hover,
  .pagenation_type_1 .btn_last[data-v-6637024a]:hover,
  .pagenation_type_1 .btn_next[data-v-6637024a]:hover,
  .pagenation_type_1 .btn_prev[data-v-6637024a]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-6637024a]:hover,
  .ul_game_item button[data-v-6637024a]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.wrap_video[data-v-6637024a] {
  background: #000;
  margin-bottom: 5px
}

.wrap_video .state_rest[data-v-6637024a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 20px
}

.wrap_video .state_rest i[data-v-6637024a] {
  font-size: 4rem;
  color: #e32028
}

.wrap_video .state_rest em[data-v-6637024a] {
  color: #e32028;
  font-size: 1.5rem;
  margin-top: 20px
}

.wrap_video .state_rest span[data-v-6637024a] {
  color: #797986;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 5px
}

.b_b_1[data-v-6637024a] {
  border-bottom: 1px dashed #ff8700
}

.acodian_market_all[data-v-6637024a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 28px;
  background: rgba(0, 0, 0, .8);
  margin-top: 1px
}

.acodian_market_all button[data-v-6637024a] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 5px
}

.acodian_market_all em[data-v-6637024a] {
  display: inline-flex;
  align-items: center;
  height: 28px;
  color: #f4053a;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 5px;
  padding-bottom: 2px
}

.acodian_market_all i[data-v-6637024a] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.ani-iframe[data-v-6637024a] {
  display: block;
  border: none;
  height: 100vh;
  width: 100vw
}
body [data-v-4804041f] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-4804041f]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-4804041f]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-4804041f] {
  max-width: 1440px
}

.page-enter-active[data-v-4804041f],
.page-leave-active[data-v-4804041f] {
  transition: opacity .1s
}

.page-enter[data-v-4804041f],
.page-leave-to[data-v-4804041f] {
  opacity: 0
}

.b1[data-v-4804041f] {
  border: 1px solid red
}

.width-btn-100[data-v-4804041f] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-4804041f] {
  color: #e32028 
}

.main-color1-normal[data-v-4804041f] {
  color: #ff2152 
}

.main-color1-text[data-v-4804041f] {
  color: #ff9710 
}

.main-color1-deep[data-v-4804041f] {
  color: #ff6900 
}

.main-color1-light[data-v-4804041f] {
  color: #ff542e 
}

.color-white[data-v-4804041f] {
  color: #fff 
}

.main-color2-light[data-v-4804041f] {
  color: #a9da2b 
}

.main-color2[data-v-4804041f] {
  color: #67b628 
}

.main_color3_light[data-v-4804041f] {
  color: #ffc92f 
}

.main-color3[data-v-4804041f] {
  color: #febd02 
}

.main-color4[data-v-4804041f] {
  color: #7e93a6 
}

.main-color5-light[data-v-4804041f] {
  color: #42deda 
}

.main-color5[data-v-4804041f] {
  color: #01c8de 
}

.color-grey[data-v-4804041f] {
  color: #676c71 
}

.color-lightgrey[data-v-4804041f] {
  color: #ababab 
}

.color-deepgrey[data-v-4804041f] {
  color: #20222b 
}

.color-text-verylight[data-v-4804041f] {
  color: #80a7b8 
}

.color-text-light[data-v-4804041f] {
  color: #9a9aa7 
}

.color-text[data-v-4804041f] {
  color: #797986 
}

.color-text-deep[data-v-4804041f] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-4804041f] {
  color: #2f3b49 
}

.c_default[data-v-4804041f] {
  color: #fff 
}

.c_high[data-v-4804041f] {
  color: #ff1717 
}

.c_low[data-v-4804041f] {
  color: #0bf 
}

.c_buy_light[data-v-4804041f] {
  color: #fe5159 
}

.c_buy[data-v-4804041f] {
  color: #f14f57 
}

.bg_c_buy[data-v-4804041f] {
  background: #f14f57
}

.c_sell_light[data-v-4804041f] {
  color: #349bf0 
}

.c_sell[data-v-4804041f] {
  color: #3488db 
}

.bg_c_sell[data-v-4804041f] {
  background: #3488db
}

.c_ing[data-v-4804041f] {
  color: #fff 
}

.bg_ing[data-v-4804041f],
.bg_wait[data-v-4804041f] {
  background: #7e93a6 
}

.bg_background_deep[data-v-4804041f] {
  background: #000
}

.c_success[data-v-4804041f] {
  color: #1478f2 
}

.bg_success[data-v-4804041f] {
  background: #1478f2 
}

.c_complete[data-v-4804041f] {
  color: #fff 
}

.c_fail[data-v-4804041f] {
  color: #ff1e1e 
}

.bg_fail[data-v-4804041f] {
  background: #ff1e1e 
}

.c_cancel[data-v-4804041f] {
  color: #ff6900 
}

.bg_cancel[data-v-4804041f] {
  background: #ff6900 
}

.c_error[data-v-4804041f] {
  color: #ff6900 
}

.c_invaild[data-v-4804041f] {
  color: #999 
}

.bg_invaild[data-v-4804041f] {
  background: #666 
}

.bg_main[data-v-4804041f] {
  background: #e32028 
}

.bg_green_gra[data-v-4804041f] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-4804041f] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-4804041f] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-4804041f] {
  color: #ff5266 
}

.c_deposit_light[data-v-4804041f] {
  color: #a9da2b 
}

.c_deposit[data-v-4804041f] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-4804041f] {
  color: #ff8520 
}

.c_withdrawal[data-v-4804041f] {
  color: #ff6900 
}

.c_green[data-v-4804041f] {
  color: #009b1b 
}

.c_red[data-v-4804041f] {
  color: red 
}

.c_blue[data-v-4804041f] {
  color: #febd02 
}

.c_black[data-v-4804041f] {
  color: #000 
}

.bg_white[data-v-4804041f] {
  background: #fff 
}

.bg_green[data-v-4804041f] {
  background: #6dcb1b 
}

.box_c_ing[data-v-4804041f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-4804041f] {
  background: #f14f57
}

.box_c_buy[data-v-4804041f],
.box_c_invaild[data-v-4804041f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-4804041f] {
  background: #999
}

.box_c_sell[data-v-4804041f] {
  background: #3488db
}

.box_c_sell[data-v-4804041f],
.box_c_success[data-v-4804041f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-4804041f] {
  background: #ff6900
}

.box_c_fail[data-v-4804041f] {
  background: #67b628
}

.box_c_extedn[data-v-4804041f],
.box_c_fail[data-v-4804041f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-4804041f] {
  background: #43586c
}

.ps__rail-x[data-v-4804041f] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-4804041f],
.ps__rail-y[data-v-4804041f] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-4804041f] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-4804041f],
.ps--active-y>.ps__rail-y[data-v-4804041f] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-4804041f],
.ps--focus>.ps__rail-y[data-v-4804041f],
.ps--scrolling-x>.ps__rail-x[data-v-4804041f],
.ps--scrolling-y>.ps__rail-y[data-v-4804041f],
.ps:hover>.ps__rail-x[data-v-4804041f],
.ps:hover>.ps__rail-y[data-v-4804041f] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-4804041f],
.ps.ps__rail-x[data-v-4804041f]:focus,
.ps.ps__rail-x[data-v-4804041f]:hover,
.ps.ps__rail-y.ps--clicking[data-v-4804041f],
.ps.ps__rail-y[data-v-4804041f]:focus,
.ps.ps__rail-y[data-v-4804041f]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-4804041f] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-4804041f],
.ps__thumb-y[data-v-4804041f] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-4804041f] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-4804041f],
.ps__rail-x:focus>.ps__thumb-x[data-v-4804041f],
.ps__rail-x:hover>.ps__thumb-x[data-v-4804041f] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-4804041f],
.ps__rail-y:focus>.ps__thumb-y[data-v-4804041f],
.ps__rail-y:hover>.ps__thumb-y[data-v-4804041f] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-4804041f] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-4804041f] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-4804041f] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-4804041f] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-4804041f] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-4804041f] {
  display: none 
}

.toast-top-center[data-v-4804041f] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-4804041f] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-4804041f] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-4804041f] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-4804041f] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-4804041f],
.pagenation_type_1 .btn_last[data-v-4804041f],
.pagenation_type_1 .btn_next[data-v-4804041f],
.pagenation_type_1 .btn_prev[data-v-4804041f] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-4804041f] {
  color: #bbb
}

.wrap_type_3[data-v-4804041f] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-4804041f] {
  background: #0b0c10
}

.container_left[data-v-4804041f],
.container_left_md[data-v-4804041f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-4804041f] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-4804041f] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-4804041f] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-4804041f] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-4804041f]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-4804041f] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-4804041f] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-4804041f] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-4804041f] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-4804041f]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-4804041f]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-4804041f],
.container_center_3_mini>div[data-v-4804041f] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-4804041f] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-4804041f]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-4804041f]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-4804041f] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-4804041f]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-4804041f]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-4804041f] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-4804041f]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-4804041f]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-4804041f] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-4804041f] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-4804041f],
.bg_grad_1_x[data-v-4804041f] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-4804041f] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-4804041f] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-4804041f] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-4804041f],
.bg_normal_2[data-v-4804041f] {
  background: #141621
}

.btn_left_close[data-v-4804041f],
.btn_left_control[data-v-4804041f],
.btn_right_close[data-v-4804041f],
.right_screen[data-v-4804041f] {
  display: none
}

.box_logo[data-v-4804041f] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-4804041f] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-4804041f] {
  display: none
}

.text_dot[data-v-4804041f] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-4804041f {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-4804041f {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-4804041f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-4804041f] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-4804041f] {
  background: #fff 
}

.bat_more.active i[data-v-4804041f] {
  color: #000 
}

.btn_no_disabled[data-v-4804041f] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-4804041f] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-4804041f] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-4804041f],
.game_bat_2 button[data-v-4804041f]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-4804041f]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-4804041f] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-4804041f] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-4804041f]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-4804041f] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-4804041f] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-4804041f] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-4804041f],
.title_logo[data-v-4804041f] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-4804041f] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-4804041f] {
  height: 22px
}

.tab[data-v-4804041f] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-4804041f]:last-child {
  width: 100%
}

.tab li[data-v-4804041f]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-4804041f] {
  width: 50%
}

.tab li[data-v-4804041f]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-4804041f] {
  width: 33.333333333333%
}

.tab li[data-v-4804041f]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-4804041f] {
  width: 25%
}

.tab li[data-v-4804041f]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-4804041f] {
  width: 20%
}

.tab li[data-v-4804041f]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-4804041f] {
  width: 16.66666666666667%
}

.tab li button[data-v-4804041f] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-4804041f] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-4804041f]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-4804041f] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-4804041f] {
  border: 0
}

.wrap_sports_detail li[data-v-4804041f] {
  width: 100%
}

.wrap_sports_detail li[data-v-4804041f]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-4804041f]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-4804041f] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-4804041f] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-4804041f],
.detail_num>button[data-v-4804041f] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-4804041f] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-4804041f] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-4804041f]:last-child {
  width: 100%
}

.detail_num button[data-v-4804041f]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-4804041f] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-4804041f]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-4804041f] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-4804041f] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-4804041f] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-4804041f] {
  color: #fff 
}

.detail_num>button .up[data-v-4804041f]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-4804041f]:after,
.detail_num>button .up[data-v-4804041f]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4804041f 1s ease-in-out 5;
  animation: blink-data-v-4804041f 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-4804041f]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-4804041f] {
  background: #f4053a
}

.detail_num>button.active i[data-v-4804041f] {
  color: #000
}

.detail_num>button .text-allocation[data-v-4804041f] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-4804041f] {
  color: #000 
}

.sports_bet_close[data-v-4804041f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-4804041f],
.sports_bet_close[data-v-4804041f]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-4804041f]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-4804041f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-4804041f],
.sports_bet_close_all[data-v-4804041f]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-4804041f]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-4804041f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-4804041f]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-4804041f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-4804041f]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-4804041f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-4804041f],
.market_all_close[data-v-4804041f]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-4804041f]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-4804041f] {
    display: none
  }
}

.vjs-control-bar[data-v-4804041f] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-4804041f] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-4804041f] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-4804041f] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-4804041f]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-4804041f] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-4804041f]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-4804041f] {
  color: #fff 
}

.vjs-big-play-button[data-v-4804041f]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-4804041f],
  .detail_num button[data-v-4804041f]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-4804041f] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-4804041f]:nth-of-type(2),
  .game_bat button[data-v-4804041f]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-4804041f]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-4804041f] {
    width: 100%
  }

  .market_all_close[data-v-4804041f]:after,
  .market_domestic_all_close[data-v-4804041f]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-4804041f],
  .game_bat button:nth-of-type(3) i[data-v-4804041f] {
    display: none 
  }
}

.mini_bet_close[data-v-4804041f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-4804041f],
.mini_bet_close[data-v-4804041f]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-4804041f]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-4804041f] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-4804041f] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-4804041f] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-4804041f]:first-of-type,
.flex_2dan div[data-v-4804041f]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-4804041f] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-4804041f]:first-of-type,
.flex_3dan div[data-v-4804041f]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-4804041f]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-4804041f] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-4804041f] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-4804041f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-4804041f] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-4804041f] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-4804041f] {
  height: 40px
}

.mini_game_info[data-v-4804041f],
.mini_game_info span[data-v-4804041f]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-4804041f]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-4804041f] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-4804041f] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-4804041f]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-4804041f] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-4804041f] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-4804041f] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-4804041f] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-4804041f]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-4804041f] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-4804041f]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-4804041f] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-4804041f]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-4804041f] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-4804041f]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-4804041f] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-4804041f]:first-child,
.ul_game_item.item_10 li[data-v-4804041f]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-4804041f]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-4804041f] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-4804041f],
.ul_game_item button i[data-v-4804041f] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-4804041f] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-4804041f] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-4804041f] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-4804041f] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-4804041f] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-4804041f] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-4804041f] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-4804041f] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-4804041f] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-4804041f] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-4804041f] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-4804041f] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-4804041f] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-4804041f] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-4804041f] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-4804041f] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-4804041f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-4804041f] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-4804041f] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-4804041f] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-4804041f] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-4804041f] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-4804041f] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-4804041f] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-4804041f] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-4804041f] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-4804041f] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-4804041f] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-4804041f] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-4804041f] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-4804041f] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-4804041f] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-4804041f] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-4804041f] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-4804041f] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-4804041f] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-4804041f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-4804041f] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-4804041f]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-4804041f]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-4804041f]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-4804041f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-4804041f] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-4804041f] {
    display: none
  }

  .flex_1dan ul[data-v-4804041f] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-4804041f]:first-of-type,
  .flex_3dan div[data-v-4804041f]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-4804041f]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-4804041f] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-4804041f]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-4804041f]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-4804041f]:first-of-type,
  .flex_3dan div[data-v-4804041f]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-4804041f]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-4804041f] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-4804041f] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-4804041f] {
    width: 100%
  }

  .flex_3dan div[data-v-4804041f]:first-of-type,
  .flex_3dan div[data-v-4804041f]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-4804041f]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-4804041f] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-4804041f] {
    width: 100%
  }

  .ul_game_item2 li[data-v-4804041f]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-4804041f]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-4804041f]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-4804041f]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-4804041f]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-4804041f] {
    padding: 101px 280px 0
  }

  .container_left[data-v-4804041f],
  .container_left_md[data-v-4804041f],
  .container_right[data-v-4804041f] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-4804041f]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-4804041f]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-4804041f]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-4804041f]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-4804041f] {
    padding-left: 40px
  }

  .container_left[data-v-4804041f] {
    display: none
  }

  .btn_left_control[data-v-4804041f] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-4804041f],
  .btn_left_control i[data-v-4804041f] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-4804041f] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-4804041f] {
    width: 26px
  }

  .btn_left_close[data-v-4804041f] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-4804041f] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-4804041f] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-4804041f]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-4804041f]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-4804041f]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-4804041f]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-4804041f]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-4804041f]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-4804041f] {
    display: block
  }

  .no-display-1600[data-v-4804041f] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-4804041f]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-4804041f]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-4804041f] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-4804041f] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-4804041f]:first-of-type,
  .container_center_2_mini>div>div[data-v-4804041f]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-4804041f] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-4804041f]:first-of-type,
  .container_center_3_mini>div>div[data-v-4804041f]:nth-of-type(2),
  .container_center_4_mini>div[data-v-4804041f]:first-of-type,
  .container_center_4_mini>div[data-v-4804041f]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-4804041f] {
    padding-right: 0
  }

  .container_right[data-v-4804041f] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-4804041f] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-4804041f] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-4804041f] {
    width: 26px
  }

  .container_right .right_screen[data-v-4804041f] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-4804041f] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-4804041f],
  .btn_left_control[data-v-4804041f],
  .container_left[data-v-4804041f] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-4804041f] {
    padding: 0
  }

  .mobile_scroll[data-v-4804041f] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-4804041f] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-4804041f],
.title_info_s[data-v-4804041f] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-4804041f] {
  font-size: 1.8rem
}

.title_info_s[data-v-4804041f]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-4804041f] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-4804041f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-4804041f] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-4804041f] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-4804041f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-4804041f] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-4804041f] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-4804041f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-4804041f] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-4804041f] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-4804041f] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-4804041f] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-4804041f] {
  position: relative
}

.sub_visual_wallet img[data-v-4804041f] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-4804041f] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-4804041f] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-4804041f] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-4804041f] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-4804041f]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-4804041f],
.menu_wallet>li button[data-v-4804041f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-4804041f],
.menu_wallet>li button.active[data-v-4804041f] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-4804041f] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-4804041f]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-4804041f] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-4804041f] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-4804041f] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-4804041f] {
  position: relative
}

.wallet_form button[data-v-4804041f] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-4804041f] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-4804041f] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-4804041f] {
  background: #141621 
}

h2.title_trade[data-v-4804041f] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-4804041f] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-4804041f] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-4804041f] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-4804041f],
.result_buy div[data-v-4804041f] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-4804041f] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-4804041f] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-4804041f] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-4804041f] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-4804041f] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-4804041f] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-4804041f] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-4804041f] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-4804041f],
.sub_visual.s_02[data-v-4804041f],
.sub_visual.s_03[data-v-4804041f],
.sub_visual.s_04[data-v-4804041f],
.sub_visual.s_05[data-v-4804041f],
.sub_visual.s_06[data-v-4804041f],
.sub_visual.s_07[data-v-4804041f],
.sub_visual.s_08[data-v-4804041f] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-4804041f] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-4804041f] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-4804041f] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-4804041f],
.sub_menu a[data-v-4804041f] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-4804041f] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-4804041f] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-4804041f],
.sub_menu a.nuxt-link-active[data-v-4804041f] {
  color: #e32028
}

.sub_tab ul[data-v-4804041f] {
  overflow: hidden
}

.sub_tab ul li[data-v-4804041f] {
  float: left
}

.sub_tab ul li a[data-v-4804041f] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-4804041f],
.sub_tab ul li a.active[data-v-4804041f] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-4804041f]:before,
.sub_tab ul li a.active[data-v-4804041f]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-4804041f] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-4804041f] {
  font-size: 2.2rem
}

.title_big[data-v-4804041f],
.title_normal[data-v-4804041f] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-4804041f] {
  font-size: 1.8rem
}

.title_small[data-v-4804041f] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-4804041f] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-4804041f] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-4804041f],
.title_tiny[data-v-4804041f] {
  position: relative;
  color: #fff
}

.title_sub[data-v-4804041f] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-4804041f]:before {
  bottom: -5px
}

.title_sub[data-v-4804041f]:after,
.title_sub[data-v-4804041f]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-4804041f]:after {
  bottom: -3px
}

.title_sub_1[data-v-4804041f] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-4804041f]:before {
  bottom: -5px
}

.title_sub_1[data-v-4804041f]:after,
.title_sub_1[data-v-4804041f]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-4804041f]:after {
  bottom: -3px
}

.title_sm[data-v-4804041f] {
  display: none
}

.title_hexa[data-v-4804041f] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-4804041f],
.title_hexa i[data-v-4804041f] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-4804041f] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-4804041f] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-4804041f] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-4804041f],
.title_hexa.t_on i[data-v-4804041f] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-4804041f] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-4804041f] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-4804041f] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-4804041f] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-4804041f] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-4804041f] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-4804041f] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-4804041f]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-4804041f]:first-of-type,
.sports_list li>div[data-v-4804041f]:nth-of-type(2),
.sports_list li>div[data-v-4804041f]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-4804041f] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-4804041f]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-4804041f] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-4804041f] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-4804041f] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-4804041f]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-4804041f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-4804041f] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-4804041f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-4804041f],
.game_bat button[data-v-4804041f] {
  position: relative
}

.game_bat button[data-v-4804041f]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-4804041f] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-4804041f] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-4804041f] {
  margin-right: 5px
}

.game_bat button[data-v-4804041f]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-4804041f] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-4804041f] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-4804041f] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-4804041f],
.game_bat button:nth-of-type(3) i img[data-v-4804041f] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-4804041f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-4804041f]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-4804041f]:nth-of-type(2),
.game_bat button[data-v-4804041f]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-4804041f]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-4804041f],
.game_bat button.active[data-v-4804041f] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-4804041f]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-4804041f]:after,
.game_bat button:first-of-type .up[data-v-4804041f]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4804041f 1s ease-in-out 5;
  animation: blink-data-v-4804041f 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-4804041f]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-4804041f]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-4804041f]:after,
.game_bat button:nth-of-type(2) .up[data-v-4804041f]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4804041f 1s ease-in-out 5;
  animation: blink-data-v-4804041f 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-4804041f]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-4804041f]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-4804041f]:after,
.game_bat button:nth-of-type(3) .up[data-v-4804041f]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4804041f 1s ease-in-out 5;
  animation: blink-data-v-4804041f 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-4804041f]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-4804041f] {
  padding: 0
}

.box_folder[data-v-4804041f],
.box_folder button[data-v-4804041f] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-4804041f] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-4804041f] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-4804041f]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-4804041f] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-4804041f]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-4804041f] {
  flex-wrap: wrap
}

.bank_info[data-v-4804041f],
.bank_info li[data-v-4804041f] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-4804041f] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-4804041f]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-4804041f] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-4804041f] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-4804041f] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-4804041f] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-4804041f] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-4804041f] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-4804041f] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-4804041f] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-4804041f] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-4804041f] {
  margin-right: 10px
}

.box_text_type_1[data-v-4804041f] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-4804041f],
.box_text_type_1 i[data-v-4804041f] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-4804041f] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-4804041f] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-4804041f],
.wl_tip[data-v-4804041f] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-4804041f],
.wl_tip ul li[data-v-4804041f] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-4804041f] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-4804041f] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-4804041f] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-4804041f],
.wl_waring ul li[data-v-4804041f] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-4804041f] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-4804041f] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-4804041f] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-4804041f] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-4804041f] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-4804041f] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-4804041f {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-4804041f {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-4804041f] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-4804041f] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-4804041f] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-4804041f],
.box_fx_buy_sell[data-v-4804041f],
.box_fx_result[data-v-4804041f],
.box_leverage_result[data-v-4804041f],
.current_time[data-v-4804041f],
.tab_box[data-v-4804041f],
.tab_time[data-v-4804041f] {
  position: relative
}

.copilot[data-v-4804041f] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-4804041f],
.copilot[data-v-4804041f]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-4804041f]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-4804041f] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-4804041f] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-4804041f] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-4804041f] {
  padding: 20px 15px
}

.copilot_foot[data-v-4804041f],
.copilot_foot button[data-v-4804041f] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-4804041f] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-4804041f] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-4804041f],
.copilot.step_2[data-v-4804041f] {
  top: 50px
}

.copilot.step_3[data-v-4804041f],
.copilot.step_4[data-v-4804041f],
.copilot.step_6[data-v-4804041f],
.copilot.step_7[data-v-4804041f],
.copilot.step_8[data-v-4804041f] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-4804041f] {
  top: 40px
}

.box_info_1[data-v-4804041f] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-4804041f] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-4804041f] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-4804041f]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-4804041f] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-4804041f] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-4804041f] {
  height: 40px
}

.title_guide_1 span[data-v-4804041f] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-4804041f] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-4804041f] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-4804041f] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-4804041f] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-4804041f] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-4804041f 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-4804041f 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-4804041f]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-4804041f]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-4804041f]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-4804041f]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-4804041f]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-4804041f {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-4804041f {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-4804041f] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-4804041f] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-4804041f] {
    margin-top: 0
  }

  .sub_visual[data-v-4804041f] {
    display: none
  }

  .box_sub_title[data-v-4804041f] {
    padding: 0 20px
  }

  .box_sub_container[data-v-4804041f] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-4804041f] {
    display: block
  }

  .title_sub[data-v-4804041f] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-4804041f]:before {
    bottom: -5px
  }

  .title_sub[data-v-4804041f]:after,
  .title_sub[data-v-4804041f]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-4804041f]:after {
    bottom: -3px
  }

  .sub_menu[data-v-4804041f] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-4804041f] {
    padding: 0
  }

  .box_sub_container[data-v-4804041f] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-4804041f] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-4804041f] {
    display: none
  }

  .box_bg_deep[data-v-4804041f] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-4804041f] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-4804041f] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-4804041f] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-4804041f],
  .result_buy div[data-v-4804041f] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-4804041f] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-4804041f] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-4804041f] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-4804041f] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-4804041f] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-4804041f] {
    padding: 0 5px
  }

  .box_folder button[data-v-4804041f] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-4804041f] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-4804041f] {
    padding: 0
  }

  .pagenation_type_1[data-v-4804041f] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-4804041f] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-4804041f] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-4804041f] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-4804041f],
  .pagenation_type_1 .btn_last[data-v-4804041f],
  .pagenation_type_1 .btn_next[data-v-4804041f],
  .pagenation_type_1 .btn_prev[data-v-4804041f] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-4804041f] {
    color: #bbb
  }

  .title_medium[data-v-4804041f] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-4804041f]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-4804041f]:first-of-type:hover,
  .game_bat.bet_three button[data-v-4804041f]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-4804041f]:nth-of-type(3):hover,
  .game_bat button[data-v-4804041f]:first-of-type:hover,
  .game_bat button[data-v-4804041f]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-4804041f],
  .game_bat button.active span[data-v-4804041f],
  .game_bat button:hover span[data-v-4804041f] {
    color: #fff 
  }

  .bat_more[data-v-4804041f]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-4804041f],
  .bat_more[disabled][data-v-4804041f]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-4804041f]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-4804041f]:first-of-type:hover,
  .game_bat_2 button[data-v-4804041f]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-4804041f],
  .game_bat_2 button.active[data-v-4804041f]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-4804041f]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-4804041f] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-4804041f] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-4804041f]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-4804041f]:hover,
  .pagenation_type_1 .btn_last[data-v-4804041f]:hover,
  .pagenation_type_1 .btn_next[data-v-4804041f]:hover,
  .pagenation_type_1 .btn_prev[data-v-4804041f]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-4804041f]:hover,
  .ul_game_item button[data-v-4804041f]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.no_market_detail[data-v-4804041f] {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1.2px;
  min-height: 400px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  /* background: url(/images/common/bg_soon.jpg) no-repeat top; */
  background-size: cover
}

.no_market_detail span[data-v-4804041f] {
  font-size: 1.8rem;
  font-weight: 400
}

@media (max-width:1599px) {
  .wrap_1599_hide[data-v-4804041f] {
    display: none
  }
}
body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff 
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

.red_con p {
  color: #fff;
  font-size: 1.6rem
}
body [data-v-7ddb051f] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-7ddb051f]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-7ddb051f]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-7ddb051f] {
  max-width: 1440px
}

.page-enter-active[data-v-7ddb051f],
.page-leave-active[data-v-7ddb051f] {
  transition: opacity .1s
}

.page-enter[data-v-7ddb051f],
.page-leave-to[data-v-7ddb051f] {
  opacity: 0
}

.b1[data-v-7ddb051f] {
  border: 1px solid red
}

.width-btn-100[data-v-7ddb051f] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-7ddb051f] {
  color: #e32028 
}

.main-color1-normal[data-v-7ddb051f] {
  color: #ff2152 
}

.main-color1-text[data-v-7ddb051f] {
  color: #ff9710 
}

.main-color1-deep[data-v-7ddb051f] {
  color: #ff6900 
}

.main-color1-light[data-v-7ddb051f] {
  color: #ff542e 
}

.color-white[data-v-7ddb051f] {
  color: #fff 
}

.main-color2-light[data-v-7ddb051f] {
  color: #a9da2b 
}

.main-color2[data-v-7ddb051f] {
  color: #67b628 
}

.main_color3_light[data-v-7ddb051f] {
  color: #ffc92f 
}

.main-color3[data-v-7ddb051f] {
  color: #febd02 
}

.main-color4[data-v-7ddb051f] {
  color: #7e93a6 
}

.main-color5-light[data-v-7ddb051f] {
  color: #42deda 
}

.main-color5[data-v-7ddb051f] {
  color: #01c8de 
}

.color-grey[data-v-7ddb051f] {
  color: #676c71 
}

.color-lightgrey[data-v-7ddb051f] {
  color: #ababab 
}

.color-deepgrey[data-v-7ddb051f] {
  color: #20222b 
}

.color-text-verylight[data-v-7ddb051f] {
  color: #80a7b8 
}

.color-text-light[data-v-7ddb051f] {
  color: #9a9aa7 
}

.color-text[data-v-7ddb051f] {
  color: #797986 
}

.color-text-deep[data-v-7ddb051f] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-7ddb051f] {
  color: #2f3b49 
}

.c_default[data-v-7ddb051f] {
  color: #fff 
}

.c_high[data-v-7ddb051f] {
  color: #ff1717 
}

.c_low[data-v-7ddb051f] {
  color: #0bf 
}

.c_buy_light[data-v-7ddb051f] {
  color: #fe5159 
}

.c_buy[data-v-7ddb051f] {
  color: #f14f57 
}

.bg_c_buy[data-v-7ddb051f] {
  background: #f14f57
}

.c_sell_light[data-v-7ddb051f] {
  color: #349bf0 
}

.c_sell[data-v-7ddb051f] {
  color: #3488db 
}

.bg_c_sell[data-v-7ddb051f] {
  background: #3488db
}

.c_ing[data-v-7ddb051f] {
  color: #fff 
}

.bg_ing[data-v-7ddb051f],
.bg_wait[data-v-7ddb051f] {
  background: #7e93a6 
}

.bg_background_deep[data-v-7ddb051f] {
  background: #000
}

.c_success[data-v-7ddb051f] {
  color: #1478f2 
}

.bg_success[data-v-7ddb051f] {
  background: #1478f2 
}

.c_complete[data-v-7ddb051f] {
  color: #fff 
}

.c_fail[data-v-7ddb051f] {
  color: #ff1e1e 
}

.bg_fail[data-v-7ddb051f] {
  background: #ff1e1e 
}

.c_cancel[data-v-7ddb051f] {
  color: #ff6900 
}

.bg_cancel[data-v-7ddb051f] {
  background: #ff6900 
}

.c_error[data-v-7ddb051f] {
  color: #ff6900 
}

.c_invaild[data-v-7ddb051f] {
  color: #999 
}

.bg_invaild[data-v-7ddb051f] {
  background: #666 
}

.bg_main[data-v-7ddb051f] {
  background: #e32028 
}

.bg_green_gra[data-v-7ddb051f] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-7ddb051f] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-7ddb051f] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-7ddb051f] {
  color: #ff5266 
}

.c_deposit_light[data-v-7ddb051f] {
  color: #a9da2b 
}

.c_deposit[data-v-7ddb051f] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-7ddb051f] {
  color: #ff8520 
}

.c_withdrawal[data-v-7ddb051f] {
  color: #ff6900 
}

.c_green[data-v-7ddb051f] {
  color: #009b1b 
}

.c_red[data-v-7ddb051f] {
  color: red 
}

.c_blue[data-v-7ddb051f] {
  color: #febd02 
}

.c_black[data-v-7ddb051f] {
  color: #000 
}

.bg_white[data-v-7ddb051f] {
  background: #fff 
}

.bg_green[data-v-7ddb051f] {
  background: #6dcb1b 
}

.box_c_ing[data-v-7ddb051f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-7ddb051f] {
  background: #f14f57
}

.box_c_buy[data-v-7ddb051f],
.box_c_invaild[data-v-7ddb051f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-7ddb051f] {
  background: #999
}

.box_c_sell[data-v-7ddb051f] {
  background: #3488db
}

.box_c_sell[data-v-7ddb051f],
.box_c_success[data-v-7ddb051f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-7ddb051f] {
  background: #ff6900
}

.box_c_fail[data-v-7ddb051f] {
  background: #67b628
}

.box_c_extedn[data-v-7ddb051f],
.box_c_fail[data-v-7ddb051f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-7ddb051f] {
  background: #43586c
}

.ps__rail-x[data-v-7ddb051f] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-7ddb051f],
.ps__rail-y[data-v-7ddb051f] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-7ddb051f] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-7ddb051f],
.ps--active-y>.ps__rail-y[data-v-7ddb051f] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-7ddb051f],
.ps--focus>.ps__rail-y[data-v-7ddb051f],
.ps--scrolling-x>.ps__rail-x[data-v-7ddb051f],
.ps--scrolling-y>.ps__rail-y[data-v-7ddb051f],
.ps:hover>.ps__rail-x[data-v-7ddb051f],
.ps:hover>.ps__rail-y[data-v-7ddb051f] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-7ddb051f],
.ps.ps__rail-x[data-v-7ddb051f]:focus,
.ps.ps__rail-x[data-v-7ddb051f]:hover,
.ps.ps__rail-y.ps--clicking[data-v-7ddb051f],
.ps.ps__rail-y[data-v-7ddb051f]:focus,
.ps.ps__rail-y[data-v-7ddb051f]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-7ddb051f] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-7ddb051f],
.ps__thumb-y[data-v-7ddb051f] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-7ddb051f] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-7ddb051f],
.ps__rail-x:focus>.ps__thumb-x[data-v-7ddb051f],
.ps__rail-x:hover>.ps__thumb-x[data-v-7ddb051f] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-7ddb051f],
.ps__rail-y:focus>.ps__thumb-y[data-v-7ddb051f],
.ps__rail-y:hover>.ps__thumb-y[data-v-7ddb051f] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-7ddb051f] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-7ddb051f] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-7ddb051f] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-7ddb051f] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-7ddb051f] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-7ddb051f] {
  display: none 
}

.toast-top-center[data-v-7ddb051f] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-7ddb051f] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-7ddb051f] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-7ddb051f] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-7ddb051f] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-7ddb051f],
.pagenation_type_1 .btn_last[data-v-7ddb051f],
.pagenation_type_1 .btn_next[data-v-7ddb051f],
.pagenation_type_1 .btn_prev[data-v-7ddb051f] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-7ddb051f] {
  color: #bbb
}

.wrap_type_3[data-v-7ddb051f] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-7ddb051f] {
  background: #0b0c10
}

.container_left[data-v-7ddb051f],
.container_left_md[data-v-7ddb051f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-7ddb051f] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-7ddb051f] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-7ddb051f] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-7ddb051f] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-7ddb051f]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-7ddb051f] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-7ddb051f] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-7ddb051f] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-7ddb051f] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-7ddb051f]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-7ddb051f]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-7ddb051f],
.container_center_3_mini>div[data-v-7ddb051f] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-7ddb051f] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-7ddb051f]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-7ddb051f]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-7ddb051f] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-7ddb051f]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-7ddb051f]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-7ddb051f] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-7ddb051f]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-7ddb051f]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-7ddb051f] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-7ddb051f] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-7ddb051f],
.bg_grad_1_x[data-v-7ddb051f] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-7ddb051f] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-7ddb051f] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-7ddb051f] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-7ddb051f],
.bg_normal_2[data-v-7ddb051f] {
  background: #141621
}

.btn_left_close[data-v-7ddb051f],
.btn_left_control[data-v-7ddb051f],
.btn_right_close[data-v-7ddb051f],
.right_screen[data-v-7ddb051f] {
  display: none
}

.box_logo[data-v-7ddb051f] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-7ddb051f] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-7ddb051f] {
  display: none
}

.text_dot[data-v-7ddb051f] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-7ddb051f {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-7ddb051f {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-7ddb051f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-7ddb051f] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-7ddb051f] {
  background: #fff 
}

.bat_more.active i[data-v-7ddb051f] {
  color: #000 
}

.btn_no_disabled[data-v-7ddb051f] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-7ddb051f] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-7ddb051f] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-7ddb051f],
.game_bat_2 button[data-v-7ddb051f]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-7ddb051f]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-7ddb051f] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-7ddb051f] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-7ddb051f]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-7ddb051f] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-7ddb051f] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-7ddb051f] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-7ddb051f],
.title_logo[data-v-7ddb051f] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-7ddb051f] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-7ddb051f] {
  height: 22px
}

.tab[data-v-7ddb051f] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-7ddb051f]:last-child {
  width: 100%
}

.tab li[data-v-7ddb051f]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-7ddb051f] {
  width: 50%
}

.tab li[data-v-7ddb051f]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-7ddb051f] {
  width: 33.333333333333%
}

.tab li[data-v-7ddb051f]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-7ddb051f] {
  width: 25%
}

.tab li[data-v-7ddb051f]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-7ddb051f] {
  width: 20%
}

.tab li[data-v-7ddb051f]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-7ddb051f] {
  width: 16.66666666666667%
}

.tab li button[data-v-7ddb051f] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-7ddb051f] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-7ddb051f]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-7ddb051f] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-7ddb051f] {
  border: 0
}

.wrap_sports_detail li[data-v-7ddb051f] {
  width: 100%
}

.wrap_sports_detail li[data-v-7ddb051f]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-7ddb051f]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-7ddb051f] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-7ddb051f] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-7ddb051f],
.detail_num>button[data-v-7ddb051f] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-7ddb051f] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-7ddb051f] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-7ddb051f]:last-child {
  width: 100%
}

.detail_num button[data-v-7ddb051f]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-7ddb051f] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-7ddb051f]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-7ddb051f] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-7ddb051f] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-7ddb051f] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-7ddb051f] {
  color: #fff 
}

.detail_num>button .up[data-v-7ddb051f]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-7ddb051f]:after,
.detail_num>button .up[data-v-7ddb051f]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-7ddb051f 1s ease-in-out 5;
  animation: blink-data-v-7ddb051f 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-7ddb051f]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-7ddb051f] {
  background: #f4053a
}

.detail_num>button.active i[data-v-7ddb051f] {
  color: #000
}

.detail_num>button .text-allocation[data-v-7ddb051f] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-7ddb051f] {
  color: #000 
}

.sports_bet_close[data-v-7ddb051f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-7ddb051f],
.sports_bet_close[data-v-7ddb051f]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-7ddb051f]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-7ddb051f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-7ddb051f],
.sports_bet_close_all[data-v-7ddb051f]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-7ddb051f]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-7ddb051f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-7ddb051f]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-7ddb051f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-7ddb051f]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-7ddb051f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-7ddb051f],
.market_all_close[data-v-7ddb051f]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-7ddb051f]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-7ddb051f] {
    display: none
  }
}

.vjs-control-bar[data-v-7ddb051f] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-7ddb051f] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-7ddb051f] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-7ddb051f] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-7ddb051f]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-7ddb051f] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-7ddb051f]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-7ddb051f] {
  color: #fff 
}

.vjs-big-play-button[data-v-7ddb051f]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-7ddb051f],
  .detail_num button[data-v-7ddb051f]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-7ddb051f] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-7ddb051f]:nth-of-type(2),
  .game_bat button[data-v-7ddb051f]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-7ddb051f]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-7ddb051f] {
    width: 100%
  }

  .market_all_close[data-v-7ddb051f]:after,
  .market_domestic_all_close[data-v-7ddb051f]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-7ddb051f],
  .game_bat button:nth-of-type(3) i[data-v-7ddb051f] {
    display: none 
  }
}

.mini_bet_close[data-v-7ddb051f] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-7ddb051f],
.mini_bet_close[data-v-7ddb051f]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-7ddb051f]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-7ddb051f] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-7ddb051f] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-7ddb051f] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-7ddb051f]:first-of-type,
.flex_2dan div[data-v-7ddb051f]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-7ddb051f] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-7ddb051f]:first-of-type,
.flex_3dan div[data-v-7ddb051f]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-7ddb051f]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-7ddb051f] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-7ddb051f] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-7ddb051f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-7ddb051f] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-7ddb051f] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-7ddb051f] {
  height: 40px
}

.mini_game_info[data-v-7ddb051f],
.mini_game_info span[data-v-7ddb051f]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-7ddb051f]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-7ddb051f] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-7ddb051f] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-7ddb051f]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-7ddb051f] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-7ddb051f] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-7ddb051f] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-7ddb051f] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-7ddb051f]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-7ddb051f] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-7ddb051f]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-7ddb051f] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-7ddb051f]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-7ddb051f] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-7ddb051f]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-7ddb051f] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-7ddb051f]:first-child,
.ul_game_item.item_10 li[data-v-7ddb051f]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-7ddb051f]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-7ddb051f] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-7ddb051f],
.ul_game_item button i[data-v-7ddb051f] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-7ddb051f] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-7ddb051f] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-7ddb051f] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-7ddb051f] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-7ddb051f] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-7ddb051f] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-7ddb051f] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-7ddb051f] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-7ddb051f] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-7ddb051f] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-7ddb051f] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-7ddb051f] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-7ddb051f] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-7ddb051f] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-7ddb051f] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-7ddb051f] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-7ddb051f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-7ddb051f] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-7ddb051f] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-7ddb051f] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-7ddb051f] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-7ddb051f] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-7ddb051f] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-7ddb051f] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-7ddb051f] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-7ddb051f] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-7ddb051f] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-7ddb051f] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-7ddb051f] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-7ddb051f] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-7ddb051f] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-7ddb051f] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-7ddb051f] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-7ddb051f] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-7ddb051f] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-7ddb051f] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-7ddb051f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-7ddb051f] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-7ddb051f]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-7ddb051f]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-7ddb051f]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-7ddb051f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-7ddb051f] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-7ddb051f] {
    display: none
  }

  .flex_1dan ul[data-v-7ddb051f] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-7ddb051f]:first-of-type,
  .flex_3dan div[data-v-7ddb051f]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-7ddb051f]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-7ddb051f] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-7ddb051f]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-7ddb051f]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-7ddb051f]:first-of-type,
  .flex_3dan div[data-v-7ddb051f]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-7ddb051f]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-7ddb051f] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-7ddb051f] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-7ddb051f] {
    width: 100%
  }

  .flex_3dan div[data-v-7ddb051f]:first-of-type,
  .flex_3dan div[data-v-7ddb051f]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-7ddb051f]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-7ddb051f] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-7ddb051f] {
    width: 100%
  }

  .ul_game_item2 li[data-v-7ddb051f]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-7ddb051f]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-7ddb051f]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-7ddb051f]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-7ddb051f]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-7ddb051f] {
    padding: 101px 280px 0
  }

  .container_left[data-v-7ddb051f],
  .container_left_md[data-v-7ddb051f],
  .container_right[data-v-7ddb051f] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-7ddb051f]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-7ddb051f]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-7ddb051f]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-7ddb051f]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-7ddb051f] {
    padding-left: 40px
  }

  .container_left[data-v-7ddb051f] {
    display: none
  }

  .btn_left_control[data-v-7ddb051f] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-7ddb051f],
  .btn_left_control i[data-v-7ddb051f] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-7ddb051f] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-7ddb051f] {
    width: 26px
  }

  .btn_left_close[data-v-7ddb051f] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-7ddb051f] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-7ddb051f] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-7ddb051f]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-7ddb051f]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-7ddb051f]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-7ddb051f]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-7ddb051f]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-7ddb051f]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-7ddb051f] {
    display: block
  }

  .no-display-1600[data-v-7ddb051f] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-7ddb051f]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-7ddb051f]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-7ddb051f] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-7ddb051f] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-7ddb051f]:first-of-type,
  .container_center_2_mini>div>div[data-v-7ddb051f]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-7ddb051f] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-7ddb051f]:first-of-type,
  .container_center_3_mini>div>div[data-v-7ddb051f]:nth-of-type(2),
  .container_center_4_mini>div[data-v-7ddb051f]:first-of-type,
  .container_center_4_mini>div[data-v-7ddb051f]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-7ddb051f] {
    padding-right: 0
  }

  .container_right[data-v-7ddb051f] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-7ddb051f] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-7ddb051f] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-7ddb051f] {
    width: 26px
  }

  .container_right .right_screen[data-v-7ddb051f] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-7ddb051f] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-7ddb051f],
  .btn_left_control[data-v-7ddb051f],
  .container_left[data-v-7ddb051f] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-7ddb051f] {
    padding: 0
  }

  .mobile_scroll[data-v-7ddb051f] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-7ddb051f] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-7ddb051f],
.title_info_s[data-v-7ddb051f] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-7ddb051f] {
  font-size: 1.8rem
}

.title_info_s[data-v-7ddb051f]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-7ddb051f] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-7ddb051f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-7ddb051f] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-7ddb051f] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-7ddb051f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-7ddb051f] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-7ddb051f] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-7ddb051f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-7ddb051f] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-7ddb051f] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-7ddb051f] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-7ddb051f] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-7ddb051f] {
  position: relative
}

.sub_visual_wallet img[data-v-7ddb051f] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-7ddb051f] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-7ddb051f] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-7ddb051f] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-7ddb051f] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-7ddb051f]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-7ddb051f],
.menu_wallet>li button[data-v-7ddb051f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-7ddb051f],
.menu_wallet>li button.active[data-v-7ddb051f] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-7ddb051f] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-7ddb051f]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-7ddb051f] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-7ddb051f] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-7ddb051f] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-7ddb051f] {
  position: relative
}

.wallet_form button[data-v-7ddb051f] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-7ddb051f] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-7ddb051f] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-7ddb051f] {
  background: #141621 
}

h2.title_trade[data-v-7ddb051f] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-7ddb051f] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-7ddb051f] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-7ddb051f] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-7ddb051f],
.result_buy div[data-v-7ddb051f] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-7ddb051f] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-7ddb051f] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-7ddb051f] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-7ddb051f] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-7ddb051f] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-7ddb051f] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-7ddb051f] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-7ddb051f] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-7ddb051f],
.sub_visual.s_02[data-v-7ddb051f],
.sub_visual.s_03[data-v-7ddb051f],
.sub_visual.s_04[data-v-7ddb051f],
.sub_visual.s_05[data-v-7ddb051f],
.sub_visual.s_06[data-v-7ddb051f],
.sub_visual.s_07[data-v-7ddb051f],
.sub_visual.s_08[data-v-7ddb051f] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-7ddb051f] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-7ddb051f] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-7ddb051f] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-7ddb051f],
.sub_menu a[data-v-7ddb051f] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-7ddb051f] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-7ddb051f] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-7ddb051f],
.sub_menu a.nuxt-link-active[data-v-7ddb051f] {
  color: #e32028
}

.sub_tab ul[data-v-7ddb051f] {
  overflow: hidden
}

.sub_tab ul li[data-v-7ddb051f] {
  float: left
}

.sub_tab ul li a[data-v-7ddb051f] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-7ddb051f],
.sub_tab ul li a.active[data-v-7ddb051f] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-7ddb051f]:before,
.sub_tab ul li a.active[data-v-7ddb051f]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-7ddb051f] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-7ddb051f] {
  font-size: 2.2rem
}

.title_big[data-v-7ddb051f],
.title_normal[data-v-7ddb051f] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-7ddb051f] {
  font-size: 1.8rem
}

.title_small[data-v-7ddb051f] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-7ddb051f] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-7ddb051f] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-7ddb051f],
.title_tiny[data-v-7ddb051f] {
  position: relative;
  color: #fff
}

.title_sub[data-v-7ddb051f] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-7ddb051f]:before {
  bottom: -5px
}

.title_sub[data-v-7ddb051f]:after,
.title_sub[data-v-7ddb051f]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-7ddb051f]:after {
  bottom: -3px
}

.title_sub_1[data-v-7ddb051f] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-7ddb051f]:before {
  bottom: -5px
}

.title_sub_1[data-v-7ddb051f]:after,
.title_sub_1[data-v-7ddb051f]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-7ddb051f]:after {
  bottom: -3px
}

.title_sm[data-v-7ddb051f] {
  display: none
}

.title_hexa[data-v-7ddb051f] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-7ddb051f],
.title_hexa i[data-v-7ddb051f] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-7ddb051f] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-7ddb051f] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-7ddb051f] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-7ddb051f],
.title_hexa.t_on i[data-v-7ddb051f] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-7ddb051f] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-7ddb051f] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-7ddb051f] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-7ddb051f] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-7ddb051f] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-7ddb051f] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-7ddb051f] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-7ddb051f]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-7ddb051f]:first-of-type,
.sports_list li>div[data-v-7ddb051f]:nth-of-type(2),
.sports_list li>div[data-v-7ddb051f]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-7ddb051f] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-7ddb051f]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-7ddb051f] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-7ddb051f] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-7ddb051f] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-7ddb051f]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-7ddb051f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-7ddb051f] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-7ddb051f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-7ddb051f],
.game_bat button[data-v-7ddb051f] {
  position: relative
}

.game_bat button[data-v-7ddb051f]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-7ddb051f] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-7ddb051f] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-7ddb051f] {
  margin-right: 5px
}

.game_bat button[data-v-7ddb051f]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-7ddb051f] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-7ddb051f] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-7ddb051f] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-7ddb051f],
.game_bat button:nth-of-type(3) i img[data-v-7ddb051f] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-7ddb051f] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-7ddb051f]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-7ddb051f]:nth-of-type(2),
.game_bat button[data-v-7ddb051f]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-7ddb051f]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-7ddb051f],
.game_bat button.active[data-v-7ddb051f] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-7ddb051f]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-7ddb051f]:after,
.game_bat button:first-of-type .up[data-v-7ddb051f]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-7ddb051f 1s ease-in-out 5;
  animation: blink-data-v-7ddb051f 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-7ddb051f]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-7ddb051f]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-7ddb051f]:after,
.game_bat button:nth-of-type(2) .up[data-v-7ddb051f]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-7ddb051f 1s ease-in-out 5;
  animation: blink-data-v-7ddb051f 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-7ddb051f]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-7ddb051f]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-7ddb051f]:after,
.game_bat button:nth-of-type(3) .up[data-v-7ddb051f]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-7ddb051f 1s ease-in-out 5;
  animation: blink-data-v-7ddb051f 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-7ddb051f]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-7ddb051f] {
  padding: 0
}

.box_folder[data-v-7ddb051f],
.box_folder button[data-v-7ddb051f] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-7ddb051f] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-7ddb051f] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-7ddb051f]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-7ddb051f] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-7ddb051f]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-7ddb051f] {
  flex-wrap: wrap
}

.bank_info[data-v-7ddb051f],
.bank_info li[data-v-7ddb051f] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-7ddb051f] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-7ddb051f]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-7ddb051f] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-7ddb051f] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-7ddb051f] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-7ddb051f] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-7ddb051f] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-7ddb051f] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-7ddb051f] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-7ddb051f] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-7ddb051f] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-7ddb051f] {
  margin-right: 10px
}

.box_text_type_1[data-v-7ddb051f] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-7ddb051f],
.box_text_type_1 i[data-v-7ddb051f] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-7ddb051f] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-7ddb051f] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-7ddb051f],
.wl_tip[data-v-7ddb051f] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-7ddb051f],
.wl_tip ul li[data-v-7ddb051f] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-7ddb051f] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-7ddb051f] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-7ddb051f] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-7ddb051f],
.wl_waring ul li[data-v-7ddb051f] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-7ddb051f] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-7ddb051f] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-7ddb051f] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-7ddb051f] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-7ddb051f] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-7ddb051f] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-7ddb051f {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-7ddb051f {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-7ddb051f] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-7ddb051f] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-7ddb051f] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-7ddb051f],
.box_fx_buy_sell[data-v-7ddb051f],
.box_fx_result[data-v-7ddb051f],
.box_leverage_result[data-v-7ddb051f],
.current_time[data-v-7ddb051f],
.tab_box[data-v-7ddb051f],
.tab_time[data-v-7ddb051f] {
  position: relative
}

.copilot[data-v-7ddb051f] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-7ddb051f],
.copilot[data-v-7ddb051f]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-7ddb051f]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-7ddb051f] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-7ddb051f] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-7ddb051f] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-7ddb051f] {
  padding: 20px 15px
}

.copilot_foot[data-v-7ddb051f],
.copilot_foot button[data-v-7ddb051f] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-7ddb051f] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-7ddb051f] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-7ddb051f],
.copilot.step_2[data-v-7ddb051f] {
  top: 50px
}

.copilot.step_3[data-v-7ddb051f],
.copilot.step_4[data-v-7ddb051f],
.copilot.step_6[data-v-7ddb051f],
.copilot.step_7[data-v-7ddb051f],
.copilot.step_8[data-v-7ddb051f] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-7ddb051f] {
  top: 40px
}

.box_info_1[data-v-7ddb051f] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-7ddb051f] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-7ddb051f] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-7ddb051f]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-7ddb051f] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-7ddb051f] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-7ddb051f] {
  height: 40px
}

.title_guide_1 span[data-v-7ddb051f] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-7ddb051f] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-7ddb051f] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-7ddb051f] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-7ddb051f] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-7ddb051f] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-7ddb051f 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-7ddb051f 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-7ddb051f]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-7ddb051f]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-7ddb051f]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-7ddb051f]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-7ddb051f]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-7ddb051f {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-7ddb051f {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-7ddb051f] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-7ddb051f] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-7ddb051f] {
    margin-top: 0
  }

  .sub_visual[data-v-7ddb051f] {
    display: none
  }

  .box_sub_title[data-v-7ddb051f] {
    padding: 0 20px
  }

  .box_sub_container[data-v-7ddb051f] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-7ddb051f] {
    display: block
  }

  .title_sub[data-v-7ddb051f] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-7ddb051f]:before {
    bottom: -5px
  }

  .title_sub[data-v-7ddb051f]:after,
  .title_sub[data-v-7ddb051f]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-7ddb051f]:after {
    bottom: -3px
  }

  .sub_menu[data-v-7ddb051f] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-7ddb051f] {
    padding: 0
  }

  .box_sub_container[data-v-7ddb051f] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-7ddb051f] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-7ddb051f] {
    display: none
  }

  .box_bg_deep[data-v-7ddb051f] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-7ddb051f] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-7ddb051f] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-7ddb051f] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-7ddb051f],
  .result_buy div[data-v-7ddb051f] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-7ddb051f] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-7ddb051f] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-7ddb051f] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-7ddb051f] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-7ddb051f] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-7ddb051f] {
    padding: 0 5px
  }

  .box_folder button[data-v-7ddb051f] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-7ddb051f] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-7ddb051f] {
    padding: 0
  }

  .pagenation_type_1[data-v-7ddb051f] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-7ddb051f] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-7ddb051f] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-7ddb051f] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-7ddb051f],
  .pagenation_type_1 .btn_last[data-v-7ddb051f],
  .pagenation_type_1 .btn_next[data-v-7ddb051f],
  .pagenation_type_1 .btn_prev[data-v-7ddb051f] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-7ddb051f] {
    color: #bbb
  }

  .title_medium[data-v-7ddb051f] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-7ddb051f]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-7ddb051f]:first-of-type:hover,
  .game_bat.bet_three button[data-v-7ddb051f]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-7ddb051f]:nth-of-type(3):hover,
  .game_bat button[data-v-7ddb051f]:first-of-type:hover,
  .game_bat button[data-v-7ddb051f]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-7ddb051f],
  .game_bat button.active span[data-v-7ddb051f],
  .game_bat button:hover span[data-v-7ddb051f] {
    color: #fff 
  }

  .bat_more[data-v-7ddb051f]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-7ddb051f],
  .bat_more[disabled][data-v-7ddb051f]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-7ddb051f]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-7ddb051f]:first-of-type:hover,
  .game_bat_2 button[data-v-7ddb051f]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-7ddb051f],
  .game_bat_2 button.active[data-v-7ddb051f]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-7ddb051f]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-7ddb051f] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-7ddb051f] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-7ddb051f]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-7ddb051f]:hover,
  .pagenation_type_1 .btn_last[data-v-7ddb051f]:hover,
  .pagenation_type_1 .btn_next[data-v-7ddb051f]:hover,
  .pagenation_type_1 .btn_prev[data-v-7ddb051f]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-7ddb051f]:hover,
  .ul_game_item button[data-v-7ddb051f]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.popup_soon[data-v-7ddb051f] {
  position: fixed;
  left: 300px;
  top: 101px;
  z-index: 9997;
  display: flex ;
  justify-content: center;
  align-items: center;
  width: calc(100% - 600px) ;
  height: calc(100vh - 101px);
  background: rgba(0, 0, 0, .6)
}

.box_popup_type[data-v-7ddb051f] {
  position: relative;
  background: #2d2e3a;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  min-width: 400px;
  margin: 0 15px
}

.box_popup_type[data-v-7ddb051f]:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

.box_popup_type[data-v-7ddb051f]:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

.box_popup_type .img_logo img[data-v-7ddb051f] {
  height: 22px
}

.img_logo[data-v-7ddb051f] {
  text-align: center;
  margin: 20px 0
}

.system_title[data-v-7ddb051f] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #ff2152;
  font-size: 1.6rem;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  padding-bottom: 3px
}

.soon_scroll[data-v-7ddb051f] {
  max-height: calc(100vh - 300px)
}

.red_con[data-v-7ddb051f] {
  padding: 20px 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center
}

.red_con p[data-v-7ddb051f] {
  color: #9a9aa7;
  font-size: 1.4rem
}

@media (max-width:1920px) {
  .popup_soon[data-v-7ddb051f] {
    left: 280px;
    top: 101px;
    width: calc(100% - 560px) ;
    height: calc(100vh - 101px)
  }
}

@media (max-width:1860px) {
  .popup_soon[data-v-7ddb051f] {
    left: 40px;
    top: 101px;
    z-index: 98;
    width: calc(100% - 320px) ;
    height: calc(100vh - 101px)
  }
}

@media (max-width:991px) {
  .popup_soon[data-v-7ddb051f] {
    left: 0;
    top: 101px;
    z-index: 98;
    width: 100% ;
    height: calc(100vh - 101px)
  }
}

@media (max-width:575px) {
  .box_popup_type[data-v-7ddb051f] {
    min-width: 90%;
    max-width: 90%
  }
}
body [data-v-8c34ce18] {
  /* background: #141621; */
  /* overflow-y: hidden */
}

[data-v-8c34ce18]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-8c34ce18]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-8c34ce18] {
  max-width: 1440px
}

.page-enter-active[data-v-8c34ce18],
.page-leave-active[data-v-8c34ce18] {
  transition: opacity .1s
}

.page-enter[data-v-8c34ce18],
.page-leave-to[data-v-8c34ce18] {
  opacity: 0
}

.b1[data-v-8c34ce18] {
  border: 1px solid red
}

.width-btn-100[data-v-8c34ce18] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-8c34ce18] {
  color: #e32028 
}

.main-color1-normal[data-v-8c34ce18] {
  color: #ff2152 
}

.main-color1-text[data-v-8c34ce18] {
  color: #ff9710 
}

.main-color1-deep[data-v-8c34ce18] {
  color: #ff6900 
}

.main-color1-light[data-v-8c34ce18] {
  color: #ff542e 
}

.color-white[data-v-8c34ce18] {
  color: #fff 
}

.main-color2-light[data-v-8c34ce18] {
  color: #a9da2b 
}

.main-color2[data-v-8c34ce18] {
  color: #67b628 
}

.main_color3_light[data-v-8c34ce18] {
  color: #ffc92f 
}

.main-color3[data-v-8c34ce18] {
  color: #febd02 
}

.main-color4[data-v-8c34ce18] {
  color: #7e93a6 
}

.main-color5-light[data-v-8c34ce18] {
  color: #42deda 
}

.main-color5[data-v-8c34ce18] {
  color: #01c8de 
}

.color-grey[data-v-8c34ce18] {
  color: #676c71 
}

.color-lightgrey[data-v-8c34ce18] {
  color: #ababab 
}

.color-deepgrey[data-v-8c34ce18] {
  color: #20222b 
}

.color-text-verylight[data-v-8c34ce18] {
  color: #80a7b8 
}

.color-text-light[data-v-8c34ce18] {
  color: #9a9aa7 
}

.color-text[data-v-8c34ce18] {
  color: #797986 
}

.color-text-deep[data-v-8c34ce18] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-8c34ce18] {
  color: #2f3b49 
}

.c_default[data-v-8c34ce18] {
  color: #fff 
}

.c_high[data-v-8c34ce18] {
  color: #ff1717 
}

.c_low[data-v-8c34ce18] {
  color: #0bf 
}

.c_buy_light[data-v-8c34ce18] {
  color: #fe5159 
}

.c_buy[data-v-8c34ce18] {
  color: #f14f57 
}

.bg_c_buy[data-v-8c34ce18] {
  background: #f14f57
}

.c_sell_light[data-v-8c34ce18] {
  color: #349bf0 
}

.c_sell[data-v-8c34ce18] {
  color: #3488db 
}

.bg_c_sell[data-v-8c34ce18] {
  background: #3488db
}

.c_ing[data-v-8c34ce18] {
  color: #fff 
}

.bg_ing[data-v-8c34ce18],
.bg_wait[data-v-8c34ce18] {
  background: #7e93a6 
}

.bg_background_deep[data-v-8c34ce18] {
  background: #000
}

.c_success[data-v-8c34ce18] {
  color: #1478f2 
}

.bg_success[data-v-8c34ce18] {
  background: #1478f2 
}

.c_complete[data-v-8c34ce18] {
  color: #fff 
}

.c_fail[data-v-8c34ce18] {
  color: #ff1e1e 
}

.bg_fail[data-v-8c34ce18] {
  background: #ff1e1e 
}

.c_cancel[data-v-8c34ce18] {
  color: #ff6900 
}

.bg_cancel[data-v-8c34ce18] {
  background: #ff6900 
}

.c_error[data-v-8c34ce18] {
  color: #ff6900 
}

.c_invaild[data-v-8c34ce18] {
  color: #999 
}

.bg_invaild[data-v-8c34ce18] {
  background: #666 
}

.bg_main[data-v-8c34ce18] {
  background: #e32028 
}

.bg_green_gra[data-v-8c34ce18] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-8c34ce18] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-8c34ce18] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-8c34ce18] {
  color: #ff5266 
}

.c_deposit_light[data-v-8c34ce18] {
  color: #a9da2b 
}

.c_deposit[data-v-8c34ce18] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-8c34ce18] {
  color: #ff8520 
}

.c_withdrawal[data-v-8c34ce18] {
  color: #ff6900 
}

.c_green[data-v-8c34ce18] {
  color: #009b1b 
}

.c_red[data-v-8c34ce18] {
  color: red 
}

.c_blue[data-v-8c34ce18] {
  color: #febd02 
}

.c_black[data-v-8c34ce18] {
  color: #000 
}

.bg_white[data-v-8c34ce18] {
  background: #fff 
}

.bg_green[data-v-8c34ce18] {
  background: #6dcb1b 
}

.box_c_ing[data-v-8c34ce18] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-8c34ce18] {
  background: #f14f57
}

.box_c_buy[data-v-8c34ce18],
.box_c_invaild[data-v-8c34ce18] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-8c34ce18] {
  background: #999
}

.box_c_sell[data-v-8c34ce18] {
  background: #3488db
}

.box_c_sell[data-v-8c34ce18],
.box_c_success[data-v-8c34ce18] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-8c34ce18] {
  background: #ff6900
}

.box_c_fail[data-v-8c34ce18] {
  background: #67b628
}

.box_c_extedn[data-v-8c34ce18],
.box_c_fail[data-v-8c34ce18] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-8c34ce18] {
  background: #43586c
}

.ps__rail-x[data-v-8c34ce18] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-8c34ce18],
.ps__rail-y[data-v-8c34ce18] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-8c34ce18] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-8c34ce18],
.ps--active-y>.ps__rail-y[data-v-8c34ce18] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-8c34ce18],
.ps--focus>.ps__rail-y[data-v-8c34ce18],
.ps--scrolling-x>.ps__rail-x[data-v-8c34ce18],
.ps--scrolling-y>.ps__rail-y[data-v-8c34ce18],
.ps:hover>.ps__rail-x[data-v-8c34ce18],
.ps:hover>.ps__rail-y[data-v-8c34ce18] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-8c34ce18],
.ps.ps__rail-x[data-v-8c34ce18]:focus,
.ps.ps__rail-x[data-v-8c34ce18]:hover,
.ps.ps__rail-y.ps--clicking[data-v-8c34ce18],
.ps.ps__rail-y[data-v-8c34ce18]:focus,
.ps.ps__rail-y[data-v-8c34ce18]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-8c34ce18] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-8c34ce18],
.ps__thumb-y[data-v-8c34ce18] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-8c34ce18] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-8c34ce18],
.ps__rail-x:focus>.ps__thumb-x[data-v-8c34ce18],
.ps__rail-x:hover>.ps__thumb-x[data-v-8c34ce18] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-8c34ce18],
.ps__rail-y:focus>.ps__thumb-y[data-v-8c34ce18],
.ps__rail-y:hover>.ps__thumb-y[data-v-8c34ce18] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-8c34ce18] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-8c34ce18] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-8c34ce18] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-8c34ce18] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-8c34ce18] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-8c34ce18] {
  display: none 
}

.toast-top-center[data-v-8c34ce18] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-8c34ce18] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-8c34ce18] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-8c34ce18] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-8c34ce18] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-8c34ce18],
.pagenation_type_1 .btn_last[data-v-8c34ce18],
.pagenation_type_1 .btn_next[data-v-8c34ce18],
.pagenation_type_1 .btn_prev[data-v-8c34ce18] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-8c34ce18] {
  color: #bbb
}

.wrap_type_3[data-v-8c34ce18] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-8c34ce18] {
  background: #0b0c10
}

.container_left[data-v-8c34ce18],
.container_left_md[data-v-8c34ce18] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-8c34ce18] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-8c34ce18] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-8c34ce18] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-8c34ce18] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-8c34ce18]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-8c34ce18] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-8c34ce18] {
  /* height: calc(100vh - 121px) */
}

.container_center_2_mini[data-v-8c34ce18] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-8c34ce18] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-8c34ce18]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-8c34ce18]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-8c34ce18],
.container_center_3_mini>div[data-v-8c34ce18] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-8c34ce18] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-8c34ce18]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-8c34ce18]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-8c34ce18] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-8c34ce18]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-8c34ce18]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-8c34ce18] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-8c34ce18]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-8c34ce18]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-8c34ce18] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-8c34ce18] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-8c34ce18],
.bg_grad_1_x[data-v-8c34ce18] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-8c34ce18] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-8c34ce18] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-8c34ce18] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-8c34ce18],
.bg_normal_2[data-v-8c34ce18] {
  background: #141621
}

.btn_left_close[data-v-8c34ce18],
.btn_left_control[data-v-8c34ce18],
.btn_right_close[data-v-8c34ce18],
.right_screen[data-v-8c34ce18] {
  display: none
}

.box_logo[data-v-8c34ce18] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-8c34ce18] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-8c34ce18] {
  display: none
}

.text_dot[data-v-8c34ce18] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-8c34ce18 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-8c34ce18 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-8c34ce18] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-8c34ce18] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-8c34ce18] {
  background: #fff 
}

.bat_more.active i[data-v-8c34ce18] {
  color: #000 
}

.btn_no_disabled[data-v-8c34ce18] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-8c34ce18] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-8c34ce18] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-8c34ce18],
.game_bat_2 button[data-v-8c34ce18]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-8c34ce18]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-8c34ce18] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-8c34ce18] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-8c34ce18]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-8c34ce18] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-8c34ce18] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-8c34ce18] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-8c34ce18],
.title_logo[data-v-8c34ce18] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-8c34ce18] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-8c34ce18] {
  height: 22px
}

.tab[data-v-8c34ce18] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-8c34ce18]:last-child {
  width: 100%
}

.tab li[data-v-8c34ce18]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-8c34ce18] {
  width: 50%
}

.tab li[data-v-8c34ce18]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-8c34ce18] {
  width: 33.333333333333%
}

.tab li[data-v-8c34ce18]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-8c34ce18] {
  width: 25%
}

.tab li[data-v-8c34ce18]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-8c34ce18] {
  width: 20%
}

.tab li[data-v-8c34ce18]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-8c34ce18] {
  width: 16.66666666666667%
}

.tab li button[data-v-8c34ce18] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-8c34ce18] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-8c34ce18]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-8c34ce18] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-8c34ce18] {
  border: 0
}

.wrap_sports_detail li[data-v-8c34ce18] {
  width: 100%
}

.wrap_sports_detail li[data-v-8c34ce18]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-8c34ce18]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-8c34ce18] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-8c34ce18] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-8c34ce18],
.detail_num>button[data-v-8c34ce18] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-8c34ce18] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-8c34ce18] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-8c34ce18]:last-child {
  width: 100%
}

.detail_num button[data-v-8c34ce18]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-8c34ce18] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-8c34ce18]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-8c34ce18] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-8c34ce18] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-8c34ce18] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-8c34ce18] {
  color: #fff 
}

.detail_num>button .up[data-v-8c34ce18]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-8c34ce18]:after,
.detail_num>button .up[data-v-8c34ce18]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-8c34ce18 1s ease-in-out 5;
  animation: blink-data-v-8c34ce18 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-8c34ce18]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-8c34ce18] {
  background: #f4053a
}

.detail_num>button.active i[data-v-8c34ce18] {
  color: #000
}

.detail_num>button .text-allocation[data-v-8c34ce18] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-8c34ce18] {
  color: #000 
}

.sports_bet_close[data-v-8c34ce18] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-8c34ce18],
.sports_bet_close[data-v-8c34ce18]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-8c34ce18]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-8c34ce18] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-8c34ce18],
.sports_bet_close_all[data-v-8c34ce18]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-8c34ce18]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-8c34ce18] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-8c34ce18]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-8c34ce18] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-8c34ce18]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-8c34ce18] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-8c34ce18],
.market_all_close[data-v-8c34ce18]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-8c34ce18]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-8c34ce18] {
    display: none
  }
}

.vjs-control-bar[data-v-8c34ce18] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-8c34ce18] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-8c34ce18] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-8c34ce18] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-8c34ce18]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-8c34ce18] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-8c34ce18]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-8c34ce18] {
  color: #fff 
}

.vjs-big-play-button[data-v-8c34ce18]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-8c34ce18],
  .detail_num button[data-v-8c34ce18]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-8c34ce18] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-8c34ce18]:nth-of-type(2),
  .game_bat button[data-v-8c34ce18]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-8c34ce18]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-8c34ce18] {
    width: 100%
  }

  .market_all_close[data-v-8c34ce18]:after,
  .market_domestic_all_close[data-v-8c34ce18]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-8c34ce18],
  .game_bat button:nth-of-type(3) i[data-v-8c34ce18] {
    display: none 
  }
}

.mini_bet_close[data-v-8c34ce18] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-8c34ce18],
.mini_bet_close[data-v-8c34ce18]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-8c34ce18]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-8c34ce18] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-8c34ce18] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-8c34ce18] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-8c34ce18]:first-of-type,
.flex_2dan div[data-v-8c34ce18]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-8c34ce18] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-8c34ce18]:first-of-type,
.flex_3dan div[data-v-8c34ce18]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-8c34ce18]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-8c34ce18] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-8c34ce18] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-8c34ce18] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-8c34ce18] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-8c34ce18] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-8c34ce18] {
  height: 40px
}

.mini_game_info[data-v-8c34ce18],
.mini_game_info span[data-v-8c34ce18]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-8c34ce18]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-8c34ce18] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-8c34ce18] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-8c34ce18]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-8c34ce18] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-8c34ce18] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-8c34ce18] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-8c34ce18] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-8c34ce18]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-8c34ce18] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-8c34ce18]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-8c34ce18] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-8c34ce18]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-8c34ce18] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-8c34ce18]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-8c34ce18] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-8c34ce18]:first-child,
.ul_game_item.item_10 li[data-v-8c34ce18]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-8c34ce18]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-8c34ce18] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-8c34ce18],
.ul_game_item button i[data-v-8c34ce18] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-8c34ce18] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-8c34ce18] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-8c34ce18] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-8c34ce18] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-8c34ce18] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-8c34ce18] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-8c34ce18] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-8c34ce18] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-8c34ce18] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-8c34ce18] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-8c34ce18] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-8c34ce18] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-8c34ce18] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-8c34ce18] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-8c34ce18] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-8c34ce18] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-8c34ce18] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-8c34ce18] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-8c34ce18] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-8c34ce18] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-8c34ce18] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-8c34ce18] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-8c34ce18] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-8c34ce18] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-8c34ce18] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-8c34ce18] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-8c34ce18] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-8c34ce18] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-8c34ce18] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-8c34ce18] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-8c34ce18] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-8c34ce18] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-8c34ce18] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-8c34ce18] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-8c34ce18] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-8c34ce18] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-8c34ce18] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-8c34ce18] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-8c34ce18]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-8c34ce18]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-8c34ce18]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-8c34ce18] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-8c34ce18] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-8c34ce18] {
    display: none
  }

  .flex_1dan ul[data-v-8c34ce18] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-8c34ce18]:first-of-type,
  .flex_3dan div[data-v-8c34ce18]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-8c34ce18]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-8c34ce18] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-8c34ce18]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-8c34ce18]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-8c34ce18]:first-of-type,
  .flex_3dan div[data-v-8c34ce18]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-8c34ce18]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-8c34ce18] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-8c34ce18] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-8c34ce18] {
    width: 100%
  }

  .flex_3dan div[data-v-8c34ce18]:first-of-type,
  .flex_3dan div[data-v-8c34ce18]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-8c34ce18]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-8c34ce18] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-8c34ce18] {
    width: 100%
  }

  .ul_game_item2 li[data-v-8c34ce18]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-8c34ce18]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-8c34ce18]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-8c34ce18]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-8c34ce18]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-8c34ce18] {
    padding: 101px 280px 0
  }

  .container_left[data-v-8c34ce18],
  .container_left_md[data-v-8c34ce18],
  .container_right[data-v-8c34ce18] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-8c34ce18]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-8c34ce18]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-8c34ce18]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-8c34ce18]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-8c34ce18] {
    padding-left: 40px
  }

  .container_left[data-v-8c34ce18] {
    display: none
  }

  .btn_left_control[data-v-8c34ce18] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-8c34ce18],
  .btn_left_control i[data-v-8c34ce18] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-8c34ce18] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-8c34ce18] {
    width: 26px
  }

  .btn_left_close[data-v-8c34ce18] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-8c34ce18] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-8c34ce18] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-8c34ce18]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-8c34ce18]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-8c34ce18]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-8c34ce18]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-8c34ce18]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-8c34ce18]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-8c34ce18] {
    display: block
  }

  .no-display-1600[data-v-8c34ce18] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-8c34ce18]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-8c34ce18]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-8c34ce18] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-8c34ce18] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-8c34ce18]:first-of-type,
  .container_center_2_mini>div>div[data-v-8c34ce18]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-8c34ce18] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-8c34ce18]:first-of-type,
  .container_center_3_mini>div>div[data-v-8c34ce18]:nth-of-type(2),
  .container_center_4_mini>div[data-v-8c34ce18]:first-of-type,
  .container_center_4_mini>div[data-v-8c34ce18]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-8c34ce18] {
    padding-right: 0
  }

  .container_right[data-v-8c34ce18] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-8c34ce18] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-8c34ce18] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-8c34ce18] {
    width: 26px
  }

  .container_right .right_screen[data-v-8c34ce18] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-8c34ce18] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-8c34ce18],
  .btn_left_control[data-v-8c34ce18],
  .container_left[data-v-8c34ce18] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-8c34ce18] {
    padding: 0
  }

  .mobile_scroll[data-v-8c34ce18] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-8c34ce18] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-8c34ce18],
.title_info_s[data-v-8c34ce18] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-8c34ce18] {
  font-size: 1.8rem
}

.title_info_s[data-v-8c34ce18]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-8c34ce18] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-8c34ce18] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-8c34ce18] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-8c34ce18] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-8c34ce18] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-8c34ce18] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-8c34ce18] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-8c34ce18] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-8c34ce18] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-8c34ce18] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-8c34ce18] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-8c34ce18] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-8c34ce18] {
  position: relative
}

.sub_visual_wallet img[data-v-8c34ce18] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-8c34ce18] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-8c34ce18] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-8c34ce18] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-8c34ce18] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-8c34ce18]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-8c34ce18],
.menu_wallet>li button[data-v-8c34ce18] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-8c34ce18],
.menu_wallet>li button.active[data-v-8c34ce18] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-8c34ce18] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-8c34ce18]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-8c34ce18] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-8c34ce18] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-8c34ce18] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-8c34ce18] {
  position: relative
}

.wallet_form button[data-v-8c34ce18] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-8c34ce18] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-8c34ce18] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-8c34ce18] {
  background: #141621 
}

h2.title_trade[data-v-8c34ce18] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-8c34ce18] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-8c34ce18] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-8c34ce18] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-8c34ce18],
.result_buy div[data-v-8c34ce18] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-8c34ce18] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-8c34ce18] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-8c34ce18] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-8c34ce18] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-8c34ce18] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-8c34ce18] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-8c34ce18] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-8c34ce18] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-8c34ce18],
.sub_visual.s_02[data-v-8c34ce18],
.sub_visual.s_03[data-v-8c34ce18],
.sub_visual.s_04[data-v-8c34ce18],
.sub_visual.s_05[data-v-8c34ce18],
.sub_visual.s_06[data-v-8c34ce18],
.sub_visual.s_07[data-v-8c34ce18],
.sub_visual.s_08[data-v-8c34ce18] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-8c34ce18] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-8c34ce18] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-8c34ce18] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-8c34ce18],
.sub_menu a[data-v-8c34ce18] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-8c34ce18] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-8c34ce18] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-8c34ce18],
.sub_menu a.nuxt-link-active[data-v-8c34ce18] {
  color: #e32028
}

.sub_tab ul[data-v-8c34ce18] {
  overflow: hidden
}

.sub_tab ul li[data-v-8c34ce18] {
  float: left
}

.sub_tab ul li a[data-v-8c34ce18] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-8c34ce18],
.sub_tab ul li a.active[data-v-8c34ce18] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-8c34ce18]:before,
.sub_tab ul li a.active[data-v-8c34ce18]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-8c34ce18] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-8c34ce18] {
  font-size: 2.2rem
}

.title_big[data-v-8c34ce18],
.title_normal[data-v-8c34ce18] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-8c34ce18] {
  font-size: 1.8rem
}

.title_small[data-v-8c34ce18] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-8c34ce18] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-8c34ce18] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-8c34ce18],
.title_tiny[data-v-8c34ce18] {
  position: relative;
  color: #fff
}

.title_sub[data-v-8c34ce18] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-8c34ce18]:before {
  bottom: -5px
}

.title_sub[data-v-8c34ce18]:after,
.title_sub[data-v-8c34ce18]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-8c34ce18]:after {
  bottom: -3px
}

.title_sub_1[data-v-8c34ce18] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-8c34ce18]:before {
  bottom: -5px
}

.title_sub_1[data-v-8c34ce18]:after,
.title_sub_1[data-v-8c34ce18]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-8c34ce18]:after {
  bottom: -3px
}

.title_sm[data-v-8c34ce18] {
  display: none
}

.title_hexa[data-v-8c34ce18] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-8c34ce18],
.title_hexa i[data-v-8c34ce18] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-8c34ce18] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-8c34ce18] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-8c34ce18] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-8c34ce18],
.title_hexa.t_on i[data-v-8c34ce18] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-8c34ce18] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-8c34ce18] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-8c34ce18] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-8c34ce18] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-8c34ce18] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-8c34ce18] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-8c34ce18] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-8c34ce18]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-8c34ce18]:first-of-type,
.sports_list li>div[data-v-8c34ce18]:nth-of-type(2),
.sports_list li>div[data-v-8c34ce18]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-8c34ce18] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-8c34ce18]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-8c34ce18] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-8c34ce18] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-8c34ce18] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-8c34ce18]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-8c34ce18] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-8c34ce18] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-8c34ce18] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-8c34ce18],
.game_bat button[data-v-8c34ce18] {
  position: relative
}

.game_bat button[data-v-8c34ce18]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-8c34ce18] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-8c34ce18] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-8c34ce18] {
  margin-right: 5px
}

.game_bat button[data-v-8c34ce18]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-8c34ce18] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-8c34ce18] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-8c34ce18] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-8c34ce18],
.game_bat button:nth-of-type(3) i img[data-v-8c34ce18] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-8c34ce18] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-8c34ce18]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-8c34ce18]:nth-of-type(2),
.game_bat button[data-v-8c34ce18]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-8c34ce18]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-8c34ce18],
.game_bat button.active[data-v-8c34ce18] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-8c34ce18]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-8c34ce18]:after,
.game_bat button:first-of-type .up[data-v-8c34ce18]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-8c34ce18 1s ease-in-out 5;
  animation: blink-data-v-8c34ce18 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-8c34ce18]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-8c34ce18]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-8c34ce18]:after,
.game_bat button:nth-of-type(2) .up[data-v-8c34ce18]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-8c34ce18 1s ease-in-out 5;
  animation: blink-data-v-8c34ce18 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-8c34ce18]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-8c34ce18]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-8c34ce18]:after,
.game_bat button:nth-of-type(3) .up[data-v-8c34ce18]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-8c34ce18 1s ease-in-out 5;
  animation: blink-data-v-8c34ce18 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-8c34ce18]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-8c34ce18] {
  padding: 0
}

.box_folder[data-v-8c34ce18],
.box_folder button[data-v-8c34ce18] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-8c34ce18] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-8c34ce18] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-8c34ce18]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-8c34ce18] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-8c34ce18]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-8c34ce18] {
  flex-wrap: wrap
}

.bank_info[data-v-8c34ce18],
.bank_info li[data-v-8c34ce18] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-8c34ce18] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-8c34ce18]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-8c34ce18] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-8c34ce18] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-8c34ce18] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-8c34ce18] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-8c34ce18] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-8c34ce18] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-8c34ce18] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-8c34ce18] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-8c34ce18] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-8c34ce18] {
  margin-right: 10px
}

.box_text_type_1[data-v-8c34ce18] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-8c34ce18],
.box_text_type_1 i[data-v-8c34ce18] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-8c34ce18] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-8c34ce18] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-8c34ce18],
.wl_tip[data-v-8c34ce18] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-8c34ce18],
.wl_tip ul li[data-v-8c34ce18] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-8c34ce18] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-8c34ce18] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-8c34ce18] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-8c34ce18],
.wl_waring ul li[data-v-8c34ce18] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-8c34ce18] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-8c34ce18] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-8c34ce18] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-8c34ce18] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-8c34ce18] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-8c34ce18] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-8c34ce18 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-8c34ce18 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-8c34ce18] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-8c34ce18] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-8c34ce18] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-8c34ce18],
.box_fx_buy_sell[data-v-8c34ce18],
.box_fx_result[data-v-8c34ce18],
.box_leverage_result[data-v-8c34ce18],
.current_time[data-v-8c34ce18],
.tab_box[data-v-8c34ce18],
.tab_time[data-v-8c34ce18] {
  position: relative
}

.copilot[data-v-8c34ce18] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-8c34ce18],
.copilot[data-v-8c34ce18]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-8c34ce18]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-8c34ce18] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-8c34ce18] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-8c34ce18] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-8c34ce18] {
  padding: 20px 15px
}

.copilot_foot[data-v-8c34ce18],
.copilot_foot button[data-v-8c34ce18] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-8c34ce18] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-8c34ce18] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-8c34ce18],
.copilot.step_2[data-v-8c34ce18] {
  top: 50px
}

.copilot.step_3[data-v-8c34ce18],
.copilot.step_4[data-v-8c34ce18],
.copilot.step_6[data-v-8c34ce18],
.copilot.step_7[data-v-8c34ce18],
.copilot.step_8[data-v-8c34ce18] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-8c34ce18] {
  top: 40px
}

.box_info_1[data-v-8c34ce18] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-8c34ce18] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-8c34ce18] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-8c34ce18]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-8c34ce18] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-8c34ce18] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-8c34ce18] {
  height: 40px
}

.title_guide_1 span[data-v-8c34ce18] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-8c34ce18] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-8c34ce18] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-8c34ce18] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-8c34ce18] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-8c34ce18] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-8c34ce18 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-8c34ce18 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-8c34ce18]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-8c34ce18]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-8c34ce18]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-8c34ce18]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-8c34ce18]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-8c34ce18 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-8c34ce18 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-8c34ce18] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-8c34ce18] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-8c34ce18] {
    margin-top: 0
  }

  .sub_visual[data-v-8c34ce18] {
    display: none
  }

  .box_sub_title[data-v-8c34ce18] {
    padding: 0 20px
  }

  .box_sub_container[data-v-8c34ce18] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-8c34ce18] {
    display: block
  }

  .title_sub[data-v-8c34ce18] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-8c34ce18]:before {
    bottom: -5px
  }

  .title_sub[data-v-8c34ce18]:after,
  .title_sub[data-v-8c34ce18]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-8c34ce18]:after {
    bottom: -3px
  }

  .sub_menu[data-v-8c34ce18] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-8c34ce18] {
    padding: 0
  }

  .box_sub_container[data-v-8c34ce18] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-8c34ce18] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-8c34ce18] {
    display: none
  }

  .box_bg_deep[data-v-8c34ce18] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-8c34ce18] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-8c34ce18] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-8c34ce18] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-8c34ce18],
  .result_buy div[data-v-8c34ce18] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-8c34ce18] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-8c34ce18] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-8c34ce18] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-8c34ce18] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-8c34ce18] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-8c34ce18] {
    padding: 0 5px
  }

  .box_folder button[data-v-8c34ce18] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-8c34ce18] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-8c34ce18] {
    padding: 0
  }

  .pagenation_type_1[data-v-8c34ce18] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-8c34ce18] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-8c34ce18] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-8c34ce18] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-8c34ce18],
  .pagenation_type_1 .btn_last[data-v-8c34ce18],
  .pagenation_type_1 .btn_next[data-v-8c34ce18],
  .pagenation_type_1 .btn_prev[data-v-8c34ce18] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-8c34ce18] {
    color: #bbb
  }

  .title_medium[data-v-8c34ce18] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-8c34ce18]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-8c34ce18]:first-of-type:hover,
  .game_bat.bet_three button[data-v-8c34ce18]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-8c34ce18]:nth-of-type(3):hover,
  .game_bat button[data-v-8c34ce18]:first-of-type:hover,
  .game_bat button[data-v-8c34ce18]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-8c34ce18],
  .game_bat button.active span[data-v-8c34ce18],
  .game_bat button:hover span[data-v-8c34ce18] {
    color: #fff 
  }

  .bat_more[data-v-8c34ce18]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-8c34ce18],
  .bat_more[disabled][data-v-8c34ce18]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-8c34ce18]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-8c34ce18]:first-of-type:hover,
  .game_bat_2 button[data-v-8c34ce18]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-8c34ce18],
  .game_bat_2 button.active[data-v-8c34ce18]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-8c34ce18]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-8c34ce18] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-8c34ce18] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-8c34ce18]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-8c34ce18]:hover,
  .pagenation_type_1 .btn_last[data-v-8c34ce18]:hover,
  .pagenation_type_1 .btn_next[data-v-8c34ce18]:hover,
  .pagenation_type_1 .btn_prev[data-v-8c34ce18]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-8c34ce18]:hover,
  .ul_game_item button[data-v-8c34ce18]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_sports[data-v-8c34ce18] {
  position: relative
}

.sub_visual_sports img[data-v-8c34ce18] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_sports div[data-v-8c34ce18] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_sports div span em[data-v-8c34ce18] {
  color: #fff;
  font-family: BebasNeuePro;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: inherit
}

.sub_visual_sports div span em[data-v-8c34ce18]:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 36px;
  margin: 0 15px;
  border-left: 1px solid #e32028
}

.sub_visual_sports div span i[data-v-8c34ce18] {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300
}

.menu_sports[data-v-8c34ce18] {
  display: flex;
  width: 100%;
  height: 80px;
  background: #000
}

.menu_sports li[data-v-8c34ce18] {
  height: 80px;
  margin-right: 1px
}

.menu_sports li button[data-v-8c34ce18] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  height: 100%;
  background: #2c2c34;
  transition: all .3s;
  padding: 0 5px;
}

.menu_sports li button i[data-v-8c34ce18] {
  font-size: 2.2rem;
  font-family: BebasNeuePro;
  font-weight: 600;
  color: #fff
}

.menu_sports li button i img[data-v-8c34ce18] {
  width: 28px;
  margin-top: 10px
}

.menu_sports li button em[data-v-8c34ce18] {
  font-size: 1.4rem;
  color: #fff;
  margin: 8px 0 5px
}

.menu_sports li button span[data-v-8c34ce18] {
  position: absolute;
  top: 3px;
  right: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  font-size: 1.1rem ;
  color: #fff;
  padding: 3px
}

.menu_sports li button.active[data-v-8c34ce18] {
  border: none;
  background: linear-gradient(90deg, #68327A, #C25BE4)
}

.menu_sports li button.active em[data-v-8c34ce18],
.menu_sports li button.active span[data-v-8c34ce18] {
  color: #fff
}

.game_list[data-v-8c34ce18] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  font-size: 1.5rem
}

.game_list button[data-v-8c34ce18] {
  color: #fff;
  padding: 0 5px
}

.game_list button i[data-v-8c34ce18] {
  margin-right: 3px
}

.game_list button.active[data-v-8c34ce18],
.game_list button.active i[data-v-8c34ce18] {
  color: #fff
}

.game_list_time button[data-v-8c34ce18] {
  color: #999;
  border-right: 1px solid #999;
  transition: all .3s
}

.game_list_time button[data-v-8c34ce18]:last-child {
  border-right: 0
}

.game_list_time button.active[data-v-8c34ce18] {
  color: #fff
}

.margin_custom[data-v-8c34ce18] {
  margin-right: 37px 
}

@media (max-width:1190px) {
  .menu_sports[data-v-8c34ce18] {
    justify-content: flex-start
  }
}

@media (max-width:767px) {
  .sub_visual_sports div[data-v-8c34ce18] {
    padding: 0 20px
  }

  .sub_visual_sports div span em[data-v-8c34ce18] {
    font-size: 2.8rem
  }

  .sub_visual_sports div span em[data-v-8c34ce18]:after {
    width: 1px;
    height: 24px
  }

  .sub_visual_sports div span i[data-v-8c34ce18] {
    color: #fff;
    font-size: 2rem;
    font-weight: 300
  }

  .sports_list li[data-v-8c34ce18] {
    flex-wrap: wrap
  }

  .sports_list li div[data-v-8c34ce18]:first-of-type,
  .sports_list li div[data-v-8c34ce18]:nth-of-type(2) {
    width: 100%
  }

  .game_info[data-v-8c34ce18] {
    justify-content: space-between;
    margin-bottom: 5px
  }

  .game_info span[data-v-8c34ce18] {
    width: auto;
    text-align: inherit
  }

  .game_bat button[data-v-8c34ce18]:first-of-type {
    width: calc(50% - 39px)
  }

  .game_bat button[data-v-8c34ce18]:nth-of-type(2) {
    width: 40px
  }

  .game_bat button[data-v-8c34ce18]:nth-of-type(3) {
    width: calc(50% - 40px)
  }

  .wheel_right[data-v-8c34ce18] {
    overflow: auto;
    overflow-x: auto 
  }
}

@media (max-width:575px) {
  .margin_custom[data-v-8c34ce18] {
    margin-right: 0 
  }
}

@media (min-width:768px) {
  .menu_sports li button[data-v-8c34ce18]:hover {
    background: linear-gradient(90deg, #68327A, #C25BE4)
  }

  .menu_sports li button:hover em[data-v-8c34ce18],
  .menu_sports li button:hover span[data-v-8c34ce18] {
    color: #fff
  }
}
body [data-v-713b149d] {
  /* background: #141621; */
  overflow-y: hidden
}

[data-v-713b149d]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-713b149d]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-713b149d] {
  max-width: 1440px
}

.page-enter-active[data-v-713b149d],
.page-leave-active[data-v-713b149d] {
  transition: opacity .1s
}

.page-enter[data-v-713b149d],
.page-leave-to[data-v-713b149d] {
  opacity: 0
}

.b1[data-v-713b149d] {
  border: 1px solid red
}

.width-btn-100[data-v-713b149d] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-713b149d] {
  color: #e32028 
}

.main-color1-normal[data-v-713b149d] {
  color: #ff2152 
}

.main-color1-text[data-v-713b149d] {
  color: #ff9710 
}

.main-color1-deep[data-v-713b149d] {
  color: #ff6900 
}

.main-color1-light[data-v-713b149d] {
  color: #ff542e 
}

.color-white[data-v-713b149d] {
  color: #fff 
}

.main-color2-light[data-v-713b149d] {
  color: #a9da2b 
}

.main-color2[data-v-713b149d] {
  color: #67b628 
}

.main_color3_light[data-v-713b149d] {
  color: #ffc92f 
}

.main-color3[data-v-713b149d] {
  color: #febd02 
}

.main-color4[data-v-713b149d] {
  color: #7e93a6 
}

.main-color5-light[data-v-713b149d] {
  color: #42deda 
}

.main-color5[data-v-713b149d] {
  color: #01c8de 
}

.color-grey[data-v-713b149d] {
  color: #676c71 
}

.color-lightgrey[data-v-713b149d] {
  color: #ababab 
}

.color-deepgrey[data-v-713b149d] {
  color: #20222b 
}

.color-text-verylight[data-v-713b149d] {
  color: #80a7b8 
}

.color-text-light[data-v-713b149d] {
  color: #9a9aa7 
}

.color-text[data-v-713b149d] {
  color: #797986 
}

.color-text-deep[data-v-713b149d] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-713b149d] {
  color: #2f3b49 
}

.c_default[data-v-713b149d] {
  color: #fff 
}

.c_high[data-v-713b149d] {
  color: #ff1717 
}

.c_low[data-v-713b149d] {
  color: #0bf 
}

.c_buy_light[data-v-713b149d] {
  color: #fe5159 
}

.c_buy[data-v-713b149d] {
  color: #f14f57 
}

.bg_c_buy[data-v-713b149d] {
  background: #f14f57
}

.c_sell_light[data-v-713b149d] {
  color: #349bf0 
}

.c_sell[data-v-713b149d] {
  color: #3488db 
}

.bg_c_sell[data-v-713b149d] {
  background: #3488db
}

.c_ing[data-v-713b149d] {
  color: #fff 
}

.bg_ing[data-v-713b149d],
.bg_wait[data-v-713b149d] {
  background: #7e93a6 
}

.bg_background_deep[data-v-713b149d] {
  background: #000
}

.c_success[data-v-713b149d] {
  color: #1478f2 
}

.bg_success[data-v-713b149d] {
  background: #1478f2 
}

.c_complete[data-v-713b149d] {
  color: #fff 
}

.c_fail[data-v-713b149d] {
  color: #ff1e1e 
}

.bg_fail[data-v-713b149d] {
  background: #ff1e1e 
}

.c_cancel[data-v-713b149d] {
  color: #ff6900 
}

.bg_cancel[data-v-713b149d] {
  background: #ff6900 
}

.c_error[data-v-713b149d] {
  color: #ff6900 
}

.c_invaild[data-v-713b149d] {
  color: #999 
}

.bg_invaild[data-v-713b149d] {
  background: #666 
}

.bg_main[data-v-713b149d] {
  background: #e32028 
}

.bg_green_gra[data-v-713b149d] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-713b149d] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-713b149d] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-713b149d] {
  color: #ff5266 
}

.c_deposit_light[data-v-713b149d] {
  color: #a9da2b 
}

.c_deposit[data-v-713b149d] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-713b149d] {
  color: #ff8520 
}

.c_withdrawal[data-v-713b149d] {
  color: #ff6900 
}

.c_green[data-v-713b149d] {
  color: #009b1b 
}

.c_red[data-v-713b149d] {
  color: red 
}

.c_blue[data-v-713b149d] {
  color: #febd02 
}

.c_black[data-v-713b149d] {
  color: #000 
}

.bg_white[data-v-713b149d] {
  background: #fff 
}

.bg_green[data-v-713b149d] {
  background: #6dcb1b 
}

.box_c_ing[data-v-713b149d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-713b149d] {
  background: #f14f57
}

.box_c_buy[data-v-713b149d],
.box_c_invaild[data-v-713b149d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-713b149d] {
  background: #999
}

.box_c_sell[data-v-713b149d] {
  background: #3488db
}

.box_c_sell[data-v-713b149d],
.box_c_success[data-v-713b149d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-713b149d] {
  background: #ff6900
}

.box_c_fail[data-v-713b149d] {
  background: #67b628
}

.box_c_extedn[data-v-713b149d],
.box_c_fail[data-v-713b149d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-713b149d] {
  background: #43586c
}

.ps__rail-x[data-v-713b149d] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-713b149d],
.ps__rail-y[data-v-713b149d] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-713b149d] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-713b149d],
.ps--active-y>.ps__rail-y[data-v-713b149d] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-713b149d],
.ps--focus>.ps__rail-y[data-v-713b149d],
.ps--scrolling-x>.ps__rail-x[data-v-713b149d],
.ps--scrolling-y>.ps__rail-y[data-v-713b149d],
.ps:hover>.ps__rail-x[data-v-713b149d],
.ps:hover>.ps__rail-y[data-v-713b149d] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-713b149d],
.ps.ps__rail-x[data-v-713b149d]:focus,
.ps.ps__rail-x[data-v-713b149d]:hover,
.ps.ps__rail-y.ps--clicking[data-v-713b149d],
.ps.ps__rail-y[data-v-713b149d]:focus,
.ps.ps__rail-y[data-v-713b149d]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-713b149d] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-713b149d],
.ps__thumb-y[data-v-713b149d] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-713b149d] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-713b149d],
.ps__rail-x:focus>.ps__thumb-x[data-v-713b149d],
.ps__rail-x:hover>.ps__thumb-x[data-v-713b149d] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-713b149d],
.ps__rail-y:focus>.ps__thumb-y[data-v-713b149d],
.ps__rail-y:hover>.ps__thumb-y[data-v-713b149d] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-713b149d] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-713b149d] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-713b149d] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-713b149d] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-713b149d] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-713b149d] {
  display: none 
}

.toast-top-center[data-v-713b149d] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-713b149d] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-713b149d] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-713b149d] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-713b149d] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-713b149d],
.pagenation_type_1 .btn_last[data-v-713b149d],
.pagenation_type_1 .btn_next[data-v-713b149d],
.pagenation_type_1 .btn_prev[data-v-713b149d] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-713b149d] {
  color: #bbb
}

.wrap_type_3[data-v-713b149d] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-713b149d] {
  background: #0b0c10
}

.container_left[data-v-713b149d],
.container_left_md[data-v-713b149d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-713b149d] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-713b149d] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-713b149d] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-713b149d] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-713b149d]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-713b149d] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-713b149d] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-713b149d] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-713b149d] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-713b149d]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-713b149d]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-713b149d],
.container_center_3_mini>div[data-v-713b149d] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-713b149d] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-713b149d]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-713b149d]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-713b149d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-713b149d]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-713b149d]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-713b149d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-713b149d]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-713b149d]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-713b149d] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-713b149d] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-713b149d],
.bg_grad_1_x[data-v-713b149d] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-713b149d] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-713b149d] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-713b149d] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-713b149d],
.bg_normal_2[data-v-713b149d] {
  background: #141621
}

.btn_left_close[data-v-713b149d],
.btn_left_control[data-v-713b149d],
.btn_right_close[data-v-713b149d],
.right_screen[data-v-713b149d] {
  display: none
}

.box_logo[data-v-713b149d] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-713b149d] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-713b149d] {
  display: none
}

.text_dot[data-v-713b149d] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-713b149d {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-713b149d {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-713b149d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-713b149d] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-713b149d] {
  background: #fff 
}

.bat_more.active i[data-v-713b149d] {
  color: #000 
}

.btn_no_disabled[data-v-713b149d] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-713b149d] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-713b149d] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-713b149d],
.game_bat_2 button[data-v-713b149d]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-713b149d]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-713b149d] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-713b149d] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-713b149d]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-713b149d] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-713b149d] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-713b149d] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-713b149d],
.title_logo[data-v-713b149d] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-713b149d] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-713b149d] {
  height: 22px
}

.tab[data-v-713b149d] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-713b149d]:last-child {
  width: 100%
}

.tab li[data-v-713b149d]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-713b149d] {
  width: 50%
}

.tab li[data-v-713b149d]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-713b149d] {
  width: 33.333333333333%
}

.tab li[data-v-713b149d]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-713b149d] {
  width: 25%
}

.tab li[data-v-713b149d]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-713b149d] {
  width: 20%
}

.tab li[data-v-713b149d]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-713b149d] {
  width: 16.66666666666667%
}

.tab li button[data-v-713b149d] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-713b149d] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-713b149d]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-713b149d] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-713b149d] {
  border: 0
}

.wrap_sports_detail li[data-v-713b149d] {
  width: 100%
}

.wrap_sports_detail li[data-v-713b149d]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-713b149d]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-713b149d] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-713b149d] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-713b149d],
.detail_num>button[data-v-713b149d] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-713b149d] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-713b149d] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-713b149d]:last-child {
  width: 100%
}

.detail_num button[data-v-713b149d]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-713b149d] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-713b149d]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-713b149d] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-713b149d] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-713b149d] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-713b149d] {
  color: #fff 
}

.detail_num>button .up[data-v-713b149d]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-713b149d]:after,
.detail_num>button .up[data-v-713b149d]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-713b149d 1s ease-in-out 5;
  animation: blink-data-v-713b149d 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-713b149d]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-713b149d] {
  background: #f4053a
}

.detail_num>button.active i[data-v-713b149d] {
  color: #000
}

.detail_num>button .text-allocation[data-v-713b149d] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-713b149d] {
  color: #000 
}

.sports_bet_close[data-v-713b149d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-713b149d],
.sports_bet_close[data-v-713b149d]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-713b149d]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-713b149d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-713b149d],
.sports_bet_close_all[data-v-713b149d]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-713b149d]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-713b149d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-713b149d]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-713b149d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-713b149d]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-713b149d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-713b149d],
.market_all_close[data-v-713b149d]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-713b149d]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-713b149d] {
    display: none
  }
}

.vjs-control-bar[data-v-713b149d] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-713b149d] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-713b149d] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-713b149d] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-713b149d]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-713b149d] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-713b149d]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-713b149d] {
  color: #fff 
}

.vjs-big-play-button[data-v-713b149d]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-713b149d],
  .detail_num button[data-v-713b149d]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-713b149d] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-713b149d]:nth-of-type(2),
  .game_bat button[data-v-713b149d]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-713b149d]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-713b149d] {
    width: 100%
  }

  .market_all_close[data-v-713b149d]:after,
  .market_domestic_all_close[data-v-713b149d]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-713b149d],
  .game_bat button:nth-of-type(3) i[data-v-713b149d] {
    display: none 
  }
}

.mini_bet_close[data-v-713b149d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-713b149d],
.mini_bet_close[data-v-713b149d]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-713b149d]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-713b149d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-713b149d] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-713b149d] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-713b149d]:first-of-type,
.flex_2dan div[data-v-713b149d]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-713b149d] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-713b149d]:first-of-type,
.flex_3dan div[data-v-713b149d]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-713b149d]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-713b149d] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-713b149d] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-713b149d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-713b149d] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-713b149d] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-713b149d] {
  height: 40px
}

.mini_game_info[data-v-713b149d],
.mini_game_info span[data-v-713b149d]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-713b149d]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-713b149d] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-713b149d] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-713b149d]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-713b149d] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-713b149d] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-713b149d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-713b149d] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-713b149d]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-713b149d] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-713b149d]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-713b149d] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-713b149d]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-713b149d] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-713b149d]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-713b149d] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-713b149d]:first-child,
.ul_game_item.item_10 li[data-v-713b149d]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-713b149d]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-713b149d] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-713b149d],
.ul_game_item button i[data-v-713b149d] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-713b149d] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-713b149d] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-713b149d] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-713b149d] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-713b149d] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-713b149d] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-713b149d] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-713b149d] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-713b149d] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-713b149d] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-713b149d] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-713b149d] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-713b149d] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-713b149d] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-713b149d] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-713b149d] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-713b149d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-713b149d] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-713b149d] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-713b149d] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-713b149d] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-713b149d] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-713b149d] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-713b149d] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-713b149d] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-713b149d] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-713b149d] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-713b149d] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-713b149d] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-713b149d] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-713b149d] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-713b149d] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-713b149d] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-713b149d] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-713b149d] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-713b149d] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-713b149d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-713b149d] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-713b149d]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-713b149d]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-713b149d]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-713b149d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-713b149d] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-713b149d] {
    display: none
  }

  .flex_1dan ul[data-v-713b149d] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-713b149d]:first-of-type,
  .flex_3dan div[data-v-713b149d]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-713b149d]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-713b149d] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-713b149d]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-713b149d]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-713b149d]:first-of-type,
  .flex_3dan div[data-v-713b149d]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-713b149d]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-713b149d] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-713b149d] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-713b149d] {
    width: 100%
  }

  .flex_3dan div[data-v-713b149d]:first-of-type,
  .flex_3dan div[data-v-713b149d]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-713b149d]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-713b149d] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-713b149d] {
    width: 100%
  }

  .ul_game_item2 li[data-v-713b149d]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-713b149d]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-713b149d]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-713b149d]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-713b149d]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-713b149d] {
    padding: 101px 280px 0
  }

  .container_left[data-v-713b149d],
  .container_left_md[data-v-713b149d],
  .container_right[data-v-713b149d] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-713b149d]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-713b149d]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-713b149d]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-713b149d]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-713b149d] {
    padding-left: 40px
  }

  .container_left[data-v-713b149d] {
    display: none
  }

  .btn_left_control[data-v-713b149d] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-713b149d],
  .btn_left_control i[data-v-713b149d] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-713b149d] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-713b149d] {
    width: 26px
  }

  .btn_left_close[data-v-713b149d] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-713b149d] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-713b149d] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-713b149d]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-713b149d]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-713b149d]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-713b149d]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-713b149d]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-713b149d]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-713b149d] {
    display: block
  }

  .no-display-1600[data-v-713b149d] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-713b149d]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-713b149d]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-713b149d] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-713b149d] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-713b149d]:first-of-type,
  .container_center_2_mini>div>div[data-v-713b149d]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-713b149d] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-713b149d]:first-of-type,
  .container_center_3_mini>div>div[data-v-713b149d]:nth-of-type(2),
  .container_center_4_mini>div[data-v-713b149d]:first-of-type,
  .container_center_4_mini>div[data-v-713b149d]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-713b149d] {
    padding-right: 0
  }

  .container_right[data-v-713b149d] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-713b149d] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-713b149d] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-713b149d] {
    width: 26px
  }

  .container_right .right_screen[data-v-713b149d] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-713b149d] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-713b149d],
  .btn_left_control[data-v-713b149d],
  .container_left[data-v-713b149d] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-713b149d] {
    padding: 0
  }

  .mobile_scroll[data-v-713b149d] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-713b149d] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-713b149d],
.title_info_s[data-v-713b149d] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-713b149d] {
  font-size: 1.8rem
}

.title_info_s[data-v-713b149d]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-713b149d] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-713b149d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-713b149d] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-713b149d] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-713b149d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-713b149d] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-713b149d] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-713b149d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-713b149d] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-713b149d] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-713b149d] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-713b149d] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-713b149d] {
  position: relative
}

.sub_visual_wallet img[data-v-713b149d] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-713b149d] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-713b149d] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-713b149d] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-713b149d] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-713b149d]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-713b149d],
.menu_wallet>li button[data-v-713b149d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-713b149d],
.menu_wallet>li button.active[data-v-713b149d] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-713b149d] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-713b149d]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-713b149d] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-713b149d] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-713b149d] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-713b149d] {
  position: relative
}

.wallet_form button[data-v-713b149d] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-713b149d] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-713b149d] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-713b149d] {
  background: #141621 
}

h2.title_trade[data-v-713b149d] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-713b149d] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-713b149d] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-713b149d] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-713b149d],
.result_buy div[data-v-713b149d] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-713b149d] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-713b149d] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-713b149d] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-713b149d] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-713b149d] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-713b149d] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-713b149d] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-713b149d] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-713b149d],
.sub_visual.s_02[data-v-713b149d],
.sub_visual.s_03[data-v-713b149d],
.sub_visual.s_04[data-v-713b149d],
.sub_visual.s_05[data-v-713b149d],
.sub_visual.s_06[data-v-713b149d],
.sub_visual.s_07[data-v-713b149d],
.sub_visual.s_08[data-v-713b149d] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-713b149d] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-713b149d] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-713b149d] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-713b149d],
.sub_menu a[data-v-713b149d] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-713b149d] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-713b149d] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-713b149d],
.sub_menu a.nuxt-link-active[data-v-713b149d] {
  color: #e32028
}

.sub_tab ul[data-v-713b149d] {
  overflow: hidden
}

.sub_tab ul li[data-v-713b149d] {
  float: left
}

.sub_tab ul li a[data-v-713b149d] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-713b149d],
.sub_tab ul li a.active[data-v-713b149d] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-713b149d]:before,
.sub_tab ul li a.active[data-v-713b149d]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-713b149d] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-713b149d] {
  font-size: 2.2rem
}

.title_big[data-v-713b149d],
.title_normal[data-v-713b149d] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-713b149d] {
  font-size: 1.8rem
}

.title_small[data-v-713b149d] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-713b149d] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-713b149d] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-713b149d],
.title_tiny[data-v-713b149d] {
  position: relative;
  color: #fff
}

.title_sub[data-v-713b149d] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-713b149d]:before {
  bottom: -5px
}

.title_sub[data-v-713b149d]:after,
.title_sub[data-v-713b149d]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-713b149d]:after {
  bottom: -3px
}

.title_sub_1[data-v-713b149d] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-713b149d]:before {
  bottom: -5px
}

.title_sub_1[data-v-713b149d]:after,
.title_sub_1[data-v-713b149d]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-713b149d]:after {
  bottom: -3px
}

.title_sm[data-v-713b149d] {
  display: none
}

.title_hexa[data-v-713b149d] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-713b149d],
.title_hexa i[data-v-713b149d] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-713b149d] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-713b149d] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-713b149d] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-713b149d],
.title_hexa.t_on i[data-v-713b149d] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-713b149d] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-713b149d] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-713b149d] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-713b149d] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-713b149d] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-713b149d] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-713b149d] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-713b149d]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-713b149d]:first-of-type,
.sports_list li>div[data-v-713b149d]:nth-of-type(2),
.sports_list li>div[data-v-713b149d]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-713b149d] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-713b149d]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-713b149d] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_acodian[data-v-713b149d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-713b149d] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-713b149d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-713b149d],
.game_bat button[data-v-713b149d] {
  position: relative
}

.game_bat button[data-v-713b149d]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-713b149d] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-713b149d] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-713b149d] {
  margin-right: 5px
}

.game_bat button[data-v-713b149d]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-713b149d] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-713b149d] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-713b149d] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-713b149d],
.game_bat button:nth-of-type(3) i img[data-v-713b149d] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-713b149d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-713b149d]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-713b149d]:nth-of-type(2),
.game_bat button[data-v-713b149d]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-713b149d]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-713b149d],
.game_bat button.active[data-v-713b149d] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-713b149d]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-713b149d]:after,
.game_bat button:first-of-type .up[data-v-713b149d]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-713b149d 1s ease-in-out 5;
  animation: blink-data-v-713b149d 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-713b149d]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-713b149d]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-713b149d]:after,
.game_bat button:nth-of-type(2) .up[data-v-713b149d]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-713b149d 1s ease-in-out 5;
  animation: blink-data-v-713b149d 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-713b149d]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-713b149d]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-713b149d]:after,
.game_bat button:nth-of-type(3) .up[data-v-713b149d]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-713b149d 1s ease-in-out 5;
  animation: blink-data-v-713b149d 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-713b149d]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-713b149d] {
  padding: 0
}

.box_folder[data-v-713b149d],
.box_folder button[data-v-713b149d] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-713b149d] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-713b149d] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-713b149d]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-713b149d] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-713b149d]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-713b149d] {
  flex-wrap: wrap
}

.bank_info[data-v-713b149d],
.bank_info li[data-v-713b149d] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-713b149d] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-713b149d]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-713b149d] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-713b149d] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-713b149d] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-713b149d] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-713b149d] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-713b149d] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-713b149d] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-713b149d] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-713b149d] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-713b149d] {
  margin-right: 10px
}

.box_text_type_1[data-v-713b149d] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-713b149d],
.box_text_type_1 i[data-v-713b149d] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-713b149d] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-713b149d] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-713b149d],
.wl_tip[data-v-713b149d] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-713b149d],
.wl_tip ul li[data-v-713b149d] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-713b149d] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-713b149d] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-713b149d] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-713b149d],
.wl_waring ul li[data-v-713b149d] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-713b149d] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-713b149d] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-713b149d] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-713b149d] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-713b149d] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-713b149d] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-713b149d {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-713b149d {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-713b149d] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-713b149d] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-713b149d] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-713b149d],
.box_fx_buy_sell[data-v-713b149d],
.box_fx_result[data-v-713b149d],
.box_leverage_result[data-v-713b149d],
.current_time[data-v-713b149d],
.tab_box[data-v-713b149d],
.tab_time[data-v-713b149d] {
  position: relative
}

.copilot[data-v-713b149d] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-713b149d],
.copilot[data-v-713b149d]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-713b149d]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-713b149d] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-713b149d] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-713b149d] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-713b149d] {
  padding: 20px 15px
}

.copilot_foot[data-v-713b149d],
.copilot_foot button[data-v-713b149d] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-713b149d] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-713b149d] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-713b149d],
.copilot.step_2[data-v-713b149d] {
  top: 50px
}

.copilot.step_3[data-v-713b149d],
.copilot.step_4[data-v-713b149d],
.copilot.step_6[data-v-713b149d],
.copilot.step_7[data-v-713b149d],
.copilot.step_8[data-v-713b149d] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-713b149d] {
  top: 40px
}

.box_info_1[data-v-713b149d] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-713b149d] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-713b149d] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-713b149d]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-713b149d] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-713b149d] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-713b149d] {
  height: 40px
}

.title_guide_1 span[data-v-713b149d] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-713b149d] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-713b149d] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-713b149d] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-713b149d] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-713b149d] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-713b149d 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-713b149d 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-713b149d]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-713b149d]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-713b149d]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-713b149d]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-713b149d]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-713b149d {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-713b149d {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-713b149d] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-713b149d] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-713b149d] {
    margin-top: 0
  }

  .sub_visual[data-v-713b149d] {
    display: none
  }

  .box_sub_title[data-v-713b149d] {
    padding: 0 20px
  }

  .box_sub_container[data-v-713b149d] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-713b149d] {
    display: block
  }

  .title_sub[data-v-713b149d] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-713b149d]:before {
    bottom: -5px
  }

  .title_sub[data-v-713b149d]:after,
  .title_sub[data-v-713b149d]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-713b149d]:after {
    bottom: -3px
  }

  .sub_menu[data-v-713b149d] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-713b149d] {
    padding: 0
  }

  .box_sub_container[data-v-713b149d] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-713b149d] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-713b149d] {
    display: none
  }

  .box_bg_deep[data-v-713b149d] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-713b149d] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-713b149d] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-713b149d] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-713b149d],
  .result_buy div[data-v-713b149d] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-713b149d] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-713b149d] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-713b149d] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-713b149d] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-713b149d] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-713b149d] {
    padding: 0 5px
  }

  .box_folder button[data-v-713b149d] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-713b149d] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-713b149d] {
    padding: 0
  }

  .pagenation_type_1[data-v-713b149d] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-713b149d] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-713b149d] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-713b149d] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-713b149d],
  .pagenation_type_1 .btn_last[data-v-713b149d],
  .pagenation_type_1 .btn_next[data-v-713b149d],
  .pagenation_type_1 .btn_prev[data-v-713b149d] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-713b149d] {
    color: #bbb
  }

  .title_medium[data-v-713b149d] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-713b149d]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-713b149d]:first-of-type:hover,
  .game_bat.bet_three button[data-v-713b149d]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-713b149d]:nth-of-type(3):hover,
  .game_bat button[data-v-713b149d]:first-of-type:hover,
  .game_bat button[data-v-713b149d]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-713b149d],
  .game_bat button.active span[data-v-713b149d],
  .game_bat button:hover span[data-v-713b149d] {
    color: #fff 
  }

  .bat_more[data-v-713b149d]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-713b149d],
  .bat_more[disabled][data-v-713b149d]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-713b149d]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-713b149d]:first-of-type:hover,
  .game_bat_2 button[data-v-713b149d]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-713b149d],
  .game_bat_2 button.active[data-v-713b149d]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-713b149d]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-713b149d] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-713b149d] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-713b149d]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-713b149d]:hover,
  .pagenation_type_1 .btn_last[data-v-713b149d]:hover,
  .pagenation_type_1 .btn_next[data-v-713b149d]:hover,
  .pagenation_type_1 .btn_prev[data-v-713b149d]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-713b149d]:hover,
  .ul_game_item button[data-v-713b149d]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.title_game[data-v-713b149d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #2f2f37;
  padding: 0 10px
}

.title_game div[data-v-713b149d]:first-child {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 1.5rem;
  color: #fff
}

.title_game div:first-child img[data-v-713b149d] {
  margin-right: 10px
}

.title_game div:first-child i[data-v-713b149d] {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 10px
}

.title_game div[data-v-713b149d]:nth-child(2) {
  justify-content: flex-end;
  color: #ff2152
}

.sports_list_real_ing[data-v-713b149d] {
  border-bottom: 1px dashed #ff2152;
  padding-bottom: 20px;
  margin-bottom: 20px
}

.sports_list_real_ing>li[data-v-713b149d] {
  margin-top: 10px
}

.sports_list_real_ing>li[data-v-713b149d]:first-child {
  margin-top: 0
}

.sports_list_real_ing>li:hover .score_list[data-v-713b149d] {
  background: rgba(0, 0, 0, .5) 
}

.title_real_game[data-v-713b149d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, .8);
  padding: 0 10px
}

.title_real_game div[data-v-713b149d]:first-child {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 1.5rem;
  color: #ff2152
}

.title_real_game div:first-child img[data-v-713b149d] {
  width: 18px;
  margin-right: 10px
}

.title_real_game div:first-child i[data-v-713b149d] {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 5px
}

.title_real_game div[data-v-713b149d]:nth-child(2) {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  color: #ff2152
}

.title_real_game div:nth-child(2) i[data-v-713b149d] {
  font-size: 1.8rem;
  margin-right: 5px
}

.btn_market_more[data-v-713b149d] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-713b149d] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-713b149d]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.score_list[data-v-713b149d] {
  background: rgb(68 67 67 / 35%);
  padding: 5px;
  transition: all .3s
}

.score_state_info[data-v-713b149d] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5px 0 0
}

.score_state_info em[data-v-713b149d] {
  color: #fff;
  font-weight: 300;
  font-size: 1.3rem;
  padding-right: 5px
}

.score_state_info span[data-v-713b149d] {
  color: #ff2152
}

.score_state_info i[data-v-713b149d] {
  color: hsla(0, 0%, 100%, .3);
  font-size: 1.3rem;
  padding: 0 10px
}

.vs_info[data-v-713b149d] {
  display: flex
}

.vs_info li[data-v-713b149d]:first-of-type,
.vs_info li[data-v-713b149d]:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 30px)
}

.vs_info li em[data-v-713b149d] {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 5px
}

.vs_info li strong[data-v-713b149d] {
  width: auto;
  height: 46px;
  color: #ff2152;
  font-family: Gmarket;
  font-size: 2.4rem;
  padding: 6px 10px 0
}

.vs_info li[data-v-713b149d]:nth-of-type(2),
.vs_info li strong[data-v-713b149d] {
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.vs_info li[data-v-713b149d]:nth-of-type(2) {
  width: 60px;
  font-size: 3.4rem;
  font-weight: 600;
  color: #fff;
  font-family: BebasNeuePro
}

@media (max-width:767px) {
  .score_list[data-v-713b149d] {
    padding: 5px
  }

  .sports_bet_close[data-v-713b149d] {
    width: 100%
  }

  .btn_mobile_more[data-v-713b149d] {
    display: block ;
    height: 24px;
    text-align: right
  }

  .btn_mobile_more button[data-v-713b149d] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 24px;
    color: #fff;
    border-radius: 3px;
    background: #e32028;
    padding: 0 10px 1px;
    margin-top: 0;
    transition: all .3s
  }

  .btn_mobile_more button i[data-v-713b149d] {
    margin-left: 5px;
    padding-top: 2px
  }

  .btn_mobile_more button.active[data-v-713b149d] {
    background: #fff;
    color: #000
  }

  .btn_mobile_more button[data-v-713b149d]:disabled {
    background: #2f2f37;
    color: hsla(0, 0%, 100%, .5);
    cursor: none
  }
}
body [data-v-179b2d46] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-179b2d46]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-179b2d46]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-179b2d46] {
  max-width: 1440px
}

.page-enter-active[data-v-179b2d46],
.page-leave-active[data-v-179b2d46] {
  transition: opacity .1s
}

.page-enter[data-v-179b2d46],
.page-leave-to[data-v-179b2d46] {
  opacity: 0
}

.b1[data-v-179b2d46] {
  border: 1px solid red
}

.width-btn-100[data-v-179b2d46] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-179b2d46] {
  color: #e32028 
}

.main-color1-normal[data-v-179b2d46] {
  color: #ff2152 
}

.main-color1-text[data-v-179b2d46] {
  color: #ff9710 
}

.main-color1-deep[data-v-179b2d46] {
  color: #ff6900 
}

.main-color1-light[data-v-179b2d46] {
  color: #ff542e 
}

.color-white[data-v-179b2d46] {
  color: #fff 
}

.main-color2-light[data-v-179b2d46] {
  color: #a9da2b 
}

.main-color2[data-v-179b2d46] {
  color: #67b628 
}

.main_color3_light[data-v-179b2d46] {
  color: #ffc92f 
}

.main-color3[data-v-179b2d46] {
  color: #febd02 
}

.main-color4[data-v-179b2d46] {
  color: #7e93a6 
}

.main-color5-light[data-v-179b2d46] {
  color: #42deda 
}

.main-color5[data-v-179b2d46] {
  color: #01c8de 
}

.color-grey[data-v-179b2d46] {
  color: #676c71 
}

.color-lightgrey[data-v-179b2d46] {
  color: #ababab 
}

.color-deepgrey[data-v-179b2d46] {
  color: #20222b 
}

.color-text-verylight[data-v-179b2d46] {
  color: #80a7b8 
}

.color-text-light[data-v-179b2d46] {
  color: #9a9aa7 
}

.color-text[data-v-179b2d46] {
  color: #797986 
}

.color-text-deep[data-v-179b2d46] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-179b2d46] {
  color: #2f3b49 
}

.c_default[data-v-179b2d46] {
  color: #fff 
}

.c_high[data-v-179b2d46] {
  color: #ff1717 
}

.c_low[data-v-179b2d46] {
  color: #0bf 
}

.c_buy_light[data-v-179b2d46] {
  color: #fe5159 
}

.c_buy[data-v-179b2d46] {
  color: #f14f57 
}

.bg_c_buy[data-v-179b2d46] {
  background: #f14f57
}

.c_sell_light[data-v-179b2d46] {
  color: #349bf0 
}

.c_sell[data-v-179b2d46] {
  color: #3488db 
}

.bg_c_sell[data-v-179b2d46] {
  background: #3488db
}

.c_ing[data-v-179b2d46] {
  color: #fff 
}

.bg_ing[data-v-179b2d46],
.bg_wait[data-v-179b2d46] {
  background: #7e93a6 
}

.bg_background_deep[data-v-179b2d46] {
  background: #000
}

.c_success[data-v-179b2d46] {
  color: #1478f2 
}

.bg_success[data-v-179b2d46] {
  background: #1478f2 
}

.c_complete[data-v-179b2d46] {
  color: #fff 
}

.c_fail[data-v-179b2d46] {
  color: #ff1e1e 
}

.bg_fail[data-v-179b2d46] {
  background: #ff1e1e 
}

.c_cancel[data-v-179b2d46] {
  color: #ff6900 
}

.bg_cancel[data-v-179b2d46] {
  background: #ff6900 
}

.c_error[data-v-179b2d46] {
  color: #ff6900 
}

.c_invaild[data-v-179b2d46] {
  color: #999 
}

.bg_invaild[data-v-179b2d46] {
  background: #666 
}

.bg_main[data-v-179b2d46] {
  background: #e32028 
}

.bg_green_gra[data-v-179b2d46] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-179b2d46] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-179b2d46] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-179b2d46] {
  color: #ff5266 
}

.c_deposit_light[data-v-179b2d46] {
  color: #a9da2b 
}

.c_deposit[data-v-179b2d46] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-179b2d46] {
  color: #ff8520 
}

.c_withdrawal[data-v-179b2d46] {
  color: #ff6900 
}

.c_green[data-v-179b2d46] {
  color: #009b1b 
}

.c_red[data-v-179b2d46] {
  color: red 
}

.c_blue[data-v-179b2d46] {
  color: #febd02 
}

.c_black[data-v-179b2d46] {
  color: #000 
}

.bg_white[data-v-179b2d46] {
  background: #fff 
}

.bg_green[data-v-179b2d46] {
  background: #6dcb1b 
}

.box_c_ing[data-v-179b2d46] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-179b2d46] {
  background: #f14f57
}

.box_c_buy[data-v-179b2d46],
.box_c_invaild[data-v-179b2d46] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-179b2d46] {
  background: #999
}

.box_c_sell[data-v-179b2d46] {
  background: #3488db
}

.box_c_sell[data-v-179b2d46],
.box_c_success[data-v-179b2d46] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-179b2d46] {
  background: #ff6900
}

.box_c_fail[data-v-179b2d46] {
  background: #67b628
}

.box_c_extedn[data-v-179b2d46],
.box_c_fail[data-v-179b2d46] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-179b2d46] {
  background: #43586c
}

.ps__rail-x[data-v-179b2d46] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-179b2d46],
.ps__rail-y[data-v-179b2d46] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-179b2d46] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-179b2d46],
.ps--active-y>.ps__rail-y[data-v-179b2d46] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-179b2d46],
.ps--focus>.ps__rail-y[data-v-179b2d46],
.ps--scrolling-x>.ps__rail-x[data-v-179b2d46],
.ps--scrolling-y>.ps__rail-y[data-v-179b2d46],
.ps:hover>.ps__rail-x[data-v-179b2d46],
.ps:hover>.ps__rail-y[data-v-179b2d46] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-179b2d46],
.ps.ps__rail-x[data-v-179b2d46]:focus,
.ps.ps__rail-x[data-v-179b2d46]:hover,
.ps.ps__rail-y.ps--clicking[data-v-179b2d46],
.ps.ps__rail-y[data-v-179b2d46]:focus,
.ps.ps__rail-y[data-v-179b2d46]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-179b2d46] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-179b2d46],
.ps__thumb-y[data-v-179b2d46] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-179b2d46] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-179b2d46],
.ps__rail-x:focus>.ps__thumb-x[data-v-179b2d46],
.ps__rail-x:hover>.ps__thumb-x[data-v-179b2d46] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-179b2d46],
.ps__rail-y:focus>.ps__thumb-y[data-v-179b2d46],
.ps__rail-y:hover>.ps__thumb-y[data-v-179b2d46] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-179b2d46] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-179b2d46] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-179b2d46] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-179b2d46] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-179b2d46] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-179b2d46] {
  display: none 
}

.toast-top-center[data-v-179b2d46] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-179b2d46] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-179b2d46] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-179b2d46] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-179b2d46] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-179b2d46],
.pagenation_type_1 .btn_last[data-v-179b2d46],
.pagenation_type_1 .btn_next[data-v-179b2d46],
.pagenation_type_1 .btn_prev[data-v-179b2d46] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-179b2d46] {
  color: #bbb
}

.wrap_type_3[data-v-179b2d46] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-179b2d46] {
  background: #0b0c10
}

.container_left[data-v-179b2d46],
.container_left_md[data-v-179b2d46] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-179b2d46] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-179b2d46] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-179b2d46] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-179b2d46] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-179b2d46]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-179b2d46] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-179b2d46] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-179b2d46] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-179b2d46] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-179b2d46]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-179b2d46]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-179b2d46],
.container_center_3_mini>div[data-v-179b2d46] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-179b2d46] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-179b2d46]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-179b2d46]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-179b2d46] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-179b2d46]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-179b2d46]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-179b2d46] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-179b2d46]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-179b2d46]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-179b2d46] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-179b2d46] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-179b2d46],
.bg_grad_1_x[data-v-179b2d46] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-179b2d46] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-179b2d46] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-179b2d46] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-179b2d46],
.bg_normal_2[data-v-179b2d46] {
  background: #141621
}

.btn_left_close[data-v-179b2d46],
.btn_left_control[data-v-179b2d46],
.btn_right_close[data-v-179b2d46],
.right_screen[data-v-179b2d46] {
  display: none
}

.box_logo[data-v-179b2d46] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-179b2d46] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-179b2d46] {
  display: none
}

.text_dot[data-v-179b2d46] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-179b2d46 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-179b2d46 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-179b2d46] {
  margin-left: 2px
}

.bat_more.active[data-v-179b2d46] {
  background: #fff 
}

.bat_more.active i[data-v-179b2d46] {
  color: #000 
}

.btn_no_disabled[data-v-179b2d46] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-179b2d46] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-179b2d46] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-179b2d46],
.game_bat_2 button[data-v-179b2d46]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-179b2d46]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-179b2d46] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-179b2d46] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-179b2d46]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-179b2d46] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-179b2d46] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-179b2d46] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-179b2d46],
.title_logo[data-v-179b2d46] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-179b2d46] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-179b2d46] {
  height: 22px
}

.tab[data-v-179b2d46] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-179b2d46]:last-child {
  width: 100%
}

.tab li[data-v-179b2d46]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-179b2d46] {
  width: 50%
}

.tab li[data-v-179b2d46]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-179b2d46] {
  width: 33.333333333333%
}

.tab li[data-v-179b2d46]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-179b2d46] {
  width: 25%
}

.tab li[data-v-179b2d46]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-179b2d46] {
  width: 20%
}

.tab li[data-v-179b2d46]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-179b2d46] {
  width: 16.66666666666667%
}

.tab li button[data-v-179b2d46] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-179b2d46] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-179b2d46]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-179b2d46] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-179b2d46] {
  border: 0
}

.wrap_sports_detail li[data-v-179b2d46] {
  width: 100%
}

.wrap_sports_detail li[data-v-179b2d46]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-179b2d46]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-179b2d46] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-179b2d46] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-179b2d46],
.detail_num>button[data-v-179b2d46] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-179b2d46] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-179b2d46] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-179b2d46]:last-child {
  width: 100%
}

.detail_num button[data-v-179b2d46]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-179b2d46] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-179b2d46]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-179b2d46] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-179b2d46] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-179b2d46] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-179b2d46] {
  color: #fff 
}

.detail_num>button .up[data-v-179b2d46]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-179b2d46]:after,
.detail_num>button .up[data-v-179b2d46]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-179b2d46 1s ease-in-out 5;
  animation: blink-data-v-179b2d46 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-179b2d46]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-179b2d46] {
  background: #f4053a
}

.detail_num>button.active i[data-v-179b2d46] {
  color: #000
}

.detail_num>button .text-allocation[data-v-179b2d46] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-179b2d46] {
  color: #000 
}

.sports_bet_close[data-v-179b2d46] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-179b2d46],
.sports_bet_close[data-v-179b2d46]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-179b2d46]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-179b2d46] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-179b2d46],
.sports_bet_close_all[data-v-179b2d46]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-179b2d46]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-179b2d46] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-179b2d46]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-179b2d46] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-179b2d46]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-179b2d46] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-179b2d46],
.market_all_close[data-v-179b2d46]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-179b2d46]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-179b2d46] {
    display: none
  }
}

.vjs-control-bar[data-v-179b2d46] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-179b2d46] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-179b2d46] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-179b2d46] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-179b2d46]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-179b2d46] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-179b2d46]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-179b2d46] {
  color: #fff 
}

.vjs-big-play-button[data-v-179b2d46]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-179b2d46],
  .detail_num button[data-v-179b2d46]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-179b2d46] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-179b2d46]:nth-of-type(2),
  .game_bat button[data-v-179b2d46]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-179b2d46]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-179b2d46] {
    width: 100%
  }

  .market_all_close[data-v-179b2d46]:after,
  .market_domestic_all_close[data-v-179b2d46]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-179b2d46],
  .game_bat button:nth-of-type(3) i[data-v-179b2d46] {
    display: none 
  }
}

.mini_bet_close[data-v-179b2d46] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-179b2d46],
.mini_bet_close[data-v-179b2d46]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-179b2d46]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-179b2d46] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-179b2d46] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-179b2d46] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-179b2d46]:first-of-type,
.flex_2dan div[data-v-179b2d46]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-179b2d46] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-179b2d46]:first-of-type,
.flex_3dan div[data-v-179b2d46]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-179b2d46]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-179b2d46] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-179b2d46] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-179b2d46] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-179b2d46] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-179b2d46] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-179b2d46] {
  height: 40px
}

.mini_game_info[data-v-179b2d46],
.mini_game_info span[data-v-179b2d46]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-179b2d46]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-179b2d46] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-179b2d46] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-179b2d46]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-179b2d46] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-179b2d46] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-179b2d46] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-179b2d46] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-179b2d46]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-179b2d46] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-179b2d46]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-179b2d46] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-179b2d46]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-179b2d46] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-179b2d46]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-179b2d46] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-179b2d46]:first-child,
.ul_game_item.item_10 li[data-v-179b2d46]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-179b2d46]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-179b2d46] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-179b2d46],
.ul_game_item button i[data-v-179b2d46] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-179b2d46] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-179b2d46] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-179b2d46] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-179b2d46] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-179b2d46] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-179b2d46] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-179b2d46] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-179b2d46] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-179b2d46] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-179b2d46] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-179b2d46] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-179b2d46] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-179b2d46] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-179b2d46] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-179b2d46] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-179b2d46] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-179b2d46] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-179b2d46] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-179b2d46] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-179b2d46] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-179b2d46] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-179b2d46] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-179b2d46] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-179b2d46] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-179b2d46] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-179b2d46] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-179b2d46] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-179b2d46] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-179b2d46] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-179b2d46] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-179b2d46] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-179b2d46] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-179b2d46] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-179b2d46] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-179b2d46] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-179b2d46] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-179b2d46] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-179b2d46] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-179b2d46]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-179b2d46]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-179b2d46]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-179b2d46] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-179b2d46] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-179b2d46] {
    display: none
  }

  .flex_1dan ul[data-v-179b2d46] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-179b2d46]:first-of-type,
  .flex_3dan div[data-v-179b2d46]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-179b2d46]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-179b2d46] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-179b2d46]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-179b2d46]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-179b2d46]:first-of-type,
  .flex_3dan div[data-v-179b2d46]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-179b2d46]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-179b2d46] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-179b2d46] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-179b2d46] {
    width: 100%
  }

  .flex_3dan div[data-v-179b2d46]:first-of-type,
  .flex_3dan div[data-v-179b2d46]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-179b2d46]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-179b2d46] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-179b2d46] {
    width: 100%
  }

  .ul_game_item2 li[data-v-179b2d46]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-179b2d46]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-179b2d46]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-179b2d46]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-179b2d46]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-179b2d46] {
    padding: 101px 280px 0
  }

  .container_left[data-v-179b2d46],
  .container_left_md[data-v-179b2d46],
  .container_right[data-v-179b2d46] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-179b2d46]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-179b2d46]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-179b2d46]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-179b2d46]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-179b2d46] {
    padding-left: 40px
  }

  .container_left[data-v-179b2d46] {
    display: none
  }

  .btn_left_control[data-v-179b2d46] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-179b2d46],
  .btn_left_control i[data-v-179b2d46] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-179b2d46] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-179b2d46] {
    width: 26px
  }

  .btn_left_close[data-v-179b2d46] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-179b2d46] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-179b2d46] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-179b2d46]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-179b2d46]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-179b2d46]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-179b2d46]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-179b2d46]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-179b2d46]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-179b2d46] {
    display: block
  }

  .no-display-1600[data-v-179b2d46] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-179b2d46]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-179b2d46]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-179b2d46] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-179b2d46] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-179b2d46]:first-of-type,
  .container_center_2_mini>div>div[data-v-179b2d46]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-179b2d46] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-179b2d46]:first-of-type,
  .container_center_3_mini>div>div[data-v-179b2d46]:nth-of-type(2),
  .container_center_4_mini>div[data-v-179b2d46]:first-of-type,
  .container_center_4_mini>div[data-v-179b2d46]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-179b2d46] {
    padding-right: 0
  }

  .container_right[data-v-179b2d46] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-179b2d46] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-179b2d46] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-179b2d46] {
    width: 26px
  }

  .container_right .right_screen[data-v-179b2d46] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-179b2d46] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-179b2d46],
  .btn_left_control[data-v-179b2d46],
  .container_left[data-v-179b2d46] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-179b2d46] {
    padding: 0
  }

  .mobile_scroll[data-v-179b2d46] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-179b2d46] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-179b2d46],
.title_info_s[data-v-179b2d46] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-179b2d46] {
  font-size: 1.8rem
}

.title_info_s[data-v-179b2d46]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-179b2d46] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-179b2d46] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-179b2d46] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-179b2d46] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-179b2d46] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-179b2d46] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-179b2d46] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-179b2d46] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-179b2d46] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-179b2d46] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-179b2d46] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-179b2d46] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-179b2d46] {
  position: relative
}

.sub_visual_wallet img[data-v-179b2d46] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-179b2d46] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-179b2d46] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-179b2d46] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-179b2d46] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-179b2d46]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-179b2d46],
.menu_wallet>li button[data-v-179b2d46] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-179b2d46],
.menu_wallet>li button.active[data-v-179b2d46] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-179b2d46] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-179b2d46]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-179b2d46] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-179b2d46] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-179b2d46] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-179b2d46] {
  position: relative
}

.wallet_form button[data-v-179b2d46] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-179b2d46] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-179b2d46] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-179b2d46] {
  background: #141621 
}

h2.title_trade[data-v-179b2d46] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-179b2d46] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-179b2d46] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-179b2d46] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-179b2d46],
.result_buy div[data-v-179b2d46] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-179b2d46] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-179b2d46] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-179b2d46] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-179b2d46] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-179b2d46] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-179b2d46] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-179b2d46] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-179b2d46] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-179b2d46],
.sub_visual.s_02[data-v-179b2d46],
.sub_visual.s_03[data-v-179b2d46],
.sub_visual.s_04[data-v-179b2d46],
.sub_visual.s_05[data-v-179b2d46],
.sub_visual.s_06[data-v-179b2d46],
.sub_visual.s_07[data-v-179b2d46],
.sub_visual.s_08[data-v-179b2d46] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-179b2d46] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-179b2d46] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-179b2d46] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-179b2d46],
.sub_menu a[data-v-179b2d46] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-179b2d46] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-179b2d46] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-179b2d46],
.sub_menu a.nuxt-link-active[data-v-179b2d46] {
  color: #e32028
}

.sub_tab ul[data-v-179b2d46] {
  overflow: hidden
}

.sub_tab ul li[data-v-179b2d46] {
  float: left
}

.sub_tab ul li a[data-v-179b2d46] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-179b2d46],
.sub_tab ul li a.active[data-v-179b2d46] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-179b2d46]:before,
.sub_tab ul li a.active[data-v-179b2d46]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-179b2d46] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-179b2d46] {
  font-size: 2.2rem
}

.title_big[data-v-179b2d46],
.title_normal[data-v-179b2d46] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-179b2d46] {
  font-size: 1.8rem
}

.title_small[data-v-179b2d46] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-179b2d46] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-179b2d46] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-179b2d46],
.title_tiny[data-v-179b2d46] {
  position: relative;
  color: #fff
}

.title_sub[data-v-179b2d46] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-179b2d46]:before {
  bottom: -5px
}

.title_sub[data-v-179b2d46]:after,
.title_sub[data-v-179b2d46]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-179b2d46]:after {
  bottom: -3px
}

.title_sub_1[data-v-179b2d46] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-179b2d46]:before {
  bottom: -5px
}

.title_sub_1[data-v-179b2d46]:after,
.title_sub_1[data-v-179b2d46]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-179b2d46]:after {
  bottom: -3px
}

.title_sm[data-v-179b2d46] {
  display: none
}

.title_hexa[data-v-179b2d46] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-179b2d46],
.title_hexa i[data-v-179b2d46] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-179b2d46] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-179b2d46] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-179b2d46] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-179b2d46],
.title_hexa.t_on i[data-v-179b2d46] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-179b2d46] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-179b2d46] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-179b2d46] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-179b2d46] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-179b2d46] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-179b2d46] {
  padding: 0
}

.sports_list.domestic li[data-v-179b2d46] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-179b2d46]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-179b2d46]:first-of-type,
.sports_list li>div[data-v-179b2d46]:nth-of-type(2),
.sports_list li>div[data-v-179b2d46]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-179b2d46] {
  justify-content: space-between
}

.game_info span[data-v-179b2d46]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-179b2d46] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-179b2d46] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-179b2d46] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-179b2d46]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-179b2d46] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-179b2d46] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-179b2d46],
.game_bat button[data-v-179b2d46] {
  position: relative
}

.game_bat button[data-v-179b2d46]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  background: #2c2c34
}

.game_bat button:first-of-type em[data-v-179b2d46] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-179b2d46] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-179b2d46] {
  margin-right: 5px
}

.game_bat button[data-v-179b2d46]:nth-of-type(3) {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  background: #2c2c34;
  margin-left: 1px
}

.game_bat button:nth-of-type(3) em[data-v-179b2d46] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-179b2d46] {
  flex-shrink: 0;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-179b2d46] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-179b2d46],
.game_bat button:nth-of-type(3) i img[data-v-179b2d46] {
  width: 20px ;
  vertical-align: middle
}

.game_bat button[data-v-179b2d46]:nth-of-type(2) {
  cursor: inherit
}

.game_bat.bet_three button[data-v-179b2d46]:nth-of-type(2),
.game_bat button[data-v-179b2d46]:nth-of-type(2) {
  min-width: 0;
  width: 90px;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-179b2d46]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-179b2d46],
.game_bat button.active[data-v-179b2d46] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-179b2d46]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-179b2d46]:after,
.game_bat button:first-of-type .up[data-v-179b2d46]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-179b2d46 1s ease-in-out 5;
  animation: blink-data-v-179b2d46 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-179b2d46]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-179b2d46]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-179b2d46]:after,
.game_bat button:nth-of-type(2) .up[data-v-179b2d46]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-179b2d46 1s ease-in-out 5;
  animation: blink-data-v-179b2d46 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-179b2d46]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-179b2d46]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-179b2d46]:after,
.game_bat button:nth-of-type(3) .up[data-v-179b2d46]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-179b2d46 1s ease-in-out 5;
  animation: blink-data-v-179b2d46 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-179b2d46]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-179b2d46] {
  padding: 0
}

.box_folder[data-v-179b2d46],
.box_folder button[data-v-179b2d46] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-179b2d46] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-179b2d46] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-179b2d46]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-179b2d46] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-179b2d46]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-179b2d46] {
  flex-wrap: wrap
}

.bank_info[data-v-179b2d46],
.bank_info li[data-v-179b2d46] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-179b2d46] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-179b2d46]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-179b2d46] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-179b2d46] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-179b2d46] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-179b2d46] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-179b2d46] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-179b2d46] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-179b2d46] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-179b2d46] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-179b2d46] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-179b2d46] {
  margin-right: 10px
}

.box_text_type_1[data-v-179b2d46] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-179b2d46],
.box_text_type_1 i[data-v-179b2d46] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-179b2d46] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-179b2d46] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-179b2d46],
.wl_tip[data-v-179b2d46] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-179b2d46],
.wl_tip ul li[data-v-179b2d46] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-179b2d46] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-179b2d46] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-179b2d46] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-179b2d46],
.wl_waring ul li[data-v-179b2d46] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-179b2d46] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-179b2d46] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-179b2d46] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-179b2d46] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-179b2d46] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-179b2d46] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-179b2d46 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-179b2d46 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-179b2d46] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-179b2d46] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-179b2d46] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-179b2d46],
.box_fx_buy_sell[data-v-179b2d46],
.box_fx_result[data-v-179b2d46],
.box_leverage_result[data-v-179b2d46],
.current_time[data-v-179b2d46],
.tab_box[data-v-179b2d46],
.tab_time[data-v-179b2d46] {
  position: relative
}

.copilot[data-v-179b2d46] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-179b2d46],
.copilot[data-v-179b2d46]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-179b2d46]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-179b2d46] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-179b2d46] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-179b2d46] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-179b2d46] {
  padding: 20px 15px
}

.copilot_foot[data-v-179b2d46],
.copilot_foot button[data-v-179b2d46] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-179b2d46] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-179b2d46] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-179b2d46],
.copilot.step_2[data-v-179b2d46] {
  top: 50px
}

.copilot.step_3[data-v-179b2d46],
.copilot.step_4[data-v-179b2d46],
.copilot.step_6[data-v-179b2d46],
.copilot.step_7[data-v-179b2d46],
.copilot.step_8[data-v-179b2d46] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-179b2d46] {
  top: 40px
}

.box_info_1[data-v-179b2d46] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-179b2d46] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-179b2d46] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-179b2d46]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-179b2d46] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-179b2d46] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-179b2d46] {
  height: 40px
}

.title_guide_1 span[data-v-179b2d46] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-179b2d46] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-179b2d46] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-179b2d46] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-179b2d46] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-179b2d46] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-179b2d46 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-179b2d46 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-179b2d46]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-179b2d46]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-179b2d46]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-179b2d46]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-179b2d46]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-179b2d46 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-179b2d46 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-179b2d46] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-179b2d46] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-179b2d46] {
    margin-top: 0
  }

  .sub_visual[data-v-179b2d46] {
    display: none
  }

  .box_sub_title[data-v-179b2d46] {
    padding: 0 20px
  }

  .box_sub_container[data-v-179b2d46] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-179b2d46] {
    display: block
  }

  .title_sub[data-v-179b2d46] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-179b2d46]:before {
    bottom: -5px
  }

  .title_sub[data-v-179b2d46]:after,
  .title_sub[data-v-179b2d46]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-179b2d46]:after {
    bottom: -3px
  }

  .sub_menu[data-v-179b2d46] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-179b2d46] {
    padding: 0
  }

  .box_sub_container[data-v-179b2d46] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-179b2d46] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-179b2d46] {
    display: none
  }

  .box_bg_deep[data-v-179b2d46] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-179b2d46] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-179b2d46] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-179b2d46] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-179b2d46],
  .result_buy div[data-v-179b2d46] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-179b2d46] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-179b2d46] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-179b2d46] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-179b2d46] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-179b2d46] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-179b2d46] {
    padding: 0 5px
  }

  .box_folder button[data-v-179b2d46] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-179b2d46] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-179b2d46] {
    padding: 0
  }

  .pagenation_type_1[data-v-179b2d46] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-179b2d46] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-179b2d46] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-179b2d46] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-179b2d46],
  .pagenation_type_1 .btn_last[data-v-179b2d46],
  .pagenation_type_1 .btn_next[data-v-179b2d46],
  .pagenation_type_1 .btn_prev[data-v-179b2d46] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-179b2d46] {
    color: #bbb
  }

  .title_medium[data-v-179b2d46] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-179b2d46]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-179b2d46]:first-of-type:hover,
  .game_bat.bet_three button[data-v-179b2d46]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-179b2d46]:nth-of-type(3):hover,
  .game_bat button[data-v-179b2d46]:first-of-type:hover,
  .game_bat button[data-v-179b2d46]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-179b2d46],
  .game_bat button.active span[data-v-179b2d46],
  .game_bat button:hover span[data-v-179b2d46] {
    color: #fff 
  }

  .bat_more[data-v-179b2d46]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-179b2d46],
  .bat_more[disabled][data-v-179b2d46]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-179b2d46]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-179b2d46]:first-of-type:hover,
  .game_bat_2 button[data-v-179b2d46]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-179b2d46],
  .game_bat_2 button.active[data-v-179b2d46]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-179b2d46]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-179b2d46] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-179b2d46] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-179b2d46]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-179b2d46]:hover,
  .pagenation_type_1 .btn_last[data-v-179b2d46]:hover,
  .pagenation_type_1 .btn_next[data-v-179b2d46]:hover,
  .pagenation_type_1 .btn_prev[data-v-179b2d46]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-179b2d46]:hover,
  .ul_game_item button[data-v-179b2d46]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.flag-icon[data-v-179b2d46] {
  background: url(/images/common/flags.png) no-repeat 0 0/100%;
  width: 16px;
  height: 16px;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated
}

.flag-asean[data-v-179b2d46] {
  background-position: 0 0
}

.flag-afghanistan[data-v-179b2d46] {
  background-position: 0 .34483%
}

.flag-africa[data-v-179b2d46] {
  background-position: 0 .68966%
}

.flag-aland[data-v-179b2d46] {
  background-position: 0 1.03448%
}

.flag-albania[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-alb[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.alb[data-v-179b2d46]:before {
  background-position: 0 1.37931%
}

.flag-alderney[data-v-179b2d46] {
  background-position: 0 1.72414%
}

.flag-algeria[data-v-179b2d46] {
  background-position: 0 2.06897%
}

.flag-all[data-v-179b2d46] {
  background-position: 0 2.41379%
}

.flag-americansamoa[data-v-179b2d46] {
  background-position: 0 2.75862%
}

.flag-andorra[data-v-179b2d46] {
  background-position: 0 3.10345%
}

.flag-angola[data-v-179b2d46] {
  background-position: 0 3.44828%
}

.flag-anguilla[data-v-179b2d46] {
  background-position: 0 3.7931%
}

.flag-antiguaandbarbuda[data-v-179b2d46] {
  background-position: 0 4.13793%
}

.flag-arableague[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-arb[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.arb[data-v-179b2d46]:before {
  background-position: 0 4.48276%
}

.flag-argentina[data-v-179b2d46] {
  background-position: 0 4.82759%
}

.flag-armenia[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-arm[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.arm[data-v-179b2d46]:before {
  background-position: 0 5.17241%
}

.flag-aruba[data-v-179b2d46] {
  background-position: 0 5.51724%
}

.flag-asia[data-v-179b2d46] {
  background-position: 0 5.86207%
}

.flag-australia[data-v-179b2d46] {
  background-position: 0 6.2069%
}

.flag-austria[data-v-179b2d46] {
  background-position: 0 6.55172%
}

.flag-azerbaijan[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-aze[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.aze[data-v-179b2d46]:before {
  background-position: 0 6.89655%
}

.flag-bahamas[data-v-179b2d46] {
  background-position: 0 7.24138%
}

.flag-bahrain[data-v-179b2d46] {
  background-position: 0 7.58621%
}

.flag-bangladesh[data-v-179b2d46] {
  background-position: 0 7.93103%
}

.flag-barbados[data-v-179b2d46] {
  background-position: 0 8.27586%
}

.flag-basquecountry[data-v-179b2d46] {
  background-position: 0 8.62069%
}

.flag-belarus[data-v-179b2d46] {
  background-position: 0 8.96552%
}

.flag-belgium[data-v-179b2d46] {
  background-position: 0 9.31034%
}

.flag-belize[data-v-179b2d46] {
  background-position: 0 9.65517%
}

.flag-benin[data-v-179b2d46] {
  background-position: 0 10%
}

.flag-bermuda[data-v-179b2d46] {
  background-position: 0 10.34483%
}

.flag-bhutan[data-v-179b2d46] {
  background-position: 0 10.68966%
}

.flag-bolivia[data-v-179b2d46] {
  background-position: 0 11.03448%
}

.flag-bonairesinteustatiusandsaba[data-v-179b2d46] {
  background-position: 0 11.37931%
}

.flag-bosniaherzegovina[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-bos[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.bos[data-v-179b2d46]:before {
  background-position: 0 11.72414%
}

.flag-botswana[data-v-179b2d46] {
  background-position: 0 12.06897%
}

.flag-bouvet[data-v-179b2d46] {
  background-position: 0 12.41379%
}

.flag-brazil[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-pt-br[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.pt-br[data-v-179b2d46]:before {
  background-position: 0 12.75862%
}

.flag-britishindianoceanterritory[data-v-179b2d46] {
  background-position: 0 13.10345%
}

.flag-brunei[data-v-179b2d46] {
  background-position: 0 13.44828%
}

.flag-bulgaria[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-bgr[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.bgr[data-v-179b2d46]:before {
  background-position: 0 13.7931%
}

.flag-burkinafaso[data-v-179b2d46] {
  background-position: 0 14.13793%
}

.flag-burundi[data-v-179b2d46] {
  background-position: 0 14.48276%
}

.flag-caricom[data-v-179b2d46] {
  background-position: 0 14.82759%
}

.flag-cis[data-v-179b2d46] {
  background-position: 0 15.17241%
}

.flag-cambodia[data-v-179b2d46],
.flag-cambodja[data-v-179b2d46] {
  background-position: 0 15.51724%
}

.flag-cameroon[data-v-179b2d46] {
  background-position: 0 15.86207%
}

.flag-canada[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-en-ca[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.en-ca[data-v-179b2d46]:before {
  background-position: 0 16.2069%
}

.flag-capeverde[data-v-179b2d46] {
  background-position: 0 16.55172%
}

.flag-catalonia[data-v-179b2d46] {
  background-position: 0 16.89655%
}

.flag-caymanislands[data-v-179b2d46] {
  background-position: 0 17.24138%
}

.flag-centralafricanrepublic[data-v-179b2d46] {
  background-position: 0 17.58621%
}

.flag-chad[data-v-179b2d46] {
  background-position: 0 17.93103%
}

.flag-chile[data-v-179b2d46] {
  background-position: 0 18.27586%
}

.flag-china[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-chi[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b.selected-zhh[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.chi[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.zhh[data-v-179b2d46]:before {
  background-position: 0 18.62069%
}

.flag-chinesetaipei[data-v-179b2d46] {
  background-position: 0 18.96552%
}

.flag-christmas[data-v-179b2d46] {
  background-position: 0 19.31034%
}

.flag-cocoskeeling[data-v-179b2d46] {
  background-position: 0 19.65517%
}

.flag-colombia[data-v-179b2d46] {
  background-position: 0 20%
}

.flag-commonwealth[data-v-179b2d46] {
  background-position: 0 20.34483%
}

.flag-comoros[data-v-179b2d46] {
  background-position: 0 20.68966%
}

.flag-congobrazzaville[data-v-179b2d46] {
  background-position: 0 21.03448%
}

.flag-congokinshasa[data-v-179b2d46] {
  background-position: 0 21.37931%
}

.flag-cookislands[data-v-179b2d46] {
  background-position: 0 21.72414%
}

.flag-costarica[data-v-179b2d46] {
  background-position: 0 22.06897%
}

.flag-cotedivoire[data-v-179b2d46] {
  background-position: 0 22.41379%
}

.flag-croatia[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-hrv[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.hrv[data-v-179b2d46]:before {
  background-position: 0 22.75862%
}

.flag-cuba[data-v-179b2d46] {
  background-position: 0 23.10345%
}

.flag-curacao[data-v-179b2d46] {
  background-position: 0 23.44828%
}

.flag-cyprus[data-v-179b2d46] {
  background-position: 0 23.7931%
}

.flag-czechrepublic[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-cze[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.cze[data-v-179b2d46]:before {
  background-position: 0 24.13793%
}

.flag-denmark[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-dan[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.dan[data-v-179b2d46]:before {
  background-position: 0 24.48276%
}

.flag-djibouti[data-v-179b2d46] {
  background-position: 0 24.82759%
}

.flag-dominica[data-v-179b2d46] {
  background-position: 0 25.17241%
}

.flag-dominicanrepublic[data-v-179b2d46] {
  background-position: 0 25.51724%
}

.flag-ecuador[data-v-179b2d46] {
  background-position: 0 25.86207%
}

.flag-egypt[data-v-179b2d46] {
  background-position: 0 26.2069%
}

.flag-elsalvador[data-v-179b2d46] {
  background-position: 0 26.55172%
}

.flag-england[data-v-179b2d46] {
  background-position: 0 26.89655%
}

.flag-equatorialguinea[data-v-179b2d46] {
  background-position: 0 27.24138%
}

.flag-eritrea[data-v-179b2d46] {
  background-position: 0 27.58621%
}

.flag-estonia[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-est[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.est[data-v-179b2d46]:before {
  background-position: 0 27.93103%
}

.flag-ethiopia[data-v-179b2d46] {
  background-position: 0 28.27586%
}

.flag-europe[data-v-179b2d46] {
  background-position: 0 28.62069%
}

.flag-fao[data-v-179b2d46] {
  background-position: 0 28.96552%
}

.flag-falkland[data-v-179b2d46] {
  background-position: 0 29.31034%
}

.flag-faroeislands[data-v-179b2d46],
.flag-faroes[data-v-179b2d46] {
  background-position: 0 29.65517%
}

.flag-fiji[data-v-179b2d46] {
  background-position: 0 30%
}

.flag-finland[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-fin[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.fin[data-v-179b2d46]:before {
  background-position: 0 30.34483%
}

.flag-france[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-fre[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.fre[data-v-179b2d46]:before {
  background-position: 0 30.68966%
}

.flag-french-guiana[data-v-179b2d46] {
  background-position: 0 31.03448%
}

.flag-frenchsouthernandantarcticlands[data-v-179b2d46] {
  background-position: 0 31.37931%
}

.flag-gabon[data-v-179b2d46] {
  background-position: 0 31.72414%
}

.flag-galicia[data-v-179b2d46] {
  background-position: 0 32.06897%
}

.flag-gambia[data-v-179b2d46] {
  background-position: 0 32.41379%
}

.flag-georgia[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-geo[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.geo[data-v-179b2d46]:before {
  background-position: 0 32.75862%
}

.flag-germany[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-ger[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.ger[data-v-179b2d46]:before {
  background-position: 0 33.10345%
}

.flag-ghana[data-v-179b2d46] {
  background-position: 0 33.44828%
}

.flag-gibraltar[data-v-179b2d46] {
  background-position: 0 33.7931%
}

.flag-greatbritain[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-eng[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.eng[data-v-179b2d46]:before {
  background-position: 0 34.13793%
}

.flag-greece[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-gre[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.gre[data-v-179b2d46]:before {
  background-position: 0 34.48276%
}

.flag-greenland[data-v-179b2d46] {
  background-position: 0 34.82759%
}

.flag-grenada[data-v-179b2d46] {
  background-position: 0 35.17241%
}

.flag-guadeloupe[data-v-179b2d46] {
  background-position: 0 35.51724%
}

.flag-guam[data-v-179b2d46] {
  background-position: 0 35.86207%
}

.flag-guatemala[data-v-179b2d46] {
  background-position: 0 36.2069%
}

.flag-guernsey[data-v-179b2d46] {
  background-position: 0 36.55172%
}

.flag-guinea[data-v-179b2d46] {
  background-position: 0 36.89655%
}

.flag-guineabissau[data-v-179b2d46] {
  background-position: 0 37.24138%
}

.flag-guyana[data-v-179b2d46] {
  background-position: 0 37.58621%
}

.flag-haiti[data-v-179b2d46] {
  background-position: 0 37.93103%
}

.flag-heardislandandmcdonald[data-v-179b2d46] {
  background-position: 0 38.27586%
}

.flag-honduras[data-v-179b2d46] {
  background-position: 0 38.62069%
}

.flag-hongkong[data-v-179b2d46] {
  background-position: 0 38.96552%
}

.flag-hungary[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-hun[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.hun[data-v-179b2d46]:before {
  background-position: 0 39.31034%
}

.flag-iaea[data-v-179b2d46] {
  background-position: 0 39.65517%
}

.flag-iho[data-v-179b2d46] {
  background-position: 0 40%
}

.flag-iceland[data-v-179b2d46] {
  background-position: 0 40.34483%
}

.flag-india[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-hin[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.hin[data-v-179b2d46]:before {
  background-position: 0 40.68966%
}

.flag-indonesia[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-ind[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.ind[data-v-179b2d46]:before {
  background-position: 0 41.03448%
}

.flag-international[data-v-179b2d46] {
  background-position: 0 41.37931%
}

.flag-iran[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-fas[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.fas[data-v-179b2d46]:before {
  background-position: 0 41.72414%
}

.flag-iraq[data-v-179b2d46] {
  background-position: 0 42.06897%
}

.flag-ireland[data-v-179b2d46] {
  background-position: 0 42.41379%
}

.flag-islamicconference[data-v-179b2d46] {
  background-position: 0 42.75862%
}

.flag-isleofman[data-v-179b2d46] {
  background-position: 0 43.10345%
}

.flag-israel[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-heb[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.heb[data-v-179b2d46]:before {
  background-position: 0 43.44828%
}

.flag-italy[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-ita[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.ita[data-v-179b2d46]:before {
  background-position: 0 43.7931%
}

.flag-jamaica[data-v-179b2d46] {
  background-position: 0 44.13793%
}

.flag-japan[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-jpn[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.jpn[data-v-179b2d46]:before {
  background-position: 0 44.48276%
}

.flag-jersey[data-v-179b2d46] {
  background-position: 0 44.82759%
}

.flag-jordan[data-v-179b2d46] {
  background-position: 0 45.17241%
}

.flag-kazakhstan[data-v-179b2d46] {
  background-position: 0 45.51724%
}

.flag-kenya[data-v-179b2d46] {
  background-position: 0 45.86207%
}

.flag-kiribati[data-v-179b2d46] {
  background-position: 0 46.2069%
}

.flag-kosovo[data-v-179b2d46] {
  background-position: 0 46.55172%
}

.flag-kurdish[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-kur[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.kur[data-v-179b2d46]:before {
  background-position: 0 46.89655%
}

.flag-kuwait[data-v-179b2d46] {
  background-position: 0 47.24138%
}

.flag-kyrgyzstan[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-kir[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.kir[data-v-179b2d46]:before {
  background-position: 0 47.58621%
}

.flag-laopeoplesdemocraticrepublic[data-v-179b2d46],
.flag-laos[data-v-179b2d46] {
  background-position: 0 47.93103%
}

.flag-latvia[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-lat[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b.selected-lav[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.lat[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.lav[data-v-179b2d46]:before {
  background-position: 0 48.27586%
}

.flag-lebanon[data-v-179b2d46] {
  background-position: 0 48.62069%
}

.flag-lesotho[data-v-179b2d46] {
  background-position: 0 48.96552%
}

.flag-liberia[data-v-179b2d46] {
  background-position: 0 49.31034%
}

.flag-libya[data-v-179b2d46] {
  background-position: 0 49.65517%
}

.flag-liechtenshein[data-v-179b2d46] {
  background-position: 0 50%
}

.flag-lithuania[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-lit[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.lit[data-v-179b2d46]:before {
  background-position: 0 50.34483%
}

.flag-luxembourg[data-v-179b2d46] {
  background-position: 0 50.68966%
}

.flag-macao[data-v-179b2d46],
.flag-macau[data-v-179b2d46] {
  background-position: 0 51.03448%
}

.flag-macedonia[data-v-179b2d46],
.flag-northmacedonia[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-mac[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.mac[data-v-179b2d46]:before {
  background-position: 0 51.37931%
}

.flag-madagascar[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-mlg[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.mlg[data-v-179b2d46]:before {
  background-position: 0 51.72414%
}

.flag-malawi[data-v-179b2d46] {
  background-position: 0 52.06897%
}

.flag-malaysia[data-v-179b2d46] {
  background-position: 0 52.41379%
}

.flag-maldives[data-v-179b2d46] {
  background-position: 0 52.75862%
}

.flag-mali[data-v-179b2d46] {
  background-position: 0 53.10345%
}

.flag-malta[data-v-179b2d46] {
  background-position: 0 53.44828%
}

.flag-marshallislands[data-v-179b2d46] {
  background-position: 0 53.7931%
}

.flag-martinique[data-v-179b2d46] {
  background-position: 0 54.13793%
}

.flag-mauritania[data-v-179b2d46] {
  background-position: 0 54.48276%
}

.flag-mauritius[data-v-179b2d46] {
  background-position: 0 54.82759%
}

.flag-mayotte[data-v-179b2d46] {
  background-position: 0 55.17241%
}

.flag-mexico[data-v-179b2d46] {
  background-position: 0 55.51724%
}

.flag-micronesia[data-v-179b2d46] {
  background-position: 0 55.86207%
}

.flag-moldova[data-v-179b2d46] {
  background-position: 0 56.2069%
}

.flag-monaco[data-v-179b2d46] {
  background-position: 0 56.55172%
}

.flag-mongolia[data-v-179b2d46] {
  background-position: 0 56.89655%
}

.flag-montenegro[data-v-179b2d46] {
  background-position: 0 57.24138%
}

.flag-montserrat[data-v-179b2d46] {
  background-position: 0 57.58621%
}

.flag-morocco[data-v-179b2d46] {
  background-position: 0 57.93103%
}

.flag-mozambique[data-v-179b2d46] {
  background-position: 0 58.27586%
}

.flag-myanmar[data-v-179b2d46] {
  background-position: 0 58.62069%
}

.flag-nato[data-v-179b2d46] {
  background-position: 0 58.96552%
}

.flag-namibia[data-v-179b2d46] {
  background-position: 0 59.31034%
}

.flag-nauru[data-v-179b2d46] {
  background-position: 0 59.65517%
}

.flag-nepal[data-v-179b2d46] {
  background-position: 0 60%
}

.flag-netherlands[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-dut[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.dut[data-v-179b2d46]:before {
  background-position: 0 60.34483%
}

.flag-netherlandsantilles[data-v-179b2d46] {
  background-position: 0 60.68966%
}

.flag-newcaledonia[data-v-179b2d46] {
  background-position: 0 61.03448%
}

.flag-newzealand[data-v-179b2d46] {
  background-position: 0 61.37931%
}

.flag-nicaragua[data-v-179b2d46] {
  background-position: 0 61.72414%
}

.flag-niger[data-v-179b2d46] {
  background-position: 0 62.06897%
}

.flag-nigeria[data-v-179b2d46] {
  background-position: 0 62.41379%
}

.flag-niue[data-v-179b2d46] {
  background-position: 0 62.75862%
}

.flag-norfolk[data-v-179b2d46] {
  background-position: 0 63.10345%
}

.flag-northamerica[data-v-179b2d46] {
  background-position: 0 63.44828%
}

.flag-northkorea[data-v-179b2d46] {
  background-position: 0 63.7931%
}

.flag-northerncyprus[data-v-179b2d46] {
  background-position: 0 64.13793%
}

.flag-northernireland[data-v-179b2d46] {
  background-position: 0 64.48276%
}

.flag-northernmariana[data-v-179b2d46] {
  background-position: 0 64.82759%
}

.flag-norway[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-nor[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.nor[data-v-179b2d46]:before {
  background-position: 0 65.17241%
}

.flag-oas[data-v-179b2d46] {
  background-position: 0 65.51724%
}

.flag-opec[data-v-179b2d46] {
  background-position: 0 65.86207%
}

.flag-oceania[data-v-179b2d46] {
  background-position: 0 66.2069%
}

.flag-olimpics[data-v-179b2d46] {
  background-position: 0 66.55172%
}

.flag-oman[data-v-179b2d46] {
  background-position: 0 66.89655%
}

.flag-pakistan[data-v-179b2d46] {
  background-position: 0 67.24138%
}

.flag-palau[data-v-179b2d46] {
  background-position: 0 67.58621%
}

.flag-palestine[data-v-179b2d46] {
  background-position: 0 67.93103%
}

.flag-panama[data-v-179b2d46] {
  background-position: 0 68.27586%
}

.flag-papuanewguinea[data-v-179b2d46] {
  background-position: 0 68.62069%
}

.flag-paraguay[data-v-179b2d46] {
  background-position: 0 68.96552%
}

.flag-peru[data-v-179b2d46] {
  background-position: 0 69.31034%
}

.flag-philippines[data-v-179b2d46] {
  background-position: 0 69.65517%
}

.flag-pitcairn[data-v-179b2d46] {
  background-position: 0 70%
}

.flag-poland[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-pol[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.pol[data-v-179b2d46]:before {
  background-position: 0 70.34483%
}

.flag-portugal[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-por[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.por[data-v-179b2d46]:before {
  background-position: 0 70.68966%
}

.flag-puertorico[data-v-179b2d46] {
  background-position: 0 71.03448%
}

.flag-qatar[data-v-179b2d46] {
  background-position: 0 71.37931%
}

.flag-quebec[data-v-179b2d46] {
  background-position: 0 71.72414%
}

.flag-redcross[data-v-179b2d46] {
  background-position: 0 72.06897%
}

.flag-reunion[data-v-179b2d46] {
  background-position: 0 72.41379%
}

.flag-romania[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-rum[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.rum[data-v-179b2d46]:before {
  background-position: 0 72.75862%
}

.flag-russia[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-rus[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.rus[data-v-179b2d46]:before {
  background-position: 0 73.10345%
}

.flag-rwanda[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-kin[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.kin[data-v-179b2d46]:before {
  background-position: 0 73.44828%
}

.flag-saintbarthelemy[data-v-179b2d46] {
  background-position: 0 73.7931%
}

.flag-sainthelena[data-v-179b2d46] {
  background-position: 0 74.13793%
}

.flag-saintlucia[data-v-179b2d46] {
  background-position: 0 74.48276%
}

.flag-saintmartin[data-v-179b2d46] {
  background-position: 0 74.82759%
}

.flag-saintpierreandmiquelon[data-v-179b2d46] {
  background-position: 0 75.17241%
}

.flag-samoa[data-v-179b2d46] {
  background-position: 0 75.51724%
}

.flag-sanmarino[data-v-179b2d46] {
  background-position: 0 75.86207%
}

.flag-saotomeandprincipe[data-v-179b2d46] {
  background-position: 0 76.2069%
}

.flag-saudiarabia[data-v-179b2d46] {
  background-position: 0 76.55172%
}

.flag-scotland[data-v-179b2d46] {
  background-position: 0 76.89655%
}

.flag-senegal[data-v-179b2d46] {
  background-position: 0 77.24138%
}

.flag-serbia[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-srp[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.srp[data-v-179b2d46]:before {
  background-position: 0 77.58621%
}

.flag-seychelles[data-v-179b2d46] {
  background-position: 0 77.93103%
}

.flag-sierraleone[data-v-179b2d46] {
  background-position: 0 78.27586%
}

.flag-singapore[data-v-179b2d46] {
  background-position: 0 78.62069%
}

.flag-sintmaarten[data-v-179b2d46] {
  background-position: 0 78.96552%
}

.flag-slovakia[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-slk[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.slk[data-v-179b2d46]:before {
  background-position: 0 79.31034%
}

.flag-slovenia[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-slv[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.slv[data-v-179b2d46]:before {
  background-position: 0 79.65517%
}

.flag-solomonislands[data-v-179b2d46] {
  background-position: 0 80%
}

.flag-somalia[data-v-179b2d46] {
  background-position: 0 80.34483%
}

.flag-somaliland[data-v-179b2d46] {
  background-position: 0 80.68966%
}

.flag-southafrica[data-v-179b2d46] {
  background-position: 0 81.03448%
}

.flag-southamerica[data-v-179b2d46] {
  background-position: 0 81.37931%
}

.flag-southgeorgiaandsouthsandwich[data-v-179b2d46] {
  background-position: 0 81.72414%
}

.flag-southkorea[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-kor[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.kor[data-v-179b2d46]:before {
  background-position: 0 82.06897%
}

.flag-southsudan[data-v-179b2d46] {
  background-position: 0 82.41379%
}

.flag-spain[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-spa[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.spa[data-v-179b2d46]:before {
  background-position: 0 82.75862%
}

.flag-srilanka[data-v-179b2d46] {
  background-position: 0 83.10345%
}

.flag-saintkittsandnevis[data-v-179b2d46] {
  background-position: 0 83.44828%
}

.flag-stvincentandthegrenadines[data-v-179b2d46] {
  background-position: 0 83.7931%
}

.flag-sudan[data-v-179b2d46] {
  background-position: 0 84.13793%
}

.flag-suriname[data-v-179b2d46] {
  background-position: 0 84.48276%
}

.flag-svalbardandjanmayen[data-v-179b2d46] {
  background-position: 0 84.82759%
}

.flag-swaziland[data-v-179b2d46] {
  background-position: 0 85.17241%
}

.flag-sweden[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-swe[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.swe[data-v-179b2d46]:before {
  background-position: 0 85.51724%
}

.flag-switzerland[data-v-179b2d46] {
  background-position: 0 85.86207%
}

.flag-syria[data-v-179b2d46] {
  background-position: 0 86.2069%
}

.flag-tahiti[data-v-179b2d46] {
  background-position: 0 86.55172%
}

.flag-taiwan[data-v-179b2d46] {
  background-position: 0 86.89655%
}

.flag-tajikistan[data-v-179b2d46] {
  background-position: 0 87.24138%
}

.flag-tanzania[data-v-179b2d46],
.flag-United.Republic.of.Tanzania[data-v-179b2d46],
.flag-unitedrepublicoftanzania[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-swa[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.swa[data-v-179b2d46]:before {
  background-position: 0 87.58621%
}

.flag-thailand[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-tha[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.tha[data-v-179b2d46]:before {
  background-position: 0 87.93103%
}

.flag-timorleste[data-v-179b2d46] {
  background-position: 0 88.27586%
}

.flag-togo[data-v-179b2d46] {
  background-position: 0 88.62069%
}

.flag-tokelau[data-v-179b2d46] {
  background-position: 0 88.96552%
}

.flag-tonga[data-v-179b2d46] {
  background-position: 0 89.31034%
}

.flag-trinidadtobago[data-v-179b2d46] {
  background-position: 0 89.65517%
}

.flag-tristandacunha[data-v-179b2d46] {
  background-position: 0 90%
}

.flag-tunisia[data-v-179b2d46] {
  background-position: 0 90.34483%
}

.flag-turkey[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-tur[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.tur[data-v-179b2d46]:before {
  background-position: 0 90.68966%
}

.flag-turkmenistan[data-v-179b2d46] {
  background-position: 0 91.03448%
}

.flag-turksandcaicosislands[data-v-179b2d46] {
  background-position: 0 91.37931%
}

.flag-tuvalu[data-v-179b2d46] {
  background-position: 0 91.72414%
}

.flag-usa[data-v-179b2d46] {
  background-position: 0 92.06897%
}

.flag-uganda[data-v-179b2d46] {
  background-position: 0 92.41379%
}

.flag-ukraine[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-ukr[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.ukr[data-v-179b2d46]:before {
  background-position: 0 92.75862%
}

.flag-uae[data-v-179b2d46],
.flag-unitedarabemirates[data-v-179b2d46] {
  background-position: 0 93.10345%
}

.flag-unitedkingdom[data-v-179b2d46] {
  background-position: 0 93.44828%
}

.flag-uruguay[data-v-179b2d46] {
  background-position: 0 93.7931%
}

.flag-uzbekistan[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-uzb[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.uzb[data-v-179b2d46]:before {
  background-position: 0 94.13793%
}

.flag-vanuatu[data-v-179b2d46],
.flag-vanutau[data-v-179b2d46] {
  background-position: 0 94.48276%
}

.flag-vaticancity[data-v-179b2d46] {
  background-position: 0 94.82759%
}

.flag-venezuela[data-v-179b2d46] {
  background-position: 0 95.17241%
}

.flag-vietnam[data-v-179b2d46],
.separator-contain-nav .settings-icon-contain.leng-b.selected-vnm[data-v-179b2d46]:before,
.separator-contain-nav .settings-icon-contain.leng-b~div .drop-items-contain-b>ul>li.vnm[data-v-179b2d46]:before {
  background-position: 0 95.51724%
}

.flag-virginislandsbritish[data-v-179b2d46] {
  background-position: 0 95.86207%
}

.flag-virginislandsus[data-v-179b2d46] {
  background-position: 0 96.2069%
}

.flag-wales[data-v-179b2d46] {
  background-position: 0 96.55172%
}

.flag-wallisandfutuna[data-v-179b2d46] {
  background-position: 0 96.89655%
}

.flag-westernsahara[data-v-179b2d46] {
  background-position: 0 97.24138%
}

.flag-westindies[data-v-179b2d46] {
  background-position: 0 97.58621%
}

.flag-world[data-v-179b2d46] {
  background-position: 0 97.93103%
}

.flag-yemen[data-v-179b2d46] {
  background-position: 0 98.27586%
}

.flag-zambia[data-v-179b2d46] {
  background-position: 0 98.62069%
}

.flag-zimbabwe[data-v-179b2d46] {
  background-position: 0 98.96552%
}

.flag-allupcoming[data-v-179b2d46] {
  background-position: 0 99.31034%
}

.flag-america[data-v-179b2d46],
.flag-americas[data-v-179b2d46] {
  background-position: 0 99.65517%
}

.flag-withvideo[data-v-179b2d46] {
  background-position: 0 100%
}

.sub_visual_sports[data-v-179b2d46] {
  position: relative
}

.sub_visual_sports img[data-v-179b2d46] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_sports div[data-v-179b2d46] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_sports div span em[data-v-179b2d46] {
  color: #fff;
  font-family: BebasNeuePro;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: inherit
}

.sub_visual_sports div span em[data-v-179b2d46]:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 36px;
  background: #e32028;
  margin: 0 15px;
  border-left: 1px solid #e32028
}

.sub_visual_sports div span i[data-v-179b2d46] {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300
}

.menu_sports[data-v-179b2d46] {
  display: flex;
  width: 100%;
  height: 80px;
  background: #1b1b23
}

.menu_sports li[data-v-179b2d46] {
  height: 80px;
  margin-right: 1px
}

.menu_sports li button[data-v-179b2d46] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  height: 100%;
  background: #2c2c34;
  transition: all .3s;
  padding: 0 10px
}

.menu_sports li button i[data-v-179b2d46] {
  font-size: 2.2rem;
  font-family: BebasNeuePro;
  font-weight: 600;
  color: #fff
}

.menu_sports li button i img[data-v-179b2d46] {
  width: 28px;
  margin-top: 10px
}

.menu_sports li button em[data-v-179b2d46] {
  font-size: 1.4rem;
  color: #fff;
  margin: 8px 0 5px
}

.menu_sports li button span[data-v-179b2d46] {
  position: absolute;
  top: 3px;
  right: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  font-size: 1.1rem ;
  color: #fff;
  padding: 3px
}

.menu_sports li button.active[data-v-179b2d46] {
  border: none;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_sports li button.active em[data-v-179b2d46],
.menu_sports li button.active span[data-v-179b2d46] {
  color: #fff
}

.sports_list_real_ing[data-v-179b2d46] {
  border-bottom: 1px dashed #e32028;
  padding-bottom: 20px;
  margin-bottom: 20px
}

.sports_list_real_ing>li[data-v-179b2d46] {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 6px
}

.sports_list_real_ing>li[data-v-179b2d46]:first-child {
  margin-top: 0
}

.score_list[data-v-179b2d46] {
  background: rgba(0, 0, 0, .1);
  padding: 5px;
  margin-top: 2px
}

.score_state_info[data-v-179b2d46] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5px 0
}

.score_state_info em[data-v-179b2d46] {
  color: #fff;
  font-weight: 300;
  font-size: 1.3rem;
  padding-right: 5px
}

.score_state_info span[data-v-179b2d46] {
  color: #e32028
}

.score_state_info i[data-v-179b2d46] {
  color: hsla(0, 0%, 100%, .3);
  font-size: 1.3rem;
  padding: 0 10px
}

.vs_info[data-v-179b2d46] {
  display: flex;
  margin-bottom: 5px
}

.vs_info li[data-v-179b2d46]:first-of-type,
.vs_info li[data-v-179b2d46]:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 30px)
}

.vs_info li em[data-v-179b2d46] {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 10px
}

.vs_info li i[data-v-179b2d46] {
  padding-bottom: 8px
}

.vs_info li i img[data-v-179b2d46] {
  width: 48px 
}

.vs_info li strong[data-v-179b2d46] {
  width: auto;
  height: 50px;
  font-family: Gmarket;
  font-size: 2.4rem;
  border: 2px solid hsla(0, 0%, 100%, .2);
  padding: 6px 10px 0
}

.vs_info li[data-v-179b2d46]:nth-of-type(2),
.vs_info li strong[data-v-179b2d46] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff
}

.vs_info li[data-v-179b2d46]:nth-of-type(2) {
  width: 60px;
  font-size: 3.4rem;
  font-weight: 600;
  font-family: BebasNeuePro
}

.title_real_game[data-v-179b2d46] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, .8);
  padding: 0 10px
}

.title_real_game div[data-v-179b2d46]:first-child {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 1.5rem;
  color: #fff
}

.title_real_game div:first-child img[data-v-179b2d46] {
  width: 18px;
  margin-right: 10px
}

.title_real_game div:first-child i[data-v-179b2d46] {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 5px
}

.title_real_game div[data-v-179b2d46]:nth-child(2) {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  color: #ff2152
}

.title_real_game div:nth-child(2) i[data-v-179b2d46] {
  font-size: 1.8rem;
  margin-right: 10px
}

.sports_list li[data-v-179b2d46] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px
}

.sports_list li[data-v-179b2d46]:last-child {
  margin-bottom: 10px
}

.sports_list li div[data-v-179b2d46]:first-of-type {
  width: 30%
}

.sports_list li div[data-v-179b2d46]:nth-of-type(2) {
  width: 70%
}

.sports_list li div[data-v-179b2d46]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-179b2d46] {
  display: flex;
  align-items: center
}

.game_info span[data-v-179b2d46] {
  width: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3
}

.game_bat[data-v-179b2d46] {
  height: 36px
}

.game_bat[data-v-179b2d46],
.game_bat button[data-v-179b2d46]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat button[data-v-179b2d46]:first-of-type {
  width: calc(50% - 54px);
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-179b2d46] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.game_bat button:first-of-type span[data-v-179b2d46] {
  color: #fff
}

.game_bat button[data-v-179b2d46]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-179b2d46]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 55px);
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-179b2d46] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.game_bat button:nth-of-type(3) span[data-v-179b2d46] {
  order: 1;
  color: #fff
}

.game_bat>span[data-v-179b2d46] {
  width: 70px;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.bat_more[data-v-179b2d46],
.game_bat>span[data-v-179b2d46] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.bat_more[data-v-179b2d46] {
  width: 36px;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  transition: all .3s
}

.bat_more i[data-v-179b2d46] {
  color: #fff;
  font-size: 1.6rem
}

@media (max-width:1190px) {
  .menu_sports[data-v-179b2d46] {
    justify-content: flex-start
  }
}

@media (max-width:767px) {
  .sub_visual_sports div[data-v-179b2d46] {
    padding: 0 20px
  }

  .sub_visual_sports div span em[data-v-179b2d46] {
    font-size: 2.8rem
  }

  .sub_visual_sports div span em[data-v-179b2d46]:after {
    width: 1px;
    height: 24px
  }

  .sub_visual_sports div span i[data-v-179b2d46] {
    color: #fff;
    font-size: 2rem;
    font-weight: 300
  }

  .sports_list li[data-v-179b2d46] {
    flex-wrap: wrap
  }

  .sports_list li div[data-v-179b2d46]:first-of-type,
  .sports_list li div[data-v-179b2d46]:nth-of-type(2) {
    width: 100%
  }

  .game_info[data-v-179b2d46] {
    justify-content: space-between;
    margin-bottom: 5px
  }

  .game_info span[data-v-179b2d46] {
    width: auto;
    text-align: inherit
  }

  .game_bat button[data-v-179b2d46]:first-of-type {
    width: calc(50% - 39px)
  }

  .game_bat button[data-v-179b2d46]:nth-of-type(2) {
    width: 40px
  }

  .game_bat button[data-v-179b2d46]:nth-of-type(3) {
    width: calc(50% - 40px)
  }

  .vs_info li i img[data-v-179b2d46] {
    width: 30px 
  }

  .wheel_right[data-v-179b2d46] {
    overflow: auto;
    overflow-x: auto 
  }
}

@media (min-width:768px) {
  .menu_sports li button[data-v-179b2d46]:hover {
    background: linear-gradient(90deg, #ff4300, #ff2152)
  }

  .menu_sports li button:hover em[data-v-179b2d46],
  .menu_sports li button:hover span[data-v-179b2d46] {
    color: #fff
  }

  .game_bat button[data-v-179b2d46]:first-of-type:hover,
  .game_bat button[data-v-179b2d46]:nth-of-type(2):hover,
  .game_bat button[data-v-179b2d46]:nth-of-type(3):hover {
    background: #8d8e90
  }

  .game_bat button.active[data-v-179b2d46],
  .game_bat button.active[data-v-179b2d46]:hover {
    background: #e32028
  }

  .bat_more[data-v-179b2d46]:hover {
    background: #ff542e
  }
}
body [data-v-24703fa3] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-24703fa3]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-24703fa3]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-24703fa3] {
  max-width: 1440px
}

.page-enter-active[data-v-24703fa3],
.page-leave-active[data-v-24703fa3] {
  transition: opacity .1s
}

.page-enter[data-v-24703fa3],
.page-leave-to[data-v-24703fa3] {
  opacity: 0
}

.b1[data-v-24703fa3] {
  border: 1px solid red
}

.width-btn-100[data-v-24703fa3] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-24703fa3] {
  color: #e32028 
}

.main-color1-normal[data-v-24703fa3] {
  color: #ff2152 
}

.main-color1-text[data-v-24703fa3] {
  color: #ff9710 
}

.main-color1-deep[data-v-24703fa3] {
  color: #ff6900 
}

.main-color1-light[data-v-24703fa3] {
  color: #ff542e 
}

.color-white[data-v-24703fa3] {
  color: #fff 
}

.main-color2-light[data-v-24703fa3] {
  color: #a9da2b 
}

.main-color2[data-v-24703fa3] {
  color: #67b628 
}

.main_color3_light[data-v-24703fa3] {
  color: #ffc92f 
}

.main-color3[data-v-24703fa3] {
  color: #febd02 
}

.main-color4[data-v-24703fa3] {
  color: #7e93a6 
}

.main-color5-light[data-v-24703fa3] {
  color: #42deda 
}

.main-color5[data-v-24703fa3] {
  color: #01c8de 
}

.color-grey[data-v-24703fa3] {
  color: #676c71 
}

.color-lightgrey[data-v-24703fa3] {
  color: #ababab 
}

.color-deepgrey[data-v-24703fa3] {
  color: #20222b 
}

.color-text-verylight[data-v-24703fa3] {
  color: #80a7b8 
}

.color-text-light[data-v-24703fa3] {
  color: #9a9aa7 
}

.color-text[data-v-24703fa3] {
  color: #797986 
}

.color-text-deep[data-v-24703fa3] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-24703fa3] {
  color: #2f3b49 
}

.c_default[data-v-24703fa3] {
  color: #fff 
}

.c_high[data-v-24703fa3] {
  color: #ff1717 
}

.c_low[data-v-24703fa3] {
  color: #0bf 
}

.c_buy_light[data-v-24703fa3] {
  color: #fe5159 
}

.c_buy[data-v-24703fa3] {
  color: #f14f57 
}

.bg_c_buy[data-v-24703fa3] {
  background: #f14f57
}

.c_sell_light[data-v-24703fa3] {
  color: #349bf0 
}

.c_sell[data-v-24703fa3] {
  color: #3488db 
}

.bg_c_sell[data-v-24703fa3] {
  background: #3488db
}

.c_ing[data-v-24703fa3] {
  color: #fff 
}

.bg_ing[data-v-24703fa3],
.bg_wait[data-v-24703fa3] {
  background: #7e93a6 
}

.bg_background_deep[data-v-24703fa3] {
  background: #000
}

.c_success[data-v-24703fa3] {
  color: #1478f2 
}

.bg_success[data-v-24703fa3] {
  background: #1478f2 
}

.c_complete[data-v-24703fa3] {
  color: #fff 
}

.c_fail[data-v-24703fa3] {
  color: #ff1e1e 
}

.bg_fail[data-v-24703fa3] {
  background: #ff1e1e 
}

.c_cancel[data-v-24703fa3] {
  color: #ff6900 
}

.bg_cancel[data-v-24703fa3] {
  background: #ff6900 
}

.c_error[data-v-24703fa3] {
  color: #ff6900 
}

.c_invaild[data-v-24703fa3] {
  color: #999 
}

.bg_invaild[data-v-24703fa3] {
  background: #666 
}

.bg_main[data-v-24703fa3] {
  background: #e32028 
}

.bg_green_gra[data-v-24703fa3] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-24703fa3] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-24703fa3] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-24703fa3] {
  color: #ff5266 
}

.c_deposit_light[data-v-24703fa3] {
  color: #a9da2b 
}

.c_deposit[data-v-24703fa3] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-24703fa3] {
  color: #ff8520 
}

.c_withdrawal[data-v-24703fa3] {
  color: #ff6900 
}

.c_green[data-v-24703fa3] {
  color: #009b1b 
}

.c_red[data-v-24703fa3] {
  color: red 
}

.c_blue[data-v-24703fa3] {
  color: #febd02 
}

.c_black[data-v-24703fa3] {
  color: #000 
}

.bg_white[data-v-24703fa3] {
  background: #fff 
}

.bg_green[data-v-24703fa3] {
  background: #6dcb1b 
}

.box_c_ing[data-v-24703fa3] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-24703fa3] {
  background: #f14f57
}

.box_c_buy[data-v-24703fa3],
.box_c_invaild[data-v-24703fa3] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-24703fa3] {
  background: #999
}

.box_c_sell[data-v-24703fa3] {
  background: #3488db
}

.box_c_sell[data-v-24703fa3],
.box_c_success[data-v-24703fa3] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-24703fa3] {
  background: #ff6900
}

.box_c_fail[data-v-24703fa3] {
  background: #67b628
}

.box_c_extedn[data-v-24703fa3],
.box_c_fail[data-v-24703fa3] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-24703fa3] {
  background: #43586c
}

.ps__rail-x[data-v-24703fa3] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-24703fa3],
.ps__rail-y[data-v-24703fa3] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-24703fa3] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-24703fa3],
.ps--active-y>.ps__rail-y[data-v-24703fa3] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-24703fa3],
.ps--focus>.ps__rail-y[data-v-24703fa3],
.ps--scrolling-x>.ps__rail-x[data-v-24703fa3],
.ps--scrolling-y>.ps__rail-y[data-v-24703fa3],
.ps:hover>.ps__rail-x[data-v-24703fa3],
.ps:hover>.ps__rail-y[data-v-24703fa3] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-24703fa3],
.ps.ps__rail-x[data-v-24703fa3]:focus,
.ps.ps__rail-x[data-v-24703fa3]:hover,
.ps.ps__rail-y.ps--clicking[data-v-24703fa3],
.ps.ps__rail-y[data-v-24703fa3]:focus,
.ps.ps__rail-y[data-v-24703fa3]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-24703fa3] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-24703fa3],
.ps__thumb-y[data-v-24703fa3] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-24703fa3] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-24703fa3],
.ps__rail-x:focus>.ps__thumb-x[data-v-24703fa3],
.ps__rail-x:hover>.ps__thumb-x[data-v-24703fa3] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-24703fa3],
.ps__rail-y:focus>.ps__thumb-y[data-v-24703fa3],
.ps__rail-y:hover>.ps__thumb-y[data-v-24703fa3] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-24703fa3] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-24703fa3] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-24703fa3] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-24703fa3] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-24703fa3] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-24703fa3] {
  display: none 
}

.toast-top-center[data-v-24703fa3] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-24703fa3] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-24703fa3] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-24703fa3] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-24703fa3] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-24703fa3],
.pagenation_type_1 .btn_last[data-v-24703fa3],
.pagenation_type_1 .btn_next[data-v-24703fa3],
.pagenation_type_1 .btn_prev[data-v-24703fa3] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-24703fa3] {
  color: #bbb
}

.wrap_type_3[data-v-24703fa3] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-24703fa3] {
  background: #0b0c10
}

.container_left[data-v-24703fa3],
.container_left_md[data-v-24703fa3] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-24703fa3] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-24703fa3] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-24703fa3] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-24703fa3] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-24703fa3]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-24703fa3] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-24703fa3] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-24703fa3] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-24703fa3] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-24703fa3]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-24703fa3]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-24703fa3],
.container_center_3_mini>div[data-v-24703fa3] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-24703fa3] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-24703fa3]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-24703fa3]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-24703fa3] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-24703fa3]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-24703fa3]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-24703fa3] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-24703fa3]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-24703fa3]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-24703fa3] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-24703fa3] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-24703fa3],
.bg_grad_1_x[data-v-24703fa3] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-24703fa3] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-24703fa3] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-24703fa3] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-24703fa3],
.bg_normal_2[data-v-24703fa3] {
  background: #141621
}

.btn_left_close[data-v-24703fa3],
.btn_left_control[data-v-24703fa3],
.btn_right_close[data-v-24703fa3],
.right_screen[data-v-24703fa3] {
  display: none
}

.box_logo[data-v-24703fa3] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-24703fa3] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-24703fa3] {
  display: none
}

.text_dot[data-v-24703fa3] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-24703fa3 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-24703fa3 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-24703fa3] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-24703fa3] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-24703fa3] {
  background: #fff 
}

.bat_more.active i[data-v-24703fa3] {
  color: #000 
}

.btn_no_disabled[data-v-24703fa3] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-24703fa3] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-24703fa3] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-24703fa3],
.game_bat_2 button[data-v-24703fa3]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-24703fa3]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-24703fa3] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-24703fa3] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-24703fa3]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-24703fa3] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-24703fa3] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-24703fa3] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-24703fa3],
.title_logo[data-v-24703fa3] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-24703fa3] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-24703fa3] {
  height: 22px
}

.tab[data-v-24703fa3] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-24703fa3]:last-child {
  width: 100%
}

.tab li[data-v-24703fa3]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-24703fa3] {
  width: 50%
}

.tab li[data-v-24703fa3]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-24703fa3] {
  width: 33.333333333333%
}

.tab li[data-v-24703fa3]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-24703fa3] {
  width: 25%
}

.tab li[data-v-24703fa3]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-24703fa3] {
  width: 20%
}

.tab li[data-v-24703fa3]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-24703fa3] {
  width: 16.66666666666667%
}

.tab li button[data-v-24703fa3] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-24703fa3] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-24703fa3]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-24703fa3] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-24703fa3] {
  border: 0
}

.wrap_sports_detail li[data-v-24703fa3] {
  width: 100%
}

.wrap_sports_detail li[data-v-24703fa3]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-24703fa3]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-24703fa3] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-24703fa3] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-24703fa3],
.detail_num>button[data-v-24703fa3] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-24703fa3] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-24703fa3] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-24703fa3]:last-child {
  width: 100%
}

.detail_num button[data-v-24703fa3]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-24703fa3] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-24703fa3]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-24703fa3] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-24703fa3] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-24703fa3] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-24703fa3] {
  color: #fff 
}

.detail_num>button .up[data-v-24703fa3]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-24703fa3]:after,
.detail_num>button .up[data-v-24703fa3]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-24703fa3 1s ease-in-out 5;
  animation: blink-data-v-24703fa3 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-24703fa3]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-24703fa3] {
  background: #f4053a
}

.detail_num>button.active i[data-v-24703fa3] {
  color: #000
}

.detail_num>button .text-allocation[data-v-24703fa3] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-24703fa3] {
  color: #000 
}

.sports_bet_close[data-v-24703fa3] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-24703fa3],
.sports_bet_close[data-v-24703fa3]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-24703fa3]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-24703fa3] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-24703fa3],
.sports_bet_close_all[data-v-24703fa3]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-24703fa3]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-24703fa3] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-24703fa3]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-24703fa3] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-24703fa3]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-24703fa3] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-24703fa3],
.market_all_close[data-v-24703fa3]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-24703fa3]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-24703fa3] {
    display: none
  }
}

.vjs-control-bar[data-v-24703fa3] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-24703fa3] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-24703fa3] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-24703fa3] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-24703fa3]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-24703fa3] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-24703fa3]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-24703fa3] {
  color: #fff 
}

.vjs-big-play-button[data-v-24703fa3]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-24703fa3],
  .detail_num button[data-v-24703fa3]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-24703fa3] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-24703fa3]:nth-of-type(2),
  .game_bat button[data-v-24703fa3]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-24703fa3]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-24703fa3] {
    width: 100%
  }

  .market_all_close[data-v-24703fa3]:after,
  .market_domestic_all_close[data-v-24703fa3]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-24703fa3],
  .game_bat button:nth-of-type(3) i[data-v-24703fa3] {
    display: none 
  }
}

.mini_bet_close[data-v-24703fa3] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-24703fa3],
.mini_bet_close[data-v-24703fa3]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-24703fa3]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-24703fa3] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-24703fa3] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-24703fa3] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-24703fa3]:first-of-type,
.flex_2dan div[data-v-24703fa3]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-24703fa3] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-24703fa3]:first-of-type,
.flex_3dan div[data-v-24703fa3]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-24703fa3]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-24703fa3] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-24703fa3] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-24703fa3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-24703fa3] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-24703fa3] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-24703fa3] {
  height: 40px
}

.mini_game_info[data-v-24703fa3],
.mini_game_info span[data-v-24703fa3]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-24703fa3]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-24703fa3] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-24703fa3] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-24703fa3]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-24703fa3] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-24703fa3] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-24703fa3] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-24703fa3] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-24703fa3]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-24703fa3] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-24703fa3]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-24703fa3] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-24703fa3]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-24703fa3] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-24703fa3]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-24703fa3] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-24703fa3]:first-child,
.ul_game_item.item_10 li[data-v-24703fa3]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-24703fa3]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-24703fa3] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-24703fa3],
.ul_game_item button i[data-v-24703fa3] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-24703fa3] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-24703fa3] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-24703fa3] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-24703fa3] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-24703fa3] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-24703fa3] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-24703fa3] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-24703fa3] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-24703fa3] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-24703fa3] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-24703fa3] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-24703fa3] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-24703fa3] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-24703fa3] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-24703fa3] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-24703fa3] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-24703fa3] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-24703fa3] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-24703fa3] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-24703fa3] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-24703fa3] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-24703fa3] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-24703fa3] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-24703fa3] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-24703fa3] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-24703fa3] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-24703fa3] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-24703fa3] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-24703fa3] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-24703fa3] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-24703fa3] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-24703fa3] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-24703fa3] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-24703fa3] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-24703fa3] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-24703fa3] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-24703fa3] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-24703fa3] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-24703fa3]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-24703fa3]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-24703fa3]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-24703fa3] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-24703fa3] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-24703fa3] {
    display: none
  }

  .flex_1dan ul[data-v-24703fa3] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-24703fa3]:first-of-type,
  .flex_3dan div[data-v-24703fa3]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-24703fa3]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-24703fa3] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-24703fa3]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-24703fa3]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-24703fa3]:first-of-type,
  .flex_3dan div[data-v-24703fa3]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-24703fa3]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-24703fa3] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-24703fa3] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-24703fa3] {
    width: 100%
  }

  .flex_3dan div[data-v-24703fa3]:first-of-type,
  .flex_3dan div[data-v-24703fa3]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-24703fa3]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-24703fa3] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-24703fa3] {
    width: 100%
  }

  .ul_game_item2 li[data-v-24703fa3]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-24703fa3]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-24703fa3]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-24703fa3]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-24703fa3]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-24703fa3] {
    padding: 101px 280px 0
  }

  .container_left[data-v-24703fa3],
  .container_left_md[data-v-24703fa3],
  .container_right[data-v-24703fa3] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-24703fa3]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-24703fa3]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-24703fa3]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-24703fa3]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-24703fa3] {
    padding-left: 40px
  }

  .container_left[data-v-24703fa3] {
    display: none
  }

  .btn_left_control[data-v-24703fa3] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-24703fa3],
  .btn_left_control i[data-v-24703fa3] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-24703fa3] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-24703fa3] {
    width: 26px
  }

  .btn_left_close[data-v-24703fa3] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-24703fa3] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-24703fa3] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-24703fa3]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-24703fa3]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-24703fa3]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-24703fa3]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-24703fa3]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-24703fa3]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-24703fa3] {
    display: block
  }

  .no-display-1600[data-v-24703fa3] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-24703fa3]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-24703fa3]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-24703fa3] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-24703fa3] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-24703fa3]:first-of-type,
  .container_center_2_mini>div>div[data-v-24703fa3]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-24703fa3] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-24703fa3]:first-of-type,
  .container_center_3_mini>div>div[data-v-24703fa3]:nth-of-type(2),
  .container_center_4_mini>div[data-v-24703fa3]:first-of-type,
  .container_center_4_mini>div[data-v-24703fa3]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-24703fa3] {
    padding-right: 0
  }

  .container_right[data-v-24703fa3] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-24703fa3] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-24703fa3] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-24703fa3] {
    width: 26px
  }

  .container_right .right_screen[data-v-24703fa3] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-24703fa3] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-24703fa3],
  .btn_left_control[data-v-24703fa3],
  .container_left[data-v-24703fa3] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-24703fa3] {
    padding: 0
  }

  .mobile_scroll[data-v-24703fa3] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-24703fa3] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-24703fa3],
.title_info_s[data-v-24703fa3] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-24703fa3] {
  font-size: 1.8rem
}

.title_info_s[data-v-24703fa3]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-24703fa3] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-24703fa3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-24703fa3] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-24703fa3] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-24703fa3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-24703fa3] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-24703fa3] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-24703fa3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-24703fa3] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-24703fa3] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-24703fa3] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-24703fa3] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-24703fa3] {
  position: relative
}

.sub_visual_wallet img[data-v-24703fa3] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-24703fa3] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-24703fa3] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-24703fa3] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-24703fa3] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-24703fa3]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-24703fa3],
.menu_wallet>li button[data-v-24703fa3] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-24703fa3],
.menu_wallet>li button.active[data-v-24703fa3] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-24703fa3] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-24703fa3]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-24703fa3] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-24703fa3] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-24703fa3] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-24703fa3] {
  position: relative
}

.wallet_form button[data-v-24703fa3] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-24703fa3] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-24703fa3] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-24703fa3] {
  background: #141621 
}

h2.title_trade[data-v-24703fa3] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-24703fa3] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-24703fa3] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-24703fa3] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-24703fa3],
.result_buy div[data-v-24703fa3] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-24703fa3] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-24703fa3] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-24703fa3] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-24703fa3] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-24703fa3] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-24703fa3] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-24703fa3] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-24703fa3] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-24703fa3],
.sub_visual.s_02[data-v-24703fa3],
.sub_visual.s_03[data-v-24703fa3],
.sub_visual.s_04[data-v-24703fa3],
.sub_visual.s_05[data-v-24703fa3],
.sub_visual.s_06[data-v-24703fa3],
.sub_visual.s_07[data-v-24703fa3],
.sub_visual.s_08[data-v-24703fa3] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-24703fa3] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-24703fa3] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-24703fa3] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-24703fa3],
.sub_menu a[data-v-24703fa3] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-24703fa3] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-24703fa3] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-24703fa3],
.sub_menu a.nuxt-link-active[data-v-24703fa3] {
  color: #e32028
}

.sub_tab ul[data-v-24703fa3] {
  overflow: hidden
}

.sub_tab ul li[data-v-24703fa3] {
  float: left
}

.sub_tab ul li a[data-v-24703fa3] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-24703fa3],
.sub_tab ul li a.active[data-v-24703fa3] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-24703fa3]:before,
.sub_tab ul li a.active[data-v-24703fa3]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-24703fa3] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-24703fa3] {
  font-size: 2.2rem
}

.title_big[data-v-24703fa3],
.title_normal[data-v-24703fa3] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-24703fa3] {
  font-size: 1.8rem
}

.title_small[data-v-24703fa3] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-24703fa3] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-24703fa3] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-24703fa3],
.title_tiny[data-v-24703fa3] {
  position: relative;
  color: #fff
}

.title_sub[data-v-24703fa3] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-24703fa3]:before {
  bottom: -5px
}

.title_sub[data-v-24703fa3]:after,
.title_sub[data-v-24703fa3]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-24703fa3]:after {
  bottom: -3px
}

.title_sub_1[data-v-24703fa3] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-24703fa3]:before {
  bottom: -5px
}

.title_sub_1[data-v-24703fa3]:after,
.title_sub_1[data-v-24703fa3]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-24703fa3]:after {
  bottom: -3px
}

.title_sm[data-v-24703fa3] {
  display: none
}

.title_hexa[data-v-24703fa3] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-24703fa3],
.title_hexa i[data-v-24703fa3] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-24703fa3] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-24703fa3] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-24703fa3] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-24703fa3],
.title_hexa.t_on i[data-v-24703fa3] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-24703fa3] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-24703fa3] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-24703fa3] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-24703fa3] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-24703fa3] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-24703fa3] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-24703fa3] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-24703fa3]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-24703fa3]:first-of-type,
.sports_list li>div[data-v-24703fa3]:nth-of-type(2),
.sports_list li>div[data-v-24703fa3]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-24703fa3] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-24703fa3]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-24703fa3] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-24703fa3] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-24703fa3] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-24703fa3]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-24703fa3] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-24703fa3] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-24703fa3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-24703fa3],
.game_bat button[data-v-24703fa3] {
  position: relative
}

.game_bat button[data-v-24703fa3]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-24703fa3] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-24703fa3] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-24703fa3] {
  margin-right: 5px
}

.game_bat button[data-v-24703fa3]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-24703fa3] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-24703fa3] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-24703fa3] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-24703fa3],
.game_bat button:nth-of-type(3) i img[data-v-24703fa3] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-24703fa3] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-24703fa3]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-24703fa3]:nth-of-type(2),
.game_bat button[data-v-24703fa3]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-24703fa3]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-24703fa3],
.game_bat button.active[data-v-24703fa3] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-24703fa3]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-24703fa3]:after,
.game_bat button:first-of-type .up[data-v-24703fa3]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-24703fa3 1s ease-in-out 5;
  animation: blink-data-v-24703fa3 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-24703fa3]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-24703fa3]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-24703fa3]:after,
.game_bat button:nth-of-type(2) .up[data-v-24703fa3]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-24703fa3 1s ease-in-out 5;
  animation: blink-data-v-24703fa3 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-24703fa3]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-24703fa3]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-24703fa3]:after,
.game_bat button:nth-of-type(3) .up[data-v-24703fa3]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-24703fa3 1s ease-in-out 5;
  animation: blink-data-v-24703fa3 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-24703fa3]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-24703fa3] {
  padding: 0
}

.box_folder[data-v-24703fa3],
.box_folder button[data-v-24703fa3] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-24703fa3] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-24703fa3] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-24703fa3]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-24703fa3] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-24703fa3]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-24703fa3] {
  flex-wrap: wrap
}

.bank_info[data-v-24703fa3],
.bank_info li[data-v-24703fa3] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-24703fa3] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-24703fa3]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-24703fa3] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-24703fa3] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-24703fa3] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-24703fa3] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-24703fa3] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-24703fa3] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-24703fa3] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-24703fa3] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-24703fa3] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-24703fa3] {
  margin-right: 10px
}

.box_text_type_1[data-v-24703fa3] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-24703fa3],
.box_text_type_1 i[data-v-24703fa3] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-24703fa3] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-24703fa3] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-24703fa3],
.wl_tip[data-v-24703fa3] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-24703fa3],
.wl_tip ul li[data-v-24703fa3] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-24703fa3] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-24703fa3] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-24703fa3] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-24703fa3],
.wl_waring ul li[data-v-24703fa3] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-24703fa3] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-24703fa3] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-24703fa3] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-24703fa3] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-24703fa3] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-24703fa3] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-24703fa3 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-24703fa3 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-24703fa3] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-24703fa3] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-24703fa3] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-24703fa3],
.box_fx_buy_sell[data-v-24703fa3],
.box_fx_result[data-v-24703fa3],
.box_leverage_result[data-v-24703fa3],
.current_time[data-v-24703fa3],
.tab_box[data-v-24703fa3],
.tab_time[data-v-24703fa3] {
  position: relative
}

.copilot[data-v-24703fa3] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-24703fa3],
.copilot[data-v-24703fa3]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-24703fa3]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-24703fa3] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-24703fa3] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-24703fa3] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-24703fa3] {
  padding: 20px 15px
}

.copilot_foot[data-v-24703fa3],
.copilot_foot button[data-v-24703fa3] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-24703fa3] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-24703fa3] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-24703fa3],
.copilot.step_2[data-v-24703fa3] {
  top: 50px
}

.copilot.step_3[data-v-24703fa3],
.copilot.step_4[data-v-24703fa3],
.copilot.step_6[data-v-24703fa3],
.copilot.step_7[data-v-24703fa3],
.copilot.step_8[data-v-24703fa3] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-24703fa3] {
  top: 40px
}

.box_info_1[data-v-24703fa3] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-24703fa3] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-24703fa3] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-24703fa3]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-24703fa3] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-24703fa3] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-24703fa3] {
  height: 40px
}

.title_guide_1 span[data-v-24703fa3] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-24703fa3] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-24703fa3] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-24703fa3] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-24703fa3] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-24703fa3] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-24703fa3 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-24703fa3 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-24703fa3]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-24703fa3]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-24703fa3]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-24703fa3]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-24703fa3]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-24703fa3 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-24703fa3 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-24703fa3] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-24703fa3] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-24703fa3] {
    margin-top: 0
  }

  .sub_visual[data-v-24703fa3] {
    display: none
  }

  .box_sub_title[data-v-24703fa3] {
    padding: 0 20px
  }

  .box_sub_container[data-v-24703fa3] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-24703fa3] {
    display: block
  }

  .title_sub[data-v-24703fa3] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-24703fa3]:before {
    bottom: -5px
  }

  .title_sub[data-v-24703fa3]:after,
  .title_sub[data-v-24703fa3]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-24703fa3]:after {
    bottom: -3px
  }

  .sub_menu[data-v-24703fa3] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-24703fa3] {
    padding: 0
  }

  .box_sub_container[data-v-24703fa3] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-24703fa3] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-24703fa3] {
    display: none
  }

  .box_bg_deep[data-v-24703fa3] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-24703fa3] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-24703fa3] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-24703fa3] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-24703fa3],
  .result_buy div[data-v-24703fa3] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-24703fa3] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-24703fa3] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-24703fa3] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-24703fa3] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-24703fa3] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-24703fa3] {
    padding: 0 5px
  }

  .box_folder button[data-v-24703fa3] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-24703fa3] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-24703fa3] {
    padding: 0
  }

  .pagenation_type_1[data-v-24703fa3] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-24703fa3] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-24703fa3] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-24703fa3] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-24703fa3],
  .pagenation_type_1 .btn_last[data-v-24703fa3],
  .pagenation_type_1 .btn_next[data-v-24703fa3],
  .pagenation_type_1 .btn_prev[data-v-24703fa3] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-24703fa3] {
    color: #bbb
  }

  .title_medium[data-v-24703fa3] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-24703fa3]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-24703fa3]:first-of-type:hover,
  .game_bat.bet_three button[data-v-24703fa3]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-24703fa3]:nth-of-type(3):hover,
  .game_bat button[data-v-24703fa3]:first-of-type:hover,
  .game_bat button[data-v-24703fa3]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-24703fa3],
  .game_bat button.active span[data-v-24703fa3],
  .game_bat button:hover span[data-v-24703fa3] {
    color: #fff 
  }

  .bat_more[data-v-24703fa3]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-24703fa3],
  .bat_more[disabled][data-v-24703fa3]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-24703fa3]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-24703fa3]:first-of-type:hover,
  .game_bat_2 button[data-v-24703fa3]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-24703fa3],
  .game_bat_2 button.active[data-v-24703fa3]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-24703fa3]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-24703fa3] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-24703fa3] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-24703fa3]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-24703fa3]:hover,
  .pagenation_type_1 .btn_last[data-v-24703fa3]:hover,
  .pagenation_type_1 .btn_next[data-v-24703fa3]:hover,
  .pagenation_type_1 .btn_prev[data-v-24703fa3]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-24703fa3]:hover,
  .ul_game_item button[data-v-24703fa3]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.modal_move[data-v-24703fa3] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  display: table;
  transition: opacity .3s ease
}

.modal_move .modal-wrapper[data-v-24703fa3] {
  display: table-cell;
  vertical-align: middle
}

.modal_move .modal-container[data-v-24703fa3] {
  position: relative;
  width: 460px;
  background: #2d2e3a;
  border-top-left-radius: 0;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .15) ;
  margin: 0 auto
}

.modal-container[data-v-24703fa3]:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

.modal-container[data-v-24703fa3]:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

.modal_move .modal-header[data-v-24703fa3] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  border: 0;
  background: url(/images/common/logo_popup.png) no-repeat 50%;
  background-size: auto 40px ;
  padding: 0
}

.modal_move .modal-body[data-v-24703fa3] {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.7;
  word-break: break-word;
  padding: 0 20px 20px;
  margin: 0
}

.modal_move .modal_footer[data-v-24703fa3] {
  display: flex;
  justify-content: center;
  align-items: center
}

.modal-leave[data-v-24703fa3],
.modal_move .modal-enter[data-v-24703fa3] {
  opacity: 0
}

.modal_move .modal-enter .modal-container[data-v-24703fa3],
.modal_move .modal-leave .modal-container[data-v-24703fa3] {
  transform: scale(1.1)
}

.modal_move .modal-container .btn[data-v-24703fa3] {
  color: #333;
  font-size: 14px;
  border: 1px solid #aaa;
  text-align: center;
  background-color: #fff;
  padding: 6px 20px
}

.modal_move .modal-container .btn[data-v-24703fa3]:hover {
  color: #fff;
  border: 1px solid #555;
  background-color: #555
}

.wrap_layer_type_1[data-v-24703fa3] {
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, .3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px)
}

.layer_type_1[data-v-24703fa3],
.wrap_layer_type_1[data-v-24703fa3] {
  position: fixed;
  width: 100%;
  height: 100%
}

.layer_type_1[data-v-24703fa3] {
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  max-height: 750px;
  border: 1px solid #e32028;
  background: #141621
}

.layer_type_1 .layer_header[data-v-24703fa3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: rgba(0, 0, 0, .1)
}

.layer_type_1 .layer_header em[data-v-24703fa3] {
  color: #fff;
  padding-left: 10px
}

.layer_type_1 .layer_header div[data-v-24703fa3] {
  display: flex;
  align-items: center
}

.layer_type_1 .layer_header button[data-v-24703fa3] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px
}

.layer_type_1 .layer_header button i[data-v-24703fa3] {
  color: #fff;
  font-size: 2rem
}

.layer_type_1 .layer_contents[data-v-24703fa3] {
  position: relative;
  height: calc(100% - 40px)
}

.layer_type_1 .game_ing[data-v-24703fa3] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.layer_type_1 .game_ing p[data-v-24703fa3] {
  font-size: 1.8rem;
  color: #e32028;
  margin-top: 15px
}

.sub_visual_live[data-v-24703fa3] {
  position: relative
}

.sub_visual_live img[data-v-24703fa3] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_live div[data-v-24703fa3] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 10px
}

.sub_visual_live div>span[data-v-24703fa3]:first-of-type {
  display: flex;
  align-items: flex-start;
  font-size: 9rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 600
}

.sub_visual_live div>span:first-of-type b[data-v-24703fa3] {
  font-size: 9rem;
  color: #ff2152;
  font-family: NEXONFootball;
  font-weight: 600;
  padding-right: 10px
}

.sub_visual_live div>span[data-v-24703fa3]:nth-of-type(2) {
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 600;
  letter-spacing: 2px;
  padding-left: 5px;
  margin-top: 10px
}

.live_list[data-v-24703fa3] {
  display: flex;
  flex-wrap: wrap
}

.live_list li[data-v-24703fa3] {
  width: calc(25% - 1px);
  margin-right: 1px
}

.live_list li button[data-v-24703fa3] {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin: 0 ;
  padding: 0 ;
  outline: 0
}

.live_list li button[data-v-24703fa3]:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 35%;
  z-index: 1;
  background: linear-gradient(180deg, transparent, #000)
}

.live_list li button i[data-v-24703fa3] {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1
}

.live_list li button>img[data-v-24703fa3] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .3s;
  position: relative
}

.live_list li button b[data-v-24703fa3] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 180px;
  height: 40px;
  font-size: 2.2rem;
  text-shadow: #111 0 0 3px;
  font-weight: 700;
  font-family: gmarket;
  color: #fff;
  font-weight: 500;
  z-index: 9
}

.live_list li button:hover>img[data-v-24703fa3] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1)
}

.box_slot_partner[data-v-24703fa3],
.box_slot_partner button[data-v-24703fa3] {
  display: flex;
  flex-wrap: wrap
}

.box_slot_partner button[data-v-24703fa3] {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(20% - 1px);
  padding: 5px 0 10px;
  background: #2c2c34;
  border: 1px solid #374252;
  margin-left: -1px;
  margin-top: -1px
}

.box_slot_partner button[data-v-24703fa3]:first-child {
  width: calc(20% + 4px);
  margin-left: 0;
  line-height: 1.2
}

.box_slot_partner button img[data-v-24703fa3] {
  max-width: 160px;
  width: 85%;
  margin-top: -10px
}

.box_slot_partner button.active[data-v-24703fa3] {
  z-index: 2;
  border: 1px solid #e32028 ;
  background: #1b1b23
}

.box_slot_partner button i[data-v-24703fa3] {
  font-size: 2.4rem;
  font-family: BebasNeuePro;
  font-weight: 600;
  color: #fff;
  line-height: 1.2
}

.box_slot_partner button em[data-v-24703fa3] {
  font-size: 1.5rem;
  color: #fff;
  width: 100%
}

.box_slot_partner button span[data-v-24703fa3] {
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: -.5px;
  margin-top: -13px;
  padding-bottom: 5px
}

.box_slot_partner button:first-child i[data-v-24703fa3] {
  line-height: 1.5
}

.box_slot_partner button:first-child span[data-v-24703fa3] {
  margin-top: 5px
}

.box_slot_partner li button.active em[data-v-24703fa3],
.box_slot_partner li button.active span[data-v-24703fa3] {
  color: #e32028
}

.live_list_1[data-v-24703fa3] {
  display: flex;
  flex-wrap: wrap;
  margin: 1px 0
}

.live_list_1 li[data-v-24703fa3] {
  width: 25%
}

.live_list_1 li[data-v-24703fa3],
.live_list_1 li button[data-v-24703fa3] {
  display: flex;
  justify-content: center;
  flex-direction: column
}

.live_list_1 li button[data-v-24703fa3] {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(/images/sub/bg_casino_list.jpg);
  background-size: cover
}

.live_list_1 li button[data-v-24703fa3]:before {
  content: "";
  display: block;
  z-index: -1;
  width: 100%
}

.live_list_1 li button .img_person[data-v-24703fa3] {
  width: 100%;
  transition: all .3s
}

.live_list_1 li button .logo_casino[data-v-24703fa3] {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 140px
}

/* .live_list_1 li button[data-v-24703fa3]:after {
  content: "게임시작";
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 40px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2f3b49;
  letter-spacing: .5px;
  border: 0;
  border-radius: 20px;
  margin: -20px 0 0 -20%;
  opacity: 0;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);
  transition: all .2s ease-out .1s
} */

.live_list_1 li button:hover .img_person[data-v-24703fa3] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1)
}

.live_list_1 li button[data-v-24703fa3]:hover:after {
  top: 50%;
  opacity: 1;
  margin-top: -20px
}

.live_list_1 li button p[data-v-24703fa3] {
  display: block;
  z-index: 1;
  width: 100%;
  font-size: 1.5rem;
  padding: 10px;
  color: #fff;
  line-height: 1.5;
  background: #141621;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis
}

@media (max-width:1600px) {
  .live_list_1 li button .logo_casino[data-v-24703fa3] {
    zoom: .7
  }

  .box_slot_partner[data-v-24703fa3] {
    display: flex;
    flex-wrap: wrap
  }

  .box_slot_partner button[data-v-24703fa3] {
    width: calc(20% + 1px)
  }

  .box_slot_partner button[data-v-24703fa3]:nth-of-type(5n+1) {
    width: 20%;
    margin-left: 0
  }

  .box_slot_partner button[data-v-24703fa3]:nth-of-type(n+6) {
    margin-top: -1px
  }
}

@media (max-width:1439px) {
  .sub_visual_live div[data-v-24703fa3] {
    zoom: .7
  }

  .live_list li button b[data-v-24703fa3] {
    font-size: 1.8rem
  }

  /* .slot_list li[data-v-24703fa3] {
    width: 25%
  } */
}

@media (max-width:1023px) {

  .live_list li button button[data-v-24703fa3],
  .live_list li button i[data-v-24703fa3] {
    zoom: .8
  }
}

@media (max-width:991px) {
  /* .live_list_1 li[data-v-24703fa3] {
    width: 33.333333333%
  } */

  .live_list_1 li button[data-v-24703fa3]:after {
    width: 50%;
    height: 40px;
    margin: -20px 0 0 -25%
  }
}

@media (max-width:767px) {
  .sub_visual_live[data-v-24703fa3] {
    position: relative
  }

  .sub_visual_live img[data-v-24703fa3] {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
  }

  .sub_visual_live div>span[data-v-24703fa3]:first-of-type {
    font-size: 3rem;
    font-weight: 400
  }

  .sub_visual_live div>span:first-of-type b[data-v-24703fa3] {
    font-size: 3rem
  }

  .sub_visual_live div>span[data-v-24703fa3]:nth-of-type(2) {
    font-size: 1.3rem;
    font-weight: 500;
    padding-left: 0
  }

  .live_list li button i[data-v-24703fa3] {
    zoom: .6
  }

  .live_list li[data-v-24703fa3] {
    width: calc(50% - 1px)
  }

  .live_list li button>img[data-v-24703fa3] {
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill
  }

  .live_list li button:hover>img[data-v-24703fa3] {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.1)
  }

  .box_slot_partner[data-v-24703fa3] {
    display: flex;
    flex-wrap: wrap
  }

  .box_slot_partner button[data-v-24703fa3] {
    width: calc(33.3% + 1px);
    height: 82px;
    padding: 0 5px
  }

  .box_slot_partner button[data-v-24703fa3]:nth-of-type(5n+1) {
    width: calc(33.3% + 1px);
    margin-left: -1px
  }

  .box_slot_partner button[data-v-24703fa3]:nth-of-type(3n+1) {
    width: 33.3%;
    margin-left: 0
  }

  .box_slot_partner button[data-v-24703fa3]:nth-of-type(n+4) {
    margin-top: -1px
  }

  .live_list_1 li[data-v-24703fa3] {
    width: 50%
  }

  .live_list_1 li button .img_person[data-v-24703fa3] {
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill
  }

  .live_list_1 li p[data-v-24703fa3] {
    font-size: 1.3rem
  }

  .modal_move[data-v-24703fa3] {
    width: 100%;
    padding: 0 15px
  }

  .modal_move .modal-container[data-v-24703fa3] {
    width: 100%
  }
}
body [data-v-3348b8aa] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-3348b8aa]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-3348b8aa]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-3348b8aa] {
  max-width: 1440px
}

.page-enter-active[data-v-3348b8aa],
.page-leave-active[data-v-3348b8aa] {
  transition: opacity .1s
}

.page-enter[data-v-3348b8aa],
.page-leave-to[data-v-3348b8aa] {
  opacity: 0
}

.b1[data-v-3348b8aa] {
  border: 1px solid red
}

.width-btn-100[data-v-3348b8aa] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-3348b8aa] {
  color: #e32028 
}

.main-color1-normal[data-v-3348b8aa] {
  color: #ff2152 
}

.main-color1-text[data-v-3348b8aa] {
  color: #ff9710 
}

.main-color1-deep[data-v-3348b8aa] {
  color: #ff6900 
}

.main-color1-light[data-v-3348b8aa] {
  color: #ff542e 
}

.color-white[data-v-3348b8aa] {
  color: #fff 
}

.main-color2-light[data-v-3348b8aa] {
  color: #a9da2b 
}

.main-color2[data-v-3348b8aa] {
  color: #67b628 
}

.main_color3_light[data-v-3348b8aa] {
  color: #ffc92f 
}

.main-color3[data-v-3348b8aa] {
  color: #febd02 
}

.main-color4[data-v-3348b8aa] {
  color: #7e93a6 
}

.main-color5-light[data-v-3348b8aa] {
  color: #42deda 
}

.main-color5[data-v-3348b8aa] {
  color: #01c8de 
}

.color-grey[data-v-3348b8aa] {
  color: #676c71 
}

.color-lightgrey[data-v-3348b8aa] {
  color: #ababab 
}

.color-deepgrey[data-v-3348b8aa] {
  color: #20222b 
}

.color-text-verylight[data-v-3348b8aa] {
  color: #80a7b8 
}

.color-text-light[data-v-3348b8aa] {
  color: #9a9aa7 
}

.color-text[data-v-3348b8aa] {
  color: #797986 
}

.color-text-deep[data-v-3348b8aa] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-3348b8aa] {
  color: #2f3b49 
}

.c_default[data-v-3348b8aa] {
  color: #fff 
}

.c_high[data-v-3348b8aa] {
  color: #ff1717 
}

.c_low[data-v-3348b8aa] {
  color: #0bf 
}

.c_buy_light[data-v-3348b8aa] {
  color: #fe5159 
}

.c_buy[data-v-3348b8aa] {
  color: #f14f57 
}

.bg_c_buy[data-v-3348b8aa] {
  background: #f14f57
}

.c_sell_light[data-v-3348b8aa] {
  color: #349bf0 
}

.c_sell[data-v-3348b8aa] {
  color: #3488db 
}

.bg_c_sell[data-v-3348b8aa] {
  background: #3488db
}

.c_ing[data-v-3348b8aa] {
  color: #fff 
}

.bg_ing[data-v-3348b8aa],
.bg_wait[data-v-3348b8aa] {
  background: #7e93a6 
}

.bg_background_deep[data-v-3348b8aa] {
  background: #000
}

.c_success[data-v-3348b8aa] {
  color: #1478f2 
}

.bg_success[data-v-3348b8aa] {
  background: #1478f2 
}

.c_complete[data-v-3348b8aa] {
  color: #fff 
}

.c_fail[data-v-3348b8aa] {
  color: #ff1e1e 
}

.bg_fail[data-v-3348b8aa] {
  background: #ff1e1e 
}

.c_cancel[data-v-3348b8aa] {
  color: #ff6900 
}

.bg_cancel[data-v-3348b8aa] {
  background: #ff6900 
}

.c_error[data-v-3348b8aa] {
  color: #ff6900 
}

.c_invaild[data-v-3348b8aa] {
  color: #999 
}

.bg_invaild[data-v-3348b8aa] {
  background: #666 
}

.bg_main[data-v-3348b8aa] {
  background: #e32028 
}

.bg_green_gra[data-v-3348b8aa] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-3348b8aa] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-3348b8aa] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-3348b8aa] {
  color: #ff5266 
}

.c_deposit_light[data-v-3348b8aa] {
  color: #a9da2b 
}

.c_deposit[data-v-3348b8aa] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-3348b8aa] {
  color: #ff8520 
}

.c_withdrawal[data-v-3348b8aa] {
  color: #ff6900 
}

.c_green[data-v-3348b8aa] {
  color: #009b1b 
}

.c_red[data-v-3348b8aa] {
  color: red 
}

.c_blue[data-v-3348b8aa] {
  color: #febd02 
}

.c_black[data-v-3348b8aa] {
  color: #000 
}

.bg_white[data-v-3348b8aa] {
  background: #fff 
}

.bg_green[data-v-3348b8aa] {
  background: #6dcb1b 
}

.box_c_ing[data-v-3348b8aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-3348b8aa] {
  background: #f14f57
}

.box_c_buy[data-v-3348b8aa],
.box_c_invaild[data-v-3348b8aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-3348b8aa] {
  background: #999
}

.box_c_sell[data-v-3348b8aa] {
  background: #3488db
}

.box_c_sell[data-v-3348b8aa],
.box_c_success[data-v-3348b8aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-3348b8aa] {
  background: #ff6900
}

.box_c_fail[data-v-3348b8aa] {
  background: #67b628
}

.box_c_extedn[data-v-3348b8aa],
.box_c_fail[data-v-3348b8aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-3348b8aa] {
  background: #43586c
}

.ps__rail-x[data-v-3348b8aa] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-3348b8aa],
.ps__rail-y[data-v-3348b8aa] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-3348b8aa] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-3348b8aa],
.ps--active-y>.ps__rail-y[data-v-3348b8aa] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-3348b8aa],
.ps--focus>.ps__rail-y[data-v-3348b8aa],
.ps--scrolling-x>.ps__rail-x[data-v-3348b8aa],
.ps--scrolling-y>.ps__rail-y[data-v-3348b8aa],
.ps:hover>.ps__rail-x[data-v-3348b8aa],
.ps:hover>.ps__rail-y[data-v-3348b8aa] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-3348b8aa],
.ps.ps__rail-x[data-v-3348b8aa]:focus,
.ps.ps__rail-x[data-v-3348b8aa]:hover,
.ps.ps__rail-y.ps--clicking[data-v-3348b8aa],
.ps.ps__rail-y[data-v-3348b8aa]:focus,
.ps.ps__rail-y[data-v-3348b8aa]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-3348b8aa] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-3348b8aa],
.ps__thumb-y[data-v-3348b8aa] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-3348b8aa] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-3348b8aa],
.ps__rail-x:focus>.ps__thumb-x[data-v-3348b8aa],
.ps__rail-x:hover>.ps__thumb-x[data-v-3348b8aa] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-3348b8aa],
.ps__rail-y:focus>.ps__thumb-y[data-v-3348b8aa],
.ps__rail-y:hover>.ps__thumb-y[data-v-3348b8aa] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-3348b8aa] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-3348b8aa] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-3348b8aa] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-3348b8aa] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-3348b8aa] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-3348b8aa] {
  display: none 
}

.toast-top-center[data-v-3348b8aa] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-3348b8aa] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-3348b8aa] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-3348b8aa] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-3348b8aa] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-3348b8aa],
.pagenation_type_1 .btn_last[data-v-3348b8aa],
.pagenation_type_1 .btn_next[data-v-3348b8aa],
.pagenation_type_1 .btn_prev[data-v-3348b8aa] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-3348b8aa] {
  color: #bbb
}

.wrap_type_3[data-v-3348b8aa] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-3348b8aa] {
  background: #0b0c10
}

.container_left[data-v-3348b8aa],
.container_left_md[data-v-3348b8aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-3348b8aa] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-3348b8aa] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-3348b8aa] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-3348b8aa] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-3348b8aa]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-3348b8aa] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-3348b8aa] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-3348b8aa] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-3348b8aa] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-3348b8aa]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-3348b8aa]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-3348b8aa],
.container_center_3_mini>div[data-v-3348b8aa] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-3348b8aa] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-3348b8aa]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-3348b8aa]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-3348b8aa] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-3348b8aa]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-3348b8aa]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-3348b8aa] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-3348b8aa]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-3348b8aa]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-3348b8aa] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-3348b8aa] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-3348b8aa],
.bg_grad_1_x[data-v-3348b8aa] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-3348b8aa] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-3348b8aa] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-3348b8aa] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-3348b8aa],
.bg_normal_2[data-v-3348b8aa] {
  background: #141621
}

.btn_left_close[data-v-3348b8aa],
.btn_left_control[data-v-3348b8aa],
.btn_right_close[data-v-3348b8aa],
.right_screen[data-v-3348b8aa] {
  display: none
}

.box_logo[data-v-3348b8aa] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-3348b8aa] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-3348b8aa] {
  display: none
}

.text_dot[data-v-3348b8aa] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-3348b8aa {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-3348b8aa {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-3348b8aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-3348b8aa] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-3348b8aa] {
  background: #fff 
}

.bat_more.active i[data-v-3348b8aa] {
  color: #000 
}

.btn_no_disabled[data-v-3348b8aa] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-3348b8aa] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-3348b8aa] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-3348b8aa],
.game_bat_2 button[data-v-3348b8aa]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-3348b8aa]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-3348b8aa] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-3348b8aa] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-3348b8aa]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-3348b8aa] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-3348b8aa] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-3348b8aa] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-3348b8aa],
.title_logo[data-v-3348b8aa] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-3348b8aa] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-3348b8aa] {
  height: 22px
}

.tab[data-v-3348b8aa] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-3348b8aa]:last-child {
  width: 100%
}

.tab li[data-v-3348b8aa]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-3348b8aa] {
  width: 50%
}

.tab li[data-v-3348b8aa]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-3348b8aa] {
  width: 33.333333333333%
}

.tab li[data-v-3348b8aa]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-3348b8aa] {
  width: 25%
}

.tab li[data-v-3348b8aa]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-3348b8aa] {
  width: 20%
}

.tab li[data-v-3348b8aa]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-3348b8aa] {
  width: 16.66666666666667%
}

.tab li button[data-v-3348b8aa] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-3348b8aa] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-3348b8aa]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-3348b8aa] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-3348b8aa] {
  border: 0
}

.wrap_sports_detail li[data-v-3348b8aa] {
  width: 100%
}

.wrap_sports_detail li[data-v-3348b8aa]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-3348b8aa]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-3348b8aa] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-3348b8aa] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-3348b8aa],
.detail_num>button[data-v-3348b8aa] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-3348b8aa] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-3348b8aa] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-3348b8aa]:last-child {
  width: 100%
}

.detail_num button[data-v-3348b8aa]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-3348b8aa] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-3348b8aa]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-3348b8aa] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-3348b8aa] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-3348b8aa] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-3348b8aa] {
  color: #fff 
}

.detail_num>button .up[data-v-3348b8aa]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-3348b8aa]:after,
.detail_num>button .up[data-v-3348b8aa]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3348b8aa 1s ease-in-out 5;
  animation: blink-data-v-3348b8aa 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-3348b8aa]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-3348b8aa] {
  background: #f4053a
}

.detail_num>button.active i[data-v-3348b8aa] {
  color: #000
}

.detail_num>button .text-allocation[data-v-3348b8aa] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-3348b8aa] {
  color: #000 
}

.sports_bet_close[data-v-3348b8aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-3348b8aa],
.sports_bet_close[data-v-3348b8aa]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-3348b8aa]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-3348b8aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-3348b8aa],
.sports_bet_close_all[data-v-3348b8aa]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-3348b8aa]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-3348b8aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-3348b8aa]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-3348b8aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-3348b8aa]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-3348b8aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-3348b8aa],
.market_all_close[data-v-3348b8aa]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-3348b8aa]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-3348b8aa] {
    display: none
  }
}

.vjs-control-bar[data-v-3348b8aa] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-3348b8aa] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-3348b8aa] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-3348b8aa] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-3348b8aa]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-3348b8aa] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-3348b8aa]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-3348b8aa] {
  color: #fff 
}

.vjs-big-play-button[data-v-3348b8aa]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-3348b8aa],
  .detail_num button[data-v-3348b8aa]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-3348b8aa] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-3348b8aa]:nth-of-type(2),
  .game_bat button[data-v-3348b8aa]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-3348b8aa]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-3348b8aa] {
    width: 100%
  }

  .market_all_close[data-v-3348b8aa]:after,
  .market_domestic_all_close[data-v-3348b8aa]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-3348b8aa],
  .game_bat button:nth-of-type(3) i[data-v-3348b8aa] {
    display: none 
  }
}

.mini_bet_close[data-v-3348b8aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-3348b8aa],
.mini_bet_close[data-v-3348b8aa]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-3348b8aa]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-3348b8aa] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-3348b8aa] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-3348b8aa] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-3348b8aa]:first-of-type,
.flex_2dan div[data-v-3348b8aa]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-3348b8aa] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-3348b8aa]:first-of-type,
.flex_3dan div[data-v-3348b8aa]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-3348b8aa]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-3348b8aa] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-3348b8aa] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-3348b8aa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-3348b8aa] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-3348b8aa] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-3348b8aa] {
  height: 40px
}

.mini_game_info[data-v-3348b8aa],
.mini_game_info span[data-v-3348b8aa]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-3348b8aa]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-3348b8aa] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-3348b8aa] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-3348b8aa]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-3348b8aa] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-3348b8aa] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-3348b8aa] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-3348b8aa] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-3348b8aa]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-3348b8aa] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-3348b8aa]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-3348b8aa] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-3348b8aa]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-3348b8aa] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-3348b8aa]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-3348b8aa] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-3348b8aa]:first-child,
.ul_game_item.item_10 li[data-v-3348b8aa]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-3348b8aa]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-3348b8aa] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-3348b8aa],
.ul_game_item button i[data-v-3348b8aa] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-3348b8aa] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-3348b8aa] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-3348b8aa] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-3348b8aa] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-3348b8aa] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-3348b8aa] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-3348b8aa] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-3348b8aa] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-3348b8aa] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-3348b8aa] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-3348b8aa] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-3348b8aa] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-3348b8aa] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-3348b8aa] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-3348b8aa] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-3348b8aa] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-3348b8aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-3348b8aa] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-3348b8aa] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-3348b8aa] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-3348b8aa] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-3348b8aa] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-3348b8aa] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-3348b8aa] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-3348b8aa] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-3348b8aa] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-3348b8aa] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-3348b8aa] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-3348b8aa] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-3348b8aa] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-3348b8aa] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-3348b8aa] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-3348b8aa] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-3348b8aa] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-3348b8aa] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-3348b8aa] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-3348b8aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-3348b8aa] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-3348b8aa]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-3348b8aa]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-3348b8aa]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-3348b8aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-3348b8aa] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-3348b8aa] {
    display: none
  }

  .flex_1dan ul[data-v-3348b8aa] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-3348b8aa]:first-of-type,
  .flex_3dan div[data-v-3348b8aa]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-3348b8aa]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-3348b8aa] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-3348b8aa]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-3348b8aa]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-3348b8aa]:first-of-type,
  .flex_3dan div[data-v-3348b8aa]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-3348b8aa]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-3348b8aa] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-3348b8aa] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-3348b8aa] {
    width: 100%
  }

  .flex_3dan div[data-v-3348b8aa]:first-of-type,
  .flex_3dan div[data-v-3348b8aa]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-3348b8aa]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-3348b8aa] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-3348b8aa] {
    width: 100%
  }

  .ul_game_item2 li[data-v-3348b8aa]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-3348b8aa]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-3348b8aa]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-3348b8aa]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-3348b8aa]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-3348b8aa] {
    padding: 101px 280px 0
  }

  .container_left[data-v-3348b8aa],
  .container_left_md[data-v-3348b8aa],
  .container_right[data-v-3348b8aa] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-3348b8aa]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-3348b8aa]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-3348b8aa]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-3348b8aa]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-3348b8aa] {
    padding-left: 40px
  }

  .container_left[data-v-3348b8aa] {
    display: none
  }

  .btn_left_control[data-v-3348b8aa] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-3348b8aa],
  .btn_left_control i[data-v-3348b8aa] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-3348b8aa] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-3348b8aa] {
    width: 26px
  }

  .btn_left_close[data-v-3348b8aa] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-3348b8aa] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-3348b8aa] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-3348b8aa]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-3348b8aa]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-3348b8aa]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-3348b8aa]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-3348b8aa]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-3348b8aa]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-3348b8aa] {
    display: block
  }

  .no-display-1600[data-v-3348b8aa] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-3348b8aa]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-3348b8aa]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-3348b8aa] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-3348b8aa] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-3348b8aa]:first-of-type,
  .container_center_2_mini>div>div[data-v-3348b8aa]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-3348b8aa] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-3348b8aa]:first-of-type,
  .container_center_3_mini>div>div[data-v-3348b8aa]:nth-of-type(2),
  .container_center_4_mini>div[data-v-3348b8aa]:first-of-type,
  .container_center_4_mini>div[data-v-3348b8aa]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-3348b8aa] {
    padding-right: 0
  }

  .container_right[data-v-3348b8aa] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-3348b8aa] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-3348b8aa] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-3348b8aa] {
    width: 26px
  }

  .container_right .right_screen[data-v-3348b8aa] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-3348b8aa] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-3348b8aa],
  .btn_left_control[data-v-3348b8aa],
  .container_left[data-v-3348b8aa] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-3348b8aa] {
    padding: 0
  }

  .mobile_scroll[data-v-3348b8aa] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-3348b8aa] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-3348b8aa],
.title_info_s[data-v-3348b8aa] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-3348b8aa] {
  font-size: 1.8rem
}

.title_info_s[data-v-3348b8aa]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-3348b8aa] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-3348b8aa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-3348b8aa] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-3348b8aa] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-3348b8aa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-3348b8aa] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-3348b8aa] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-3348b8aa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-3348b8aa] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-3348b8aa] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-3348b8aa] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-3348b8aa] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-3348b8aa] {
  position: relative
}

.sub_visual_wallet img[data-v-3348b8aa] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-3348b8aa] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-3348b8aa] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-3348b8aa] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-3348b8aa] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-3348b8aa]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-3348b8aa],
.menu_wallet>li button[data-v-3348b8aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-3348b8aa],
.menu_wallet>li button.active[data-v-3348b8aa] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-3348b8aa] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-3348b8aa]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-3348b8aa] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-3348b8aa] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-3348b8aa] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-3348b8aa] {
  position: relative
}

.wallet_form button[data-v-3348b8aa] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-3348b8aa] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-3348b8aa] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-3348b8aa] {
  background: #141621 
}

h2.title_trade[data-v-3348b8aa] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-3348b8aa] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-3348b8aa] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-3348b8aa] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-3348b8aa],
.result_buy div[data-v-3348b8aa] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-3348b8aa] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-3348b8aa] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-3348b8aa] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-3348b8aa] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-3348b8aa] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-3348b8aa] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-3348b8aa] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-3348b8aa] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-3348b8aa],
.sub_visual.s_02[data-v-3348b8aa],
.sub_visual.s_03[data-v-3348b8aa],
.sub_visual.s_04[data-v-3348b8aa],
.sub_visual.s_05[data-v-3348b8aa],
.sub_visual.s_06[data-v-3348b8aa],
.sub_visual.s_07[data-v-3348b8aa],
.sub_visual.s_08[data-v-3348b8aa] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-3348b8aa] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-3348b8aa] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-3348b8aa] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-3348b8aa],
.sub_menu a[data-v-3348b8aa] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-3348b8aa] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-3348b8aa] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-3348b8aa],
.sub_menu a.nuxt-link-active[data-v-3348b8aa] {
  color: #e32028
}

.sub_tab ul[data-v-3348b8aa] {
  overflow: hidden
}

.sub_tab ul li[data-v-3348b8aa] {
  float: left
}

.sub_tab ul li a[data-v-3348b8aa] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-3348b8aa],
.sub_tab ul li a.active[data-v-3348b8aa] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-3348b8aa]:before,
.sub_tab ul li a.active[data-v-3348b8aa]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-3348b8aa] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-3348b8aa] {
  font-size: 2.2rem
}

.title_big[data-v-3348b8aa],
.title_normal[data-v-3348b8aa] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-3348b8aa] {
  font-size: 1.8rem
}

.title_small[data-v-3348b8aa] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-3348b8aa] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-3348b8aa] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-3348b8aa],
.title_tiny[data-v-3348b8aa] {
  position: relative;
  color: #fff
}

.title_sub[data-v-3348b8aa] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-3348b8aa]:before {
  bottom: -5px
}

.title_sub[data-v-3348b8aa]:after,
.title_sub[data-v-3348b8aa]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-3348b8aa]:after {
  bottom: -3px
}

.title_sub_1[data-v-3348b8aa] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-3348b8aa]:before {
  bottom: -5px
}

.title_sub_1[data-v-3348b8aa]:after,
.title_sub_1[data-v-3348b8aa]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-3348b8aa]:after {
  bottom: -3px
}

.title_sm[data-v-3348b8aa] {
  display: none
}

.title_hexa[data-v-3348b8aa] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-3348b8aa],
.title_hexa i[data-v-3348b8aa] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-3348b8aa] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-3348b8aa] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-3348b8aa] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-3348b8aa],
.title_hexa.t_on i[data-v-3348b8aa] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-3348b8aa] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-3348b8aa] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-3348b8aa] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-3348b8aa] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-3348b8aa] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-3348b8aa] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-3348b8aa] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-3348b8aa]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-3348b8aa]:first-of-type,
.sports_list li>div[data-v-3348b8aa]:nth-of-type(2),
.sports_list li>div[data-v-3348b8aa]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-3348b8aa] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-3348b8aa]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-3348b8aa] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-3348b8aa] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-3348b8aa] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-3348b8aa]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-3348b8aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-3348b8aa] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-3348b8aa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-3348b8aa],
.game_bat button[data-v-3348b8aa] {
  position: relative
}

.game_bat button[data-v-3348b8aa]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-3348b8aa] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-3348b8aa] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-3348b8aa] {
  margin-right: 5px
}

.game_bat button[data-v-3348b8aa]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-3348b8aa] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-3348b8aa] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-3348b8aa] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-3348b8aa],
.game_bat button:nth-of-type(3) i img[data-v-3348b8aa] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-3348b8aa] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-3348b8aa]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-3348b8aa]:nth-of-type(2),
.game_bat button[data-v-3348b8aa]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-3348b8aa]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-3348b8aa],
.game_bat button.active[data-v-3348b8aa] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-3348b8aa]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-3348b8aa]:after,
.game_bat button:first-of-type .up[data-v-3348b8aa]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3348b8aa 1s ease-in-out 5;
  animation: blink-data-v-3348b8aa 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-3348b8aa]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-3348b8aa]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-3348b8aa]:after,
.game_bat button:nth-of-type(2) .up[data-v-3348b8aa]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3348b8aa 1s ease-in-out 5;
  animation: blink-data-v-3348b8aa 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-3348b8aa]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-3348b8aa]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-3348b8aa]:after,
.game_bat button:nth-of-type(3) .up[data-v-3348b8aa]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3348b8aa 1s ease-in-out 5;
  animation: blink-data-v-3348b8aa 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-3348b8aa]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-3348b8aa] {
  padding: 0
}

.box_folder[data-v-3348b8aa],
.box_folder button[data-v-3348b8aa] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-3348b8aa] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-3348b8aa] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-3348b8aa]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-3348b8aa] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-3348b8aa]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-3348b8aa] {
  flex-wrap: wrap
}

.bank_info[data-v-3348b8aa],
.bank_info li[data-v-3348b8aa] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-3348b8aa] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-3348b8aa]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-3348b8aa] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-3348b8aa] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-3348b8aa] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-3348b8aa] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-3348b8aa] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-3348b8aa] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-3348b8aa] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-3348b8aa] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-3348b8aa] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-3348b8aa] {
  margin-right: 10px
}

.box_text_type_1[data-v-3348b8aa] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-3348b8aa],
.box_text_type_1 i[data-v-3348b8aa] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-3348b8aa] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-3348b8aa] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-3348b8aa],
.wl_tip[data-v-3348b8aa] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-3348b8aa],
.wl_tip ul li[data-v-3348b8aa] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-3348b8aa] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-3348b8aa] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-3348b8aa] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-3348b8aa],
.wl_waring ul li[data-v-3348b8aa] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-3348b8aa] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-3348b8aa] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-3348b8aa] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-3348b8aa] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-3348b8aa] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-3348b8aa] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-3348b8aa {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-3348b8aa {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-3348b8aa] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-3348b8aa] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-3348b8aa] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-3348b8aa],
.box_fx_buy_sell[data-v-3348b8aa],
.box_fx_result[data-v-3348b8aa],
.box_leverage_result[data-v-3348b8aa],
.current_time[data-v-3348b8aa],
.tab_box[data-v-3348b8aa],
.tab_time[data-v-3348b8aa] {
  position: relative
}

.copilot[data-v-3348b8aa] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-3348b8aa],
.copilot[data-v-3348b8aa]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-3348b8aa]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-3348b8aa] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-3348b8aa] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-3348b8aa] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-3348b8aa] {
  padding: 20px 15px
}

.copilot_foot[data-v-3348b8aa],
.copilot_foot button[data-v-3348b8aa] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-3348b8aa] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-3348b8aa] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-3348b8aa],
.copilot.step_2[data-v-3348b8aa] {
  top: 50px
}

.copilot.step_3[data-v-3348b8aa],
.copilot.step_4[data-v-3348b8aa],
.copilot.step_6[data-v-3348b8aa],
.copilot.step_7[data-v-3348b8aa],
.copilot.step_8[data-v-3348b8aa] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-3348b8aa] {
  top: 40px
}

.box_info_1[data-v-3348b8aa] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-3348b8aa] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-3348b8aa] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-3348b8aa]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-3348b8aa] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-3348b8aa] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-3348b8aa] {
  height: 40px
}

.title_guide_1 span[data-v-3348b8aa] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-3348b8aa] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-3348b8aa] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-3348b8aa] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-3348b8aa] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-3348b8aa] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-3348b8aa 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-3348b8aa 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-3348b8aa]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-3348b8aa]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-3348b8aa]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-3348b8aa]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-3348b8aa]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-3348b8aa {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-3348b8aa {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-3348b8aa] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-3348b8aa] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-3348b8aa] {
    margin-top: 0
  }

  .sub_visual[data-v-3348b8aa] {
    display: none
  }

  .box_sub_title[data-v-3348b8aa] {
    padding: 0 20px
  }

  .box_sub_container[data-v-3348b8aa] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-3348b8aa] {
    display: block
  }

  .title_sub[data-v-3348b8aa] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-3348b8aa]:before {
    bottom: -5px
  }

  .title_sub[data-v-3348b8aa]:after,
  .title_sub[data-v-3348b8aa]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-3348b8aa]:after {
    bottom: -3px
  }

  .sub_menu[data-v-3348b8aa] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-3348b8aa] {
    padding: 0
  }

  .box_sub_container[data-v-3348b8aa] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-3348b8aa] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-3348b8aa] {
    display: none
  }

  .box_bg_deep[data-v-3348b8aa] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-3348b8aa] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-3348b8aa] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-3348b8aa] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-3348b8aa],
  .result_buy div[data-v-3348b8aa] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-3348b8aa] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-3348b8aa] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-3348b8aa] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-3348b8aa] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-3348b8aa] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-3348b8aa] {
    padding: 0 5px
  }

  .box_folder button[data-v-3348b8aa] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-3348b8aa] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-3348b8aa] {
    padding: 0
  }

  .pagenation_type_1[data-v-3348b8aa] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-3348b8aa] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-3348b8aa] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-3348b8aa] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-3348b8aa],
  .pagenation_type_1 .btn_last[data-v-3348b8aa],
  .pagenation_type_1 .btn_next[data-v-3348b8aa],
  .pagenation_type_1 .btn_prev[data-v-3348b8aa] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-3348b8aa] {
    color: #bbb
  }

  .title_medium[data-v-3348b8aa] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-3348b8aa]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-3348b8aa]:first-of-type:hover,
  .game_bat.bet_three button[data-v-3348b8aa]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-3348b8aa]:nth-of-type(3):hover,
  .game_bat button[data-v-3348b8aa]:first-of-type:hover,
  .game_bat button[data-v-3348b8aa]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-3348b8aa],
  .game_bat button.active span[data-v-3348b8aa],
  .game_bat button:hover span[data-v-3348b8aa] {
    color: #fff 
  }

  .bat_more[data-v-3348b8aa]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-3348b8aa],
  .bat_more[disabled][data-v-3348b8aa]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-3348b8aa]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-3348b8aa]:first-of-type:hover,
  .game_bat_2 button[data-v-3348b8aa]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-3348b8aa],
  .game_bat_2 button.active[data-v-3348b8aa]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-3348b8aa]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-3348b8aa] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-3348b8aa] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-3348b8aa]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-3348b8aa]:hover,
  .pagenation_type_1 .btn_last[data-v-3348b8aa]:hover,
  .pagenation_type_1 .btn_next[data-v-3348b8aa]:hover,
  .pagenation_type_1 .btn_prev[data-v-3348b8aa]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-3348b8aa]:hover,
  .ul_game_item button[data-v-3348b8aa]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.modal_move[data-v-3348b8aa] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  display: table;
  transition: opacity .3s ease
}

.modal_move .modal-wrapper[data-v-3348b8aa] {
  display: table-cell;
  vertical-align: middle
}

.modal_move .modal-container[data-v-3348b8aa] {
  position: relative;
  width: 460px;
  background: #30303a url(/images/common/bg_popup.png) no-repeat 0 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .15) ;
  margin: 0 auto
}

.modal_move .modal-header[data-v-3348b8aa] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  border: 0;
  background: url(/images/common/logo_popup.png) no-repeat 50%;
  background-size: auto 40px ;
  padding: 0
}

.modal_move .modal-body[data-v-3348b8aa] {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.7;
  word-break: break-word;
  padding: 0 20px 20px;
  margin: 0
}

.modal_move .modal_footer[data-v-3348b8aa] {
  display: flex;
  justify-content: center;
  align-items: center
}

.modal-leave[data-v-3348b8aa],
.modal_move .modal-enter[data-v-3348b8aa] {
  opacity: 0
}

.modal_move .modal-enter .modal-container[data-v-3348b8aa],
.modal_move .modal-leave .modal-container[data-v-3348b8aa] {
  transform: scale(1.1)
}

.modal_move .modal-container .btn[data-v-3348b8aa] {
  color: #333;
  font-size: 14px;
  border: 1px solid #aaa;
  text-align: center;
  background-color: #fff;
  padding: 6px 20px
}

.modal_move .modal-container .btn[data-v-3348b8aa]:hover {
  color: #fff;
  border: 1px solid #555;
  background-color: #555
}

.wrap_layer_type_1[data-v-3348b8aa] {
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, .3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px)
}

.layer_type_1[data-v-3348b8aa],
.wrap_layer_type_1[data-v-3348b8aa] {
  position: fixed;
  width: 100%;
  height: 100%
}

.layer_type_1[data-v-3348b8aa] {
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  max-height: 750px;
  border: 1px solid #e32028;
  background: #141621
}

.layer_type_1 .layer_header[data-v-3348b8aa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: rgba(0, 0, 0, .1)
}

.layer_type_1 .layer_header em[data-v-3348b8aa] {
  color: #fff;
  padding-left: 10px
}

.layer_type_1 .layer_header div[data-v-3348b8aa] {
  display: flex;
  align-items: center
}

.layer_type_1 .layer_header button[data-v-3348b8aa] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px
}

.layer_type_1 .layer_header button i[data-v-3348b8aa] {
  color: #fff;
  font-size: 2rem
}

.layer_type_1 .layer_contents[data-v-3348b8aa] {
  position: relative;
  height: calc(100% - 40px)
}

.layer_type_1 .game_ing[data-v-3348b8aa] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.layer_type_1 .game_ing p[data-v-3348b8aa] {
  font-size: 1.8rem;
  color: #e32028;
  margin-top: 15px
}

.sub_visual_slot[data-v-3348b8aa] {
  position: relative
}

.sub_visual_slot img[data-v-3348b8aa] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_slot div[data-v-3348b8aa] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 10px
}

.sub_visual_slot div>span[data-v-3348b8aa]:first-of-type {
  display: flex;
  align-items: flex-start;
  font-size: 9rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 600
}

.sub_visual_slot div>span:first-of-type b[data-v-3348b8aa] {
  font-size: 9rem;
  color: #ff2152;
  font-family: NEXONFootball;
  font-weight: 600;
  padding-right: 10px
}

.sub_visual_slot div>span[data-v-3348b8aa]:nth-of-type(2) {
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 600;
  letter-spacing: 2px;
  padding-left: 5px;
  margin-top: 10px
}

.menu_slot[data-v-3348b8aa] {
  display: flex;
  height: 80px;
  background: #1b1b23;
  margin: 1px 0
}

.menu_slot li[data-v-3348b8aa] {
  height: 80px;
  margin-right: 1px
}

.menu_slot li button[data-v-3348b8aa] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 90px;
  height: 100%;
  background: #2c2c34;
  padding: 0 20px;
  transition: all .3s
}

.menu_slot li button i[data-v-3348b8aa] {
  font-size: 2.2rem;
  font-family: BebasNeuePro;
  font-weight: 600;
  color: #fff
}

.menu_slot li button i img[data-v-3348b8aa] {
  width: 28px;
  margin-top: 10px
}

.menu_slot li button em[data-v-3348b8aa] {
  font-size: 1.5rem;
  color: #fff;
  white-space: nowrap;
  margin: 8px 0 6px
}

.menu_slot li button span[data-v-3348b8aa] {
  position: absolute;
  top: 3px;
  right: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  font-size: 1.1rem ;
  color: #fff;
  padding: 3px
}

.menu_slot li button.active[data-v-3348b8aa] {
  border: none;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_slot li button.active em[data-v-3348b8aa],
.menu_slot li button.active span[data-v-3348b8aa] {
  color: #fff
}

.slot_list[data-v-3348b8aa] {
  display: flex;
  flex-wrap: wrap
}

/* .slot_list li[data-v-3348b8aa] {
  flex-direction: column;
  width: 12.5%
} */

.slot_list li[data-v-3348b8aa],
.slot_list li button[data-v-3348b8aa] {
  display: flex;
  justify-content: center
}

.slot_list li button[data-v-3348b8aa] {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10%;
}

.slot_list li button>img[data-v-3348b8aa] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .3s
}

/* .slot_list li button[data-v-3348b8aa]:after {
  content: "게임시작";
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  /* width: 40%; */
  /* height: 40px; */
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  color: #2f3b49;
  letter-spacing: .5px;
  border: 0;
  border-radius: 20px;
  margin: -20px 0 0 -20%;
  opacity: 0;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);
  transition: all .2s ease-out .1s
} */

.slot_list li button:hover>img[data-v-3348b8aa] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1)
}

/* .slot_list li button[data-v-3348b8aa]:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(103, 182, 40, .5);
  border-radius: 10%;
} */

.slot_list li button[data-v-3348b8aa]:hover:after {
  top: 50%;
  opacity: 1;
  margin-top: -20px
}

.slot_list li p[data-v-3348b8aa] {
  display: block;
  font-size: 1.5rem;
  padding: 10px 10px 20px;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis
}

.slot_list li p span[data-v-3348b8aa] {
  color: #9a9aa7
}

/* @media (max-width:1920px) {
  .slot_list li[data-v-3348b8aa] {
    width: 14.28571428571429%
  }
}

@media (max-width:1600px) {
  .slot_list li[data-v-3348b8aa] {
    width: 20%
  }
} */

@media (max-width:1439px) {
  .sub_visual_slot div[data-v-3348b8aa] {
    zoom: .7
  }

  /* .slot_list li[data-v-3348b8aa] {
    width: 25%
  } */
}

@media (max-width:991px) {
  /* .slot_list li[data-v-3348b8aa] {
    width: 33.333333333%
  } */

  .slot_list li button[data-v-3348b8aa]:after {
    width: 50%;
    height: 40px;
    margin: -20px 0 0 -25%
  }
}

@media (max-width:767px) {
  .sub_visual_slot[data-v-3348b8aa] {
    position: relative
  }

  .sub_visual_slot img[data-v-3348b8aa] {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill
  }

  .sub_visual_slot div>span[data-v-3348b8aa]:first-of-type {
    font-size: 3rem;
    font-weight: 400
  }

  .sub_visual_slot div>span:first-of-type b[data-v-3348b8aa] {
    font-size: 3rem
  }

  .sub_visual_slot div>span[data-v-3348b8aa]:nth-of-type(2) {
    font-size: 1.3rem;
    font-weight: 500;
    padding-left: 0
  }

  /* .slot_list li[data-v-3348b8aa] {
    width: 50%
  } */

  .slot_list li button>img[data-v-3348b8aa] {
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill
  }

  .slot_list li p[data-v-3348b8aa] {
    font-size: 1.3rem
  }

  .modal_move[data-v-3348b8aa] {
    width: 100%;
    padding: 0 15px
  }

  .modal_move .modal-container[data-v-3348b8aa] {
    width: 100%
  }

  .wheel_right[data-v-3348b8aa] {
    overflow: auto;
    overflow-x: auto 
  }
}

@media (min-width:768px) {
  .menu_slot li button[data-v-3348b8aa]:hover {
    background: linear-gradient(90deg, #ff4300, #ff2152)
  }

  .menu_slot li button:hover em[data-v-3348b8aa],
  .menu_slot li button:hover span[data-v-3348b8aa] {
    color: #fff
  }
}
body [data-v-6b883b48] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-6b883b48]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-6b883b48]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-6b883b48] {
  max-width: 1440px
}

.page-enter-active[data-v-6b883b48],
.page-leave-active[data-v-6b883b48] {
  transition: opacity .1s
}

.page-enter[data-v-6b883b48],
.page-leave-to[data-v-6b883b48] {
  opacity: 0
}

.b1[data-v-6b883b48] {
  border: 1px solid red
}

.width-btn-100[data-v-6b883b48] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-6b883b48] {
  color: #e32028 
}

.main-color1-normal[data-v-6b883b48] {
  color: #ff2152 
}

.main-color1-text[data-v-6b883b48] {
  color: #ff9710 
}

.main-color1-deep[data-v-6b883b48] {
  color: #ff6900 
}

.main-color1-light[data-v-6b883b48] {
  color: #ff542e 
}

.color-white[data-v-6b883b48] {
  color: #fff 
}

.main-color2-light[data-v-6b883b48] {
  color: #a9da2b 
}

.main-color2[data-v-6b883b48] {
  color: #67b628 
}

.main_color3_light[data-v-6b883b48] {
  color: #ffc92f 
}

.main-color3[data-v-6b883b48] {
  color: #febd02 
}

.main-color4[data-v-6b883b48] {
  color: #7e93a6 
}

.main-color5-light[data-v-6b883b48] {
  color: #42deda 
}

.main-color5[data-v-6b883b48] {
  color: #01c8de 
}

.color-grey[data-v-6b883b48] {
  color: #676c71 
}

.color-lightgrey[data-v-6b883b48] {
  color: #ababab 
}

.color-deepgrey[data-v-6b883b48] {
  color: #20222b 
}

.color-text-verylight[data-v-6b883b48] {
  color: #80a7b8 
}

.color-text-light[data-v-6b883b48] {
  color: #9a9aa7 
}

.color-text[data-v-6b883b48] {
  color: #797986 
}

.color-text-deep[data-v-6b883b48] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-6b883b48] {
  color: #2f3b49 
}

.c_default[data-v-6b883b48] {
  color: #fff 
}

.c_high[data-v-6b883b48] {
  color: #ff1717 
}

.c_low[data-v-6b883b48] {
  color: #0bf 
}

.c_buy_light[data-v-6b883b48] {
  color: #fe5159 
}

.c_buy[data-v-6b883b48] {
  color: #f14f57 
}

.bg_c_buy[data-v-6b883b48] {
  background: #f14f57
}

.c_sell_light[data-v-6b883b48] {
  color: #349bf0 
}

.c_sell[data-v-6b883b48] {
  color: #3488db 
}

.bg_c_sell[data-v-6b883b48] {
  background: #3488db
}

.c_ing[data-v-6b883b48] {
  color: #fff 
}

.bg_ing[data-v-6b883b48],
.bg_wait[data-v-6b883b48] {
  background: #7e93a6 
}

.bg_background_deep[data-v-6b883b48] {
  background: #000
}

.c_success[data-v-6b883b48] {
  color: #1478f2 
}

.bg_success[data-v-6b883b48] {
  background: #1478f2 
}

.c_complete[data-v-6b883b48] {
  color: #fff 
}

.c_fail[data-v-6b883b48] {
  color: #ff1e1e 
}

.bg_fail[data-v-6b883b48] {
  background: #ff1e1e 
}

.c_cancel[data-v-6b883b48] {
  color: #ff6900 
}

.bg_cancel[data-v-6b883b48] {
  background: #ff6900 
}

.c_error[data-v-6b883b48] {
  color: #ff6900 
}

.c_invaild[data-v-6b883b48] {
  color: #999 
}

.bg_invaild[data-v-6b883b48] {
  background: #666 
}

.bg_main[data-v-6b883b48] {
  background: #e32028 
}

.bg_green_gra[data-v-6b883b48] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-6b883b48] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-6b883b48] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-6b883b48] {
  color: #ff5266 
}

.c_deposit_light[data-v-6b883b48] {
  color: #a9da2b 
}

.c_deposit[data-v-6b883b48] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-6b883b48] {
  color: #ff8520 
}

.c_withdrawal[data-v-6b883b48] {
  color: #ff6900 
}

.c_green[data-v-6b883b48] {
  color: #009b1b 
}

.c_red[data-v-6b883b48] {
  color: red 
}

.c_blue[data-v-6b883b48] {
  color: #febd02 
}

.c_black[data-v-6b883b48] {
  color: #000 
}

.bg_white[data-v-6b883b48] {
  background: #fff 
}

.bg_green[data-v-6b883b48] {
  background: #6dcb1b 
}

.box_c_ing[data-v-6b883b48] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-6b883b48] {
  background: #f14f57
}

.box_c_buy[data-v-6b883b48],
.box_c_invaild[data-v-6b883b48] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-6b883b48] {
  background: #999
}

.box_c_sell[data-v-6b883b48] {
  background: #3488db
}

.box_c_sell[data-v-6b883b48],
.box_c_success[data-v-6b883b48] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-6b883b48] {
  background: #ff6900
}

.box_c_fail[data-v-6b883b48] {
  background: #67b628
}

.box_c_extedn[data-v-6b883b48],
.box_c_fail[data-v-6b883b48] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-6b883b48] {
  background: #43586c
}

.ps__rail-x[data-v-6b883b48] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-6b883b48],
.ps__rail-y[data-v-6b883b48] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-6b883b48] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-6b883b48],
.ps--active-y>.ps__rail-y[data-v-6b883b48] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-6b883b48],
.ps--focus>.ps__rail-y[data-v-6b883b48],
.ps--scrolling-x>.ps__rail-x[data-v-6b883b48],
.ps--scrolling-y>.ps__rail-y[data-v-6b883b48],
.ps:hover>.ps__rail-x[data-v-6b883b48],
.ps:hover>.ps__rail-y[data-v-6b883b48] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-6b883b48],
.ps.ps__rail-x[data-v-6b883b48]:focus,
.ps.ps__rail-x[data-v-6b883b48]:hover,
.ps.ps__rail-y.ps--clicking[data-v-6b883b48],
.ps.ps__rail-y[data-v-6b883b48]:focus,
.ps.ps__rail-y[data-v-6b883b48]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-6b883b48] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-6b883b48],
.ps__thumb-y[data-v-6b883b48] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-6b883b48] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-6b883b48],
.ps__rail-x:focus>.ps__thumb-x[data-v-6b883b48],
.ps__rail-x:hover>.ps__thumb-x[data-v-6b883b48] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-6b883b48],
.ps__rail-y:focus>.ps__thumb-y[data-v-6b883b48],
.ps__rail-y:hover>.ps__thumb-y[data-v-6b883b48] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-6b883b48] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-6b883b48] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-6b883b48] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-6b883b48] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-6b883b48] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-6b883b48] {
  display: none 
}

.toast-top-center[data-v-6b883b48] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-6b883b48] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-6b883b48] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-6b883b48] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-6b883b48] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-6b883b48],
.pagenation_type_1 .btn_last[data-v-6b883b48],
.pagenation_type_1 .btn_next[data-v-6b883b48],
.pagenation_type_1 .btn_prev[data-v-6b883b48] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-6b883b48] {
  color: #bbb
}

.wrap_type_3[data-v-6b883b48] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-6b883b48] {
  background: #0b0c10
}

.container_left[data-v-6b883b48],
.container_left_md[data-v-6b883b48] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-6b883b48] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-6b883b48] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-6b883b48] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-6b883b48] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-6b883b48]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-6b883b48] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-6b883b48] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-6b883b48] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-6b883b48] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-6b883b48]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-6b883b48]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-6b883b48],
.container_center_3_mini>div[data-v-6b883b48] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-6b883b48] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-6b883b48]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-6b883b48]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-6b883b48] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-6b883b48]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-6b883b48]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-6b883b48] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-6b883b48]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-6b883b48]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-6b883b48] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-6b883b48] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-6b883b48],
.bg_grad_1_x[data-v-6b883b48] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-6b883b48] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-6b883b48] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-6b883b48] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-6b883b48],
.bg_normal_2[data-v-6b883b48] {
  background: #141621
}

.btn_left_close[data-v-6b883b48],
.btn_left_control[data-v-6b883b48],
.btn_right_close[data-v-6b883b48],
.right_screen[data-v-6b883b48] {
  display: none
}

.box_logo[data-v-6b883b48] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-6b883b48] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-6b883b48] {
  display: none
}

.text_dot[data-v-6b883b48] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-6b883b48 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-6b883b48 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-6b883b48] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-6b883b48] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-6b883b48] {
  background: #fff 
}

.bat_more.active i[data-v-6b883b48] {
  color: #000 
}

.btn_no_disabled[data-v-6b883b48] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-6b883b48] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-6b883b48] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-6b883b48],
.game_bat_2 button[data-v-6b883b48]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-6b883b48]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-6b883b48] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-6b883b48] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-6b883b48]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-6b883b48] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-6b883b48] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-6b883b48] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-6b883b48],
.title_logo[data-v-6b883b48] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-6b883b48] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-6b883b48] {
  height: 22px
}

.tab[data-v-6b883b48] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-6b883b48]:last-child {
  width: 100%
}

.tab li[data-v-6b883b48]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-6b883b48] {
  width: 50%
}

.tab li[data-v-6b883b48]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-6b883b48] {
  width: 33.333333333333%
}

.tab li[data-v-6b883b48]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-6b883b48] {
  width: 25%
}

.tab li[data-v-6b883b48]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-6b883b48] {
  width: 20%
}

.tab li[data-v-6b883b48]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-6b883b48] {
  width: 16.66666666666667%
}

.tab li button[data-v-6b883b48] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-6b883b48] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-6b883b48]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-6b883b48] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-6b883b48] {
  border: 0
}

.wrap_sports_detail li[data-v-6b883b48] {
  width: 100%
}

.wrap_sports_detail li[data-v-6b883b48]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-6b883b48]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-6b883b48] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-6b883b48] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-6b883b48],
.detail_num>button[data-v-6b883b48] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-6b883b48] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-6b883b48] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-6b883b48]:last-child {
  width: 100%
}

.detail_num button[data-v-6b883b48]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-6b883b48] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-6b883b48]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-6b883b48] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-6b883b48] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-6b883b48] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-6b883b48] {
  color: #fff 
}

.detail_num>button .up[data-v-6b883b48]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-6b883b48]:after,
.detail_num>button .up[data-v-6b883b48]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-6b883b48 1s ease-in-out 5;
  animation: blink-data-v-6b883b48 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-6b883b48]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-6b883b48] {
  background: #f4053a
}

.detail_num>button.active i[data-v-6b883b48] {
  color: #000
}

.detail_num>button .text-allocation[data-v-6b883b48] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-6b883b48] {
  color: #000 
}

.sports_bet_close[data-v-6b883b48] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-6b883b48],
.sports_bet_close[data-v-6b883b48]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-6b883b48]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-6b883b48] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-6b883b48],
.sports_bet_close_all[data-v-6b883b48]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-6b883b48]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-6b883b48] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-6b883b48]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-6b883b48] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-6b883b48]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-6b883b48] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-6b883b48],
.market_all_close[data-v-6b883b48]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-6b883b48]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-6b883b48] {
    display: none
  }
}

.vjs-control-bar[data-v-6b883b48] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-6b883b48] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-6b883b48] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-6b883b48] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-6b883b48]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-6b883b48] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-6b883b48]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-6b883b48] {
  color: #fff 
}

.vjs-big-play-button[data-v-6b883b48]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-6b883b48],
  .detail_num button[data-v-6b883b48]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-6b883b48] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-6b883b48]:nth-of-type(2),
  .game_bat button[data-v-6b883b48]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-6b883b48]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-6b883b48] {
    width: 100%
  }

  .market_all_close[data-v-6b883b48]:after,
  .market_domestic_all_close[data-v-6b883b48]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-6b883b48],
  .game_bat button:nth-of-type(3) i[data-v-6b883b48] {
    display: none 
  }
}

.mini_bet_close[data-v-6b883b48] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-6b883b48],
.mini_bet_close[data-v-6b883b48]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-6b883b48]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-6b883b48] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-6b883b48] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-6b883b48] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-6b883b48]:first-of-type,
.flex_2dan div[data-v-6b883b48]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-6b883b48] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-6b883b48]:first-of-type,
.flex_3dan div[data-v-6b883b48]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-6b883b48]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-6b883b48] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-6b883b48] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-6b883b48] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-6b883b48] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-6b883b48] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-6b883b48] {
  height: 40px
}

.mini_game_info[data-v-6b883b48],
.mini_game_info span[data-v-6b883b48]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-6b883b48]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-6b883b48] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-6b883b48] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-6b883b48]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-6b883b48] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-6b883b48] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-6b883b48] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-6b883b48] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-6b883b48]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-6b883b48] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-6b883b48]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-6b883b48] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-6b883b48]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-6b883b48] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-6b883b48]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-6b883b48] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-6b883b48]:first-child,
.ul_game_item.item_10 li[data-v-6b883b48]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-6b883b48]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-6b883b48] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-6b883b48],
.ul_game_item button i[data-v-6b883b48] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-6b883b48] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-6b883b48] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-6b883b48] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-6b883b48] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-6b883b48] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-6b883b48] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-6b883b48] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-6b883b48] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-6b883b48] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-6b883b48] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-6b883b48] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-6b883b48] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-6b883b48] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-6b883b48] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-6b883b48] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-6b883b48] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-6b883b48] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-6b883b48] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-6b883b48] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-6b883b48] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-6b883b48] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-6b883b48] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-6b883b48] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-6b883b48] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-6b883b48] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-6b883b48] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-6b883b48] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-6b883b48] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-6b883b48] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-6b883b48] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-6b883b48] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-6b883b48] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-6b883b48] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-6b883b48] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-6b883b48] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-6b883b48] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-6b883b48] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-6b883b48] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-6b883b48]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-6b883b48]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-6b883b48]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-6b883b48] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-6b883b48] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-6b883b48] {
    display: none
  }

  .flex_1dan ul[data-v-6b883b48] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-6b883b48]:first-of-type,
  .flex_3dan div[data-v-6b883b48]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-6b883b48]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-6b883b48] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-6b883b48]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-6b883b48]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-6b883b48]:first-of-type,
  .flex_3dan div[data-v-6b883b48]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-6b883b48]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-6b883b48] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-6b883b48] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-6b883b48] {
    width: 100%
  }

  .flex_3dan div[data-v-6b883b48]:first-of-type,
  .flex_3dan div[data-v-6b883b48]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-6b883b48]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-6b883b48] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-6b883b48] {
    width: 100%
  }

  .ul_game_item2 li[data-v-6b883b48]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-6b883b48]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-6b883b48]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-6b883b48]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-6b883b48]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-6b883b48] {
    padding: 101px 280px 0
  }

  .container_left[data-v-6b883b48],
  .container_left_md[data-v-6b883b48],
  .container_right[data-v-6b883b48] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-6b883b48]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-6b883b48]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-6b883b48]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-6b883b48]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-6b883b48] {
    padding-left: 40px
  }

  .container_left[data-v-6b883b48] {
    display: none
  }

  .btn_left_control[data-v-6b883b48] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-6b883b48],
  .btn_left_control i[data-v-6b883b48] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-6b883b48] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-6b883b48] {
    width: 26px
  }

  .btn_left_close[data-v-6b883b48] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-6b883b48] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-6b883b48] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-6b883b48]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-6b883b48]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-6b883b48]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-6b883b48]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-6b883b48]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-6b883b48]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-6b883b48] {
    display: block
  }

  .no-display-1600[data-v-6b883b48] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-6b883b48]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-6b883b48]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-6b883b48] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-6b883b48] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-6b883b48]:first-of-type,
  .container_center_2_mini>div>div[data-v-6b883b48]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-6b883b48] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-6b883b48]:first-of-type,
  .container_center_3_mini>div>div[data-v-6b883b48]:nth-of-type(2),
  .container_center_4_mini>div[data-v-6b883b48]:first-of-type,
  .container_center_4_mini>div[data-v-6b883b48]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-6b883b48] {
    padding-right: 0
  }

  .container_right[data-v-6b883b48] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-6b883b48] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-6b883b48] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-6b883b48] {
    width: 26px
  }

  .container_right .right_screen[data-v-6b883b48] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-6b883b48] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-6b883b48],
  .btn_left_control[data-v-6b883b48],
  .container_left[data-v-6b883b48] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-6b883b48] {
    padding: 0
  }

  .mobile_scroll[data-v-6b883b48] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-6b883b48] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-6b883b48],
.title_info_s[data-v-6b883b48] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-6b883b48] {
  font-size: 1.8rem
}

.title_info_s[data-v-6b883b48]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(180deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-6b883b48] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-6b883b48] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-6b883b48] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-6b883b48] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-6b883b48] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-6b883b48] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-6b883b48] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-6b883b48] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-6b883b48] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-6b883b48] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-6b883b48] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-6b883b48] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-6b883b48] {
  position: relative
}

.sub_visual_wallet img[data-v-6b883b48] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-6b883b48] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-6b883b48] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-6b883b48] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-6b883b48] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-6b883b48]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-6b883b48],
.menu_wallet>li button[data-v-6b883b48] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-6b883b48],
.menu_wallet>li button.active[data-v-6b883b48] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-6b883b48] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-6b883b48]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-6b883b48] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-6b883b48] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-6b883b48] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-6b883b48] {
  position: relative
}

.wallet_form button[data-v-6b883b48] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-6b883b48] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-6b883b48] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-6b883b48] {
  background: #141621 
}

h2.title_trade[data-v-6b883b48] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-6b883b48] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-6b883b48] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-6b883b48] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-6b883b48],
.result_buy div[data-v-6b883b48] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-6b883b48] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-6b883b48] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-6b883b48] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-6b883b48] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-6b883b48] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-6b883b48] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-6b883b48] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-6b883b48] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-6b883b48],
.sub_visual.s_02[data-v-6b883b48],
.sub_visual.s_03[data-v-6b883b48],
.sub_visual.s_04[data-v-6b883b48],
.sub_visual.s_05[data-v-6b883b48],
.sub_visual.s_06[data-v-6b883b48],
.sub_visual.s_07[data-v-6b883b48],
.sub_visual.s_08[data-v-6b883b48] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-6b883b48] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-6b883b48] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-6b883b48] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-6b883b48],
.sub_menu a[data-v-6b883b48] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-6b883b48] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-6b883b48] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-6b883b48],
.sub_menu a.nuxt-link-active[data-v-6b883b48] {
  color: #e32028
}

.sub_tab ul[data-v-6b883b48] {
  overflow: hidden
}

.sub_tab ul li[data-v-6b883b48] {
  float: left
}

.sub_tab ul li a[data-v-6b883b48] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-6b883b48],
.sub_tab ul li a.active[data-v-6b883b48] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-6b883b48]:before,
.sub_tab ul li a.active[data-v-6b883b48]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-6b883b48] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-6b883b48] {
  font-size: 2.2rem
}

.title_big[data-v-6b883b48],
.title_normal[data-v-6b883b48] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-6b883b48] {
  font-size: 1.8rem
}

.title_small[data-v-6b883b48] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-6b883b48] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-6b883b48] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-6b883b48],
.title_tiny[data-v-6b883b48] {
  position: relative;
  color: #fff
}

.title_sub[data-v-6b883b48] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-6b883b48]:before {
  bottom: -5px
}

.title_sub[data-v-6b883b48]:after,
.title_sub[data-v-6b883b48]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-6b883b48]:after {
  bottom: -3px
}

.title_sub_1[data-v-6b883b48] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-6b883b48]:before {
  bottom: -5px
}

.title_sub_1[data-v-6b883b48]:after,
.title_sub_1[data-v-6b883b48]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-6b883b48]:after {
  bottom: -3px
}

.title_sm[data-v-6b883b48] {
  display: none
}

.title_hexa[data-v-6b883b48] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-6b883b48],
.title_hexa i[data-v-6b883b48] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-6b883b48] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-6b883b48] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-6b883b48] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-6b883b48],
.title_hexa.t_on i[data-v-6b883b48] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-6b883b48] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-6b883b48] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-6b883b48] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-6b883b48] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-6b883b48] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-6b883b48] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-6b883b48] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-6b883b48]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-6b883b48]:first-of-type,
.sports_list li>div[data-v-6b883b48]:nth-of-type(2),
.sports_list li>div[data-v-6b883b48]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-6b883b48] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-6b883b48]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-6b883b48] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-6b883b48] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-6b883b48] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-6b883b48]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-6b883b48] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-6b883b48] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-6b883b48] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-6b883b48],
.game_bat button[data-v-6b883b48] {
  position: relative
}

.game_bat button[data-v-6b883b48]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-6b883b48] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-6b883b48] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-6b883b48] {
  margin-right: 5px
}

.game_bat button[data-v-6b883b48]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-6b883b48] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-6b883b48] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-6b883b48] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-6b883b48],
.game_bat button:nth-of-type(3) i img[data-v-6b883b48] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-6b883b48] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-6b883b48]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-6b883b48]:nth-of-type(2),
.game_bat button[data-v-6b883b48]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-6b883b48]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-6b883b48],
.game_bat button.active[data-v-6b883b48] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-6b883b48]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-6b883b48]:after,
.game_bat button:first-of-type .up[data-v-6b883b48]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-6b883b48 1s ease-in-out 5;
  animation: blink-data-v-6b883b48 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-6b883b48]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-6b883b48]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-6b883b48]:after,
.game_bat button:nth-of-type(2) .up[data-v-6b883b48]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-6b883b48 1s ease-in-out 5;
  animation: blink-data-v-6b883b48 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-6b883b48]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-6b883b48]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-6b883b48]:after,
.game_bat button:nth-of-type(3) .up[data-v-6b883b48]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-6b883b48 1s ease-in-out 5;
  animation: blink-data-v-6b883b48 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-6b883b48]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-6b883b48] {
  padding: 0
}

.box_folder[data-v-6b883b48],
.box_folder button[data-v-6b883b48] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-6b883b48] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-6b883b48] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-6b883b48]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-6b883b48] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-6b883b48]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-6b883b48] {
  flex-wrap: wrap
}

.bank_info[data-v-6b883b48],
.bank_info li[data-v-6b883b48] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-6b883b48] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-6b883b48]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-6b883b48] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-6b883b48] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-6b883b48] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-6b883b48] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-6b883b48] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-6b883b48] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-6b883b48] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-6b883b48] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-6b883b48] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-6b883b48] {
  margin-right: 10px
}

.box_text_type_1[data-v-6b883b48] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-6b883b48],
.box_text_type_1 i[data-v-6b883b48] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-6b883b48] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-6b883b48] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-6b883b48],
.wl_tip[data-v-6b883b48] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-6b883b48],
.wl_tip ul li[data-v-6b883b48] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-6b883b48] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-6b883b48] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-6b883b48] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-6b883b48],
.wl_waring ul li[data-v-6b883b48] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-6b883b48] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-6b883b48] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-6b883b48] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-6b883b48] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-6b883b48] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-6b883b48] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-6b883b48 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-6b883b48 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-6b883b48] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-6b883b48] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-6b883b48] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-6b883b48],
.box_fx_buy_sell[data-v-6b883b48],
.box_fx_result[data-v-6b883b48],
.box_leverage_result[data-v-6b883b48],
.current_time[data-v-6b883b48],
.tab_box[data-v-6b883b48],
.tab_time[data-v-6b883b48] {
  position: relative
}

.copilot[data-v-6b883b48] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-6b883b48],
.copilot[data-v-6b883b48]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-6b883b48]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-6b883b48] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-6b883b48] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-6b883b48] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-6b883b48] {
  padding: 20px 15px
}

.copilot_foot[data-v-6b883b48],
.copilot_foot button[data-v-6b883b48] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-6b883b48] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-6b883b48] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-6b883b48],
.copilot.step_2[data-v-6b883b48] {
  top: 50px
}

.copilot.step_3[data-v-6b883b48],
.copilot.step_4[data-v-6b883b48],
.copilot.step_6[data-v-6b883b48],
.copilot.step_7[data-v-6b883b48],
.copilot.step_8[data-v-6b883b48] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-6b883b48] {
  top: 40px
}

.box_info_1[data-v-6b883b48] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-6b883b48] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-6b883b48] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-6b883b48]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-6b883b48] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-6b883b48] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-6b883b48] {
  height: 40px
}

.title_guide_1 span[data-v-6b883b48] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-6b883b48] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-6b883b48] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-6b883b48] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-6b883b48] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-6b883b48] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-6b883b48 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-6b883b48 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-6b883b48]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-6b883b48]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-6b883b48]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-6b883b48]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-6b883b48]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-6b883b48 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-6b883b48 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-6b883b48] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-6b883b48] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-6b883b48] {
    margin-top: 0
  }

  .sub_visual[data-v-6b883b48] {
    display: none
  }

  .box_sub_title[data-v-6b883b48] {
    padding: 0 20px
  }

  .box_sub_container[data-v-6b883b48] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-6b883b48] {
    display: block
  }

  .title_sub[data-v-6b883b48] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-6b883b48]:before {
    bottom: -5px
  }

  .title_sub[data-v-6b883b48]:after,
  .title_sub[data-v-6b883b48]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-6b883b48]:after {
    bottom: -3px
  }

  .sub_menu[data-v-6b883b48] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-6b883b48] {
    padding: 0
  }

  .box_sub_container[data-v-6b883b48] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-6b883b48] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-6b883b48] {
    display: none
  }

  .box_bg_deep[data-v-6b883b48] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-6b883b48] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-6b883b48] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-6b883b48] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-6b883b48],
  .result_buy div[data-v-6b883b48] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-6b883b48] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-6b883b48] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-6b883b48] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-6b883b48] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-6b883b48] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-6b883b48] {
    padding: 0 5px
  }

  .box_folder button[data-v-6b883b48] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-6b883b48] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-6b883b48] {
    padding: 0
  }

  .pagenation_type_1[data-v-6b883b48] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-6b883b48] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-6b883b48] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-6b883b48] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-6b883b48],
  .pagenation_type_1 .btn_last[data-v-6b883b48],
  .pagenation_type_1 .btn_next[data-v-6b883b48],
  .pagenation_type_1 .btn_prev[data-v-6b883b48] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-6b883b48] {
    color: #bbb
  }

  .title_medium[data-v-6b883b48] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-6b883b48]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-6b883b48]:first-of-type:hover,
  .game_bat.bet_three button[data-v-6b883b48]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-6b883b48]:nth-of-type(3):hover,
  .game_bat button[data-v-6b883b48]:first-of-type:hover,
  .game_bat button[data-v-6b883b48]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-6b883b48],
  .game_bat button.active span[data-v-6b883b48],
  .game_bat button:hover span[data-v-6b883b48] {
    color: #fff 
  }

  .bat_more[data-v-6b883b48]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-6b883b48],
  .bat_more[disabled][data-v-6b883b48]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-6b883b48]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-6b883b48]:first-of-type:hover,
  .game_bat_2 button[data-v-6b883b48]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-6b883b48],
  .game_bat_2 button.active[data-v-6b883b48]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-6b883b48]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-6b883b48] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-6b883b48] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-6b883b48]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-6b883b48]:hover,
  .pagenation_type_1 .btn_last[data-v-6b883b48]:hover,
  .pagenation_type_1 .btn_next[data-v-6b883b48]:hover,
  .pagenation_type_1 .btn_prev[data-v-6b883b48]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-6b883b48]:hover,
  .ul_game_item button[data-v-6b883b48]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.table_history tbody td i[data-v-6b883b48] {
  display: none
}

@media (max-width:991px) {
  .table_history tbody td i[data-v-6b883b48] {
    display: inline-flex;
    margin-right: 10px;
    opacity: .5
  }
}
body [data-v-3fcf3052] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-3fcf3052]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-3fcf3052]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-3fcf3052] {
  max-width: 1440px
}

.page-enter-active[data-v-3fcf3052],
.page-leave-active[data-v-3fcf3052] {
  transition: opacity .1s
}

.page-enter[data-v-3fcf3052],
.page-leave-to[data-v-3fcf3052] {
  opacity: 0
}

.b1[data-v-3fcf3052] {
  border: 1px solid red
}

.width-btn-100[data-v-3fcf3052] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-3fcf3052] {
  color: #e32028 
}

.main-color1-normal[data-v-3fcf3052] {
  color: #ff2152 
}

.main-color1-text[data-v-3fcf3052] {
  color: #ff9710 
}

.main-color1-deep[data-v-3fcf3052] {
  color: #ff6900 
}

.main-color1-light[data-v-3fcf3052] {
  color: #ff542e 
}

.color-white[data-v-3fcf3052] {
  color: #fff 
}

.main-color2-light[data-v-3fcf3052] {
  color: #a9da2b 
}

.main-color2[data-v-3fcf3052] {
  color: #67b628 
}

.main_color3_light[data-v-3fcf3052] {
  color: #ffc92f 
}

.main-color3[data-v-3fcf3052] {
  color: #febd02 
}

.main-color4[data-v-3fcf3052] {
  color: #7e93a6 
}

.main-color5-light[data-v-3fcf3052] {
  color: #42deda 
}

.main-color5[data-v-3fcf3052] {
  color: #01c8de 
}

.color-grey[data-v-3fcf3052] {
  color: #676c71 
}

.color-lightgrey[data-v-3fcf3052] {
  color: #ababab 
}

.color-deepgrey[data-v-3fcf3052] {
  color: #20222b 
}

.color-text-verylight[data-v-3fcf3052] {
  color: #80a7b8 
}

.color-text-light[data-v-3fcf3052] {
  color: #9a9aa7 
}

.color-text[data-v-3fcf3052] {
  color: #797986 
}

.color-text-deep[data-v-3fcf3052] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-3fcf3052] {
  color: #2f3b49 
}

.c_default[data-v-3fcf3052] {
  color: #fff 
}

.c_high[data-v-3fcf3052] {
  color: #ff1717 
}

.c_low[data-v-3fcf3052] {
  color: #0bf 
}

.c_buy_light[data-v-3fcf3052] {
  color: #fe5159 
}

.c_buy[data-v-3fcf3052] {
  color: #f14f57 
}

.bg_c_buy[data-v-3fcf3052] {
  background: #f14f57
}

.c_sell_light[data-v-3fcf3052] {
  color: #349bf0 
}

.c_sell[data-v-3fcf3052] {
  color: #3488db 
}

.bg_c_sell[data-v-3fcf3052] {
  background: #3488db
}

.c_ing[data-v-3fcf3052] {
  color: #fff 
}

.bg_ing[data-v-3fcf3052],
.bg_wait[data-v-3fcf3052] {
  background: #7e93a6 
}

.bg_background_deep[data-v-3fcf3052] {
  background: #000
}

.c_success[data-v-3fcf3052] {
  color: #1478f2 
}

.bg_success[data-v-3fcf3052] {
  background: #1478f2 
}

.c_complete[data-v-3fcf3052] {
  color: #fff 
}

.c_fail[data-v-3fcf3052] {
  color: #ff1e1e 
}

.bg_fail[data-v-3fcf3052] {
  background: #ff1e1e 
}

.c_cancel[data-v-3fcf3052] {
  color: #ff6900 
}

.bg_cancel[data-v-3fcf3052] {
  background: #ff6900 
}

.c_error[data-v-3fcf3052] {
  color: #ff6900 
}

.c_invaild[data-v-3fcf3052] {
  color: #999 
}

.bg_invaild[data-v-3fcf3052] {
  background: #666 
}

.bg_main[data-v-3fcf3052] {
  background: #e32028 
}

.bg_green_gra[data-v-3fcf3052] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-3fcf3052] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-3fcf3052] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-3fcf3052] {
  color: #ff5266 
}

.c_deposit_light[data-v-3fcf3052] {
  color: #a9da2b 
}

.c_deposit[data-v-3fcf3052] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-3fcf3052] {
  color: #ff8520 
}

.c_withdrawal[data-v-3fcf3052] {
  color: #ff6900 
}

.c_green[data-v-3fcf3052] {
  color: #009b1b 
}

.c_red[data-v-3fcf3052] {
  color: red 
}

.c_blue[data-v-3fcf3052] {
  color: #febd02 
}

.c_black[data-v-3fcf3052] {
  color: #000 
}

.bg_white[data-v-3fcf3052] {
  background: #fff 
}

.bg_green[data-v-3fcf3052] {
  background: #6dcb1b 
}

.box_c_ing[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-3fcf3052] {
  background: #f14f57
}

.box_c_buy[data-v-3fcf3052],
.box_c_invaild[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-3fcf3052] {
  background: #999
}

.box_c_sell[data-v-3fcf3052] {
  background: #3488db
}

.box_c_sell[data-v-3fcf3052],
.box_c_success[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-3fcf3052] {
  background: #ff6900
}

.box_c_fail[data-v-3fcf3052] {
  background: #67b628
}

.box_c_extedn[data-v-3fcf3052],
.box_c_fail[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-3fcf3052] {
  background: #43586c
}

.ps__rail-x[data-v-3fcf3052] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-3fcf3052],
.ps__rail-y[data-v-3fcf3052] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-3fcf3052] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-3fcf3052],
.ps--active-y>.ps__rail-y[data-v-3fcf3052] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-3fcf3052],
.ps--focus>.ps__rail-y[data-v-3fcf3052],
.ps--scrolling-x>.ps__rail-x[data-v-3fcf3052],
.ps--scrolling-y>.ps__rail-y[data-v-3fcf3052],
.ps:hover>.ps__rail-x[data-v-3fcf3052],
.ps:hover>.ps__rail-y[data-v-3fcf3052] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-3fcf3052],
.ps.ps__rail-x[data-v-3fcf3052]:focus,
.ps.ps__rail-x[data-v-3fcf3052]:hover,
.ps.ps__rail-y.ps--clicking[data-v-3fcf3052],
.ps.ps__rail-y[data-v-3fcf3052]:focus,
.ps.ps__rail-y[data-v-3fcf3052]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-3fcf3052] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-3fcf3052],
.ps__thumb-y[data-v-3fcf3052] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-3fcf3052] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-3fcf3052],
.ps__rail-x:focus>.ps__thumb-x[data-v-3fcf3052],
.ps__rail-x:hover>.ps__thumb-x[data-v-3fcf3052] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-3fcf3052],
.ps__rail-y:focus>.ps__thumb-y[data-v-3fcf3052],
.ps__rail-y:hover>.ps__thumb-y[data-v-3fcf3052] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-3fcf3052] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-3fcf3052] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-3fcf3052] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-3fcf3052] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-3fcf3052] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-3fcf3052] {
  display: none 
}

.toast-top-center[data-v-3fcf3052] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-3fcf3052] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-3fcf3052] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-3fcf3052] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-3fcf3052] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-3fcf3052],
.pagenation_type_1 .btn_last[data-v-3fcf3052],
.pagenation_type_1 .btn_next[data-v-3fcf3052],
.pagenation_type_1 .btn_prev[data-v-3fcf3052] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-3fcf3052] {
  color: #bbb
}

.wrap_type_3[data-v-3fcf3052] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-3fcf3052] {
  background: #0b0c10
}

.container_left[data-v-3fcf3052],
.container_left_md[data-v-3fcf3052] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-3fcf3052] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-3fcf3052] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-3fcf3052] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-3fcf3052] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-3fcf3052]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-3fcf3052] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-3fcf3052] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-3fcf3052] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-3fcf3052] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-3fcf3052]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-3fcf3052]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-3fcf3052],
.container_center_3_mini>div[data-v-3fcf3052] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-3fcf3052] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-3fcf3052]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-3fcf3052]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-3fcf3052] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-3fcf3052]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-3fcf3052]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-3fcf3052] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-3fcf3052]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-3fcf3052]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-3fcf3052] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-3fcf3052] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-3fcf3052],
.bg_grad_1_x[data-v-3fcf3052] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-3fcf3052] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-3fcf3052] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-3fcf3052] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-3fcf3052],
.bg_normal_2[data-v-3fcf3052] {
  background: #141621
}

.btn_left_close[data-v-3fcf3052],
.btn_left_control[data-v-3fcf3052],
.btn_right_close[data-v-3fcf3052],
.right_screen[data-v-3fcf3052] {
  display: none
}

.box_logo[data-v-3fcf3052] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-3fcf3052] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-3fcf3052] {
  display: none
}

.text_dot[data-v-3fcf3052] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-3fcf3052 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-3fcf3052 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-3fcf3052] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-3fcf3052] {
  background: #fff 
}

.bat_more.active i[data-v-3fcf3052] {
  color: #000 
}

.btn_no_disabled[data-v-3fcf3052] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-3fcf3052] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-3fcf3052] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-3fcf3052],
.game_bat_2 button[data-v-3fcf3052]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-3fcf3052]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-3fcf3052] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-3fcf3052] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-3fcf3052]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-3fcf3052] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-3fcf3052] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-3fcf3052] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-3fcf3052],
.title_logo[data-v-3fcf3052] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-3fcf3052] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-3fcf3052] {
  height: 22px
}

.tab[data-v-3fcf3052] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-3fcf3052]:last-child {
  width: 100%
}

.tab li[data-v-3fcf3052]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-3fcf3052] {
  width: 50%
}

.tab li[data-v-3fcf3052]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-3fcf3052] {
  width: 33.333333333333%
}

.tab li[data-v-3fcf3052]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-3fcf3052] {
  width: 25%
}

.tab li[data-v-3fcf3052]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-3fcf3052] {
  width: 20%
}

.tab li[data-v-3fcf3052]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-3fcf3052] {
  width: 16.66666666666667%
}

.tab li button[data-v-3fcf3052] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-3fcf3052] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-3fcf3052]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-3fcf3052] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-3fcf3052] {
  border: 0
}

.wrap_sports_detail li[data-v-3fcf3052] {
  width: 100%
}

.wrap_sports_detail li[data-v-3fcf3052]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-3fcf3052]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-3fcf3052] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-3fcf3052] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-3fcf3052],
.detail_num>button[data-v-3fcf3052] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-3fcf3052] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-3fcf3052] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-3fcf3052]:last-child {
  width: 100%
}

.detail_num button[data-v-3fcf3052]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-3fcf3052] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-3fcf3052]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-3fcf3052] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-3fcf3052] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-3fcf3052] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-3fcf3052] {
  color: #fff 
}

.detail_num>button .up[data-v-3fcf3052]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-3fcf3052]:after,
.detail_num>button .up[data-v-3fcf3052]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3fcf3052 1s ease-in-out 5;
  animation: blink-data-v-3fcf3052 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-3fcf3052]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-3fcf3052] {
  background: #f4053a
}

.detail_num>button.active i[data-v-3fcf3052] {
  color: #000
}

.detail_num>button .text-allocation[data-v-3fcf3052] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-3fcf3052] {
  color: #000 
}

.sports_bet_close[data-v-3fcf3052] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-3fcf3052],
.sports_bet_close[data-v-3fcf3052]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-3fcf3052]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-3fcf3052] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-3fcf3052],
.sports_bet_close_all[data-v-3fcf3052]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-3fcf3052]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-3fcf3052] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-3fcf3052]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-3fcf3052] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-3fcf3052]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-3fcf3052] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-3fcf3052],
.market_all_close[data-v-3fcf3052]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-3fcf3052]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-3fcf3052] {
    display: none
  }
}

.vjs-control-bar[data-v-3fcf3052] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-3fcf3052] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-3fcf3052] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-3fcf3052] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-3fcf3052]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-3fcf3052] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-3fcf3052]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-3fcf3052] {
  color: #fff 
}

.vjs-big-play-button[data-v-3fcf3052]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-3fcf3052],
  .detail_num button[data-v-3fcf3052]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-3fcf3052] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-3fcf3052]:nth-of-type(2),
  .game_bat button[data-v-3fcf3052]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-3fcf3052]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-3fcf3052] {
    width: 100%
  }

  .market_all_close[data-v-3fcf3052]:after,
  .market_domestic_all_close[data-v-3fcf3052]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-3fcf3052],
  .game_bat button:nth-of-type(3) i[data-v-3fcf3052] {
    display: none 
  }
}

.mini_bet_close[data-v-3fcf3052] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-3fcf3052],
.mini_bet_close[data-v-3fcf3052]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-3fcf3052]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-3fcf3052] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-3fcf3052] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-3fcf3052] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-3fcf3052]:first-of-type,
.flex_2dan div[data-v-3fcf3052]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-3fcf3052] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-3fcf3052]:first-of-type,
.flex_3dan div[data-v-3fcf3052]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-3fcf3052]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-3fcf3052] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-3fcf3052] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-3fcf3052] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-3fcf3052] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-3fcf3052] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-3fcf3052] {
  height: 40px
}

.mini_game_info[data-v-3fcf3052],
.mini_game_info span[data-v-3fcf3052]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-3fcf3052]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-3fcf3052] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-3fcf3052] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-3fcf3052]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-3fcf3052] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-3fcf3052] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-3fcf3052] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-3fcf3052] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-3fcf3052]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-3fcf3052] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-3fcf3052]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-3fcf3052] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-3fcf3052]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-3fcf3052] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-3fcf3052]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-3fcf3052] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-3fcf3052]:first-child,
.ul_game_item.item_10 li[data-v-3fcf3052]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-3fcf3052]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-3fcf3052] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-3fcf3052],
.ul_game_item button i[data-v-3fcf3052] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-3fcf3052] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-3fcf3052] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-3fcf3052] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-3fcf3052] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-3fcf3052] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-3fcf3052] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-3fcf3052] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-3fcf3052] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-3fcf3052] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-3fcf3052] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-3fcf3052] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-3fcf3052] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-3fcf3052] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-3fcf3052] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-3fcf3052] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-3fcf3052] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-3fcf3052] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-3fcf3052] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-3fcf3052] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-3fcf3052] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-3fcf3052] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-3fcf3052] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-3fcf3052] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-3fcf3052] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-3fcf3052] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-3fcf3052] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-3fcf3052] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-3fcf3052] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-3fcf3052] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-3fcf3052] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-3fcf3052] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-3fcf3052] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-3fcf3052] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-3fcf3052] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-3fcf3052] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-3fcf3052] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-3fcf3052]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-3fcf3052]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-3fcf3052]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-3fcf3052] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-3fcf3052] {
    display: none
  }

  .flex_1dan ul[data-v-3fcf3052] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-3fcf3052]:first-of-type,
  .flex_3dan div[data-v-3fcf3052]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-3fcf3052]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-3fcf3052] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-3fcf3052]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-3fcf3052]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-3fcf3052]:first-of-type,
  .flex_3dan div[data-v-3fcf3052]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-3fcf3052]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-3fcf3052] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-3fcf3052] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-3fcf3052] {
    width: 100%
  }

  .flex_3dan div[data-v-3fcf3052]:first-of-type,
  .flex_3dan div[data-v-3fcf3052]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-3fcf3052]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-3fcf3052] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-3fcf3052] {
    width: 100%
  }

  .ul_game_item2 li[data-v-3fcf3052]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-3fcf3052]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-3fcf3052]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-3fcf3052]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-3fcf3052]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-3fcf3052] {
    padding: 101px 280px 0
  }

  .container_left[data-v-3fcf3052],
  .container_left_md[data-v-3fcf3052],
  .container_right[data-v-3fcf3052] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-3fcf3052]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-3fcf3052]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-3fcf3052]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-3fcf3052]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-3fcf3052] {
    padding-left: 40px
  }

  .container_left[data-v-3fcf3052] {
    display: none
  }

  .btn_left_control[data-v-3fcf3052] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-3fcf3052],
  .btn_left_control i[data-v-3fcf3052] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-3fcf3052] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-3fcf3052] {
    width: 26px
  }

  .btn_left_close[data-v-3fcf3052] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-3fcf3052] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-3fcf3052] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-3fcf3052]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-3fcf3052]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-3fcf3052]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-3fcf3052]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-3fcf3052]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-3fcf3052]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-3fcf3052] {
    display: block
  }

  .no-display-1600[data-v-3fcf3052] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-3fcf3052]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-3fcf3052]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-3fcf3052] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-3fcf3052] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-3fcf3052]:first-of-type,
  .container_center_2_mini>div>div[data-v-3fcf3052]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-3fcf3052] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-3fcf3052]:first-of-type,
  .container_center_3_mini>div>div[data-v-3fcf3052]:nth-of-type(2),
  .container_center_4_mini>div[data-v-3fcf3052]:first-of-type,
  .container_center_4_mini>div[data-v-3fcf3052]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-3fcf3052] {
    padding-right: 0
  }

  .container_right[data-v-3fcf3052] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-3fcf3052] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-3fcf3052] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-3fcf3052] {
    width: 26px
  }

  .container_right .right_screen[data-v-3fcf3052] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-3fcf3052] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-3fcf3052],
  .btn_left_control[data-v-3fcf3052],
  .container_left[data-v-3fcf3052] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-3fcf3052] {
    padding: 0
  }

  .mobile_scroll[data-v-3fcf3052] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-3fcf3052] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-3fcf3052],
.title_info_s[data-v-3fcf3052] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-3fcf3052] {
  font-size: 1.8rem
}

.title_info_s[data-v-3fcf3052]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-3fcf3052] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-3fcf3052] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-3fcf3052] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-3fcf3052] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-3fcf3052] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-3fcf3052] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-3fcf3052] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-3fcf3052] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-3fcf3052] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-3fcf3052] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-3fcf3052] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-3fcf3052] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-3fcf3052] {
  position: relative
}

.sub_visual_wallet img[data-v-3fcf3052] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-3fcf3052] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-3fcf3052] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-3fcf3052] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-3fcf3052] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-3fcf3052]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-3fcf3052],
.menu_wallet>li button[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-3fcf3052],
.menu_wallet>li button.active[data-v-3fcf3052] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-3fcf3052] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-3fcf3052]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-3fcf3052] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-3fcf3052] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-3fcf3052] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-3fcf3052] {
  position: relative
}

.wallet_form button[data-v-3fcf3052] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-3fcf3052] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-3fcf3052] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-3fcf3052] {
  background: #141621 
}

h2.title_trade[data-v-3fcf3052] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-3fcf3052] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-3fcf3052] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-3fcf3052] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-3fcf3052],
.result_buy div[data-v-3fcf3052] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-3fcf3052] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-3fcf3052] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-3fcf3052] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-3fcf3052] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-3fcf3052] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-3fcf3052] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-3fcf3052] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-3fcf3052] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-3fcf3052],
.sub_visual.s_02[data-v-3fcf3052],
.sub_visual.s_03[data-v-3fcf3052],
.sub_visual.s_04[data-v-3fcf3052],
.sub_visual.s_05[data-v-3fcf3052],
.sub_visual.s_06[data-v-3fcf3052],
.sub_visual.s_07[data-v-3fcf3052],
.sub_visual.s_08[data-v-3fcf3052] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-3fcf3052] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-3fcf3052] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-3fcf3052] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-3fcf3052],
.sub_menu a[data-v-3fcf3052] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-3fcf3052] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-3fcf3052] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-3fcf3052],
.sub_menu a.nuxt-link-active[data-v-3fcf3052] {
  color: #e32028
}

.sub_tab ul[data-v-3fcf3052] {
  overflow: hidden
}

.sub_tab ul li[data-v-3fcf3052] {
  float: left
}

.sub_tab ul li a[data-v-3fcf3052] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-3fcf3052],
.sub_tab ul li a.active[data-v-3fcf3052] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-3fcf3052]:before,
.sub_tab ul li a.active[data-v-3fcf3052]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-3fcf3052] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-3fcf3052] {
  font-size: 2.2rem
}

.title_big[data-v-3fcf3052],
.title_normal[data-v-3fcf3052] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-3fcf3052] {
  font-size: 1.8rem
}

.title_small[data-v-3fcf3052] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-3fcf3052] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-3fcf3052] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-3fcf3052],
.title_tiny[data-v-3fcf3052] {
  position: relative;
  color: #fff
}

.title_sub[data-v-3fcf3052] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-3fcf3052]:before {
  bottom: -5px
}

.title_sub[data-v-3fcf3052]:after,
.title_sub[data-v-3fcf3052]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-3fcf3052]:after {
  bottom: -3px
}

.title_sub_1[data-v-3fcf3052] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-3fcf3052]:before {
  bottom: -5px
}

.title_sub_1[data-v-3fcf3052]:after,
.title_sub_1[data-v-3fcf3052]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-3fcf3052]:after {
  bottom: -3px
}

.title_sm[data-v-3fcf3052] {
  display: none
}

.title_hexa[data-v-3fcf3052] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-3fcf3052],
.title_hexa i[data-v-3fcf3052] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-3fcf3052] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-3fcf3052] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-3fcf3052] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-3fcf3052],
.title_hexa.t_on i[data-v-3fcf3052] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-3fcf3052] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-3fcf3052] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-3fcf3052] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-3fcf3052] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-3fcf3052] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-3fcf3052] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-3fcf3052] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-3fcf3052]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-3fcf3052]:first-of-type,
.sports_list li>div[data-v-3fcf3052]:nth-of-type(2),
.sports_list li>div[data-v-3fcf3052]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-3fcf3052] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-3fcf3052]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-3fcf3052] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-3fcf3052] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-3fcf3052] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-3fcf3052]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-3fcf3052] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-3fcf3052] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-3fcf3052],
.game_bat button[data-v-3fcf3052] {
  position: relative
}

.game_bat button[data-v-3fcf3052]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-3fcf3052] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-3fcf3052] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-3fcf3052] {
  margin-right: 5px
}

.game_bat button[data-v-3fcf3052]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-3fcf3052] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-3fcf3052] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-3fcf3052] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-3fcf3052],
.game_bat button:nth-of-type(3) i img[data-v-3fcf3052] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-3fcf3052]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-3fcf3052]:nth-of-type(2),
.game_bat button[data-v-3fcf3052]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-3fcf3052]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-3fcf3052],
.game_bat button.active[data-v-3fcf3052] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-3fcf3052]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-3fcf3052]:after,
.game_bat button:first-of-type .up[data-v-3fcf3052]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3fcf3052 1s ease-in-out 5;
  animation: blink-data-v-3fcf3052 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-3fcf3052]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-3fcf3052]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-3fcf3052]:after,
.game_bat button:nth-of-type(2) .up[data-v-3fcf3052]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3fcf3052 1s ease-in-out 5;
  animation: blink-data-v-3fcf3052 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-3fcf3052]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-3fcf3052]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-3fcf3052]:after,
.game_bat button:nth-of-type(3) .up[data-v-3fcf3052]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3fcf3052 1s ease-in-out 5;
  animation: blink-data-v-3fcf3052 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-3fcf3052]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-3fcf3052] {
  padding: 0
}

.box_folder[data-v-3fcf3052],
.box_folder button[data-v-3fcf3052] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-3fcf3052] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-3fcf3052] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-3fcf3052]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-3fcf3052] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-3fcf3052]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-3fcf3052] {
  flex-wrap: wrap
}

.bank_info[data-v-3fcf3052],
.bank_info li[data-v-3fcf3052] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-3fcf3052] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-3fcf3052]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-3fcf3052] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-3fcf3052] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-3fcf3052] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-3fcf3052] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-3fcf3052] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-3fcf3052] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-3fcf3052] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-3fcf3052] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-3fcf3052] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-3fcf3052] {
  margin-right: 10px
}

.box_text_type_1[data-v-3fcf3052] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-3fcf3052],
.box_text_type_1 i[data-v-3fcf3052] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-3fcf3052] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-3fcf3052] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-3fcf3052],
.wl_tip[data-v-3fcf3052] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-3fcf3052],
.wl_tip ul li[data-v-3fcf3052] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-3fcf3052] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-3fcf3052] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-3fcf3052] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-3fcf3052],
.wl_waring ul li[data-v-3fcf3052] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-3fcf3052] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-3fcf3052] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-3fcf3052] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-3fcf3052] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-3fcf3052] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-3fcf3052] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-3fcf3052 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-3fcf3052 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-3fcf3052] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-3fcf3052] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-3fcf3052] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-3fcf3052],
.box_fx_buy_sell[data-v-3fcf3052],
.box_fx_result[data-v-3fcf3052],
.box_leverage_result[data-v-3fcf3052],
.current_time[data-v-3fcf3052],
.tab_box[data-v-3fcf3052],
.tab_time[data-v-3fcf3052] {
  position: relative
}

.copilot[data-v-3fcf3052] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-3fcf3052],
.copilot[data-v-3fcf3052]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-3fcf3052]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-3fcf3052] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-3fcf3052] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-3fcf3052] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-3fcf3052] {
  padding: 20px 15px
}

.copilot_foot[data-v-3fcf3052],
.copilot_foot button[data-v-3fcf3052] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-3fcf3052] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-3fcf3052] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-3fcf3052],
.copilot.step_2[data-v-3fcf3052] {
  top: 50px
}

.copilot.step_3[data-v-3fcf3052],
.copilot.step_4[data-v-3fcf3052],
.copilot.step_6[data-v-3fcf3052],
.copilot.step_7[data-v-3fcf3052],
.copilot.step_8[data-v-3fcf3052] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-3fcf3052] {
  top: 40px
}

.box_info_1[data-v-3fcf3052] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-3fcf3052] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-3fcf3052] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-3fcf3052]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-3fcf3052] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-3fcf3052] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-3fcf3052] {
  height: 40px
}

.title_guide_1 span[data-v-3fcf3052] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-3fcf3052] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-3fcf3052] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-3fcf3052] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-3fcf3052] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-3fcf3052] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-3fcf3052 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-3fcf3052 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-3fcf3052]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-3fcf3052]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-3fcf3052]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-3fcf3052]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-3fcf3052]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-3fcf3052 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-3fcf3052 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-3fcf3052] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-3fcf3052] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-3fcf3052] {
    margin-top: 0
  }

  .sub_visual[data-v-3fcf3052] {
    display: none
  }

  .box_sub_title[data-v-3fcf3052] {
    padding: 0 20px
  }

  .box_sub_container[data-v-3fcf3052] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-3fcf3052] {
    display: block
  }

  .title_sub[data-v-3fcf3052] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-3fcf3052]:before {
    bottom: -5px
  }

  .title_sub[data-v-3fcf3052]:after,
  .title_sub[data-v-3fcf3052]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-3fcf3052]:after {
    bottom: -3px
  }

  .sub_menu[data-v-3fcf3052] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-3fcf3052] {
    padding: 0
  }

  .box_sub_container[data-v-3fcf3052] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-3fcf3052] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-3fcf3052] {
    display: none
  }

  .box_bg_deep[data-v-3fcf3052] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-3fcf3052] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-3fcf3052] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-3fcf3052] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-3fcf3052],
  .result_buy div[data-v-3fcf3052] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-3fcf3052] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-3fcf3052] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-3fcf3052] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-3fcf3052] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-3fcf3052] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-3fcf3052] {
    padding: 0 5px
  }

  .box_folder button[data-v-3fcf3052] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-3fcf3052] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-3fcf3052] {
    padding: 0
  }

  .pagenation_type_1[data-v-3fcf3052] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-3fcf3052] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-3fcf3052] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-3fcf3052] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-3fcf3052],
  .pagenation_type_1 .btn_last[data-v-3fcf3052],
  .pagenation_type_1 .btn_next[data-v-3fcf3052],
  .pagenation_type_1 .btn_prev[data-v-3fcf3052] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-3fcf3052] {
    color: #bbb
  }

  .title_medium[data-v-3fcf3052] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-3fcf3052]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-3fcf3052]:first-of-type:hover,
  .game_bat.bet_three button[data-v-3fcf3052]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-3fcf3052]:nth-of-type(3):hover,
  .game_bat button[data-v-3fcf3052]:first-of-type:hover,
  .game_bat button[data-v-3fcf3052]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-3fcf3052],
  .game_bat button.active span[data-v-3fcf3052],
  .game_bat button:hover span[data-v-3fcf3052] {
    color: #fff 
  }

  .bat_more[data-v-3fcf3052]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-3fcf3052],
  .bat_more[disabled][data-v-3fcf3052]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-3fcf3052]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-3fcf3052]:first-of-type:hover,
  .game_bat_2 button[data-v-3fcf3052]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-3fcf3052],
  .game_bat_2 button.active[data-v-3fcf3052]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-3fcf3052]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-3fcf3052] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-3fcf3052] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-3fcf3052]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-3fcf3052]:hover,
  .pagenation_type_1 .btn_last[data-v-3fcf3052]:hover,
  .pagenation_type_1 .btn_next[data-v-3fcf3052]:hover,
  .pagenation_type_1 .btn_prev[data-v-3fcf3052]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-3fcf3052]:hover,
  .ul_game_item button[data-v-3fcf3052]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.menu_mini[data-v-3fcf3052] {
  display: flex;
  justify-content: space-between
}

.menu_mini>li[data-v-3fcf3052] {
  width: calc(50% - 1px)
}

.menu_mini>li[data-v-3fcf3052]:first-of-type {
  width: 50%
}

.menu_mini>li button[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_mini>li button.active[data-v-3fcf3052] {
  color: #fff;
  border: 1px solid #e32028;
  background: rgba(237, 32, 40, .2)
}

.menu_mini>li>a[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_mini>li>a.active[data-v-3fcf3052] {
  color: #fff;
  border: 1px solid #e32028;
  background: rgba(237, 32, 40, .2)
}

.menu_mini_1[data-v-3fcf3052] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1px 0 10px
}

.menu_mini_1>li[data-v-3fcf3052] {
  width: calc(20% - 1px)
}

.menu_mini_1>li[data-v-3fcf3052]:first-of-type {
  width: 20%;
}

.menu_mini_1>li a[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_mini_1>li a[data-v-3fcf3052]:hover {
  color: #fff;
  border: 1px solid #e32028;
  background: #e32028;
}

.menu_mini_1>li a.nuxt-link-active[data-v-3fcf3052] {
  color: #fff;
  border: 1px solid #e32028;
  background: #e32028
}

.menu_mini_2[data-v-3fcf3052] {
  display: flex;
  justify-content: space-between;
  margin: 1px 0 10px
}

.menu_mini_2>li[data-v-3fcf3052] {
  width: calc(20% - 1px)
}

.menu_mini_2>li[data-v-3fcf3052]:first-of-type {
  width: 20%
}

.menu_mini_2>li a[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_mini_2>li a.nuxt-link-active[data-v-3fcf3052] {
  color: #fff;
  border: 1px solid #e32028;
  background: #e32028
}

.menu_mini_3[data-v-3fcf3052] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1px 0 10px
}

.menu_mini_3>li[data-v-3fcf3052] {
  width: 100%
}

.menu_mini_3>li a[data-v-3fcf3052] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_mini_3>li a.nuxt-link-active[data-v-3fcf3052] {
  color: #fff;
  border: 1px solid #e32028;
  background: #e32028
}

@media (max-width:767px) {
  .menu_min_new[data-v-3fcf3052] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1px 0 10px
  }

  .menu_min_new>li[data-v-3fcf3052] {
    width: calc(33.33333% - 1px)
  }

  .menu_min_new>li[data-v-3fcf3052]:first-of-type,
  .menu_min_new>li[data-v-3fcf3052]:nth-of-type(4) {
    width: 33%
  }

  .menu_min_new>li a[data-v-3fcf3052] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 1.5rem;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: #2c2c34;
    padding-bottom: 2px
  }

  .menu_min_new>li a.nuxt-link-active[data-v-3fcf3052] {
    color: #e32028;
    border: 1px solid #e32028;
    background: #1b1b23
  }

  .menu_min_new>li .a.nuxt-link-active[data-v-3fcf3052] {
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: #2c2c34
  }
}

@media (max-width:575px) {
  .menu_mini_1[data-v-3fcf3052] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1px 0 10px
  }

  .menu_mini_1>li[data-v-3fcf3052] {
    width: calc(33.33333% - 1px)
  }

  .menu_mini_1>li[data-v-3fcf3052]:first-of-type {
    width: 33.33333333333%
  }

  .menu_mini_1>li a[data-v-3fcf3052] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 1.5rem;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: #2c2c34;
    padding-bottom: 2px
  }

  .menu_mini_1>li a.nuxt-link-active[data-v-3fcf3052] {
    color: #fff;
    border: 1px solid #e32028;
    background: #e32028
  }
}
body {
  /*background: #141621;*/
  overflow-y: hidden
}

::-moz-selection {
  background: #e32028;
  color: #fff
}

::selection {
  background: #e32028;
  color: #fff
}

.container {
  max-width: 1440px
}

.page-enter-active,
.page-leave-active {
  transition: opacity .1s
}

.page-enter,
.page-leave-to {
  opacity: 0
}

.b1 {
  border: 1px solid red
}

.width-btn-100 {
  width: calc(100% - 50px) 
}

.main-color1 {
  color: #e32028 
}

.main-color1-normal {
  color: #ff2152 
}

.main-color1-text {
  color: #ff9710 
}

.main-color1-deep {
  color: #ff6900 
}

.main-color1-light {
  color: #ff542e 
}

.color-white {
  color: #fff 
}

.main-color2-light {
  color: #a9da2b 
}

.main-color2 {
  color: #67b628 
}

.main_color3_light {
  color: #ffc92f 
}

.main-color3 {
  color: #febd02 
}

.main-color4 {
  color: #7e93a6 
}

.main-color5-light {
  color: #42deda 
}

.main-color5 {
  color: #01c8de 
}

.color-grey {
  color: #676c71 
}

.color-lightgrey {
  color: #ababab 
}

.color-deepgrey {
  color: #20222b 
}

.color-text-verylight {
  color: #80a7b8 
}

.color-text-light {
  color: #9a9aa7 
}

.color-text {
  color: #797986 
}

.color-text-deep {
  color: #4f4f5a 
}

.color-text-verydeep {
  color: #2f3b49 
}

.c_default {
  color: #fff 
}

.c_high {
  color: #ff1717 
}

.c_low {
  color: #0bf 
}

.c_buy_light {
  color: #fe5159 
}

.c_buy {
  color: #f14f57 
}

.bg_c_buy {
  background: #f14f57
}

.c_sell_light {
  color: #349bf0 
}

.c_sell {
  color: #3488db 
}

.bg_c_sell {
  background: #3488db
}

.c_ing {
  color: #fff 
}

.bg_ing,
.bg_wait {
  background: #7e93a6 
}

.bg_background_deep {
  background: #000
}

.c_success {
  color: #1478f2 
}

.bg_success {
  background: #1478f2 
}

.c_complete {
  color: #fff 
}

.c_fail {
  color: #ff1e1e 
}

.bg_fail {
  background: #ff1e1e 
}

.c_cancel {
  color: #ff6900 
}

.bg_cancel {
  background: #ff6900 
}

.c_error {
  color: #ff6900 
}

.c_invaild {
  color: #999 
}

.bg_invaild {
  background: #666 
}

.bg_main {
  background: #e32028 
}

.bg_green_gra {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1 {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning {
  color: #ff5266 
}

.c_deposit_light {
  color: #a9da2b 
}

.c_deposit {
  color: #549b1b 
}

.c_withdrawal_light {
  color: #ff8520 
}

.c_withdrawal {
  color: #ff6900 
}

.c_green {
  color: #009b1b 
}

.c_red {
  color: red 
}

.c_blue {
  color: #febd02 
}

.c_black {
  color: #000 
}

.bg_white {
  background: #fff 
}

.bg_green {
  background: #6dcb1b 
}

.box_c_ing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy {
  background: #f14f57
}

.box_c_buy,
.box_c_invaild {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild {
  background: #999
}

.box_c_sell {
  background: #3488db
}

.box_c_sell,
.box_c_success {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success {
  background: #ff6900
}

.box_c_fail {
  background: #67b628
}

.box_c_extedn,
.box_c_fail {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn {
  background: #43586c
}

.ps__rail-x {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking,
.ps.ps__rail-x:focus,
.ps.ps__rail-x:hover,
.ps.ps__rail-y.ps--clicking,
.ps.ps__rail-y:focus,
.ps.ps__rail-y:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress {
  background: #fff ;
  height: 2px 
}

.toast-close-button {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon {
  display: none 
}

.toast-top-center {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1 {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px;
  cursor: pointer;
}

.pagenation_type_1 a i {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active {
  color: #fff ;
  border-radius: 50%;
  border: solid 1px;
}

.pagenation_type_1 .btn_first,
.pagenation_type_1 .btn_last,
.pagenation_type_1 .btn_next,
.pagenation_type_1 .btn_prev {
  color: #9a9aa7;
  margin: auto 10px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive {
  color: #bbb;
  border-radius: 20px;
  border: solid 1px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap_type_3 {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left {
  background: #0b0c10
}

.container_left,
.container_left_md {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2 {
  display: flex;
  width: 100%
}

.container_center_2>div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div {
  width: calc(50% - 5px)
}

.pc_scroll_sports {
  height: calc(100vh - 121px)
}

.container_center_2_mini {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini,
.container_center_3_mini>div {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div:first-of-type {
  width: 830px
}

.container_center_4_mini>div:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div:first-of-type {
  width: 1000px
}

.container_center_4_btc>div:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1 {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1,
.bg_grad_1_x {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2 {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1 {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1,
.bg_normal_2 {
  background: #141621
}

.btn_left_close,
.btn_left_control,
.btn_right_close,
.right_screen {
  display: none
}

.box_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img {
  opacity: .5;
  height: 36px
}

.display-1600 {
  display: none
}

.text_dot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active {
  background: #fff 
}

.bat_more.active i {
  color: #000 
}

.btn_no_disabled {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2 {
  position: relative;
  height: 36px
}

.game_bat_2,
.game_bat_2 button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span,
.title_logo {
  justify-content: center;
  align-items: center
}

.title_logo {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img {
  height: 22px
}

.tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li:last-child {
  width: 100%
}

.tab li:nth-last-child(2),
.tab li:nth-last-child(2)~li {
  width: 50%
}

.tab li:nth-last-child(3),
.tab li:nth-last-child(3)~li {
  width: 33.333333333333%
}

.tab li:nth-last-child(4),
.tab li:nth-last-child(4)~li {
  width: 25%
}

.tab li:nth-last-child(5),
.tab li:nth-last-child(5)~li {
  width: 20%
}

.tab li:nth-last-child(6),
.tab li:nth-last-child(6)~li {
  width: 16.66666666666667%
}

.tab li button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0 {
  border: 0
}

.wrap_sports_detail li {
  width: 100%
}

.wrap_sports_detail li:first-child {
  margin-top: 0
}

.wrap_sports_detail li:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num,
.detail_num>button {
  display: flex;
  align-items: center
}

.detail_num>button {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button {
  width: calc(33.33333% - 2px)
}

.detail_num button:last-child {
  width: 100%
}

.detail_num button:nth-last-child(2),
.detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px)
}

.detail_num button:nth-last-child(3),
.detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px)
}

.detail_num>button em {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span {
  color: #fff 
}

.detail_num>button .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down:after,
.detail_num>button .up:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active {
  background: #f4053a
}

.detail_num>button.active i {
  color: #000
}

.detail_num>button .text-allocation {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation {
  color: #000 
}

.sports_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(1px);
}

.sports_bet_close,
.sports_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all,
.sports_bet_close_all:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close,
.market_all_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599 {
    display: none
  }
}

.vjs-control-bar {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #fff 
}

.vjs-big-play-button:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button,
  .detail_num button:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button:nth-of-type(2),
  .game_bat button:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all:after {
    margin-left: 0
  }

  .sports_bet_close {
    width: 100%
  }

  .market_all_close:after,
  .market_domestic_all_close:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i,
  .game_bat button:nth-of-type(3) i {
    display: none 
  }
}

.mini_bet_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close,
.mini_bet_close:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul {
  width: calc(90% - 10px)
}

.flex_2dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div:first-of-type,
.flex_2dan div:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div:first-of-type,
.flex_3dan div:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info {
  height: 40px
}

.mini_game_info,
.mini_game_info span:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b {
  color: #fff;
  font-weight: 400
}

.mini_game_info span:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b {
  color: #fff;
  font-weight: 400
}

.ul_game_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li:first-child {
  width: 50%
}

.ul_game_item.item_3 li {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li:first-child {
  width: 25%
}

.ul_game_item.item_6 li {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li:first-child,
.ul_game_item.item_10 li:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button,
.ul_game_item button i {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub {
  margin: 5px
}

.ul_game_item button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i {
  background: #7a7a9b
}

.ul_game_item button.blue.active i {
  background: #1478f2
}

.ul_game_item button.red.active i {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i {
  background: #549b1b
}

.ul_game_item button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn {
  background: rgba(20, 120, 242, .8) 
}

.red_btn {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub {
  margin: 5px
}

.ul_game_item2 button.blue i {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i {
  background: #1478f2
}

.ul_game_item2 button.red.active i {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i {
  background: #549b1b
}

.ul_game_item2 button i sub {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li {
  width: 50%;
  float: left
}

.ul_game_item2 li button i:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i:last-child {
  margin-right: 0
}

.ul_game_item2 li:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br {
    display: none
  }

  .flex_1dan ul {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul {
    width: 100%
  }

  .flex_3dan div:first-of-type,
  .flex_3dan div:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li {
    width: 100%
  }

  .ul_game_item2 li:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3 {
    padding: 101px 280px 0
  }

  .container_left,
  .container_left_md,
  .container_right {
    max-width: 280px
  }

  .container_center_2_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3 {
    padding-left: 40px
  }

  .container_left {
    display: none
  }

  .btn_left_control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control,
  .btn_left_control i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img {
    width: 26px
  }

  .btn_left_close {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600 {
    display: block
  }

  .no-display-1600 {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div:first-of-type,
  .container_center_2>div:first-of-type>div:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div:first-of-type,
  .container_center_2_mini>div>div:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div:first-of-type,
  .container_center_3_mini>div>div:nth-of-type(2),
  .container_center_4_mini>div:first-of-type,
  .container_center_4_mini>div:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3 {
    padding-right: 0
  }

  .container_right {
    position: fixed ;
    right: 0
  }

  .btn_right_close {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img {
    width: 26px
  }

  .container_right .right_screen {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3 {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close,
  .btn_left_control,
  .container_left {
    display: none
  }
}

@media (max-width:767px) {
  .container_center {
    padding: 0
  }

  .mobile_scroll {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info,
.title_info_s {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s {
  font-size: 1.8rem
}

.title_info_s:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1 {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet {
  position: relative
}

.sub_visual_wallet img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li {
  width: calc(50% - 1px)
}

.menu_wallet>li:first-of-type {
  width: 50%
}

.menu_wallet>li a,
.menu_wallet>li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active,
.menu_wallet>li button.active {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li:first-of-type {
  width: 50%
}

.box_form_wallet {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form {
  position: relative
}

.wallet_form button {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M- {
  background: #141621 
}

h2.title_trade {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy {
  left: 0;
  top: 0;
  display: none
}

.result_buy,
.result_buy div {
  position: fixed;
  z-index: 99999
}

.result_buy div {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01,
.sub_visual.s_02,
.sub_visual.s_03,
.sub_visual.s_04,
.sub_visual.s_05,
.sub_visual.s_06,
.sub_visual.s_07,
.sub_visual.s_08 {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title {
  padding: 0 40px 20px
}

.box_sub_container {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu,
.sub_menu a {
  position: relative;
  height: 60px
}

.sub_menu a {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active,
.sub_menu a.nuxt-link-active {
  color: #e32028
}

.sub_tab ul {
  overflow: hidden
}

.sub_tab ul li {
  float: left
}

.sub_tab ul li a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active,
.sub_tab ul li a.active {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active:before,
.sub_tab ul li a.active:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big {
  font-size: 2.2rem
}

.title_big,
.title_normal {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal {
  font-size: 1.8rem
}

.title_small {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub,
.title_tiny {
  position: relative;
  color: #fff
}

.title_sub {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub:before {
  bottom: -5px
}

.title_sub:after,
.title_sub:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub:after {
  bottom: -3px
}

.title_sub_1 {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1:before {
  bottom: -5px
}

.title_sub_1:after,
.title_sub_1:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1:after {
  bottom: -3px
}

.title_sm {
  display: none
}

.title_hexa {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa,
.title_hexa i {
  display: flex;
  align-items: center
}

.title_hexa i {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div,
.title_hexa.t_on i {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li {
  margin-bottom: 5px
}

.sports_list.domestic li:last-child {
  margin-bottom: 0
}

.sports_list li>div:first-of-type,
.sports_list li>div:nth-of-type(2),
.sports_list li>div:nth-of-type(3) {
  width: 100%
}

.game_info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active {
  background: #fff;
  color: #000
}

.btn_market_more:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat,
.game_bat button {
  position: relative
}

.game_bat button:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i {
  margin-right: 5px
}

.game_bat button:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i {
  margin-left: 5px
}

.game_bat button:first-of-type i img,
.game_bat button:nth-of-type(3) i img {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button:nth-of-type(2),
.game_bat button:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active,
.game_bat button.active {
  background: #f4053a
}

.game_bat button:first-of-type .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down:after,
.game_bat button:first-of-type .up:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down:after,
.game_bat button:nth-of-type(2) .up:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down:after,
.game_bat button:nth-of-type(3) .up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink 1s ease-in-out 5;
  animation: blink 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder {
  padding: 0
}

.box_folder,
.box_folder button {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span:nth-of-type(2) {
  color: #fff
}

.bank_info {
  flex-wrap: wrap
}

.bank_info,
.bank_info li {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i {
  opacity: .5;
  font-weight: 300
}

.box_support_container {
  padding: 30px 40px
}

.box_support_container.bg_arrow {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img {
  margin-right: 10px
}

.box_text_type_1 {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1,
.box_text_type_1 i {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip,
.wl_tip {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li,
.wl_tip ul li {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span {
  font-size: 1.5rem;
  color: #67b628
}

.waring {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li,
.wl_waring ul li {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep {
  background: #171a23;
  padding: 30px
}

.box_pay_inout {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart,
.box_fx_buy_sell,
.box_fx_result,
.box_leverage_result,
.current_time,
.tab_box,
.tab_time {
  position: relative
}

.copilot {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot,
.copilot:before {
  position: absolute;
  left: 50%
}

.copilot:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot {
  padding: 20px 15px
}

.copilot_foot,
.copilot_foot button {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1,
.copilot.step_2 {
  top: 50px
}

.copilot.step_3,
.copilot.step_4,
.copilot.step_6,
.copilot.step_7,
.copilot.step_8 {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5 {
  top: 40px
}

.box_info_1 {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5 {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1 {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img {
  height: 40px
}

.title_guide_1 span {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots {
  position: relative
}

.loading-wave-dots>.wave-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1 2.8s linear infinite ;
  animation: loading-wave-dots1 2.8s linear infinite 
}

.loading-wave-dots .wave-item:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound {
    display: none
  }
}

@media (max-width:991px) {
  body {
    margin-top: 0
  }

  .sub_visual {
    display: none
  }

  .box_sub_title {
    padding: 0 20px
  }

  .box_sub_container {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom {
    display: block
  }

  .title_sub {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub:before {
    bottom: -5px
  }

  .title_sub:after,
  .title_sub:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub:after {
    bottom: -3px
  }

  .sub_menu {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title {
    padding: 0
  }

  .box_sub_container {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i {
    display: none
  }

  .box_bg_deep {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy,
  .result_buy div {
    position: fixed;
    z-index: 99999
  }

  .result_buy div {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder {
    padding: 0 5px
  }

  .box_folder button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li {
    padding: 0
  }

  .pagenation_type_1 {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px;
    cursor: pointer;
  }

  .pagenation_type_1 a i {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first,
  .pagenation_type_1 .btn_last,
  .pagenation_type_1 .btn_next,
  .pagenation_type_1 .btn_prev {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive {
    color: #bbb
  }

  .title_medium {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, 0.5)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button:first-of-type:hover,
  .game_bat.bet_three button:nth-of-type(2):hover,
  .game_bat.bet_three button:nth-of-type(3):hover,
  .game_bat button:first-of-type:hover,
  .game_bat button:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span,
  .game_bat button.active span,
  .game_bat button:hover span {
    color: #fff 
  }

  .bat_more:hover {
    background: #f4053a
  }

  .bat_more[disabled],
  .bat_more[disabled]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button:first-of-type:hover,
  .game_bat_2 button:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active,
  .game_bat_2 button.active:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i {
    color: #000
  }

  .game_bat button:nth-of-type(3) span {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first:hover,
  .pagenation_type_1 .btn_last:hover,
  .pagenation_type_1 .btn_next:hover,
  .pagenation_type_1 .btn_prev:hover {
    /* border: 0 ; */
    color: #fff;
    background: #141621;
    border-radius: 20px;
    border: solid 1px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ul_game_item2 button:hover,
  .ul_game_item button:hover {
    background: rgba(255, 135, 0, .6)
  }
}

.red_con p {
  color: #fff;
  font-size: 1.6rem
}
body [data-v-29648719] {
  /* background: #141621; */
  overflow-y: hidden
}

[data-v-29648719]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-29648719]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-29648719] {
  max-width: 1440px
}

.page-enter-active[data-v-29648719],
.page-leave-active[data-v-29648719] {
  transition: opacity .1s
}

.page-enter[data-v-29648719],
.page-leave-to[data-v-29648719] {
  opacity: 0
}

.b1[data-v-29648719] {
  border: 1px solid red
}

.width-btn-100[data-v-29648719] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-29648719] {
  color: #e32028 
}

.main-color1-normal[data-v-29648719] {
  color: #ff2152 
}

.main-color1-text[data-v-29648719] {
  color: #ff9710 
}

.main-color1-deep[data-v-29648719] {
  color: #ff6900 
}

.main-color1-light[data-v-29648719] {
  color: #ff542e 
}

.color-white[data-v-29648719] {
  color: #fff 
}

.main-color2-light[data-v-29648719] {
  color: #a9da2b 
}

.main-color2[data-v-29648719] {
  color: #67b628 
}

.main_color3_light[data-v-29648719] {
  color: #ffc92f 
}

.main-color3[data-v-29648719] {
  color: #febd02 
}

.main-color4[data-v-29648719] {
  color: #7e93a6 
}

.main-color5-light[data-v-29648719] {
  color: #42deda 
}

.main-color5[data-v-29648719] {
  color: #01c8de 
}

.color-grey[data-v-29648719] {
  color: #676c71 
}

.color-lightgrey[data-v-29648719] {
  color: #ababab 
}

.color-deepgrey[data-v-29648719] {
  color: #20222b 
}

.color-text-verylight[data-v-29648719] {
  color: #80a7b8 
}

.color-text-light[data-v-29648719] {
  color: #9a9aa7 
}

.color-text[data-v-29648719] {
  color: #797986 
}

.color-text-deep[data-v-29648719] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-29648719] {
  color: #2f3b49 
}

.c_default[data-v-29648719] {
  color: #fff 
}

.c_high[data-v-29648719] {
  color: #ff1717 
}

.c_low[data-v-29648719] {
  color: #0bf 
}

.c_buy_light[data-v-29648719] {
  color: #fe5159 
}

.c_buy[data-v-29648719] {
  color: #f14f57 
}

.bg_c_buy[data-v-29648719] {
  background: #f14f57
}

.c_sell_light[data-v-29648719] {
  color: #349bf0 
}

.c_sell[data-v-29648719] {
  color: #3488db 
}

.bg_c_sell[data-v-29648719] {
  background: #3488db
}

.c_ing[data-v-29648719] {
  color: #fff 
}

.bg_ing[data-v-29648719],
.bg_wait[data-v-29648719] {
  background: #7e93a6 
}

.bg_background_deep[data-v-29648719] {
  background: #000
}

.c_success[data-v-29648719] {
  color: #1478f2 
}

.bg_success[data-v-29648719] {
  background: #1478f2 
}

.c_complete[data-v-29648719] {
  color: #fff 
}

.c_fail[data-v-29648719] {
  color: #ff1e1e 
}

.bg_fail[data-v-29648719] {
  background: #ff1e1e 
}

.c_cancel[data-v-29648719] {
  color: #ff6900 
}

.bg_cancel[data-v-29648719] {
  background: #ff6900 
}

.c_error[data-v-29648719] {
  color: #ff6900 
}

.c_invaild[data-v-29648719] {
  color: #999 
}

.bg_invaild[data-v-29648719] {
  background: #666 
}

.bg_main[data-v-29648719] {
  background: #e32028 
}

.bg_green_gra[data-v-29648719] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-29648719] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-29648719] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-29648719] {
  color: #ff5266 
}

.c_deposit_light[data-v-29648719] {
  color: #a9da2b 
}

.c_deposit[data-v-29648719] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-29648719] {
  color: #ff8520 
}

.c_withdrawal[data-v-29648719] {
  color: #ff6900 
}

.c_green[data-v-29648719] {
  color: #009b1b 
}

.c_red[data-v-29648719] {
  color: red 
}

.c_blue[data-v-29648719] {
  color: #febd02 
}

.c_black[data-v-29648719] {
  color: #000 
}

.bg_white[data-v-29648719] {
  background: #fff 
}

.bg_green[data-v-29648719] {
  background: #6dcb1b 
}

.box_c_ing[data-v-29648719] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-29648719] {
  background: #f14f57
}

.box_c_buy[data-v-29648719],
.box_c_invaild[data-v-29648719] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-29648719] {
  background: #999
}

.box_c_sell[data-v-29648719] {
  background: #3488db
}

.box_c_sell[data-v-29648719],
.box_c_success[data-v-29648719] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-29648719] {
  background: #ff6900
}

.box_c_fail[data-v-29648719] {
  background: #67b628
}

.box_c_extedn[data-v-29648719],
.box_c_fail[data-v-29648719] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-29648719] {
  background: #43586c
}

.ps__rail-x[data-v-29648719] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-29648719],
.ps__rail-y[data-v-29648719] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-29648719] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-29648719],
.ps--active-y>.ps__rail-y[data-v-29648719] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-29648719],
.ps--focus>.ps__rail-y[data-v-29648719],
.ps--scrolling-x>.ps__rail-x[data-v-29648719],
.ps--scrolling-y>.ps__rail-y[data-v-29648719],
.ps:hover>.ps__rail-x[data-v-29648719],
.ps:hover>.ps__rail-y[data-v-29648719] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-29648719],
.ps.ps__rail-x[data-v-29648719]:focus,
.ps.ps__rail-x[data-v-29648719]:hover,
.ps.ps__rail-y.ps--clicking[data-v-29648719],
.ps.ps__rail-y[data-v-29648719]:focus,
.ps.ps__rail-y[data-v-29648719]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-29648719] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-29648719],
.ps__thumb-y[data-v-29648719] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-29648719] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-29648719],
.ps__rail-x:focus>.ps__thumb-x[data-v-29648719],
.ps__rail-x:hover>.ps__thumb-x[data-v-29648719] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-29648719],
.ps__rail-y:focus>.ps__thumb-y[data-v-29648719],
.ps__rail-y:hover>.ps__thumb-y[data-v-29648719] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-29648719] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-29648719] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-29648719] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-29648719] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-29648719] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-29648719] {
  display: none 
}

.toast-top-center[data-v-29648719] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-29648719] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-29648719] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-29648719] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-29648719] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-29648719],
.pagenation_type_1 .btn_last[data-v-29648719],
.pagenation_type_1 .btn_next[data-v-29648719],
.pagenation_type_1 .btn_prev[data-v-29648719] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-29648719] {
  color: #bbb
}

.wrap_type_3[data-v-29648719] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-29648719] {
  background: #0b0c10
}

.container_left[data-v-29648719],
.container_left_md[data-v-29648719] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-29648719] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-29648719] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-29648719] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-29648719] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-29648719]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-29648719] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-29648719] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-29648719] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-29648719] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-29648719]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-29648719]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-29648719],
.container_center_3_mini>div[data-v-29648719] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-29648719] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-29648719]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-29648719]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-29648719] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-29648719]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-29648719]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-29648719] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-29648719]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-29648719]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-29648719] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-29648719] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-29648719],
.bg_grad_1_x[data-v-29648719] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-29648719] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-29648719] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-29648719] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-29648719],
.bg_normal_2[data-v-29648719] {
  background: #141621
}

.btn_left_close[data-v-29648719],
.btn_left_control[data-v-29648719],
.btn_right_close[data-v-29648719],
.right_screen[data-v-29648719] {
  display: none
}

.box_logo[data-v-29648719] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-29648719] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-29648719] {
  display: none
}

.text_dot[data-v-29648719] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-29648719 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-29648719 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-29648719] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-29648719] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-29648719] {
  background: #fff 
}

.bat_more.active i[data-v-29648719] {
  color: #000 
}

.btn_no_disabled[data-v-29648719] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-29648719] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-29648719] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-29648719],
.game_bat_2 button[data-v-29648719]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-29648719]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-29648719] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-29648719] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-29648719]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-29648719] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-29648719] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-29648719] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-29648719],
.title_logo[data-v-29648719] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-29648719] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-29648719] {
  height: 22px
}

.tab[data-v-29648719] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-29648719]:last-child {
  width: 100%
}

.tab li[data-v-29648719]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-29648719] {
  width: 50%
}

.tab li[data-v-29648719]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-29648719] {
  width: 33.333333333333%
}

.tab li[data-v-29648719]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-29648719] {
  width: 25%
}

.tab li[data-v-29648719]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-29648719] {
  width: 20%
}

.tab li[data-v-29648719]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-29648719] {
  width: 16.66666666666667%
}

.tab li button[data-v-29648719] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-29648719] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-29648719]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-29648719] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-29648719] {
  border: 0
}

.wrap_sports_detail li[data-v-29648719] {
  width: 100%
}

.wrap_sports_detail li[data-v-29648719]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-29648719]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-29648719] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-29648719] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-29648719],
.detail_num>button[data-v-29648719] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-29648719] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-29648719] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-29648719]:last-child {
  width: 100%
}

.detail_num button[data-v-29648719]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-29648719] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-29648719]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-29648719] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-29648719] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-29648719] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-29648719] {
  color: #fff 
}

.detail_num>button .up[data-v-29648719]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-29648719]:after,
.detail_num>button .up[data-v-29648719]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-29648719 1s ease-in-out 5;
  animation: blink-data-v-29648719 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-29648719]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-29648719] {
  background: #f4053a
}

.detail_num>button.active i[data-v-29648719] {
  color: #000
}

.detail_num>button .text-allocation[data-v-29648719] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-29648719] {
  color: #000 
}

.sports_bet_close[data-v-29648719] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-29648719],
.sports_bet_close[data-v-29648719]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-29648719]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-29648719] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-29648719],
.sports_bet_close_all[data-v-29648719]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-29648719]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-29648719] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-29648719]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-29648719] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-29648719]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-29648719] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-29648719],
.market_all_close[data-v-29648719]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-29648719]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-29648719] {
    display: none
  }
}

.vjs-control-bar[data-v-29648719] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-29648719] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-29648719] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-29648719] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-29648719]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-29648719] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-29648719]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-29648719] {
  color: #fff 
}

.vjs-big-play-button[data-v-29648719]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-29648719],
  .detail_num button[data-v-29648719]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-29648719] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-29648719]:nth-of-type(2),
  .game_bat button[data-v-29648719]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-29648719]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-29648719] {
    width: 100%
  }

  .market_all_close[data-v-29648719]:after,
  .market_domestic_all_close[data-v-29648719]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-29648719],
  .game_bat button:nth-of-type(3) i[data-v-29648719] {
    display: none 
  }
}

.mini_bet_close[data-v-29648719] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-29648719],
.mini_bet_close[data-v-29648719]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-29648719]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-29648719] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-29648719] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-29648719] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-29648719]:first-of-type,
.flex_2dan div[data-v-29648719]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-29648719] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-29648719]:first-of-type,
.flex_3dan div[data-v-29648719]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-29648719]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-29648719] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-29648719] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-29648719] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-29648719] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-29648719] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-29648719] {
  height: 40px
}

.mini_game_info[data-v-29648719],
.mini_game_info span[data-v-29648719]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-29648719]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-29648719] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-29648719] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-29648719]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-29648719] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-29648719] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-29648719] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-29648719] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-29648719]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-29648719] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-29648719]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-29648719] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-29648719]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-29648719] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-29648719]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-29648719] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-29648719]:first-child,
.ul_game_item.item_10 li[data-v-29648719]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-29648719]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-29648719] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-29648719],
.ul_game_item button i[data-v-29648719] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-29648719] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-29648719] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-29648719] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-29648719] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-29648719] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-29648719] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-29648719] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-29648719] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-29648719] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-29648719] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-29648719] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-29648719] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-29648719] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-29648719] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-29648719] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-29648719] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-29648719] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-29648719] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-29648719] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-29648719] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-29648719] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-29648719] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-29648719] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-29648719] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-29648719] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-29648719] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-29648719] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-29648719] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-29648719] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-29648719] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-29648719] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-29648719] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-29648719] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-29648719] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-29648719] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-29648719] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-29648719] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-29648719] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-29648719]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-29648719]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-29648719]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-29648719] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-29648719] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-29648719] {
    display: none
  }

  .flex_1dan ul[data-v-29648719] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-29648719]:first-of-type,
  .flex_3dan div[data-v-29648719]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-29648719]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-29648719] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-29648719]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-29648719]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-29648719]:first-of-type,
  .flex_3dan div[data-v-29648719]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-29648719]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-29648719] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-29648719] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-29648719] {
    width: 100%
  }

  .flex_3dan div[data-v-29648719]:first-of-type,
  .flex_3dan div[data-v-29648719]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-29648719]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-29648719] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-29648719] {
    width: 100%
  }

  .ul_game_item2 li[data-v-29648719]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-29648719]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-29648719]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-29648719]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-29648719]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-29648719] {
    padding: 101px 280px 0
  }

  .container_left[data-v-29648719],
  .container_left_md[data-v-29648719],
  .container_right[data-v-29648719] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-29648719]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-29648719]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-29648719]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-29648719]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-29648719] {
    padding-left: 40px
  }

  .container_left[data-v-29648719] {
    display: none
  }

  .btn_left_control[data-v-29648719] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-29648719],
  .btn_left_control i[data-v-29648719] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-29648719] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-29648719] {
    width: 26px
  }

  .btn_left_close[data-v-29648719] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-29648719] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-29648719] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-29648719]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-29648719]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-29648719]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-29648719]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-29648719]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-29648719]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-29648719] {
    display: block
  }

  .no-display-1600[data-v-29648719] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-29648719]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-29648719]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-29648719] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-29648719] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-29648719]:first-of-type,
  .container_center_2_mini>div>div[data-v-29648719]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-29648719] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-29648719]:first-of-type,
  .container_center_3_mini>div>div[data-v-29648719]:nth-of-type(2),
  .container_center_4_mini>div[data-v-29648719]:first-of-type,
  .container_center_4_mini>div[data-v-29648719]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-29648719] {
    padding-right: 0
  }

  .container_right[data-v-29648719] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-29648719] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-29648719] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-29648719] {
    width: 26px
  }

  .container_right .right_screen[data-v-29648719] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-29648719] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-29648719],
  .btn_left_control[data-v-29648719],
  .container_left[data-v-29648719] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-29648719] {
    padding: 0
  }

  .mobile_scroll[data-v-29648719] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-29648719] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-29648719],
.title_info_s[data-v-29648719] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-29648719] {
  font-size: 1.8rem
}

.title_info_s[data-v-29648719]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-29648719] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-29648719] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-29648719] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-29648719] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-29648719] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-29648719] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-29648719] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-29648719] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-29648719] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-29648719] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-29648719] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-29648719] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-29648719] {
  position: relative
}

.sub_visual_wallet img[data-v-29648719] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-29648719] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-29648719] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-29648719] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-29648719] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-29648719]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-29648719],
.menu_wallet>li button[data-v-29648719] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-29648719],
.menu_wallet>li button.active[data-v-29648719] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-29648719] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-29648719]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-29648719] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-29648719] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-29648719] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-29648719] {
  position: relative
}

.wallet_form button[data-v-29648719] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-29648719] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-29648719] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-29648719] {
  background: #141621 
}

h2.title_trade[data-v-29648719] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-29648719] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-29648719] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-29648719] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-29648719],
.result_buy div[data-v-29648719] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-29648719] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-29648719] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-29648719] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-29648719] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-29648719] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-29648719] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-29648719] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-29648719] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-29648719],
.sub_visual.s_02[data-v-29648719],
.sub_visual.s_03[data-v-29648719],
.sub_visual.s_04[data-v-29648719],
.sub_visual.s_05[data-v-29648719],
.sub_visual.s_06[data-v-29648719],
.sub_visual.s_07[data-v-29648719],
.sub_visual.s_08[data-v-29648719] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-29648719] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-29648719] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-29648719] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-29648719],
.sub_menu a[data-v-29648719] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-29648719] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-29648719] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-29648719],
.sub_menu a.nuxt-link-active[data-v-29648719] {
  color: #e32028
}

.sub_tab ul[data-v-29648719] {
  overflow: hidden
}

.sub_tab ul li[data-v-29648719] {
  float: left
}

.sub_tab ul li a[data-v-29648719] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-29648719],
.sub_tab ul li a.active[data-v-29648719] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-29648719]:before,
.sub_tab ul li a.active[data-v-29648719]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-29648719] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-29648719] {
  font-size: 2.2rem
}

.title_big[data-v-29648719],
.title_normal[data-v-29648719] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-29648719] {
  font-size: 1.8rem
}

.title_small[data-v-29648719] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-29648719] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-29648719] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-29648719],
.title_tiny[data-v-29648719] {
  position: relative;
  color: #fff
}

.title_sub[data-v-29648719] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-29648719]:before {
  bottom: -5px
}

.title_sub[data-v-29648719]:after,
.title_sub[data-v-29648719]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-29648719]:after {
  bottom: -3px
}

.title_sub_1[data-v-29648719] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-29648719]:before {
  bottom: -5px
}

.title_sub_1[data-v-29648719]:after,
.title_sub_1[data-v-29648719]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-29648719]:after {
  bottom: -3px
}

.title_sm[data-v-29648719] {
  display: none
}

.title_hexa[data-v-29648719] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-29648719],
.title_hexa i[data-v-29648719] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-29648719] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-29648719] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-29648719] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-29648719],
.title_hexa.t_on i[data-v-29648719] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-29648719] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-29648719] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-29648719] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-29648719] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-29648719] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-29648719] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-29648719] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-29648719]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-29648719]:first-of-type,
.sports_list li>div[data-v-29648719]:nth-of-type(2),
.sports_list li>div[data-v-29648719]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-29648719] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-29648719]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-29648719] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-29648719] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-29648719] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-29648719]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-29648719] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-29648719] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-29648719] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-29648719],
.game_bat button[data-v-29648719] {
  position: relative
}

.game_bat button[data-v-29648719]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-29648719] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-29648719] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-29648719] {
  margin-right: 5px
}

.game_bat button[data-v-29648719]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-29648719] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-29648719] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-29648719] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-29648719],
.game_bat button:nth-of-type(3) i img[data-v-29648719] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-29648719] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-29648719]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-29648719]:nth-of-type(2),
.game_bat button[data-v-29648719]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-29648719]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-29648719],
.game_bat button.active[data-v-29648719] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-29648719]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-29648719]:after,
.game_bat button:first-of-type .up[data-v-29648719]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-29648719 1s ease-in-out 5;
  animation: blink-data-v-29648719 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-29648719]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-29648719]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-29648719]:after,
.game_bat button:nth-of-type(2) .up[data-v-29648719]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-29648719 1s ease-in-out 5;
  animation: blink-data-v-29648719 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-29648719]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-29648719]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-29648719]:after,
.game_bat button:nth-of-type(3) .up[data-v-29648719]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-29648719 1s ease-in-out 5;
  animation: blink-data-v-29648719 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-29648719]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-29648719] {
  padding: 0
}

.box_folder[data-v-29648719],
.box_folder button[data-v-29648719] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-29648719] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-29648719] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-29648719]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-29648719] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-29648719]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-29648719] {
  flex-wrap: wrap
}

.bank_info[data-v-29648719],
.bank_info li[data-v-29648719] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-29648719] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-29648719]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-29648719] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-29648719] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-29648719] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-29648719] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-29648719] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-29648719] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-29648719] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-29648719] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-29648719] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-29648719] {
  margin-right: 10px
}

.box_text_type_1[data-v-29648719] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-29648719],
.box_text_type_1 i[data-v-29648719] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-29648719] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-29648719] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-29648719],
.wl_tip[data-v-29648719] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-29648719],
.wl_tip ul li[data-v-29648719] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-29648719] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-29648719] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-29648719] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-29648719],
.wl_waring ul li[data-v-29648719] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-29648719] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-29648719] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-29648719] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-29648719] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-29648719] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-29648719] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-29648719 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-29648719 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-29648719] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-29648719] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-29648719] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-29648719],
.box_fx_buy_sell[data-v-29648719],
.box_fx_result[data-v-29648719],
.box_leverage_result[data-v-29648719],
.current_time[data-v-29648719],
.tab_box[data-v-29648719],
.tab_time[data-v-29648719] {
  position: relative
}

.copilot[data-v-29648719] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-29648719],
.copilot[data-v-29648719]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-29648719]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-29648719] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-29648719] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-29648719] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-29648719] {
  padding: 20px 15px
}

.copilot_foot[data-v-29648719],
.copilot_foot button[data-v-29648719] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-29648719] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-29648719] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-29648719],
.copilot.step_2[data-v-29648719] {
  top: 50px
}

.copilot.step_3[data-v-29648719],
.copilot.step_4[data-v-29648719],
.copilot.step_6[data-v-29648719],
.copilot.step_7[data-v-29648719],
.copilot.step_8[data-v-29648719] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-29648719] {
  top: 40px
}

.box_info_1[data-v-29648719] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-29648719] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-29648719] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-29648719]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-29648719] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-29648719] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-29648719] {
  height: 40px
}

.title_guide_1 span[data-v-29648719] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-29648719] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-29648719] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-29648719] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-29648719] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-29648719] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-29648719 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-29648719 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-29648719]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-29648719]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-29648719]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-29648719]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-29648719]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-29648719 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-29648719 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-29648719] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-29648719] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-29648719] {
    margin-top: 0
  }

  .sub_visual[data-v-29648719] {
    display: none
  }

  .box_sub_title[data-v-29648719] {
    padding: 0 20px
  }

  .box_sub_container[data-v-29648719] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-29648719] {
    display: block
  }

  .title_sub[data-v-29648719] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-29648719]:before {
    bottom: -5px
  }

  .title_sub[data-v-29648719]:after,
  .title_sub[data-v-29648719]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-29648719]:after {
    bottom: -3px
  }

  .sub_menu[data-v-29648719] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-29648719] {
    padding: 0
  }

  .box_sub_container[data-v-29648719] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-29648719] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-29648719] {
    display: none
  }

  .box_bg_deep[data-v-29648719] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-29648719] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-29648719] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-29648719] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-29648719],
  .result_buy div[data-v-29648719] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-29648719] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-29648719] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-29648719] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-29648719] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-29648719] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-29648719] {
    padding: 0 5px
  }

  .box_folder button[data-v-29648719] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-29648719] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-29648719] {
    padding: 0
  }

  .pagenation_type_1[data-v-29648719] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-29648719] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-29648719] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-29648719] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-29648719],
  .pagenation_type_1 .btn_last[data-v-29648719],
  .pagenation_type_1 .btn_next[data-v-29648719],
  .pagenation_type_1 .btn_prev[data-v-29648719] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-29648719] {
    color: #bbb
  }

  .title_medium[data-v-29648719] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-29648719]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-29648719]:first-of-type:hover,
  .game_bat.bet_three button[data-v-29648719]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-29648719]:nth-of-type(3):hover,
  .game_bat button[data-v-29648719]:first-of-type:hover,
  .game_bat button[data-v-29648719]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-29648719],
  .game_bat button.active span[data-v-29648719],
  .game_bat button:hover span[data-v-29648719] {
    color: #fff 
  }

  .bat_more[data-v-29648719]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-29648719],
  .bat_more[disabled][data-v-29648719]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-29648719]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-29648719]:first-of-type:hover,
  .game_bat_2 button[data-v-29648719]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-29648719],
  .game_bat_2 button.active[data-v-29648719]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-29648719]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-29648719] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-29648719] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-29648719]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-29648719]:hover,
  .pagenation_type_1 .btn_last[data-v-29648719]:hover,
  .pagenation_type_1 .btn_next[data-v-29648719]:hover,
  .pagenation_type_1 .btn_prev[data-v-29648719]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-29648719]:hover,
  .ul_game_item button[data-v-29648719]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.popup_soon[data-v-29648719] {
  position: fixed;
  left: 300px;
  top: 101px;
  z-index: 9997;
  display: flex ;
  justify-content: center;
  align-items: center;
  width: calc(100% - 600px) ;
  height: calc(100vh - 101px);
  background: rgba(0, 0, 0, .6)
}

.box_popup_type[data-v-29648719] {
  position: relative;
  background: #2d2e3a;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
  min-width: 400px;
  margin: 0 15px
}

.box_popup_type[data-v-29648719]:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  border-top: 1px solid #e32028;
  box-shadow: 0 5px 12px 5px rgba(255, 0, 0, .4)
}

.box_popup_type[data-v-29648719]:after {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  border-top: 1px solid #67b628;
  box-shadow: 0 5px 12px 4px rgba(169, 218, 43, .3)
}

.box_popup_type .img_logo img[data-v-29648719] {
  height: 22px
}

.img_logo[data-v-29648719] {
  text-align: center;
  margin: 20px 0
}

.system_title[data-v-29648719] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #ff2152;
  font-size: 1.6rem;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  padding-bottom: 3px
}

.soon_scroll[data-v-29648719] {
  max-height: calc(100vh - 300px)
}

.red_con[data-v-29648719] {
  padding: 20px 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center
}

.red_con p[data-v-29648719] {
  color: #9a9aa7;
  font-size: 1.4rem
}

@media (max-width:1920px) {
  .popup_soon[data-v-29648719] {
    left: 280px;
    top: 101px;
    width: calc(100% - 560px) ;
    height: calc(100vh - 101px)
  }
}

@media (max-width:1860px) {
  .popup_soon[data-v-29648719] {
    left: 40px;
    top: 101px;
    z-index: 98;
    width: calc(100% - 320px) ;
    height: calc(100vh - 101px)
  }
}

@media (max-width:991px) {
  .popup_soon[data-v-29648719] {
    left: 0;
    top: 101px;
    z-index: 98;
    width: 100% ;
    height: calc(100vh - 101px)
  }
}

@media (max-width:575px) {
  .box_popup_type[data-v-29648719] {
    min-width: 90%;
    max-width: 90%
  }
}
body [data-v-78a8900d] {
  /* background: #141621; */
  overflow-y: hidden
}

[data-v-78a8900d]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-78a8900d]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-78a8900d] {
  max-width: 1440px
}

.page-enter-active[data-v-78a8900d],
.page-leave-active[data-v-78a8900d] {
  transition: opacity .1s
}

.page-enter[data-v-78a8900d],
.page-leave-to[data-v-78a8900d] {
  opacity: 0
}

.b1[data-v-78a8900d] {
  border: 1px solid red
}

.width-btn-100[data-v-78a8900d] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-78a8900d] {
  color: #e32028 
}

.main-color1-normal[data-v-78a8900d] {
  color: #ff2152 
}

.main-color1-text[data-v-78a8900d] {
  color: #ff9710 
}

.main-color1-deep[data-v-78a8900d] {
  color: #ff6900 
}

.main-color1-light[data-v-78a8900d] {
  color: #ff542e 
}

.color-white[data-v-78a8900d] {
  color: #fff 
}

.main-color2-light[data-v-78a8900d] {
  color: #a9da2b 
}

.main-color2[data-v-78a8900d] {
  color: #67b628 
}

.main_color3_light[data-v-78a8900d] {
  color: #ffc92f 
}

.main-color3[data-v-78a8900d] {
  color: #febd02 
}

.main-color4[data-v-78a8900d] {
  color: #7e93a6 
}

.main-color5-light[data-v-78a8900d] {
  color: #42deda 
}

.main-color5[data-v-78a8900d] {
  color: #01c8de 
}

.color-grey[data-v-78a8900d] {
  color: #676c71 
}

.color-lightgrey[data-v-78a8900d] {
  color: #ababab 
}

.color-deepgrey[data-v-78a8900d] {
  color: #20222b 
}

.color-text-verylight[data-v-78a8900d] {
  color: #80a7b8 
}

.color-text-light[data-v-78a8900d] {
  color: #9a9aa7 
}

.color-text[data-v-78a8900d] {
  color: #797986 
}

.color-text-deep[data-v-78a8900d] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-78a8900d] {
  color: #2f3b49 
}

.c_default[data-v-78a8900d] {
  color: #fff 
}

.c_high[data-v-78a8900d] {
  color: #ff1717 
}

.c_low[data-v-78a8900d] {
  color: #0bf 
}

.c_buy_light[data-v-78a8900d] {
  color: #fe5159 
}

.c_buy[data-v-78a8900d] {
  color: #f14f57 
}

.bg_c_buy[data-v-78a8900d] {
  background: #f14f57
}

.c_sell_light[data-v-78a8900d] {
  color: #349bf0 
}

.c_sell[data-v-78a8900d] {
  color: #3488db 
}

.bg_c_sell[data-v-78a8900d] {
  background: #3488db
}

.c_ing[data-v-78a8900d] {
  color: #fff 
}

.bg_ing[data-v-78a8900d],
.bg_wait[data-v-78a8900d] {
  background: #7e93a6 
}

.bg_background_deep[data-v-78a8900d] {
  background: #000
}

.c_success[data-v-78a8900d] {
  color: #1478f2 
}

.bg_success[data-v-78a8900d] {
  background: #1478f2 
}

.c_complete[data-v-78a8900d] {
  color: #fff 
}

.c_fail[data-v-78a8900d] {
  color: #ff1e1e 
}

.bg_fail[data-v-78a8900d] {
  background: #ff1e1e 
}

.c_cancel[data-v-78a8900d] {
  color: #ff6900 
}

.bg_cancel[data-v-78a8900d] {
  background: #ff6900 
}

.c_error[data-v-78a8900d] {
  color: #ff6900 
}

.c_invaild[data-v-78a8900d] {
  color: #999 
}

.bg_invaild[data-v-78a8900d] {
  background: #666 
}

.bg_main[data-v-78a8900d] {
  background: #e32028 
}

.bg_green_gra[data-v-78a8900d] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-78a8900d] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-78a8900d] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-78a8900d] {
  color: #ff5266 
}

.c_deposit_light[data-v-78a8900d] {
  color: #a9da2b 
}

.c_deposit[data-v-78a8900d] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-78a8900d] {
  color: #ff8520 
}

.c_withdrawal[data-v-78a8900d] {
  color: #ff6900 
}

.c_green[data-v-78a8900d] {
  color: #009b1b 
}

.c_red[data-v-78a8900d] {
  color: red 
}

.c_blue[data-v-78a8900d] {
  color: #febd02 
}

.c_black[data-v-78a8900d] {
  color: #000 
}

.bg_white[data-v-78a8900d] {
  background: #fff 
}

.bg_green[data-v-78a8900d] {
  background: #6dcb1b 
}

.box_c_ing[data-v-78a8900d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-78a8900d] {
  background: #f14f57
}

.box_c_buy[data-v-78a8900d],
.box_c_invaild[data-v-78a8900d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-78a8900d] {
  background: #999
}

.box_c_sell[data-v-78a8900d] {
  background: #3488db
}

.box_c_sell[data-v-78a8900d],
.box_c_success[data-v-78a8900d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-78a8900d] {
  background: #ff6900
}

.box_c_fail[data-v-78a8900d] {
  background: #67b628
}

.box_c_extedn[data-v-78a8900d],
.box_c_fail[data-v-78a8900d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-78a8900d] {
  background: #43586c
}

.ps__rail-x[data-v-78a8900d] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-78a8900d],
.ps__rail-y[data-v-78a8900d] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-78a8900d] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-78a8900d],
.ps--active-y>.ps__rail-y[data-v-78a8900d] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-78a8900d],
.ps--focus>.ps__rail-y[data-v-78a8900d],
.ps--scrolling-x>.ps__rail-x[data-v-78a8900d],
.ps--scrolling-y>.ps__rail-y[data-v-78a8900d],
.ps:hover>.ps__rail-x[data-v-78a8900d],
.ps:hover>.ps__rail-y[data-v-78a8900d] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-78a8900d],
.ps.ps__rail-x[data-v-78a8900d]:focus,
.ps.ps__rail-x[data-v-78a8900d]:hover,
.ps.ps__rail-y.ps--clicking[data-v-78a8900d],
.ps.ps__rail-y[data-v-78a8900d]:focus,
.ps.ps__rail-y[data-v-78a8900d]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-78a8900d] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-78a8900d],
.ps__thumb-y[data-v-78a8900d] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-78a8900d] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-78a8900d],
.ps__rail-x:focus>.ps__thumb-x[data-v-78a8900d],
.ps__rail-x:hover>.ps__thumb-x[data-v-78a8900d] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-78a8900d],
.ps__rail-y:focus>.ps__thumb-y[data-v-78a8900d],
.ps__rail-y:hover>.ps__thumb-y[data-v-78a8900d] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-78a8900d] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-78a8900d] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-78a8900d] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-78a8900d] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-78a8900d] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-78a8900d] {
  display: none 
}

.toast-top-center[data-v-78a8900d] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-78a8900d] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-78a8900d] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-78a8900d] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-78a8900d] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-78a8900d],
.pagenation_type_1 .btn_last[data-v-78a8900d],
.pagenation_type_1 .btn_next[data-v-78a8900d],
.pagenation_type_1 .btn_prev[data-v-78a8900d] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-78a8900d] {
  color: #bbb
}

.wrap_type_3[data-v-78a8900d] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-78a8900d] {
  background: #0b0c10
}

.container_left[data-v-78a8900d],
.container_left_md[data-v-78a8900d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-78a8900d] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-78a8900d] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-78a8900d] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-78a8900d] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-78a8900d]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-78a8900d] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-78a8900d] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-78a8900d] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-78a8900d] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-78a8900d]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-78a8900d]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-78a8900d],
.container_center_3_mini>div[data-v-78a8900d] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-78a8900d] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-78a8900d]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-78a8900d]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-78a8900d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-78a8900d]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-78a8900d]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-78a8900d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-78a8900d]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-78a8900d]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-78a8900d] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-78a8900d] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-78a8900d],
.bg_grad_1_x[data-v-78a8900d] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-78a8900d] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-78a8900d] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-78a8900d] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-78a8900d],
.bg_normal_2[data-v-78a8900d] {
  background: #141621
}

.btn_left_close[data-v-78a8900d],
.btn_left_control[data-v-78a8900d],
.btn_right_close[data-v-78a8900d],
.right_screen[data-v-78a8900d] {
  display: none
}

.box_logo[data-v-78a8900d] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-78a8900d] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-78a8900d] {
  display: none
}

.text_dot[data-v-78a8900d] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-78a8900d {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-78a8900d {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-78a8900d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-78a8900d] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-78a8900d] {
  background: #fff 
}

.bat_more.active i[data-v-78a8900d] {
  color: #000 
}

.btn_no_disabled[data-v-78a8900d] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-78a8900d] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-78a8900d] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-78a8900d],
.game_bat_2 button[data-v-78a8900d]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-78a8900d]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-78a8900d] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-78a8900d] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-78a8900d]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-78a8900d] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-78a8900d] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-78a8900d] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-78a8900d],
.title_logo[data-v-78a8900d] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-78a8900d] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-78a8900d] {
  height: 22px
}

.tab[data-v-78a8900d] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-78a8900d]:last-child {
  width: 100%
}

.tab li[data-v-78a8900d]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-78a8900d] {
  width: 50%
}

.tab li[data-v-78a8900d]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-78a8900d] {
  width: 33.333333333333%
}

.tab li[data-v-78a8900d]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-78a8900d] {
  width: 25%
}

.tab li[data-v-78a8900d]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-78a8900d] {
  width: 20%
}

.tab li[data-v-78a8900d]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-78a8900d] {
  width: 16.66666666666667%
}

.tab li button[data-v-78a8900d] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-78a8900d] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-78a8900d]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-78a8900d] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-78a8900d] {
  border: 0
}

.wrap_sports_detail li[data-v-78a8900d] {
  width: 100%
}

.wrap_sports_detail li[data-v-78a8900d]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-78a8900d]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-78a8900d] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-78a8900d] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-78a8900d],
.detail_num>button[data-v-78a8900d] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-78a8900d] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-78a8900d] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-78a8900d]:last-child {
  width: 100%
}

.detail_num button[data-v-78a8900d]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-78a8900d] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-78a8900d]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-78a8900d] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-78a8900d] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-78a8900d] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-78a8900d] {
  color: #fff 
}

.detail_num>button .up[data-v-78a8900d]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-78a8900d]:after,
.detail_num>button .up[data-v-78a8900d]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-78a8900d 1s ease-in-out 5;
  animation: blink-data-v-78a8900d 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-78a8900d]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-78a8900d] {
  background: #f4053a
}

.detail_num>button.active i[data-v-78a8900d] {
  color: #000
}

.detail_num>button .text-allocation[data-v-78a8900d] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-78a8900d] {
  color: #000 
}

.sports_bet_close[data-v-78a8900d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-78a8900d],
.sports_bet_close[data-v-78a8900d]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-78a8900d]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-78a8900d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-78a8900d],
.sports_bet_close_all[data-v-78a8900d]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-78a8900d]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-78a8900d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-78a8900d]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-78a8900d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-78a8900d]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-78a8900d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-78a8900d],
.market_all_close[data-v-78a8900d]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-78a8900d]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-78a8900d] {
    display: none
  }
}

.vjs-control-bar[data-v-78a8900d] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-78a8900d] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-78a8900d] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-78a8900d] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-78a8900d]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-78a8900d] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-78a8900d]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-78a8900d] {
  color: #fff 
}

.vjs-big-play-button[data-v-78a8900d]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-78a8900d],
  .detail_num button[data-v-78a8900d]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-78a8900d] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-78a8900d]:nth-of-type(2),
  .game_bat button[data-v-78a8900d]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-78a8900d]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-78a8900d] {
    width: 100%
  }

  .market_all_close[data-v-78a8900d]:after,
  .market_domestic_all_close[data-v-78a8900d]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-78a8900d],
  .game_bat button:nth-of-type(3) i[data-v-78a8900d] {
    display: none 
  }
}

.mini_bet_close[data-v-78a8900d] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-78a8900d],
.mini_bet_close[data-v-78a8900d]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-78a8900d]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-78a8900d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-78a8900d] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-78a8900d] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-78a8900d]:first-of-type,
.flex_2dan div[data-v-78a8900d]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-78a8900d] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-78a8900d]:first-of-type,
.flex_3dan div[data-v-78a8900d]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-78a8900d]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-78a8900d] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-78a8900d] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-78a8900d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-78a8900d] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-78a8900d] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-78a8900d] {
  height: 40px
}

.mini_game_info[data-v-78a8900d],
.mini_game_info span[data-v-78a8900d]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-78a8900d]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-78a8900d] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-78a8900d] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-78a8900d]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-78a8900d] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-78a8900d] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-78a8900d] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-78a8900d] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-78a8900d]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-78a8900d] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-78a8900d]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-78a8900d] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-78a8900d]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-78a8900d] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-78a8900d]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-78a8900d] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-78a8900d]:first-child,
.ul_game_item.item_10 li[data-v-78a8900d]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-78a8900d]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-78a8900d] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-78a8900d],
.ul_game_item button i[data-v-78a8900d] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-78a8900d] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-78a8900d] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-78a8900d] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-78a8900d] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-78a8900d] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-78a8900d] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-78a8900d] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-78a8900d] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-78a8900d] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-78a8900d] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-78a8900d] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-78a8900d] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-78a8900d] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-78a8900d] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-78a8900d] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-78a8900d] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-78a8900d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-78a8900d] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-78a8900d] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-78a8900d] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-78a8900d] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-78a8900d] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-78a8900d] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-78a8900d] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-78a8900d] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-78a8900d] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-78a8900d] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-78a8900d] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-78a8900d] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-78a8900d] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-78a8900d] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-78a8900d] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-78a8900d] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-78a8900d] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-78a8900d] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-78a8900d] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-78a8900d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-78a8900d] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-78a8900d]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-78a8900d]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-78a8900d]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-78a8900d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-78a8900d] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-78a8900d] {
    display: none
  }

  .flex_1dan ul[data-v-78a8900d] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-78a8900d]:first-of-type,
  .flex_3dan div[data-v-78a8900d]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-78a8900d]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-78a8900d] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-78a8900d]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-78a8900d]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-78a8900d]:first-of-type,
  .flex_3dan div[data-v-78a8900d]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-78a8900d]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-78a8900d] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-78a8900d] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-78a8900d] {
    width: 100%
  }

  .flex_3dan div[data-v-78a8900d]:first-of-type,
  .flex_3dan div[data-v-78a8900d]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-78a8900d]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-78a8900d] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-78a8900d] {
    width: 100%
  }

  .ul_game_item2 li[data-v-78a8900d]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-78a8900d]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-78a8900d]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-78a8900d]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-78a8900d]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-78a8900d] {
    padding: 101px 280px 0
  }

  .container_left[data-v-78a8900d],
  .container_left_md[data-v-78a8900d],
  .container_right[data-v-78a8900d] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-78a8900d]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-78a8900d]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-78a8900d]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-78a8900d]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-78a8900d] {
    padding-left: 40px
  }

  .container_left[data-v-78a8900d] {
    display: none
  }

  .btn_left_control[data-v-78a8900d] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-78a8900d],
  .btn_left_control i[data-v-78a8900d] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-78a8900d] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-78a8900d] {
    width: 26px
  }

  .btn_left_close[data-v-78a8900d] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-78a8900d] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-78a8900d] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-78a8900d]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-78a8900d]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-78a8900d]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-78a8900d]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-78a8900d]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-78a8900d]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-78a8900d] {
    display: block
  }

  .no-display-1600[data-v-78a8900d] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-78a8900d]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-78a8900d]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-78a8900d] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-78a8900d] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-78a8900d]:first-of-type,
  .container_center_2_mini>div>div[data-v-78a8900d]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-78a8900d] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-78a8900d]:first-of-type,
  .container_center_3_mini>div>div[data-v-78a8900d]:nth-of-type(2),
  .container_center_4_mini>div[data-v-78a8900d]:first-of-type,
  .container_center_4_mini>div[data-v-78a8900d]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-78a8900d] {
    padding-right: 0
  }

  .container_right[data-v-78a8900d] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-78a8900d] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-78a8900d] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-78a8900d] {
    width: 26px
  }

  .container_right .right_screen[data-v-78a8900d] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-78a8900d] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-78a8900d],
  .btn_left_control[data-v-78a8900d],
  .container_left[data-v-78a8900d] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-78a8900d] {
    padding: 0
  }

  .mobile_scroll[data-v-78a8900d] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-78a8900d] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-78a8900d],
.title_info_s[data-v-78a8900d] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-78a8900d] {
  font-size: 1.8rem
}

.title_info_s[data-v-78a8900d]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-78a8900d] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-78a8900d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-78a8900d] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-78a8900d] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-78a8900d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-78a8900d] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-78a8900d] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-78a8900d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-78a8900d] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-78a8900d] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-78a8900d] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-78a8900d] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-78a8900d] {
  position: relative
}

.sub_visual_wallet img[data-v-78a8900d] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-78a8900d] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-78a8900d] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-78a8900d] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-78a8900d] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-78a8900d]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-78a8900d],
.menu_wallet>li button[data-v-78a8900d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-78a8900d],
.menu_wallet>li button.active[data-v-78a8900d] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-78a8900d] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-78a8900d]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-78a8900d] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-78a8900d] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-78a8900d] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-78a8900d] {
  position: relative
}

.wallet_form button[data-v-78a8900d] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-78a8900d] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-78a8900d] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-78a8900d] {
  background: #141621 
}

h2.title_trade[data-v-78a8900d] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-78a8900d] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-78a8900d] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-78a8900d] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-78a8900d],
.result_buy div[data-v-78a8900d] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-78a8900d] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-78a8900d] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-78a8900d] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-78a8900d] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-78a8900d] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-78a8900d] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-78a8900d] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-78a8900d] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-78a8900d],
.sub_visual.s_02[data-v-78a8900d],
.sub_visual.s_03[data-v-78a8900d],
.sub_visual.s_04[data-v-78a8900d],
.sub_visual.s_05[data-v-78a8900d],
.sub_visual.s_06[data-v-78a8900d],
.sub_visual.s_07[data-v-78a8900d],
.sub_visual.s_08[data-v-78a8900d] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-78a8900d] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-78a8900d] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-78a8900d] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-78a8900d],
.sub_menu a[data-v-78a8900d] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-78a8900d] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-78a8900d] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-78a8900d],
.sub_menu a.nuxt-link-active[data-v-78a8900d] {
  color: #e32028
}

.sub_tab ul[data-v-78a8900d] {
  overflow: hidden
}

.sub_tab ul li[data-v-78a8900d] {
  float: left
}

.sub_tab ul li a[data-v-78a8900d] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-78a8900d],
.sub_tab ul li a.active[data-v-78a8900d] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-78a8900d]:before,
.sub_tab ul li a.active[data-v-78a8900d]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-78a8900d] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-78a8900d] {
  font-size: 2.2rem
}

.title_big[data-v-78a8900d],
.title_normal[data-v-78a8900d] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-78a8900d] {
  font-size: 1.8rem
}

.title_small[data-v-78a8900d] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-78a8900d] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-78a8900d] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-78a8900d],
.title_tiny[data-v-78a8900d] {
  position: relative;
  color: #fff
}

.title_sub[data-v-78a8900d] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-78a8900d]:before {
  bottom: -5px
}

.title_sub[data-v-78a8900d]:after,
.title_sub[data-v-78a8900d]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-78a8900d]:after {
  bottom: -3px
}

.title_sub_1[data-v-78a8900d] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-78a8900d]:before {
  bottom: -5px
}

.title_sub_1[data-v-78a8900d]:after,
.title_sub_1[data-v-78a8900d]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-78a8900d]:after {
  bottom: -3px
}

.title_sm[data-v-78a8900d] {
  display: none
}

.title_hexa[data-v-78a8900d] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-78a8900d],
.title_hexa i[data-v-78a8900d] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-78a8900d] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-78a8900d] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-78a8900d] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-78a8900d],
.title_hexa.t_on i[data-v-78a8900d] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-78a8900d] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-78a8900d] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-78a8900d] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-78a8900d] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-78a8900d] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-78a8900d] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-78a8900d] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-78a8900d]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-78a8900d]:first-of-type,
.sports_list li>div[data-v-78a8900d]:nth-of-type(2),
.sports_list li>div[data-v-78a8900d]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-78a8900d] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-78a8900d]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-78a8900d] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-78a8900d] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-78a8900d] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-78a8900d]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-78a8900d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-78a8900d] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-78a8900d] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-78a8900d],
.game_bat button[data-v-78a8900d] {
  position: relative
}

.game_bat button[data-v-78a8900d]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-78a8900d] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-78a8900d] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-78a8900d] {
  margin-right: 5px
}

.game_bat button[data-v-78a8900d]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-78a8900d] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-78a8900d] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-78a8900d] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-78a8900d],
.game_bat button:nth-of-type(3) i img[data-v-78a8900d] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-78a8900d] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-78a8900d]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-78a8900d]:nth-of-type(2),
.game_bat button[data-v-78a8900d]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-78a8900d]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-78a8900d],
.game_bat button.active[data-v-78a8900d] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-78a8900d]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-78a8900d]:after,
.game_bat button:first-of-type .up[data-v-78a8900d]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-78a8900d 1s ease-in-out 5;
  animation: blink-data-v-78a8900d 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-78a8900d]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-78a8900d]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-78a8900d]:after,
.game_bat button:nth-of-type(2) .up[data-v-78a8900d]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-78a8900d 1s ease-in-out 5;
  animation: blink-data-v-78a8900d 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-78a8900d]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-78a8900d]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-78a8900d]:after,
.game_bat button:nth-of-type(3) .up[data-v-78a8900d]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-78a8900d 1s ease-in-out 5;
  animation: blink-data-v-78a8900d 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-78a8900d]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-78a8900d] {
  padding: 0
}

.box_folder[data-v-78a8900d],
.box_folder button[data-v-78a8900d] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-78a8900d] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-78a8900d] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-78a8900d]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-78a8900d] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-78a8900d]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-78a8900d] {
  flex-wrap: wrap
}

.bank_info[data-v-78a8900d],
.bank_info li[data-v-78a8900d] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-78a8900d] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-78a8900d]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-78a8900d] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-78a8900d] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-78a8900d] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-78a8900d] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-78a8900d] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-78a8900d] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-78a8900d] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-78a8900d] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-78a8900d] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-78a8900d] {
  margin-right: 10px
}

.box_text_type_1[data-v-78a8900d] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-78a8900d],
.box_text_type_1 i[data-v-78a8900d] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-78a8900d] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-78a8900d] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-78a8900d],
.wl_tip[data-v-78a8900d] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-78a8900d],
.wl_tip ul li[data-v-78a8900d] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-78a8900d] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-78a8900d] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-78a8900d] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-78a8900d],
.wl_waring ul li[data-v-78a8900d] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-78a8900d] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-78a8900d] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-78a8900d] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-78a8900d] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-78a8900d] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-78a8900d] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-78a8900d {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-78a8900d {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-78a8900d] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-78a8900d] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-78a8900d] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-78a8900d],
.box_fx_buy_sell[data-v-78a8900d],
.box_fx_result[data-v-78a8900d],
.box_leverage_result[data-v-78a8900d],
.current_time[data-v-78a8900d],
.tab_box[data-v-78a8900d],
.tab_time[data-v-78a8900d] {
  position: relative
}

.copilot[data-v-78a8900d] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-78a8900d],
.copilot[data-v-78a8900d]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-78a8900d]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-78a8900d] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-78a8900d] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-78a8900d] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-78a8900d] {
  padding: 20px 15px
}

.copilot_foot[data-v-78a8900d],
.copilot_foot button[data-v-78a8900d] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-78a8900d] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-78a8900d] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-78a8900d],
.copilot.step_2[data-v-78a8900d] {
  top: 50px
}

.copilot.step_3[data-v-78a8900d],
.copilot.step_4[data-v-78a8900d],
.copilot.step_6[data-v-78a8900d],
.copilot.step_7[data-v-78a8900d],
.copilot.step_8[data-v-78a8900d] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-78a8900d] {
  top: 40px
}

.box_info_1[data-v-78a8900d] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-78a8900d] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-78a8900d] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-78a8900d]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-78a8900d] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-78a8900d] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-78a8900d] {
  height: 40px
}

.title_guide_1 span[data-v-78a8900d] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-78a8900d] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-78a8900d] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-78a8900d] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-78a8900d] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-78a8900d] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-78a8900d 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-78a8900d 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-78a8900d]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-78a8900d]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-78a8900d]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-78a8900d]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-78a8900d]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-78a8900d {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-78a8900d {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-78a8900d] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-78a8900d] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-78a8900d] {
    margin-top: 0
  }

  .sub_visual[data-v-78a8900d] {
    display: none
  }

  .box_sub_title[data-v-78a8900d] {
    padding: 0 20px
  }

  .box_sub_container[data-v-78a8900d] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-78a8900d] {
    display: block
  }

  .title_sub[data-v-78a8900d] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-78a8900d]:before {
    bottom: -5px
  }

  .title_sub[data-v-78a8900d]:after,
  .title_sub[data-v-78a8900d]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-78a8900d]:after {
    bottom: -3px
  }

  .sub_menu[data-v-78a8900d] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-78a8900d] {
    padding: 0
  }

  .box_sub_container[data-v-78a8900d] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-78a8900d] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-78a8900d] {
    display: none
  }

  .box_bg_deep[data-v-78a8900d] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-78a8900d] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-78a8900d] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-78a8900d] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-78a8900d],
  .result_buy div[data-v-78a8900d] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-78a8900d] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-78a8900d] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-78a8900d] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-78a8900d] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-78a8900d] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-78a8900d] {
    padding: 0 5px
  }

  .box_folder button[data-v-78a8900d] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-78a8900d] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-78a8900d] {
    padding: 0
  }

  .pagenation_type_1[data-v-78a8900d] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-78a8900d] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-78a8900d] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-78a8900d] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-78a8900d],
  .pagenation_type_1 .btn_last[data-v-78a8900d],
  .pagenation_type_1 .btn_next[data-v-78a8900d],
  .pagenation_type_1 .btn_prev[data-v-78a8900d] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-78a8900d] {
    color: #bbb
  }

  .title_medium[data-v-78a8900d] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-78a8900d]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-78a8900d]:first-of-type:hover,
  .game_bat.bet_three button[data-v-78a8900d]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-78a8900d]:nth-of-type(3):hover,
  .game_bat button[data-v-78a8900d]:first-of-type:hover,
  .game_bat button[data-v-78a8900d]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-78a8900d],
  .game_bat button.active span[data-v-78a8900d],
  .game_bat button:hover span[data-v-78a8900d] {
    color: #fff 
  }

  .bat_more[data-v-78a8900d]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-78a8900d],
  .bat_more[disabled][data-v-78a8900d]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-78a8900d]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-78a8900d]:first-of-type:hover,
  .game_bat_2 button[data-v-78a8900d]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-78a8900d],
  .game_bat_2 button.active[data-v-78a8900d]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-78a8900d]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-78a8900d] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-78a8900d] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-78a8900d]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-78a8900d]:hover,
  .pagenation_type_1 .btn_last[data-v-78a8900d]:hover,
  .pagenation_type_1 .btn_next[data-v-78a8900d]:hover,
  .pagenation_type_1 .btn_prev[data-v-78a8900d]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-78a8900d]:hover,
  .ul_game_item button[data-v-78a8900d]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.iframe_power_ball[data-v-78a8900d] {
  position: relative;
  width: 830px;
  height: 640px;
  margin: 0 auto
}

.iframe1[data-v-78a8900d] {
  width: 830px;
  height: 885px;
  transform-origin: top left;
  transition: all .5s ease-in-out 
}

.cover[data-v-78a8900d],
.iframe1[data-v-78a8900d] {
  position: absolute
}

.cover[data-v-78a8900d] {
  display: block ;
  top: 23.6%;
  left: 3.8%;
  width: 26%;
  height: 73%;
  border-top-left-radius: 10px;
  background-color: #0d1122
}

@media (max-width:767px) {
  .iframe_power_ball[data-v-78a8900d] {
    position: relative;
    width: 100%;
    overflow: hidden
  }
}
body [data-v-3eff7d52] {
  /* background: #141621; */
  overflow-y: hidden
}

[data-v-3eff7d52]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-3eff7d52]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-3eff7d52] {
  max-width: 1440px
}

.page-enter-active[data-v-3eff7d52],
.page-leave-active[data-v-3eff7d52] {
  transition: opacity .1s
}

.page-enter[data-v-3eff7d52],
.page-leave-to[data-v-3eff7d52] {
  opacity: 0
}

.b1[data-v-3eff7d52] {
  border: 1px solid red
}

.width-btn-100[data-v-3eff7d52] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-3eff7d52] {
  color: #e32028 
}

.main-color1-normal[data-v-3eff7d52] {
  color: #ff2152 
}

.main-color1-text[data-v-3eff7d52] {
  color: #ff9710 
}

.main-color1-deep[data-v-3eff7d52] {
  color: #ff6900 
}

.main-color1-light[data-v-3eff7d52] {
  color: #ff542e 
}

.color-white[data-v-3eff7d52] {
  color: #fff 
}

.main-color2-light[data-v-3eff7d52] {
  color: #a9da2b 
}

.main-color2[data-v-3eff7d52] {
  color: #67b628 
}

.main_color3_light[data-v-3eff7d52] {
  color: #ffc92f 
}

.main-color3[data-v-3eff7d52] {
  color: #febd02 
}

.main-color4[data-v-3eff7d52] {
  color: #7e93a6 
}

.main-color5-light[data-v-3eff7d52] {
  color: #42deda 
}

.main-color5[data-v-3eff7d52] {
  color: #01c8de 
}

.color-grey[data-v-3eff7d52] {
  color: #676c71 
}

.color-lightgrey[data-v-3eff7d52] {
  color: #ababab 
}

.color-deepgrey[data-v-3eff7d52] {
  color: #20222b 
}

.color-text-verylight[data-v-3eff7d52] {
  color: #80a7b8 
}

.color-text-light[data-v-3eff7d52] {
  color: #9a9aa7 
}

.color-text[data-v-3eff7d52] {
  color: #797986 
}

.color-text-deep[data-v-3eff7d52] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-3eff7d52] {
  color: #2f3b49 
}

.c_default[data-v-3eff7d52] {
  color: #fff 
}

.c_high[data-v-3eff7d52] {
  color: #ff1717 
}

.c_low[data-v-3eff7d52] {
  color: #0bf 
}

.c_buy_light[data-v-3eff7d52] {
  color: #fe5159 
}

.c_buy[data-v-3eff7d52] {
  color: #f14f57 
}

.bg_c_buy[data-v-3eff7d52] {
  background: #f14f57
}

.c_sell_light[data-v-3eff7d52] {
  color: #349bf0 
}

.c_sell[data-v-3eff7d52] {
  color: #3488db 
}

.bg_c_sell[data-v-3eff7d52] {
  background: #3488db
}

.c_ing[data-v-3eff7d52] {
  color: #fff 
}

.bg_ing[data-v-3eff7d52],
.bg_wait[data-v-3eff7d52] {
  background: #7e93a6 
}

.bg_background_deep[data-v-3eff7d52] {
  background: #000
}

.c_success[data-v-3eff7d52] {
  color: #1478f2 
}

.bg_success[data-v-3eff7d52] {
  background: #1478f2 
}

.c_complete[data-v-3eff7d52] {
  color: #fff 
}

.c_fail[data-v-3eff7d52] {
  color: #ff1e1e 
}

.bg_fail[data-v-3eff7d52] {
  background: #ff1e1e 
}

.c_cancel[data-v-3eff7d52] {
  color: #ff6900 
}

.bg_cancel[data-v-3eff7d52] {
  background: #ff6900 
}

.c_error[data-v-3eff7d52] {
  color: #ff6900 
}

.c_invaild[data-v-3eff7d52] {
  color: #999 
}

.bg_invaild[data-v-3eff7d52] {
  background: #666 
}

.bg_main[data-v-3eff7d52] {
  background: #e32028 
}

.bg_green_gra[data-v-3eff7d52] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-3eff7d52] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-3eff7d52] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-3eff7d52] {
  color: #ff5266 
}

.c_deposit_light[data-v-3eff7d52] {
  color: #a9da2b 
}

.c_deposit[data-v-3eff7d52] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-3eff7d52] {
  color: #ff8520 
}

.c_withdrawal[data-v-3eff7d52] {
  color: #ff6900 
}

.c_green[data-v-3eff7d52] {
  color: #009b1b 
}

.c_red[data-v-3eff7d52] {
  color: red 
}

.c_blue[data-v-3eff7d52] {
  color: #febd02 
}

.c_black[data-v-3eff7d52] {
  color: #000 
}

.bg_white[data-v-3eff7d52] {
  background: #fff 
}

.bg_green[data-v-3eff7d52] {
  background: #6dcb1b 
}

.box_c_ing[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-3eff7d52] {
  background: #f14f57
}

.box_c_buy[data-v-3eff7d52],
.box_c_invaild[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-3eff7d52] {
  background: #999
}

.box_c_sell[data-v-3eff7d52] {
  background: #3488db
}

.box_c_sell[data-v-3eff7d52],
.box_c_success[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-3eff7d52] {
  background: #ff6900
}

.box_c_fail[data-v-3eff7d52] {
  background: #67b628
}

.box_c_extedn[data-v-3eff7d52],
.box_c_fail[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-3eff7d52] {
  background: #43586c
}

.ps__rail-x[data-v-3eff7d52] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-3eff7d52],
.ps__rail-y[data-v-3eff7d52] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-3eff7d52] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-3eff7d52],
.ps--active-y>.ps__rail-y[data-v-3eff7d52] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-3eff7d52],
.ps--focus>.ps__rail-y[data-v-3eff7d52],
.ps--scrolling-x>.ps__rail-x[data-v-3eff7d52],
.ps--scrolling-y>.ps__rail-y[data-v-3eff7d52],
.ps:hover>.ps__rail-x[data-v-3eff7d52],
.ps:hover>.ps__rail-y[data-v-3eff7d52] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-3eff7d52],
.ps.ps__rail-x[data-v-3eff7d52]:focus,
.ps.ps__rail-x[data-v-3eff7d52]:hover,
.ps.ps__rail-y.ps--clicking[data-v-3eff7d52],
.ps.ps__rail-y[data-v-3eff7d52]:focus,
.ps.ps__rail-y[data-v-3eff7d52]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-3eff7d52] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-3eff7d52],
.ps__thumb-y[data-v-3eff7d52] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-3eff7d52] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-3eff7d52],
.ps__rail-x:focus>.ps__thumb-x[data-v-3eff7d52],
.ps__rail-x:hover>.ps__thumb-x[data-v-3eff7d52] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-3eff7d52],
.ps__rail-y:focus>.ps__thumb-y[data-v-3eff7d52],
.ps__rail-y:hover>.ps__thumb-y[data-v-3eff7d52] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-3eff7d52] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-3eff7d52] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-3eff7d52] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-3eff7d52] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-3eff7d52] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-3eff7d52] {
  display: none 
}

.toast-top-center[data-v-3eff7d52] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-3eff7d52] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-3eff7d52] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-3eff7d52] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-3eff7d52] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-3eff7d52],
.pagenation_type_1 .btn_last[data-v-3eff7d52],
.pagenation_type_1 .btn_next[data-v-3eff7d52],
.pagenation_type_1 .btn_prev[data-v-3eff7d52] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-3eff7d52] {
  color: #bbb
}

.wrap_type_3[data-v-3eff7d52] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-3eff7d52] {
  background: #0b0c10
}

.container_left[data-v-3eff7d52],
.container_left_md[data-v-3eff7d52] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-3eff7d52] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-3eff7d52] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-3eff7d52] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-3eff7d52] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-3eff7d52]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-3eff7d52] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-3eff7d52] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-3eff7d52] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-3eff7d52] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-3eff7d52]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-3eff7d52]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-3eff7d52],
.container_center_3_mini>div[data-v-3eff7d52] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-3eff7d52] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-3eff7d52]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-3eff7d52]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-3eff7d52] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-3eff7d52]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-3eff7d52]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-3eff7d52] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-3eff7d52]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-3eff7d52]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-3eff7d52] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-3eff7d52] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-3eff7d52],
.bg_grad_1_x[data-v-3eff7d52] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-3eff7d52] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-3eff7d52] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-3eff7d52] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-3eff7d52],
.bg_normal_2[data-v-3eff7d52] {
  background: #141621
}

.btn_left_close[data-v-3eff7d52],
.btn_left_control[data-v-3eff7d52],
.btn_right_close[data-v-3eff7d52],
.right_screen[data-v-3eff7d52] {
  display: none
}

.box_logo[data-v-3eff7d52] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-3eff7d52] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-3eff7d52] {
  display: none
}

.text_dot[data-v-3eff7d52] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-3eff7d52 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-3eff7d52 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-3eff7d52] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-3eff7d52] {
  background: #fff 
}

.bat_more.active i[data-v-3eff7d52] {
  color: #000 
}

.btn_no_disabled[data-v-3eff7d52] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-3eff7d52] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-3eff7d52] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-3eff7d52],
.game_bat_2 button[data-v-3eff7d52]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-3eff7d52]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-3eff7d52] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-3eff7d52] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-3eff7d52]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-3eff7d52] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-3eff7d52] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-3eff7d52] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-3eff7d52],
.title_logo[data-v-3eff7d52] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-3eff7d52] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-3eff7d52] {
  height: 22px
}

.tab[data-v-3eff7d52] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-3eff7d52]:last-child {
  width: 100%
}

.tab li[data-v-3eff7d52]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-3eff7d52] {
  width: 50%
}

.tab li[data-v-3eff7d52]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-3eff7d52] {
  width: 33.333333333333%
}

.tab li[data-v-3eff7d52]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-3eff7d52] {
  width: 25%
}

.tab li[data-v-3eff7d52]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-3eff7d52] {
  width: 20%
}

.tab li[data-v-3eff7d52]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-3eff7d52] {
  width: 16.66666666666667%
}

.tab li button[data-v-3eff7d52] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-3eff7d52] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-3eff7d52]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-3eff7d52] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-3eff7d52] {
  border: 0
}

.wrap_sports_detail li[data-v-3eff7d52] {
  width: 100%
}

.wrap_sports_detail li[data-v-3eff7d52]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-3eff7d52]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-3eff7d52] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-3eff7d52] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-3eff7d52],
.detail_num>button[data-v-3eff7d52] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-3eff7d52] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-3eff7d52] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-3eff7d52]:last-child {
  width: 100%
}

.detail_num button[data-v-3eff7d52]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-3eff7d52] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-3eff7d52]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-3eff7d52] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-3eff7d52] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-3eff7d52] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-3eff7d52] {
  color: #fff 
}

.detail_num>button .up[data-v-3eff7d52]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-3eff7d52]:after,
.detail_num>button .up[data-v-3eff7d52]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3eff7d52 1s ease-in-out 5;
  animation: blink-data-v-3eff7d52 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-3eff7d52]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-3eff7d52] {
  background: #f4053a
}

.detail_num>button.active i[data-v-3eff7d52] {
  color: #000
}

.detail_num>button .text-allocation[data-v-3eff7d52] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-3eff7d52] {
  color: #000 
}

.sports_bet_close[data-v-3eff7d52] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-3eff7d52],
.sports_bet_close[data-v-3eff7d52]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-3eff7d52]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-3eff7d52] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-3eff7d52],
.sports_bet_close_all[data-v-3eff7d52]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-3eff7d52]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-3eff7d52] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-3eff7d52]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-3eff7d52] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-3eff7d52]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-3eff7d52] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-3eff7d52],
.market_all_close[data-v-3eff7d52]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-3eff7d52]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-3eff7d52] {
    display: none
  }
}

.vjs-control-bar[data-v-3eff7d52] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-3eff7d52] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-3eff7d52] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-3eff7d52] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-3eff7d52]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-3eff7d52] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-3eff7d52]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-3eff7d52] {
  color: #fff 
}

.vjs-big-play-button[data-v-3eff7d52]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-3eff7d52],
  .detail_num button[data-v-3eff7d52]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-3eff7d52] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-3eff7d52]:nth-of-type(2),
  .game_bat button[data-v-3eff7d52]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-3eff7d52]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-3eff7d52] {
    width: 100%
  }

  .market_all_close[data-v-3eff7d52]:after,
  .market_domestic_all_close[data-v-3eff7d52]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-3eff7d52],
  .game_bat button:nth-of-type(3) i[data-v-3eff7d52] {
    display: none 
  }
}

.mini_bet_close[data-v-3eff7d52] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-3eff7d52],
.mini_bet_close[data-v-3eff7d52]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-3eff7d52]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-3eff7d52] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-3eff7d52] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-3eff7d52] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-3eff7d52]:first-of-type,
.flex_2dan div[data-v-3eff7d52]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-3eff7d52] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-3eff7d52]:first-of-type,
.flex_3dan div[data-v-3eff7d52]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-3eff7d52]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-3eff7d52] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-3eff7d52] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-3eff7d52] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-3eff7d52] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-3eff7d52] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-3eff7d52] {
  height: 40px
}

.mini_game_info[data-v-3eff7d52],
.mini_game_info span[data-v-3eff7d52]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-3eff7d52]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-3eff7d52] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-3eff7d52] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-3eff7d52]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-3eff7d52] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-3eff7d52] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-3eff7d52] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-3eff7d52] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-3eff7d52]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-3eff7d52] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-3eff7d52]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-3eff7d52] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-3eff7d52]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-3eff7d52] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-3eff7d52]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-3eff7d52] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-3eff7d52]:first-child,
.ul_game_item.item_10 li[data-v-3eff7d52]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-3eff7d52]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-3eff7d52] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-3eff7d52],
.ul_game_item button i[data-v-3eff7d52] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-3eff7d52] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-3eff7d52] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-3eff7d52] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-3eff7d52] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-3eff7d52] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-3eff7d52] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-3eff7d52] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-3eff7d52] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-3eff7d52] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-3eff7d52] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-3eff7d52] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-3eff7d52] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-3eff7d52] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-3eff7d52] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-3eff7d52] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-3eff7d52] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-3eff7d52] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-3eff7d52] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-3eff7d52] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-3eff7d52] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-3eff7d52] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-3eff7d52] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-3eff7d52] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-3eff7d52] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-3eff7d52] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-3eff7d52] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-3eff7d52] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-3eff7d52] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-3eff7d52] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-3eff7d52] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-3eff7d52] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-3eff7d52] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-3eff7d52] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-3eff7d52] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-3eff7d52] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-3eff7d52] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-3eff7d52]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-3eff7d52]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-3eff7d52]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-3eff7d52] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-3eff7d52] {
    display: none
  }

  .flex_1dan ul[data-v-3eff7d52] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-3eff7d52]:first-of-type,
  .flex_3dan div[data-v-3eff7d52]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-3eff7d52]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-3eff7d52] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-3eff7d52]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-3eff7d52]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-3eff7d52]:first-of-type,
  .flex_3dan div[data-v-3eff7d52]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-3eff7d52]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-3eff7d52] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-3eff7d52] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-3eff7d52] {
    width: 100%
  }

  .flex_3dan div[data-v-3eff7d52]:first-of-type,
  .flex_3dan div[data-v-3eff7d52]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-3eff7d52]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-3eff7d52] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-3eff7d52] {
    width: 100%
  }

  .ul_game_item2 li[data-v-3eff7d52]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-3eff7d52]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-3eff7d52]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-3eff7d52]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-3eff7d52]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-3eff7d52] {
    padding: 101px 280px 0
  }

  .container_left[data-v-3eff7d52],
  .container_left_md[data-v-3eff7d52],
  .container_right[data-v-3eff7d52] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-3eff7d52]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-3eff7d52]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-3eff7d52]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-3eff7d52]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-3eff7d52] {
    padding-left: 40px
  }

  .container_left[data-v-3eff7d52] {
    display: none
  }

  .btn_left_control[data-v-3eff7d52] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-3eff7d52],
  .btn_left_control i[data-v-3eff7d52] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-3eff7d52] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-3eff7d52] {
    width: 26px
  }

  .btn_left_close[data-v-3eff7d52] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-3eff7d52] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-3eff7d52] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-3eff7d52]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-3eff7d52]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-3eff7d52]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-3eff7d52]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-3eff7d52]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-3eff7d52]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-3eff7d52] {
    display: block
  }

  .no-display-1600[data-v-3eff7d52] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-3eff7d52]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-3eff7d52]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-3eff7d52] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-3eff7d52] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-3eff7d52]:first-of-type,
  .container_center_2_mini>div>div[data-v-3eff7d52]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-3eff7d52] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-3eff7d52]:first-of-type,
  .container_center_3_mini>div>div[data-v-3eff7d52]:nth-of-type(2),
  .container_center_4_mini>div[data-v-3eff7d52]:first-of-type,
  .container_center_4_mini>div[data-v-3eff7d52]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-3eff7d52] {
    padding-right: 0
  }

  .container_right[data-v-3eff7d52] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-3eff7d52] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-3eff7d52] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-3eff7d52] {
    width: 26px
  }

  .container_right .right_screen[data-v-3eff7d52] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-3eff7d52] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-3eff7d52],
  .btn_left_control[data-v-3eff7d52],
  .container_left[data-v-3eff7d52] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-3eff7d52] {
    padding: 0
  }

  .mobile_scroll[data-v-3eff7d52] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-3eff7d52] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-3eff7d52],
.title_info_s[data-v-3eff7d52] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-3eff7d52] {
  font-size: 1.8rem
}

.title_info_s[data-v-3eff7d52]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-3eff7d52] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-3eff7d52] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-3eff7d52] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-3eff7d52] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-3eff7d52] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-3eff7d52] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-3eff7d52] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-3eff7d52] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-3eff7d52] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-3eff7d52] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-3eff7d52] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-3eff7d52] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-3eff7d52] {
  position: relative
}

.sub_visual_wallet img[data-v-3eff7d52] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-3eff7d52] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-3eff7d52] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-3eff7d52] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-3eff7d52] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-3eff7d52]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-3eff7d52],
.menu_wallet>li button[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-3eff7d52],
.menu_wallet>li button.active[data-v-3eff7d52] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-3eff7d52] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-3eff7d52]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-3eff7d52] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-3eff7d52] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-3eff7d52] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-3eff7d52] {
  position: relative
}

.wallet_form button[data-v-3eff7d52] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-3eff7d52] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-3eff7d52] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-3eff7d52] {
  background: #141621 
}

h2.title_trade[data-v-3eff7d52] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-3eff7d52] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-3eff7d52] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-3eff7d52] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-3eff7d52],
.result_buy div[data-v-3eff7d52] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-3eff7d52] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-3eff7d52] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-3eff7d52] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-3eff7d52] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-3eff7d52] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-3eff7d52] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-3eff7d52] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-3eff7d52] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-3eff7d52],
.sub_visual.s_02[data-v-3eff7d52],
.sub_visual.s_03[data-v-3eff7d52],
.sub_visual.s_04[data-v-3eff7d52],
.sub_visual.s_05[data-v-3eff7d52],
.sub_visual.s_06[data-v-3eff7d52],
.sub_visual.s_07[data-v-3eff7d52],
.sub_visual.s_08[data-v-3eff7d52] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-3eff7d52] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-3eff7d52] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-3eff7d52] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-3eff7d52],
.sub_menu a[data-v-3eff7d52] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-3eff7d52] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-3eff7d52] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-3eff7d52],
.sub_menu a.nuxt-link-active[data-v-3eff7d52] {
  color: #e32028
}

.sub_tab ul[data-v-3eff7d52] {
  overflow: hidden
}

.sub_tab ul li[data-v-3eff7d52] {
  float: left
}

.sub_tab ul li a[data-v-3eff7d52] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-3eff7d52],
.sub_tab ul li a.active[data-v-3eff7d52] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-3eff7d52]:before,
.sub_tab ul li a.active[data-v-3eff7d52]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-3eff7d52] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-3eff7d52] {
  font-size: 2.2rem
}

.title_big[data-v-3eff7d52],
.title_normal[data-v-3eff7d52] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-3eff7d52] {
  font-size: 1.8rem
}

.title_small[data-v-3eff7d52] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-3eff7d52] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-3eff7d52] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-3eff7d52],
.title_tiny[data-v-3eff7d52] {
  position: relative;
  color: #fff
}

.title_sub[data-v-3eff7d52] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-3eff7d52]:before {
  bottom: -5px
}

.title_sub[data-v-3eff7d52]:after,
.title_sub[data-v-3eff7d52]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-3eff7d52]:after {
  bottom: -3px
}

.title_sub_1[data-v-3eff7d52] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-3eff7d52]:before {
  bottom: -5px
}

.title_sub_1[data-v-3eff7d52]:after,
.title_sub_1[data-v-3eff7d52]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-3eff7d52]:after {
  bottom: -3px
}

.title_sm[data-v-3eff7d52] {
  display: none
}

.title_hexa[data-v-3eff7d52] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-3eff7d52],
.title_hexa i[data-v-3eff7d52] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-3eff7d52] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-3eff7d52] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-3eff7d52] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-3eff7d52],
.title_hexa.t_on i[data-v-3eff7d52] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-3eff7d52] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-3eff7d52] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-3eff7d52] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-3eff7d52] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-3eff7d52] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-3eff7d52] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-3eff7d52] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-3eff7d52]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-3eff7d52]:first-of-type,
.sports_list li>div[data-v-3eff7d52]:nth-of-type(2),
.sports_list li>div[data-v-3eff7d52]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-3eff7d52] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-3eff7d52]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-3eff7d52] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-3eff7d52] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-3eff7d52] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-3eff7d52]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-3eff7d52] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-3eff7d52] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-3eff7d52],
.game_bat button[data-v-3eff7d52] {
  position: relative
}

.game_bat button[data-v-3eff7d52]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-3eff7d52] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-3eff7d52] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-3eff7d52] {
  margin-right: 5px
}

.game_bat button[data-v-3eff7d52]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-3eff7d52] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-3eff7d52] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-3eff7d52] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-3eff7d52],
.game_bat button:nth-of-type(3) i img[data-v-3eff7d52] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-3eff7d52]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-3eff7d52]:nth-of-type(2),
.game_bat button[data-v-3eff7d52]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-3eff7d52]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-3eff7d52],
.game_bat button.active[data-v-3eff7d52] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-3eff7d52]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-3eff7d52]:after,
.game_bat button:first-of-type .up[data-v-3eff7d52]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3eff7d52 1s ease-in-out 5;
  animation: blink-data-v-3eff7d52 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-3eff7d52]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-3eff7d52]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-3eff7d52]:after,
.game_bat button:nth-of-type(2) .up[data-v-3eff7d52]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3eff7d52 1s ease-in-out 5;
  animation: blink-data-v-3eff7d52 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-3eff7d52]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-3eff7d52]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-3eff7d52]:after,
.game_bat button:nth-of-type(3) .up[data-v-3eff7d52]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-3eff7d52 1s ease-in-out 5;
  animation: blink-data-v-3eff7d52 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-3eff7d52]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-3eff7d52] {
  padding: 0
}

.box_folder[data-v-3eff7d52],
.box_folder button[data-v-3eff7d52] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-3eff7d52] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-3eff7d52] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-3eff7d52]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-3eff7d52] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-3eff7d52]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-3eff7d52] {
  flex-wrap: wrap
}

.bank_info[data-v-3eff7d52],
.bank_info li[data-v-3eff7d52] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-3eff7d52] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-3eff7d52]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-3eff7d52] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-3eff7d52] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-3eff7d52] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-3eff7d52] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-3eff7d52] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-3eff7d52] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-3eff7d52] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-3eff7d52] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-3eff7d52] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-3eff7d52] {
  margin-right: 10px
}

.box_text_type_1[data-v-3eff7d52] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-3eff7d52],
.box_text_type_1 i[data-v-3eff7d52] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-3eff7d52] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-3eff7d52] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-3eff7d52],
.wl_tip[data-v-3eff7d52] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-3eff7d52],
.wl_tip ul li[data-v-3eff7d52] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-3eff7d52] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-3eff7d52] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-3eff7d52] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-3eff7d52],
.wl_waring ul li[data-v-3eff7d52] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-3eff7d52] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-3eff7d52] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-3eff7d52] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-3eff7d52] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-3eff7d52] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-3eff7d52] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-3eff7d52 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-3eff7d52 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-3eff7d52] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-3eff7d52] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-3eff7d52] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-3eff7d52],
.box_fx_buy_sell[data-v-3eff7d52],
.box_fx_result[data-v-3eff7d52],
.box_leverage_result[data-v-3eff7d52],
.current_time[data-v-3eff7d52],
.tab_box[data-v-3eff7d52],
.tab_time[data-v-3eff7d52] {
  position: relative
}

.copilot[data-v-3eff7d52] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-3eff7d52],
.copilot[data-v-3eff7d52]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-3eff7d52]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-3eff7d52] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-3eff7d52] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-3eff7d52] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-3eff7d52] {
  padding: 20px 15px
}

.copilot_foot[data-v-3eff7d52],
.copilot_foot button[data-v-3eff7d52] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-3eff7d52] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-3eff7d52] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-3eff7d52],
.copilot.step_2[data-v-3eff7d52] {
  top: 50px
}

.copilot.step_3[data-v-3eff7d52],
.copilot.step_4[data-v-3eff7d52],
.copilot.step_6[data-v-3eff7d52],
.copilot.step_7[data-v-3eff7d52],
.copilot.step_8[data-v-3eff7d52] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-3eff7d52] {
  top: 40px
}

.box_info_1[data-v-3eff7d52] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-3eff7d52] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-3eff7d52] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-3eff7d52]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-3eff7d52] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-3eff7d52] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-3eff7d52] {
  height: 40px
}

.title_guide_1 span[data-v-3eff7d52] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-3eff7d52] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-3eff7d52] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-3eff7d52] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-3eff7d52] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-3eff7d52] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-3eff7d52 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-3eff7d52 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-3eff7d52]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-3eff7d52]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-3eff7d52]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-3eff7d52]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-3eff7d52]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-3eff7d52 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-3eff7d52 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-3eff7d52] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-3eff7d52] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-3eff7d52] {
    margin-top: 0
  }

  .sub_visual[data-v-3eff7d52] {
    display: none
  }

  .box_sub_title[data-v-3eff7d52] {
    padding: 0 20px
  }

  .box_sub_container[data-v-3eff7d52] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-3eff7d52] {
    display: block
  }

  .title_sub[data-v-3eff7d52] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-3eff7d52]:before {
    bottom: -5px
  }

  .title_sub[data-v-3eff7d52]:after,
  .title_sub[data-v-3eff7d52]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-3eff7d52]:after {
    bottom: -3px
  }

  .sub_menu[data-v-3eff7d52] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-3eff7d52] {
    padding: 0
  }

  .box_sub_container[data-v-3eff7d52] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-3eff7d52] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-3eff7d52] {
    display: none
  }

  .box_bg_deep[data-v-3eff7d52] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-3eff7d52] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-3eff7d52] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-3eff7d52] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-3eff7d52],
  .result_buy div[data-v-3eff7d52] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-3eff7d52] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-3eff7d52] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-3eff7d52] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-3eff7d52] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-3eff7d52] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-3eff7d52] {
    padding: 0 5px
  }

  .box_folder button[data-v-3eff7d52] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-3eff7d52] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-3eff7d52] {
    padding: 0
  }

  .pagenation_type_1[data-v-3eff7d52] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-3eff7d52] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-3eff7d52] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-3eff7d52] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-3eff7d52],
  .pagenation_type_1 .btn_last[data-v-3eff7d52],
  .pagenation_type_1 .btn_next[data-v-3eff7d52],
  .pagenation_type_1 .btn_prev[data-v-3eff7d52] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-3eff7d52] {
    color: #bbb
  }

  .title_medium[data-v-3eff7d52] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-3eff7d52]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-3eff7d52]:first-of-type:hover,
  .game_bat.bet_three button[data-v-3eff7d52]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-3eff7d52]:nth-of-type(3):hover,
  .game_bat button[data-v-3eff7d52]:first-of-type:hover,
  .game_bat button[data-v-3eff7d52]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-3eff7d52],
  .game_bat button.active span[data-v-3eff7d52],
  .game_bat button:hover span[data-v-3eff7d52] {
    color: #fff 
  }

  .bat_more[data-v-3eff7d52]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-3eff7d52],
  .bat_more[disabled][data-v-3eff7d52]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-3eff7d52]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-3eff7d52]:first-of-type:hover,
  .game_bat_2 button[data-v-3eff7d52]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-3eff7d52],
  .game_bat_2 button.active[data-v-3eff7d52]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-3eff7d52]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-3eff7d52] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-3eff7d52] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-3eff7d52]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-3eff7d52]:hover,
  .pagenation_type_1 .btn_last[data-v-3eff7d52]:hover,
  .pagenation_type_1 .btn_next[data-v-3eff7d52]:hover,
  .pagenation_type_1 .btn_prev[data-v-3eff7d52]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-3eff7d52]:hover,
  .ul_game_item button[data-v-3eff7d52]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.menu_virtual[data-v-3eff7d52] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1px
}

.menu_virtual>li[data-v-3eff7d52] {
  width: calc(50% - 1px)
}

.menu_virtual>li[data-v-3eff7d52]:first-of-type {
  width: 50%
}

.menu_virtual li a[data-v-3eff7d52] {
  text-indent: -9999px
}

.menu_virtual>li:first-of-type img[data-v-3eff7d52] {
  height: 16px
}

.menu_virtual>li:nth-of-type(2) img[data-v-3eff7d52] {
  height: 14px
}

.menu_virtual>li a[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_virtual>li a.nuxt-link-active[data-v-3eff7d52] {
  color: #e32028;
  border: 1px solid #e32028;
  background: rgba(237, 32, 40, .2)
}

.menu_virtual_1[data-v-3eff7d52] {
  display: flex;
  justify-content: space-between;
  margin: 1px 0 10px
}

.menu_virtual_1>li[data-v-3eff7d52] {
  width: calc(25% - 1px)
}

.menu_virtual_1>li[data-v-3eff7d52]:first-of-type {
  width: 25%
}

.menu_virtual_1>li a[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_virtual_1>li a.nuxt-link-active[data-v-3eff7d52] {
  color: #e32028;
  border: 1px solid #e32028;
  background: #1b1b23
}

.menu_virtual_1>li .a.nuxt-link-active[data-v-3eff7d52] {
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #2c2c34
}

.menu_virtual_2[data-v-3eff7d52] {
  display: flex;
  justify-content: space-between;
  margin: 1px 0 10px
}

.menu_virtual_2>li[data-v-3eff7d52] {
  width: calc(20% - 1px)
}

.menu_virtual_2>li[data-v-3eff7d52]:first-of-type {
  width: 20%
}

.menu_virtual_2>li a[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_virtual_2>li a.nuxt-link-active[data-v-3eff7d52] {
  color: #e32028;
  border: 1px solid #e32028;
  background: #1b1b23
}

.menu_virtual_2>li .a.nuxt-link-active[data-v-3eff7d52] {
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #2c2c34
}

.menu_min_new[data-v-3eff7d52] {
  display: flex;
  justify-content: space-between;
  margin: 1px 0 10px
}

.menu_min_new>li[data-v-3eff7d52] {
  width: calc(16.66667% - 1px)
}

.menu_min_new>li[data-v-3eff7d52]:first-of-type {
  width: 16.66666666666667%
}

.menu_min_new>li a[data-v-3eff7d52] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_min_new>li a.nuxt-link-active[data-v-3eff7d52] {
  color: #e32028;
  border: 1px solid #e32028;
  background: #1b1b23
}

.menu_min_new>li .a.nuxt-link-active[data-v-3eff7d52] {
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  background: #2c2c34
}

@media (max-width:767px) {
  .menu_min_new[data-v-3eff7d52] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1px 0 10px
  }

  .menu_min_new>li[data-v-3eff7d52] {
    width: calc(33.33333% - 1px)
  }

  .menu_min_new>li[data-v-3eff7d52]:first-of-type,
  .menu_min_new>li[data-v-3eff7d52]:nth-of-type(4) {
    width: 33%
  }

  .menu_min_new>li a[data-v-3eff7d52] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 1.5rem;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: #2c2c34;
    padding-bottom: 2px
  }

  .menu_min_new>li a.nuxt-link-active[data-v-3eff7d52] {
    color: #e32028;
    border: 1px solid #e32028;
    background: #1b1b23
  }

  .menu_min_new>li .a.nuxt-link-active[data-v-3eff7d52] {
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: #2c2c34
  }
}
body [data-v-d71acec4] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-d71acec4]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-d71acec4]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-d71acec4] {
  max-width: 1440px
}

.page-enter-active[data-v-d71acec4],
.page-leave-active[data-v-d71acec4] {
  transition: opacity .1s
}

.page-enter[data-v-d71acec4],
.page-leave-to[data-v-d71acec4] {
  opacity: 0
}

.b1[data-v-d71acec4] {
  border: 1px solid red
}

.width-btn-100[data-v-d71acec4] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-d71acec4] {
  color: #e32028 
}

.main-color1-normal[data-v-d71acec4] {
  color: #ff2152 
}

.main-color1-text[data-v-d71acec4] {
  color: #ff9710 
}

.main-color1-deep[data-v-d71acec4] {
  color: #ff6900 
}

.main-color1-light[data-v-d71acec4] {
  color: #ff542e 
}

.color-white[data-v-d71acec4] {
  color: #fff 
}

.main-color2-light[data-v-d71acec4] {
  color: #a9da2b 
}

.main-color2[data-v-d71acec4] {
  color: #67b628 
}

.main_color3_light[data-v-d71acec4] {
  color: #ffc92f 
}

.main-color3[data-v-d71acec4] {
  color: #febd02 
}

.main-color4[data-v-d71acec4] {
  color: #7e93a6 
}

.main-color5-light[data-v-d71acec4] {
  color: #42deda 
}

.main-color5[data-v-d71acec4] {
  color: #01c8de 
}

.color-grey[data-v-d71acec4] {
  color: #676c71 
}

.color-lightgrey[data-v-d71acec4] {
  color: #ababab 
}

.color-deepgrey[data-v-d71acec4] {
  color: #20222b 
}

.color-text-verylight[data-v-d71acec4] {
  color: #80a7b8 
}

.color-text-light[data-v-d71acec4] {
  color: #9a9aa7 
}

.color-text[data-v-d71acec4] {
  color: #797986 
}

.color-text-deep[data-v-d71acec4] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-d71acec4] {
  color: #2f3b49 
}

.c_default[data-v-d71acec4] {
  color: #fff 
}

.c_high[data-v-d71acec4] {
  color: #ff1717 
}

.c_low[data-v-d71acec4] {
  color: #0bf 
}

.c_buy_light[data-v-d71acec4] {
  color: #fe5159 
}

.c_buy[data-v-d71acec4] {
  color: #f14f57 
}

.bg_c_buy[data-v-d71acec4] {
  background: #f14f57
}

.c_sell_light[data-v-d71acec4] {
  color: #349bf0 
}

.c_sell[data-v-d71acec4] {
  color: #3488db 
}

.bg_c_sell[data-v-d71acec4] {
  background: #3488db
}

.c_ing[data-v-d71acec4] {
  color: #fff 
}

.bg_ing[data-v-d71acec4],
.bg_wait[data-v-d71acec4] {
  background: #7e93a6 
}

.bg_background_deep[data-v-d71acec4] {
  background: #000
}

.c_success[data-v-d71acec4] {
  color: #1478f2 
}

.bg_success[data-v-d71acec4] {
  background: #1478f2 
}

.c_complete[data-v-d71acec4] {
  color: #fff 
}

.c_fail[data-v-d71acec4] {
  color: #ff1e1e 
}

.bg_fail[data-v-d71acec4] {
  background: #ff1e1e 
}

.c_cancel[data-v-d71acec4] {
  color: #ff6900 
}

.bg_cancel[data-v-d71acec4] {
  background: #ff6900 
}

.c_error[data-v-d71acec4] {
  color: #ff6900 
}

.c_invaild[data-v-d71acec4] {
  color: #999 
}

.bg_invaild[data-v-d71acec4] {
  background: #666 
}

.bg_main[data-v-d71acec4] {
  background: #e32028 
}

.bg_green_gra[data-v-d71acec4] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-d71acec4] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-d71acec4] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-d71acec4] {
  color: #ff5266 
}

.c_deposit_light[data-v-d71acec4] {
  color: #a9da2b 
}

.c_deposit[data-v-d71acec4] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-d71acec4] {
  color: #ff8520 
}

.c_withdrawal[data-v-d71acec4] {
  color: #ff6900 
}

.c_green[data-v-d71acec4] {
  color: #009b1b 
}

.c_red[data-v-d71acec4] {
  color: red 
}

.c_blue[data-v-d71acec4] {
  color: #febd02 
}

.c_black[data-v-d71acec4] {
  color: #000 
}

.bg_white[data-v-d71acec4] {
  background: #fff 
}

.bg_green[data-v-d71acec4] {
  background: #6dcb1b 
}

.box_c_ing[data-v-d71acec4] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-d71acec4] {
  background: #f14f57
}

.box_c_buy[data-v-d71acec4],
.box_c_invaild[data-v-d71acec4] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-d71acec4] {
  background: #999
}

.box_c_sell[data-v-d71acec4] {
  background: #3488db
}

.box_c_sell[data-v-d71acec4],
.box_c_success[data-v-d71acec4] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-d71acec4] {
  background: #ff6900
}

.box_c_fail[data-v-d71acec4] {
  background: #67b628
}

.box_c_extedn[data-v-d71acec4],
.box_c_fail[data-v-d71acec4] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-d71acec4] {
  background: #43586c
}

.ps__rail-x[data-v-d71acec4] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-d71acec4],
.ps__rail-y[data-v-d71acec4] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-d71acec4] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-d71acec4],
.ps--active-y>.ps__rail-y[data-v-d71acec4] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-d71acec4],
.ps--focus>.ps__rail-y[data-v-d71acec4],
.ps--scrolling-x>.ps__rail-x[data-v-d71acec4],
.ps--scrolling-y>.ps__rail-y[data-v-d71acec4],
.ps:hover>.ps__rail-x[data-v-d71acec4],
.ps:hover>.ps__rail-y[data-v-d71acec4] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-d71acec4],
.ps.ps__rail-x[data-v-d71acec4]:focus,
.ps.ps__rail-x[data-v-d71acec4]:hover,
.ps.ps__rail-y.ps--clicking[data-v-d71acec4],
.ps.ps__rail-y[data-v-d71acec4]:focus,
.ps.ps__rail-y[data-v-d71acec4]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-d71acec4] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-d71acec4],
.ps__thumb-y[data-v-d71acec4] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-d71acec4] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-d71acec4],
.ps__rail-x:focus>.ps__thumb-x[data-v-d71acec4],
.ps__rail-x:hover>.ps__thumb-x[data-v-d71acec4] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-d71acec4],
.ps__rail-y:focus>.ps__thumb-y[data-v-d71acec4],
.ps__rail-y:hover>.ps__thumb-y[data-v-d71acec4] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-d71acec4] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-d71acec4] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-d71acec4] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-d71acec4] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-d71acec4] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-d71acec4] {
  display: none 
}

.toast-top-center[data-v-d71acec4] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-d71acec4] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-d71acec4] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-d71acec4] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-d71acec4] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-d71acec4],
.pagenation_type_1 .btn_last[data-v-d71acec4],
.pagenation_type_1 .btn_next[data-v-d71acec4],
.pagenation_type_1 .btn_prev[data-v-d71acec4] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-d71acec4] {
  color: #bbb
}

.wrap_type_3[data-v-d71acec4] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-d71acec4] {
  background: #0b0c10
}

.container_left[data-v-d71acec4],
.container_left_md[data-v-d71acec4] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-d71acec4] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-d71acec4] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-d71acec4] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-d71acec4] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-d71acec4]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-d71acec4] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-d71acec4] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-d71acec4] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-d71acec4] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-d71acec4]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-d71acec4]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-d71acec4],
.container_center_3_mini>div[data-v-d71acec4] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-d71acec4] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-d71acec4]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-d71acec4]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-d71acec4] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-d71acec4]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-d71acec4]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-d71acec4] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-d71acec4]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-d71acec4]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-d71acec4] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-d71acec4] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-d71acec4],
.bg_grad_1_x[data-v-d71acec4] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-d71acec4] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-d71acec4] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-d71acec4] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-d71acec4],
.bg_normal_2[data-v-d71acec4] {
  background: #141621
}

.btn_left_close[data-v-d71acec4],
.btn_left_control[data-v-d71acec4],
.btn_right_close[data-v-d71acec4],
.right_screen[data-v-d71acec4] {
  display: none
}

.box_logo[data-v-d71acec4] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-d71acec4] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-d71acec4] {
  display: none
}

.text_dot[data-v-d71acec4] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-d71acec4 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-d71acec4 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-d71acec4] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-d71acec4] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-d71acec4] {
  background: #fff 
}

.bat_more.active i[data-v-d71acec4] {
  color: #000 
}

.btn_no_disabled[data-v-d71acec4] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-d71acec4] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-d71acec4] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-d71acec4],
.game_bat_2 button[data-v-d71acec4]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-d71acec4]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-d71acec4] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-d71acec4] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-d71acec4]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-d71acec4] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-d71acec4] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-d71acec4] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-d71acec4],
.title_logo[data-v-d71acec4] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-d71acec4] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-d71acec4] {
  height: 22px
}

.tab[data-v-d71acec4] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-d71acec4]:last-child {
  width: 100%
}

.tab li[data-v-d71acec4]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-d71acec4] {
  width: 50%
}

.tab li[data-v-d71acec4]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-d71acec4] {
  width: 33.333333333333%
}

.tab li[data-v-d71acec4]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-d71acec4] {
  width: 25%
}

.tab li[data-v-d71acec4]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-d71acec4] {
  width: 20%
}

.tab li[data-v-d71acec4]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-d71acec4] {
  width: 16.66666666666667%
}

.tab li button[data-v-d71acec4] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-d71acec4] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-d71acec4]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-d71acec4] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-d71acec4] {
  border: 0
}

.wrap_sports_detail li[data-v-d71acec4] {
  width: 100%
}

.wrap_sports_detail li[data-v-d71acec4]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-d71acec4]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-d71acec4] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-d71acec4] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-d71acec4],
.detail_num>button[data-v-d71acec4] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-d71acec4] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-d71acec4] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-d71acec4]:last-child {
  width: 100%
}

.detail_num button[data-v-d71acec4]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-d71acec4] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-d71acec4]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-d71acec4] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-d71acec4] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-d71acec4] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-d71acec4] {
  color: #fff 
}

.detail_num>button .up[data-v-d71acec4]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-d71acec4]:after,
.detail_num>button .up[data-v-d71acec4]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-d71acec4 1s ease-in-out 5;
  animation: blink-data-v-d71acec4 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-d71acec4]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-d71acec4] {
  background: #f4053a
}

.detail_num>button.active i[data-v-d71acec4] {
  color: #000
}

.detail_num>button .text-allocation[data-v-d71acec4] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-d71acec4] {
  color: #000 
}

.sports_bet_close[data-v-d71acec4] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-d71acec4],
.sports_bet_close[data-v-d71acec4]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-d71acec4]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-d71acec4] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-d71acec4],
.sports_bet_close_all[data-v-d71acec4]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-d71acec4]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-d71acec4] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-d71acec4]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-d71acec4] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-d71acec4]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-d71acec4] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-d71acec4],
.market_all_close[data-v-d71acec4]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-d71acec4]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-d71acec4] {
    display: none
  }
}

.vjs-control-bar[data-v-d71acec4] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-d71acec4] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-d71acec4] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-d71acec4] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-d71acec4]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-d71acec4] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-d71acec4]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-d71acec4] {
  color: #fff 
}

.vjs-big-play-button[data-v-d71acec4]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-d71acec4],
  .detail_num button[data-v-d71acec4]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-d71acec4] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-d71acec4]:nth-of-type(2),
  .game_bat button[data-v-d71acec4]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-d71acec4]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-d71acec4] {
    width: 100%
  }

  .market_all_close[data-v-d71acec4]:after,
  .market_domestic_all_close[data-v-d71acec4]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-d71acec4],
  .game_bat button:nth-of-type(3) i[data-v-d71acec4] {
    display: none 
  }
}

.mini_bet_close[data-v-d71acec4] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-d71acec4],
.mini_bet_close[data-v-d71acec4]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-d71acec4]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-d71acec4] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-d71acec4] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-d71acec4] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-d71acec4]:first-of-type,
.flex_2dan div[data-v-d71acec4]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-d71acec4] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-d71acec4]:first-of-type,
.flex_3dan div[data-v-d71acec4]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-d71acec4]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-d71acec4] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-d71acec4] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-d71acec4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-d71acec4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-d71acec4] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-d71acec4] {
  height: 40px
}

.mini_game_info[data-v-d71acec4],
.mini_game_info span[data-v-d71acec4]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-d71acec4]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-d71acec4] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-d71acec4] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-d71acec4]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-d71acec4] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-d71acec4] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-d71acec4] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-d71acec4] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-d71acec4]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-d71acec4] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-d71acec4]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-d71acec4] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-d71acec4]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-d71acec4] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-d71acec4]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-d71acec4] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-d71acec4]:first-child,
.ul_game_item.item_10 li[data-v-d71acec4]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-d71acec4]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-d71acec4] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-d71acec4],
.ul_game_item button i[data-v-d71acec4] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-d71acec4] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-d71acec4] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-d71acec4] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-d71acec4] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-d71acec4] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-d71acec4] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-d71acec4] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-d71acec4] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-d71acec4] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-d71acec4] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-d71acec4] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-d71acec4] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-d71acec4] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-d71acec4] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-d71acec4] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-d71acec4] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-d71acec4] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-d71acec4] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-d71acec4] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-d71acec4] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-d71acec4] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-d71acec4] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-d71acec4] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-d71acec4] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-d71acec4] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-d71acec4] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-d71acec4] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-d71acec4] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-d71acec4] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-d71acec4] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-d71acec4] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-d71acec4] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-d71acec4] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-d71acec4] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-d71acec4] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-d71acec4] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-d71acec4] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-d71acec4] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-d71acec4]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-d71acec4]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-d71acec4]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-d71acec4] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-d71acec4] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-d71acec4] {
    display: none
  }

  .flex_1dan ul[data-v-d71acec4] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-d71acec4]:first-of-type,
  .flex_3dan div[data-v-d71acec4]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-d71acec4]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-d71acec4] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-d71acec4]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-d71acec4]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-d71acec4]:first-of-type,
  .flex_3dan div[data-v-d71acec4]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-d71acec4]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-d71acec4] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-d71acec4] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-d71acec4] {
    width: 100%
  }

  .flex_3dan div[data-v-d71acec4]:first-of-type,
  .flex_3dan div[data-v-d71acec4]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-d71acec4]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-d71acec4] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-d71acec4] {
    width: 100%
  }

  .ul_game_item2 li[data-v-d71acec4]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-d71acec4]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-d71acec4]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-d71acec4]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-d71acec4]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-d71acec4] {
    padding: 101px 280px 0
  }

  .container_left[data-v-d71acec4],
  .container_left_md[data-v-d71acec4],
  .container_right[data-v-d71acec4] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-d71acec4]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-d71acec4]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-d71acec4]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-d71acec4]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-d71acec4] {
    padding-left: 40px
  }

  .container_left[data-v-d71acec4] {
    display: none
  }

  .btn_left_control[data-v-d71acec4] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-d71acec4],
  .btn_left_control i[data-v-d71acec4] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-d71acec4] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-d71acec4] {
    width: 26px
  }

  .btn_left_close[data-v-d71acec4] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-d71acec4] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-d71acec4] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-d71acec4]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-d71acec4]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-d71acec4]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-d71acec4]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-d71acec4]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-d71acec4]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-d71acec4] {
    display: block
  }

  .no-display-1600[data-v-d71acec4] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-d71acec4]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-d71acec4]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-d71acec4] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-d71acec4] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-d71acec4]:first-of-type,
  .container_center_2_mini>div>div[data-v-d71acec4]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-d71acec4] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-d71acec4]:first-of-type,
  .container_center_3_mini>div>div[data-v-d71acec4]:nth-of-type(2),
  .container_center_4_mini>div[data-v-d71acec4]:first-of-type,
  .container_center_4_mini>div[data-v-d71acec4]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-d71acec4] {
    padding-right: 0
  }

  .container_right[data-v-d71acec4] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-d71acec4] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-d71acec4] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-d71acec4] {
    width: 26px
  }

  .container_right .right_screen[data-v-d71acec4] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-d71acec4] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-d71acec4],
  .btn_left_control[data-v-d71acec4],
  .container_left[data-v-d71acec4] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-d71acec4] {
    padding: 0
  }

  .mobile_scroll[data-v-d71acec4] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-d71acec4] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-d71acec4],
.title_info_s[data-v-d71acec4] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-d71acec4] {
  font-size: 1.8rem
}

.title_info_s[data-v-d71acec4]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-d71acec4] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-d71acec4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-d71acec4] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-d71acec4] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-d71acec4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-d71acec4] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-d71acec4] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-d71acec4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-d71acec4] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-d71acec4] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-d71acec4] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-d71acec4] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-d71acec4] {
  position: relative
}

.sub_visual_wallet img[data-v-d71acec4] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-d71acec4] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-d71acec4] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-d71acec4] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-d71acec4] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-d71acec4]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-d71acec4],
.menu_wallet>li button[data-v-d71acec4] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-d71acec4],
.menu_wallet>li button.active[data-v-d71acec4] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-d71acec4] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-d71acec4]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-d71acec4] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-d71acec4] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-d71acec4] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-d71acec4] {
  position: relative
}

.wallet_form button[data-v-d71acec4] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-d71acec4] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-d71acec4] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-d71acec4] {
  background: #141621 
}

h2.title_trade[data-v-d71acec4] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-d71acec4] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-d71acec4] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-d71acec4] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-d71acec4],
.result_buy div[data-v-d71acec4] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-d71acec4] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-d71acec4] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-d71acec4] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-d71acec4] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-d71acec4] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-d71acec4] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-d71acec4] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-d71acec4] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-d71acec4],
.sub_visual.s_02[data-v-d71acec4],
.sub_visual.s_03[data-v-d71acec4],
.sub_visual.s_04[data-v-d71acec4],
.sub_visual.s_05[data-v-d71acec4],
.sub_visual.s_06[data-v-d71acec4],
.sub_visual.s_07[data-v-d71acec4],
.sub_visual.s_08[data-v-d71acec4] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-d71acec4] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-d71acec4] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-d71acec4] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-d71acec4],
.sub_menu a[data-v-d71acec4] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-d71acec4] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-d71acec4] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-d71acec4],
.sub_menu a.nuxt-link-active[data-v-d71acec4] {
  color: #e32028
}

.sub_tab ul[data-v-d71acec4] {
  overflow: hidden
}

.sub_tab ul li[data-v-d71acec4] {
  float: left
}

.sub_tab ul li a[data-v-d71acec4] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-d71acec4],
.sub_tab ul li a.active[data-v-d71acec4] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-d71acec4]:before,
.sub_tab ul li a.active[data-v-d71acec4]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-d71acec4] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-d71acec4] {
  font-size: 2.2rem
}

.title_big[data-v-d71acec4],
.title_normal[data-v-d71acec4] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-d71acec4] {
  font-size: 1.8rem
}

.title_small[data-v-d71acec4] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-d71acec4] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-d71acec4] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-d71acec4],
.title_tiny[data-v-d71acec4] {
  position: relative;
  color: #fff
}

.title_sub[data-v-d71acec4] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-d71acec4]:before {
  bottom: -5px
}

.title_sub[data-v-d71acec4]:after,
.title_sub[data-v-d71acec4]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-d71acec4]:after {
  bottom: -3px
}

.title_sub_1[data-v-d71acec4] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-d71acec4]:before {
  bottom: -5px
}

.title_sub_1[data-v-d71acec4]:after,
.title_sub_1[data-v-d71acec4]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-d71acec4]:after {
  bottom: -3px
}

.title_sm[data-v-d71acec4] {
  display: none
}

.title_hexa[data-v-d71acec4] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-d71acec4],
.title_hexa i[data-v-d71acec4] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-d71acec4] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-d71acec4] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-d71acec4] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-d71acec4],
.title_hexa.t_on i[data-v-d71acec4] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-d71acec4] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-d71acec4] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-d71acec4] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-d71acec4] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-d71acec4] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-d71acec4] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-d71acec4] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-d71acec4]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-d71acec4]:first-of-type,
.sports_list li>div[data-v-d71acec4]:nth-of-type(2),
.sports_list li>div[data-v-d71acec4]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-d71acec4] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-d71acec4]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-d71acec4] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-d71acec4] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-d71acec4] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-d71acec4]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-d71acec4] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-d71acec4] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-d71acec4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-d71acec4],
.game_bat button[data-v-d71acec4] {
  position: relative
}

.game_bat button[data-v-d71acec4]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-d71acec4] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-d71acec4] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-d71acec4] {
  margin-right: 5px
}

.game_bat button[data-v-d71acec4]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-d71acec4] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-d71acec4] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-d71acec4] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-d71acec4],
.game_bat button:nth-of-type(3) i img[data-v-d71acec4] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-d71acec4] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-d71acec4]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-d71acec4]:nth-of-type(2),
.game_bat button[data-v-d71acec4]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-d71acec4]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-d71acec4],
.game_bat button.active[data-v-d71acec4] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-d71acec4]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-d71acec4]:after,
.game_bat button:first-of-type .up[data-v-d71acec4]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-d71acec4 1s ease-in-out 5;
  animation: blink-data-v-d71acec4 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-d71acec4]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-d71acec4]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-d71acec4]:after,
.game_bat button:nth-of-type(2) .up[data-v-d71acec4]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-d71acec4 1s ease-in-out 5;
  animation: blink-data-v-d71acec4 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-d71acec4]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-d71acec4]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-d71acec4]:after,
.game_bat button:nth-of-type(3) .up[data-v-d71acec4]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-d71acec4 1s ease-in-out 5;
  animation: blink-data-v-d71acec4 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-d71acec4]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-d71acec4] {
  padding: 0
}

.box_folder[data-v-d71acec4],
.box_folder button[data-v-d71acec4] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-d71acec4] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-d71acec4] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-d71acec4]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-d71acec4] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-d71acec4]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-d71acec4] {
  flex-wrap: wrap
}

.bank_info[data-v-d71acec4],
.bank_info li[data-v-d71acec4] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-d71acec4] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-d71acec4]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-d71acec4] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-d71acec4] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-d71acec4] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-d71acec4] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-d71acec4] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-d71acec4] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-d71acec4] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-d71acec4] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-d71acec4] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-d71acec4] {
  margin-right: 10px
}

.box_text_type_1[data-v-d71acec4] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-d71acec4],
.box_text_type_1 i[data-v-d71acec4] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-d71acec4] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-d71acec4] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-d71acec4],
.wl_tip[data-v-d71acec4] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-d71acec4],
.wl_tip ul li[data-v-d71acec4] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-d71acec4] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-d71acec4] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-d71acec4] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-d71acec4],
.wl_waring ul li[data-v-d71acec4] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-d71acec4] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-d71acec4] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-d71acec4] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-d71acec4] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-d71acec4] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-d71acec4] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-d71acec4 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-d71acec4 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-d71acec4] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-d71acec4] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-d71acec4] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-d71acec4],
.box_fx_buy_sell[data-v-d71acec4],
.box_fx_result[data-v-d71acec4],
.box_leverage_result[data-v-d71acec4],
.current_time[data-v-d71acec4],
.tab_box[data-v-d71acec4],
.tab_time[data-v-d71acec4] {
  position: relative
}

.copilot[data-v-d71acec4] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-d71acec4],
.copilot[data-v-d71acec4]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-d71acec4]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-d71acec4] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-d71acec4] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-d71acec4] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-d71acec4] {
  padding: 20px 15px
}

.copilot_foot[data-v-d71acec4],
.copilot_foot button[data-v-d71acec4] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-d71acec4] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-d71acec4] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-d71acec4],
.copilot.step_2[data-v-d71acec4] {
  top: 50px
}

.copilot.step_3[data-v-d71acec4],
.copilot.step_4[data-v-d71acec4],
.copilot.step_6[data-v-d71acec4],
.copilot.step_7[data-v-d71acec4],
.copilot.step_8[data-v-d71acec4] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-d71acec4] {
  top: 40px
}

.box_info_1[data-v-d71acec4] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-d71acec4] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-d71acec4] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-d71acec4]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-d71acec4] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-d71acec4] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-d71acec4] {
  height: 40px
}

.title_guide_1 span[data-v-d71acec4] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-d71acec4] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-d71acec4] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-d71acec4] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-d71acec4] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-d71acec4] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-d71acec4 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-d71acec4 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-d71acec4]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-d71acec4]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-d71acec4]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-d71acec4]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-d71acec4]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-d71acec4 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-d71acec4 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-d71acec4] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-d71acec4] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-d71acec4] {
    margin-top: 0
  }

  .sub_visual[data-v-d71acec4] {
    display: none
  }

  .box_sub_title[data-v-d71acec4] {
    padding: 0 20px
  }

  .box_sub_container[data-v-d71acec4] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-d71acec4] {
    display: block
  }

  .title_sub[data-v-d71acec4] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-d71acec4]:before {
    bottom: -5px
  }

  .title_sub[data-v-d71acec4]:after,
  .title_sub[data-v-d71acec4]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-d71acec4]:after {
    bottom: -3px
  }

  .sub_menu[data-v-d71acec4] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-d71acec4] {
    padding: 0
  }

  .box_sub_container[data-v-d71acec4] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-d71acec4] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-d71acec4] {
    display: none
  }

  .box_bg_deep[data-v-d71acec4] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-d71acec4] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-d71acec4] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-d71acec4] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-d71acec4],
  .result_buy div[data-v-d71acec4] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-d71acec4] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-d71acec4] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-d71acec4] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-d71acec4] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-d71acec4] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-d71acec4] {
    padding: 0 5px
  }

  .box_folder button[data-v-d71acec4] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-d71acec4] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-d71acec4] {
    padding: 0
  }

  .pagenation_type_1[data-v-d71acec4] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-d71acec4] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-d71acec4] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-d71acec4] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-d71acec4],
  .pagenation_type_1 .btn_last[data-v-d71acec4],
  .pagenation_type_1 .btn_next[data-v-d71acec4],
  .pagenation_type_1 .btn_prev[data-v-d71acec4] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-d71acec4] {
    color: #bbb
  }

  .title_medium[data-v-d71acec4] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-d71acec4]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-d71acec4]:first-of-type:hover,
  .game_bat.bet_three button[data-v-d71acec4]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-d71acec4]:nth-of-type(3):hover,
  .game_bat button[data-v-d71acec4]:first-of-type:hover,
  .game_bat button[data-v-d71acec4]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-d71acec4],
  .game_bat button.active span[data-v-d71acec4],
  .game_bat button:hover span[data-v-d71acec4] {
    color: #fff 
  }

  .bat_more[data-v-d71acec4]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-d71acec4],
  .bat_more[disabled][data-v-d71acec4]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-d71acec4]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-d71acec4]:first-of-type:hover,
  .game_bat_2 button[data-v-d71acec4]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-d71acec4],
  .game_bat_2 button.active[data-v-d71acec4]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-d71acec4]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-d71acec4] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-d71acec4] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-d71acec4]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-d71acec4]:hover,
  .pagenation_type_1 .btn_last[data-v-d71acec4]:hover,
  .pagenation_type_1 .btn_next[data-v-d71acec4]:hover,
  .pagenation_type_1 .btn_prev[data-v-d71acec4]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-d71acec4]:hover,
  .ul_game_item button[data-v-d71acec4]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.table_history tbody td i[data-v-d71acec4] {
  display: none
}

@media (max-width:991px) {
  .table_history tbody td[data-v-d71acec4]:nth-of-type(8) {
    min-width: 150px
  }

  .table_history tbody td:nth-of-type(8) span[data-v-d71acec4] {
    max-width: 70px
  }

  .table_history tbody td i[data-v-d71acec4] {
    display: inline-flex;
    flex-shrink: 0;
    margin-right: 10px;
    color: #fff ;
    opacity: .5
  }
}
body [data-v-534c1018] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-534c1018]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-534c1018]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-534c1018] {
  max-width: 1440px
}

.page-enter-active[data-v-534c1018],
.page-leave-active[data-v-534c1018] {
  transition: opacity .1s
}

.page-enter[data-v-534c1018],
.page-leave-to[data-v-534c1018] {
  opacity: 0
}

.b1[data-v-534c1018] {
  border: 1px solid red
}

.width-btn-100[data-v-534c1018] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-534c1018] {
  color: #e32028 
}

.main-color1-normal[data-v-534c1018] {
  color: #ff2152 
}

.main-color1-text[data-v-534c1018] {
  color: #ff9710 
}

.main-color1-deep[data-v-534c1018] {
  color: #ff6900 
}

.main-color1-light[data-v-534c1018] {
  color: #ff542e 
}

.color-white[data-v-534c1018] {
  color: #fff 
}

.main-color2-light[data-v-534c1018] {
  color: #a9da2b 
}

.main-color2[data-v-534c1018] {
  color: #67b628 
}

.main_color3_light[data-v-534c1018] {
  color: #ffc92f 
}

.main-color3[data-v-534c1018] {
  color: #febd02 
}

.main-color4[data-v-534c1018] {
  color: #7e93a6 
}

.main-color5-light[data-v-534c1018] {
  color: #42deda 
}

.main-color5[data-v-534c1018] {
  color: #01c8de 
}

.color-grey[data-v-534c1018] {
  color: #676c71 
}

.color-lightgrey[data-v-534c1018] {
  color: #ababab 
}

.color-deepgrey[data-v-534c1018] {
  color: #20222b 
}

.color-text-verylight[data-v-534c1018] {
  color: #80a7b8 
}

.color-text-light[data-v-534c1018] {
  color: #9a9aa7 
}

.color-text[data-v-534c1018] {
  color: #797986 
}

.color-text-deep[data-v-534c1018] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-534c1018] {
  color: #2f3b49 
}

.c_default[data-v-534c1018] {
  color: #fff 
}

.c_high[data-v-534c1018] {
  color: #ff1717 
}

.c_low[data-v-534c1018] {
  color: #0bf 
}

.c_buy_light[data-v-534c1018] {
  color: #fe5159 
}

.c_buy[data-v-534c1018] {
  color: #f14f57 
}

.bg_c_buy[data-v-534c1018] {
  background: #f14f57
}

.c_sell_light[data-v-534c1018] {
  color: #349bf0 
}

.c_sell[data-v-534c1018] {
  color: #3488db 
}

.bg_c_sell[data-v-534c1018] {
  background: #3488db
}

.c_ing[data-v-534c1018] {
  color: #fff 
}

.bg_ing[data-v-534c1018],
.bg_wait[data-v-534c1018] {
  background: #7e93a6 
}

.bg_background_deep[data-v-534c1018] {
  background: #000
}

.c_success[data-v-534c1018] {
  color: #1478f2 
}

.bg_success[data-v-534c1018] {
  background: #1478f2 
}

.c_complete[data-v-534c1018] {
  color: #fff 
}

.c_fail[data-v-534c1018] {
  color: #ff1e1e 
}

.bg_fail[data-v-534c1018] {
  background: #ff1e1e 
}

.c_cancel[data-v-534c1018] {
  color: #ff6900 
}

.bg_cancel[data-v-534c1018] {
  background: #ff6900 
}

.c_error[data-v-534c1018] {
  color: #ff6900 
}

.c_invaild[data-v-534c1018] {
  color: #999 
}

.bg_invaild[data-v-534c1018] {
  background: #666 
}

.bg_main[data-v-534c1018] {
  background: #e32028 
}

.bg_green_gra[data-v-534c1018] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-534c1018] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-534c1018] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-534c1018] {
  color: #ff5266 
}

.c_deposit_light[data-v-534c1018] {
  color: #a9da2b 
}

.c_deposit[data-v-534c1018] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-534c1018] {
  color: #ff8520 
}

.c_withdrawal[data-v-534c1018] {
  color: #ff6900 
}

.c_green[data-v-534c1018] {
  color: #009b1b 
}

.c_red[data-v-534c1018] {
  color: red 
}

.c_blue[data-v-534c1018] {
  color: #febd02 
}

.c_black[data-v-534c1018] {
  color: #000 
}

.bg_white[data-v-534c1018] {
  background: #fff 
}

.bg_green[data-v-534c1018] {
  background: #6dcb1b 
}

.box_c_ing[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-534c1018] {
  background: #f14f57
}

.box_c_buy[data-v-534c1018],
.box_c_invaild[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-534c1018] {
  background: #999
}

.box_c_sell[data-v-534c1018] {
  background: #3488db
}

.box_c_sell[data-v-534c1018],
.box_c_success[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-534c1018] {
  background: #ff6900
}

.box_c_fail[data-v-534c1018] {
  background: #67b628
}

.box_c_extedn[data-v-534c1018],
.box_c_fail[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-534c1018] {
  background: #43586c
}

.ps__rail-x[data-v-534c1018] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-534c1018],
.ps__rail-y[data-v-534c1018] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-534c1018] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-534c1018],
.ps--active-y>.ps__rail-y[data-v-534c1018] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-534c1018],
.ps--focus>.ps__rail-y[data-v-534c1018],
.ps--scrolling-x>.ps__rail-x[data-v-534c1018],
.ps--scrolling-y>.ps__rail-y[data-v-534c1018],
.ps:hover>.ps__rail-x[data-v-534c1018],
.ps:hover>.ps__rail-y[data-v-534c1018] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-534c1018],
.ps.ps__rail-x[data-v-534c1018]:focus,
.ps.ps__rail-x[data-v-534c1018]:hover,
.ps.ps__rail-y.ps--clicking[data-v-534c1018],
.ps.ps__rail-y[data-v-534c1018]:focus,
.ps.ps__rail-y[data-v-534c1018]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-534c1018] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-534c1018],
.ps__thumb-y[data-v-534c1018] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-534c1018] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-534c1018],
.ps__rail-x:focus>.ps__thumb-x[data-v-534c1018],
.ps__rail-x:hover>.ps__thumb-x[data-v-534c1018] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-534c1018],
.ps__rail-y:focus>.ps__thumb-y[data-v-534c1018],
.ps__rail-y:hover>.ps__thumb-y[data-v-534c1018] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-534c1018] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-534c1018] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-534c1018] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-534c1018] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-534c1018] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-534c1018] {
  display: none 
}

.toast-top-center[data-v-534c1018] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-534c1018] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-534c1018] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-534c1018] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-534c1018] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-534c1018],
.pagenation_type_1 .btn_last[data-v-534c1018],
.pagenation_type_1 .btn_next[data-v-534c1018],
.pagenation_type_1 .btn_prev[data-v-534c1018] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-534c1018] {
  color: #bbb
}

.wrap_type_3[data-v-534c1018] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-534c1018] {
  background: #0b0c10
}

.container_left[data-v-534c1018],
.container_left_md[data-v-534c1018] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-534c1018] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-534c1018] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-534c1018] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-534c1018] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-534c1018]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-534c1018] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-534c1018] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-534c1018] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-534c1018] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-534c1018]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-534c1018]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-534c1018],
.container_center_3_mini>div[data-v-534c1018] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-534c1018] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-534c1018]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-534c1018]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-534c1018] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-534c1018]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-534c1018]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-534c1018] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-534c1018]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-534c1018]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-534c1018] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-534c1018] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-534c1018],
.bg_grad_1_x[data-v-534c1018] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-534c1018] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-534c1018] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-534c1018] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-534c1018],
.bg_normal_2[data-v-534c1018] {
  background: #141621
}

.btn_left_close[data-v-534c1018],
.btn_left_control[data-v-534c1018],
.btn_right_close[data-v-534c1018],
.right_screen[data-v-534c1018] {
  display: none
}

.box_logo[data-v-534c1018] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-534c1018] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-534c1018] {
  display: none
}

.text_dot[data-v-534c1018] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-534c1018 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-534c1018 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-534c1018] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-534c1018] {
  background: #fff 
}

.bat_more.active i[data-v-534c1018] {
  color: #000 
}

.btn_no_disabled[data-v-534c1018] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-534c1018] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-534c1018] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-534c1018],
.game_bat_2 button[data-v-534c1018]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-534c1018]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-534c1018] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-534c1018] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-534c1018]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-534c1018] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-534c1018] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-534c1018] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-534c1018],
.title_logo[data-v-534c1018] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-534c1018] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-534c1018] {
  height: 22px
}

.tab[data-v-534c1018] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-534c1018]:last-child {
  width: 100%
}

.tab li[data-v-534c1018]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-534c1018] {
  width: 50%
}

.tab li[data-v-534c1018]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-534c1018] {
  width: 33.333333333333%
}

.tab li[data-v-534c1018]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-534c1018] {
  width: 25%
}

.tab li[data-v-534c1018]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-534c1018] {
  width: 20%
}

.tab li[data-v-534c1018]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-534c1018] {
  width: 16.66666666666667%
}

.tab li button[data-v-534c1018] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-534c1018] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-534c1018]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-534c1018] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-534c1018] {
  border: 0
}

.wrap_sports_detail li[data-v-534c1018] {
  width: 100%
}

.wrap_sports_detail li[data-v-534c1018]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-534c1018]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-534c1018] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-534c1018] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-534c1018],
.detail_num>button[data-v-534c1018] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-534c1018] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-534c1018] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-534c1018]:last-child {
  width: 100%
}

.detail_num button[data-v-534c1018]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-534c1018] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-534c1018]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-534c1018] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-534c1018] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-534c1018] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-534c1018] {
  color: #fff 
}

.detail_num>button .up[data-v-534c1018]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-534c1018]:after,
.detail_num>button .up[data-v-534c1018]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-534c1018 1s ease-in-out 5;
  animation: blink-data-v-534c1018 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-534c1018]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-534c1018] {
  background: #f4053a
}

.detail_num>button.active i[data-v-534c1018] {
  color: #000
}

.detail_num>button .text-allocation[data-v-534c1018] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-534c1018] {
  color: #000 
}

.sports_bet_close[data-v-534c1018] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-534c1018],
.sports_bet_close[data-v-534c1018]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-534c1018]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-534c1018] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-534c1018],
.sports_bet_close_all[data-v-534c1018]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-534c1018]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-534c1018] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-534c1018]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-534c1018] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-534c1018]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-534c1018] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-534c1018],
.market_all_close[data-v-534c1018]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-534c1018]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-534c1018] {
    display: none
  }
}

.vjs-control-bar[data-v-534c1018] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-534c1018] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-534c1018] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-534c1018] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-534c1018]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-534c1018] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-534c1018]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-534c1018] {
  color: #fff 
}

.vjs-big-play-button[data-v-534c1018]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-534c1018],
  .detail_num button[data-v-534c1018]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-534c1018] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-534c1018]:nth-of-type(2),
  .game_bat button[data-v-534c1018]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-534c1018]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-534c1018] {
    width: 100%
  }

  .market_all_close[data-v-534c1018]:after,
  .market_domestic_all_close[data-v-534c1018]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-534c1018],
  .game_bat button:nth-of-type(3) i[data-v-534c1018] {
    display: none 
  }
}

.mini_bet_close[data-v-534c1018] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-534c1018],
.mini_bet_close[data-v-534c1018]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-534c1018]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-534c1018] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-534c1018] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-534c1018] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-534c1018]:first-of-type,
.flex_2dan div[data-v-534c1018]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-534c1018] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-534c1018]:first-of-type,
.flex_3dan div[data-v-534c1018]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-534c1018]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-534c1018] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-534c1018] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-534c1018] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-534c1018] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-534c1018] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-534c1018] {
  height: 40px
}

.mini_game_info[data-v-534c1018],
.mini_game_info span[data-v-534c1018]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-534c1018]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-534c1018] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-534c1018] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-534c1018]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-534c1018] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-534c1018] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-534c1018] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-534c1018] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-534c1018]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-534c1018] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-534c1018]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-534c1018] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-534c1018]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-534c1018] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-534c1018]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-534c1018] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-534c1018]:first-child,
.ul_game_item.item_10 li[data-v-534c1018]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-534c1018]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-534c1018] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-534c1018],
.ul_game_item button i[data-v-534c1018] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-534c1018] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-534c1018] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-534c1018] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-534c1018] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-534c1018] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-534c1018] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-534c1018] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-534c1018] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-534c1018] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-534c1018] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-534c1018] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-534c1018] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-534c1018] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-534c1018] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-534c1018] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-534c1018] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-534c1018] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-534c1018] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-534c1018] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-534c1018] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-534c1018] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-534c1018] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-534c1018] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-534c1018] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-534c1018] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-534c1018] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-534c1018] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-534c1018] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-534c1018] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-534c1018] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-534c1018] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-534c1018] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-534c1018] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-534c1018] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-534c1018] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-534c1018] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-534c1018]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-534c1018]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-534c1018]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-534c1018] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-534c1018] {
    display: none
  }

  .flex_1dan ul[data-v-534c1018] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-534c1018]:first-of-type,
  .flex_3dan div[data-v-534c1018]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-534c1018]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-534c1018] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-534c1018]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-534c1018]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-534c1018]:first-of-type,
  .flex_3dan div[data-v-534c1018]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-534c1018]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-534c1018] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-534c1018] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-534c1018] {
    width: 100%
  }

  .flex_3dan div[data-v-534c1018]:first-of-type,
  .flex_3dan div[data-v-534c1018]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-534c1018]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-534c1018] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-534c1018] {
    width: 100%
  }

  .ul_game_item2 li[data-v-534c1018]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-534c1018]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-534c1018]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-534c1018]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-534c1018]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-534c1018] {
    padding: 101px 280px 0
  }

  .container_left[data-v-534c1018],
  .container_left_md[data-v-534c1018],
  .container_right[data-v-534c1018] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-534c1018]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-534c1018]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-534c1018]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-534c1018]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-534c1018] {
    padding-left: 40px
  }

  .container_left[data-v-534c1018] {
    display: none
  }

  .btn_left_control[data-v-534c1018] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-534c1018],
  .btn_left_control i[data-v-534c1018] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-534c1018] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-534c1018] {
    width: 26px
  }

  .btn_left_close[data-v-534c1018] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-534c1018] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-534c1018] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-534c1018]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-534c1018]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-534c1018]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-534c1018]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-534c1018]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-534c1018]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-534c1018] {
    display: block
  }

  .no-display-1600[data-v-534c1018] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-534c1018]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-534c1018]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-534c1018] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-534c1018] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-534c1018]:first-of-type,
  .container_center_2_mini>div>div[data-v-534c1018]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-534c1018] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-534c1018]:first-of-type,
  .container_center_3_mini>div>div[data-v-534c1018]:nth-of-type(2),
  .container_center_4_mini>div[data-v-534c1018]:first-of-type,
  .container_center_4_mini>div[data-v-534c1018]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-534c1018] {
    padding-right: 0
  }

  .container_right[data-v-534c1018] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-534c1018] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-534c1018] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-534c1018] {
    width: 26px
  }

  .container_right .right_screen[data-v-534c1018] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-534c1018] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-534c1018],
  .btn_left_control[data-v-534c1018],
  .container_left[data-v-534c1018] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-534c1018] {
    padding: 0
  }

  .mobile_scroll[data-v-534c1018] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-534c1018] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-534c1018],
.title_info_s[data-v-534c1018] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-534c1018] {
  font-size: 1.8rem
}

.title_info_s[data-v-534c1018]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-534c1018] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-534c1018] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-534c1018] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-534c1018] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-534c1018] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-534c1018] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-534c1018] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-534c1018] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-534c1018] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-534c1018] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-534c1018] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-534c1018] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-534c1018] {
  position: relative
}

.sub_visual_wallet img[data-v-534c1018] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-534c1018] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-534c1018] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-534c1018] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-534c1018] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-534c1018]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-534c1018],
.menu_wallet>li button[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-534c1018],
.menu_wallet>li button.active[data-v-534c1018] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-534c1018] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-534c1018]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-534c1018] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-534c1018] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-534c1018] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-534c1018] {
  position: relative
}

.wallet_form button[data-v-534c1018] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-534c1018] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-534c1018] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-534c1018] {
  background: #141621 
}

h2.title_trade[data-v-534c1018] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-534c1018] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-534c1018] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-534c1018] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-534c1018],
.result_buy div[data-v-534c1018] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-534c1018] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-534c1018] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-534c1018] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-534c1018] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-534c1018] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-534c1018] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-534c1018] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-534c1018] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-534c1018],
.sub_visual.s_02[data-v-534c1018],
.sub_visual.s_03[data-v-534c1018],
.sub_visual.s_04[data-v-534c1018],
.sub_visual.s_05[data-v-534c1018],
.sub_visual.s_06[data-v-534c1018],
.sub_visual.s_07[data-v-534c1018],
.sub_visual.s_08[data-v-534c1018] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-534c1018] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-534c1018] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-534c1018] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-534c1018],
.sub_menu a[data-v-534c1018] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-534c1018] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-534c1018] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-534c1018],
.sub_menu a.nuxt-link-active[data-v-534c1018] {
  color: #e32028
}

.sub_tab ul[data-v-534c1018] {
  overflow: hidden
}

.sub_tab ul li[data-v-534c1018] {
  float: left
}

.sub_tab ul li a[data-v-534c1018] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-534c1018],
.sub_tab ul li a.active[data-v-534c1018] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-534c1018]:before,
.sub_tab ul li a.active[data-v-534c1018]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-534c1018] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-534c1018] {
  font-size: 2.2rem
}

.title_big[data-v-534c1018],
.title_normal[data-v-534c1018] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-534c1018] {
  font-size: 1.8rem
}

.title_small[data-v-534c1018] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-534c1018] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-534c1018] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-534c1018],
.title_tiny[data-v-534c1018] {
  position: relative;
  color: #fff
}

.title_sub[data-v-534c1018] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-534c1018]:before {
  bottom: -5px
}

.title_sub[data-v-534c1018]:after,
.title_sub[data-v-534c1018]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-534c1018]:after {
  bottom: -3px
}

.title_sub_1[data-v-534c1018] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-534c1018]:before {
  bottom: -5px
}

.title_sub_1[data-v-534c1018]:after,
.title_sub_1[data-v-534c1018]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-534c1018]:after {
  bottom: -3px
}

.title_sm[data-v-534c1018] {
  display: none
}

.title_hexa[data-v-534c1018] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-534c1018],
.title_hexa i[data-v-534c1018] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-534c1018] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-534c1018] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-534c1018] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-534c1018],
.title_hexa.t_on i[data-v-534c1018] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-534c1018] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-534c1018] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-534c1018] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-534c1018] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-534c1018] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-534c1018] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-534c1018] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-534c1018]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-534c1018]:first-of-type,
.sports_list li>div[data-v-534c1018]:nth-of-type(2),
.sports_list li>div[data-v-534c1018]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-534c1018] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-534c1018]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-534c1018] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-534c1018] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-534c1018] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-534c1018]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-534c1018] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-534c1018] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-534c1018],
.game_bat button[data-v-534c1018] {
  position: relative
}

.game_bat button[data-v-534c1018]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-534c1018] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-534c1018] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-534c1018] {
  margin-right: 5px
}

.game_bat button[data-v-534c1018]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-534c1018] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-534c1018] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-534c1018] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-534c1018],
.game_bat button:nth-of-type(3) i img[data-v-534c1018] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-534c1018]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-534c1018]:nth-of-type(2),
.game_bat button[data-v-534c1018]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-534c1018]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-534c1018],
.game_bat button.active[data-v-534c1018] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-534c1018]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-534c1018]:after,
.game_bat button:first-of-type .up[data-v-534c1018]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-534c1018 1s ease-in-out 5;
  animation: blink-data-v-534c1018 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-534c1018]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-534c1018]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-534c1018]:after,
.game_bat button:nth-of-type(2) .up[data-v-534c1018]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-534c1018 1s ease-in-out 5;
  animation: blink-data-v-534c1018 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-534c1018]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-534c1018]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-534c1018]:after,
.game_bat button:nth-of-type(3) .up[data-v-534c1018]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-534c1018 1s ease-in-out 5;
  animation: blink-data-v-534c1018 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-534c1018]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-534c1018] {
  padding: 0
}

.box_folder[data-v-534c1018],
.box_folder button[data-v-534c1018] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-534c1018] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-534c1018] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-534c1018]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-534c1018] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-534c1018]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-534c1018] {
  flex-wrap: wrap
}

.bank_info[data-v-534c1018],
.bank_info li[data-v-534c1018] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-534c1018] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-534c1018]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-534c1018] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-534c1018] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-534c1018] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-534c1018] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-534c1018] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-534c1018] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-534c1018] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-534c1018] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-534c1018] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-534c1018] {
  margin-right: 10px
}

.box_text_type_1[data-v-534c1018] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-534c1018],
.box_text_type_1 i[data-v-534c1018] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-534c1018] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-534c1018] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-534c1018],
.wl_tip[data-v-534c1018] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-534c1018],
.wl_tip ul li[data-v-534c1018] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-534c1018] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-534c1018] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-534c1018] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-534c1018],
.wl_waring ul li[data-v-534c1018] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-534c1018] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-534c1018] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-534c1018] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-534c1018] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-534c1018] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-534c1018] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-534c1018 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-534c1018 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-534c1018] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-534c1018] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-534c1018] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-534c1018],
.box_fx_buy_sell[data-v-534c1018],
.box_fx_result[data-v-534c1018],
.box_leverage_result[data-v-534c1018],
.current_time[data-v-534c1018],
.tab_box[data-v-534c1018],
.tab_time[data-v-534c1018] {
  position: relative
}

.copilot[data-v-534c1018] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-534c1018],
.copilot[data-v-534c1018]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-534c1018]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-534c1018] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-534c1018] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-534c1018] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-534c1018] {
  padding: 20px 15px
}

.copilot_foot[data-v-534c1018],
.copilot_foot button[data-v-534c1018] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-534c1018] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-534c1018] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-534c1018],
.copilot.step_2[data-v-534c1018] {
  top: 50px
}

.copilot.step_3[data-v-534c1018],
.copilot.step_4[data-v-534c1018],
.copilot.step_6[data-v-534c1018],
.copilot.step_7[data-v-534c1018],
.copilot.step_8[data-v-534c1018] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-534c1018] {
  top: 40px
}

.box_info_1[data-v-534c1018] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-534c1018] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-534c1018] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-534c1018]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-534c1018] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-534c1018] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-534c1018] {
  height: 40px
}

.title_guide_1 span[data-v-534c1018] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-534c1018] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-534c1018] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-534c1018] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-534c1018] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-534c1018] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-534c1018 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-534c1018 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-534c1018]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-534c1018]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-534c1018]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-534c1018]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-534c1018]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-534c1018 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-534c1018 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-534c1018] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-534c1018] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-534c1018] {
    margin-top: 0
  }

  .sub_visual[data-v-534c1018] {
    display: none
  }

  .box_sub_title[data-v-534c1018] {
    padding: 0 20px
  }

  .box_sub_container[data-v-534c1018] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-534c1018] {
    display: block
  }

  .title_sub[data-v-534c1018] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-534c1018]:before {
    bottom: -5px
  }

  .title_sub[data-v-534c1018]:after,
  .title_sub[data-v-534c1018]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-534c1018]:after {
    bottom: -3px
  }

  .sub_menu[data-v-534c1018] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-534c1018] {
    padding: 0
  }

  .box_sub_container[data-v-534c1018] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-534c1018] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-534c1018] {
    display: none
  }

  .box_bg_deep[data-v-534c1018] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-534c1018] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-534c1018] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-534c1018] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-534c1018],
  .result_buy div[data-v-534c1018] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-534c1018] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-534c1018] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-534c1018] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-534c1018] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-534c1018] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-534c1018] {
    padding: 0 5px
  }

  .box_folder button[data-v-534c1018] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-534c1018] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-534c1018] {
    padding: 0
  }

  .pagenation_type_1[data-v-534c1018] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-534c1018] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-534c1018] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-534c1018] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-534c1018],
  .pagenation_type_1 .btn_last[data-v-534c1018],
  .pagenation_type_1 .btn_next[data-v-534c1018],
  .pagenation_type_1 .btn_prev[data-v-534c1018] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-534c1018] {
    color: #bbb
  }

  .title_medium[data-v-534c1018] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-534c1018]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-534c1018]:first-of-type:hover,
  .game_bat.bet_three button[data-v-534c1018]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-534c1018]:nth-of-type(3):hover,
  .game_bat button[data-v-534c1018]:first-of-type:hover,
  .game_bat button[data-v-534c1018]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-534c1018],
  .game_bat button.active span[data-v-534c1018],
  .game_bat button:hover span[data-v-534c1018] {
    color: #fff 
  }

  .bat_more[data-v-534c1018]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-534c1018],
  .bat_more[disabled][data-v-534c1018]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-534c1018]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-534c1018]:first-of-type:hover,
  .game_bat_2 button[data-v-534c1018]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-534c1018],
  .game_bat_2 button.active[data-v-534c1018]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-534c1018]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-534c1018] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-534c1018] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-534c1018]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-534c1018]:hover,
  .pagenation_type_1 .btn_last[data-v-534c1018]:hover,
  .pagenation_type_1 .btn_next[data-v-534c1018]:hover,
  .pagenation_type_1 .btn_prev[data-v-534c1018]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-534c1018]:hover,
  .ul_game_item button[data-v-534c1018]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_virtual[data-v-534c1018] {
  position: relative
}

.sub_visual_virtual img[data-v-534c1018] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_virtual div[data-v-534c1018] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_virtual div span em[data-v-534c1018] {
  color: #fff;
  font-family: BebasNeuePro;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: inherit
}

.sub_visual_virtual div span em[data-v-534c1018]:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 36px;
  background: #e32028;
  margin: 0 15px;
  border-left: 1px solid #e32028
}

.sub_visual_virtual div span i[data-v-534c1018] {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300
}

.menu_virtual[data-v-534c1018] {
  display: flex;
  width: 100%;
  height: 80px;
  background: #000
}

.menu_virtual li[data-v-534c1018] {
  height: 80px;
  margin-right: 1px
}

.menu_virtual li button[data-v-534c1018] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100%;
  background: #2c2c34;
  transition: all .3s
}

.menu_virtual li button i[data-v-534c1018] {
  font-size: 2.2rem;
  font-family: BebasNeuePro;
  font-weight: 600;
  color: #fff
}

.menu_virtual li button i img[data-v-534c1018] {
  width: 28px;
  margin-top: 10px
}

.menu_virtual li button em[data-v-534c1018] {
  font-size: 1.4rem;
  color: #fff;
  margin: 8px 0 5px
}

.menu_virtual li button span[data-v-534c1018] {
  position: absolute;
  top: 3px;
  right: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  font-size: 1.1rem ;
  color: #fff;
  padding: 3px
}

.menu_virtual li button.active[data-v-534c1018] {
  border: none;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_virtual li button.active em[data-v-534c1018],
.menu_virtual li button.active span[data-v-534c1018] {
  color: #fff
}

.menu_virtual_1[data-v-534c1018] {
  display: flex;
  justify-content: center;
  margin: 10px 0
}

.menu_virtual_1>li[data-v-534c1018] {
  max-width: 120px;
  width: calc(25% - 2px);
  margin: 0 1px
}

.menu_virtual_1>li button[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 18px;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_virtual_1>li button.active[data-v-534c1018] {
  color: #e32028;
  border: 1px solid #fff;
  background: #fff
}

.menu_football_league[data-v-534c1018] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1px
}

.menu_football_league li[data-v-534c1018] {
  width: calc(50% - 1px);
  margin-bottom: 2px
}

.menu_football_league li button[data-v-534c1018] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  border: 1px solid #27313b;
  background: #141621;
  line-height: 36px;
}

.menu_football_league li[data-v-534c1018]:last-child {
  width: 100%
}

.menu_football_league li[data-v-534c1018]:nth-last-child(2),
.menu_football_league li:nth-last-child(2)~li[data-v-534c1018] {
  width: calc(50% - 2px)
}

.menu_football_league li[data-v-534c1018]:nth-last-child(3),
.menu_football_league li:nth-last-child(3)~li[data-v-534c1018] {
  width: calc(33.33333% - 2px)
}

.menu_football_league li[data-v-534c1018]:nth-last-child(4),
.menu_football_league li:nth-last-child(4)~li[data-v-534c1018] {
  width: calc(25% - 2px)
}

.menu_football_league li button em[data-v-534c1018] {
  color: #fff;
  font-size: 1.4rem
}

.menu_football_league li button span[data-v-534c1018] {
  color: #fff;
  font-size: .8rem;
  margin-top: 4px
}

.menu_football_league li button.active[data-v-534c1018] {
  border: 1px solid #fc0;
  background: rgba(255, 204, 0, .9)
}

.menu_football_league li button.active em[data-v-534c1018],
.menu_football_league li button.active span[data-v-534c1018] {
  color: #000
}

.menu_marget_league dt[data-v-534c1018] {
  margin-bottom: 2px
}

.menu_marget_league dt[data-v-534c1018]:last-child {
  margin-bottom: 0
}

.menu_marget_league dt button[data-v-534c1018] {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 38px;
  border: 1px solid #27313b;
  background: hsla(0, 0%, 100%, .1);
  padding-left: 10px
}

.menu_marget_league dt button em[data-v-534c1018] {
  color: #fff;
  font-size: 1.3rem
}

.menu_marget_league dt button span[data-v-534c1018] {
  color: #a9da2b;
  font-size: 1.3rem;
  padding: 0 10px
}

.menu_marget_league dt button.active[data-v-534c1018] {
  border: 1px solid #ff2152;
  background: #0b0e17
}

.menu_marget_league dt button.active em[data-v-534c1018] {
  color: #e32028
}

.menu_marget_league dt button.active span[data-v-534c1018] {
  color: #a9da2b;
  font-size: 1.3rem;
  padding: 0 10px
}

.menu_marget_league dt button i[data-v-534c1018] {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #fff
}

.title_striming[data-v-534c1018] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px
}

.title_striming div[data-v-534c1018]:first-child {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 1.5rem;
  color: #fff
}

.title_striming div:first-child img[data-v-534c1018],
.title_striming div:first-child span[data-v-534c1018] {
  margin-right: 10px
}

.title_striming div:first-child em[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 24px;
  font-size: 1.3rem;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 0 10px 1px
}

.title_striming div[data-v-534c1018]:nth-child(2) {
  justify-content: flex-end;
  color: #ff542e
}

.title_game[data-v-534c1018] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #2f2f37;
  padding: 0 10px;
  margin-bottom: 2px
}

.title_game div[data-v-534c1018]:first-child {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 1.5rem;
  color: #fff;
  width:20%;
}

.title_game div:first-child img[data-v-534c1018] {
  width: 18px;
  margin-right: 10px
}

.title_game div:first-child span[data-v-534c1018] {
  margin-right: 10px
}

.title_game div:first-child b[data-v-534c1018] {
  color: #e32028
}

.title_game div[data-v-534c1018]:nth-child(2) {
  justify-content: flex-end;
  color: #ff542e;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.menu_virtual_time[data-v-534c1018] {
  display: flex
}

.menu_virtual_time>li[data-v-534c1018] {
  margin: 0 3px 0 0;
  width: 65px;
  overflow: unset;
}

.menu_virtual_time>li button[data-v-534c1018] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  font-size: 1.3rem;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background: hsla(0, 0%, 100%, .5);
  padding: 0 10px 2px
}

.menu_virtual_time>li button.active[data-v-534c1018] {
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b)
}

.bet365_video_frame[data-v-534c1018] {
  display: block;
  border: none;
  height: 420px;
  width: 100%
}

@media (max-width:1190px) {
  .menu_sports[data-v-534c1018] {
    justify-content: flex-start
  }
}

@media (max-width:767px) {
  .sub_visual_virtual div[data-v-534c1018] {
    padding: 0 20px
  }

  .sub_visual_virtual div span em[data-v-534c1018] {
    font-size: 2.8rem
  }

  .sub_visual_virtual div span em[data-v-534c1018]:after {
    width: 1px;
    height: 24px
  }

  .sub_visual_virtual div span i[data-v-534c1018] {
    color: #fff;
    font-size: 2rem;
    font-weight: 300
  }

  .menu_virtual[data-v-534c1018] {
    justify-content: flex-start
  }

  .title_game[data-v-534c1018] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #2f2f37;
    padding: 10px 10px
  }

  .title_game div[data-v-534c1018]:first-child {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    font-size: 1.5rem;
    color: #fff
  }

  .title_game div:first-child img[data-v-534c1018],
  .title_game div:first-child span[data-v-534c1018] {
    margin-right: 10px
  }

  .title_game div:first-child b[data-v-534c1018] {
    color: #ff2152
  }

  .title_game div[data-v-534c1018]:nth-child(2) {
    width: 100%;
    justify-content: flex-start;
    color: #ff2152
  }

  .menu_virtual_time[data-v-534c1018] {
    display: flex;
    /* justify-content: space-between; */
    justify-content: start;
    margin: 0 -8px
  }

  .menu_virtual_time>li[data-v-534c1018] {
    width: calc(25% - 1px);
    margin-right: 1px;
  }

  .menu_virtual_time>li button[data-v-534c1018] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #797986;
    border: 0;
    border-radius: 3px;
    background: #fff;
    padding: 0 10px
  }

  .menu_virtual_time>li button.active[data-v-534c1018] {
    color: #fff;
    background: linear-gradient(90deg, #5db013, #8cbd0b)
  }

  .wheel_right[data-v-534c1018] {
    overflow: auto;
    overflow-x: auto 
  }

  .bet365_video_frame[data-v-534c1018] {
    height: 280px 
  }
}

@media (min-width:768px) {
  .menu_virtual li button[data-v-534c1018]:hover {
    background: #e32028
  }

  .menu_virtual li button:hover em[data-v-534c1018] {
    color: #fff
  }

  .menu_virtual li button:hover span[data-v-534c1018] {
    color: #e32028;
    background: #fff
  }
}

body [data-v-cbabd19e] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-cbabd19e]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-cbabd19e]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-cbabd19e] {
  max-width: 1440px
}

.page-enter-active[data-v-cbabd19e],
.page-leave-active[data-v-cbabd19e] {
  transition: opacity .1s
}

.page-enter[data-v-cbabd19e],
.page-leave-to[data-v-cbabd19e] {
  opacity: 0
}

.b1[data-v-cbabd19e] {
  border: 1px solid red
}

.width-btn-100[data-v-cbabd19e] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-cbabd19e] {
  color: #e32028 
}

.main-color1-normal[data-v-cbabd19e] {
  color: #ff2152 
}

.main-color1-text[data-v-cbabd19e] {
  color: #ff9710 
}

.main-color1-deep[data-v-cbabd19e] {
  color: #ff6900 
}

.main-color1-light[data-v-cbabd19e] {
  color: #ff542e 
}

.color-white[data-v-cbabd19e] {
  color: #fff 
}

.main-color2-light[data-v-cbabd19e] {
  color: #a9da2b 
}

.main-color2[data-v-cbabd19e] {
  color: #67b628 
}

.main_color3_light[data-v-cbabd19e] {
  color: #ffc92f 
}

.main-color3[data-v-cbabd19e] {
  color: #febd02 
}

.main-color4[data-v-cbabd19e] {
  color: #7e93a6 
}

.main-color5-light[data-v-cbabd19e] {
  color: #42deda 
}

.main-color5[data-v-cbabd19e] {
  color: #01c8de 
}

.color-grey[data-v-cbabd19e] {
  color: #676c71 
}

.color-lightgrey[data-v-cbabd19e] {
  color: #ababab 
}

.color-deepgrey[data-v-cbabd19e] {
  color: #20222b 
}

.color-text-verylight[data-v-cbabd19e] {
  color: #80a7b8 
}

.color-text-light[data-v-cbabd19e] {
  color: #9a9aa7 
}

.color-text[data-v-cbabd19e] {
  color: #797986 
}

.color-text-deep[data-v-cbabd19e] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-cbabd19e] {
  color: #2f3b49 
}

.c_default[data-v-cbabd19e] {
  color: #fff 
}

.c_high[data-v-cbabd19e] {
  color: #ff1717 
}

.c_low[data-v-cbabd19e] {
  color: #0bf 
}

.c_buy_light[data-v-cbabd19e] {
  color: #fe5159 
}

.c_buy[data-v-cbabd19e] {
  color: #f14f57 
}

.bg_c_buy[data-v-cbabd19e] {
  background: #f14f57
}

.c_sell_light[data-v-cbabd19e] {
  color: #349bf0 
}

.c_sell[data-v-cbabd19e] {
  color: #3488db 
}

.bg_c_sell[data-v-cbabd19e] {
  background: #3488db
}

.c_ing[data-v-cbabd19e] {
  color: #fff 
}

.bg_ing[data-v-cbabd19e],
.bg_wait[data-v-cbabd19e] {
  background: #7e93a6 
}

.bg_background_deep[data-v-cbabd19e] {
  background: #000
}

.c_success[data-v-cbabd19e] {
  color: #1478f2 
}

.bg_success[data-v-cbabd19e] {
  background: #1478f2 
}

.c_complete[data-v-cbabd19e] {
  color: #fff 
}

.c_fail[data-v-cbabd19e] {
  color: #ff1e1e 
}

.bg_fail[data-v-cbabd19e] {
  background: #ff1e1e 
}

.c_cancel[data-v-cbabd19e] {
  color: #ff6900 
}

.bg_cancel[data-v-cbabd19e] {
  background: #ff6900 
}

.c_error[data-v-cbabd19e] {
  color: #ff6900 
}

.c_invaild[data-v-cbabd19e] {
  color: #999 
}

.bg_invaild[data-v-cbabd19e] {
  background: #666 
}

.bg_main[data-v-cbabd19e] {
  background: #e32028 
}

.bg_green_gra[data-v-cbabd19e] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-cbabd19e] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-cbabd19e] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-cbabd19e] {
  color: #ff5266 
}

.c_deposit_light[data-v-cbabd19e] {
  color: #a9da2b 
}

.c_deposit[data-v-cbabd19e] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-cbabd19e] {
  color: #ff8520 
}

.c_withdrawal[data-v-cbabd19e] {
  color: #ff6900 
}

.c_green[data-v-cbabd19e] {
  color: #009b1b 
}

.c_red[data-v-cbabd19e] {
  color: red 
}

.c_blue[data-v-cbabd19e] {
  color: #febd02 
}

.c_black[data-v-cbabd19e] {
  color: #000 
}

.bg_white[data-v-cbabd19e] {
  background: #fff 
}

.bg_green[data-v-cbabd19e] {
  background: #6dcb1b 
}

.box_c_ing[data-v-cbabd19e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-cbabd19e] {
  background: #f14f57
}

.box_c_buy[data-v-cbabd19e],
.box_c_invaild[data-v-cbabd19e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-cbabd19e] {
  background: #999
}

.box_c_sell[data-v-cbabd19e] {
  background: #3488db
}

.box_c_sell[data-v-cbabd19e],
.box_c_success[data-v-cbabd19e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-cbabd19e] {
  background: #ff6900
}

.box_c_fail[data-v-cbabd19e] {
  background: #67b628
}

.box_c_extedn[data-v-cbabd19e],
.box_c_fail[data-v-cbabd19e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-cbabd19e] {
  background: #43586c
}

.ps__rail-x[data-v-cbabd19e] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-cbabd19e],
.ps__rail-y[data-v-cbabd19e] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-cbabd19e] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-cbabd19e],
.ps--active-y>.ps__rail-y[data-v-cbabd19e] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-cbabd19e],
.ps--focus>.ps__rail-y[data-v-cbabd19e],
.ps--scrolling-x>.ps__rail-x[data-v-cbabd19e],
.ps--scrolling-y>.ps__rail-y[data-v-cbabd19e],
.ps:hover>.ps__rail-x[data-v-cbabd19e],
.ps:hover>.ps__rail-y[data-v-cbabd19e] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-cbabd19e],
.ps.ps__rail-x[data-v-cbabd19e]:focus,
.ps.ps__rail-x[data-v-cbabd19e]:hover,
.ps.ps__rail-y.ps--clicking[data-v-cbabd19e],
.ps.ps__rail-y[data-v-cbabd19e]:focus,
.ps.ps__rail-y[data-v-cbabd19e]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-cbabd19e] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-cbabd19e],
.ps__thumb-y[data-v-cbabd19e] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-cbabd19e] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-cbabd19e],
.ps__rail-x:focus>.ps__thumb-x[data-v-cbabd19e],
.ps__rail-x:hover>.ps__thumb-x[data-v-cbabd19e] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-cbabd19e],
.ps__rail-y:focus>.ps__thumb-y[data-v-cbabd19e],
.ps__rail-y:hover>.ps__thumb-y[data-v-cbabd19e] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-cbabd19e] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-cbabd19e] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-cbabd19e] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-cbabd19e] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-cbabd19e] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-cbabd19e] {
  display: none 
}

.toast-top-center[data-v-cbabd19e] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-cbabd19e] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-cbabd19e] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-cbabd19e] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-cbabd19e] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-cbabd19e],
.pagenation_type_1 .btn_last[data-v-cbabd19e],
.pagenation_type_1 .btn_next[data-v-cbabd19e],
.pagenation_type_1 .btn_prev[data-v-cbabd19e] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-cbabd19e] {
  color: #bbb
}

.wrap_type_3[data-v-cbabd19e] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-cbabd19e] {
  background: #0b0c10
}

.container_left[data-v-cbabd19e],
.container_left_md[data-v-cbabd19e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-cbabd19e] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-cbabd19e] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-cbabd19e] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-cbabd19e] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-cbabd19e]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-cbabd19e] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-cbabd19e] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-cbabd19e] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-cbabd19e] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-cbabd19e]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-cbabd19e]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-cbabd19e],
.container_center_3_mini>div[data-v-cbabd19e] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-cbabd19e] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-cbabd19e]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-cbabd19e]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-cbabd19e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-cbabd19e]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-cbabd19e]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-cbabd19e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-cbabd19e]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-cbabd19e]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-cbabd19e] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-cbabd19e] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-cbabd19e],
.bg_grad_1_x[data-v-cbabd19e] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-cbabd19e] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-cbabd19e] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-cbabd19e] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-cbabd19e],
.bg_normal_2[data-v-cbabd19e] {
  background: #141621
}

.btn_left_close[data-v-cbabd19e],
.btn_left_control[data-v-cbabd19e],
.btn_right_close[data-v-cbabd19e],
.right_screen[data-v-cbabd19e] {
  display: none
}

.box_logo[data-v-cbabd19e] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-cbabd19e] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-cbabd19e] {
  display: none
}

.text_dot[data-v-cbabd19e] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-cbabd19e {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-cbabd19e {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-cbabd19e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-cbabd19e] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-cbabd19e] {
  background: #fff 
}

.bat_more.active i[data-v-cbabd19e] {
  color: #000 
}

.btn_no_disabled[data-v-cbabd19e] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-cbabd19e] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-cbabd19e] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-cbabd19e],
.game_bat_2 button[data-v-cbabd19e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-cbabd19e]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-cbabd19e] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-cbabd19e] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-cbabd19e]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-cbabd19e] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-cbabd19e] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-cbabd19e] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-cbabd19e],
.title_logo[data-v-cbabd19e] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-cbabd19e] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-cbabd19e] {
  height: 22px
}

.tab[data-v-cbabd19e] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-cbabd19e]:last-child {
  width: 100%
}

.tab li[data-v-cbabd19e]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-cbabd19e] {
  width: 50%
}

.tab li[data-v-cbabd19e]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-cbabd19e] {
  width: 33.333333333333%
}

.tab li[data-v-cbabd19e]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-cbabd19e] {
  width: 25%
}

.tab li[data-v-cbabd19e]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-cbabd19e] {
  width: 20%
}

.tab li[data-v-cbabd19e]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-cbabd19e] {
  width: 16.66666666666667%
}

.tab li button[data-v-cbabd19e] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-cbabd19e] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-cbabd19e]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-cbabd19e] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-cbabd19e] {
  border: 0
}

.wrap_sports_detail li[data-v-cbabd19e] {
  width: 100%
}

.wrap_sports_detail li[data-v-cbabd19e]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-cbabd19e]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-cbabd19e] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-cbabd19e] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-cbabd19e],
.detail_num>button[data-v-cbabd19e] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-cbabd19e] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-cbabd19e] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-cbabd19e]:last-child {
  width: 100%
}

.detail_num button[data-v-cbabd19e]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-cbabd19e] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-cbabd19e]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-cbabd19e] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-cbabd19e] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-cbabd19e] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-cbabd19e] {
  color: #fff 
}

.detail_num>button .up[data-v-cbabd19e]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-cbabd19e]:after,
.detail_num>button .up[data-v-cbabd19e]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-cbabd19e 1s ease-in-out 5;
  animation: blink-data-v-cbabd19e 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-cbabd19e]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-cbabd19e] {
  background: #f4053a
}

.detail_num>button.active i[data-v-cbabd19e] {
  color: #000
}

.detail_num>button .text-allocation[data-v-cbabd19e] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-cbabd19e] {
  color: #000 
}

.sports_bet_close[data-v-cbabd19e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-cbabd19e],
.sports_bet_close[data-v-cbabd19e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-cbabd19e]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-cbabd19e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-cbabd19e],
.sports_bet_close_all[data-v-cbabd19e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-cbabd19e]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-cbabd19e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-cbabd19e]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-cbabd19e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-cbabd19e]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-cbabd19e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-cbabd19e],
.market_all_close[data-v-cbabd19e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-cbabd19e]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-cbabd19e] {
    display: none
  }
}

.vjs-control-bar[data-v-cbabd19e] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-cbabd19e] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-cbabd19e] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-cbabd19e] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-cbabd19e]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-cbabd19e] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-cbabd19e]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-cbabd19e] {
  color: #fff 
}

.vjs-big-play-button[data-v-cbabd19e]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-cbabd19e],
  .detail_num button[data-v-cbabd19e]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-cbabd19e] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-cbabd19e]:nth-of-type(2),
  .game_bat button[data-v-cbabd19e]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-cbabd19e]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-cbabd19e] {
    width: 100%
  }

  .market_all_close[data-v-cbabd19e]:after,
  .market_domestic_all_close[data-v-cbabd19e]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-cbabd19e],
  .game_bat button:nth-of-type(3) i[data-v-cbabd19e] {
    display: none 
  }
}

.mini_bet_close[data-v-cbabd19e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-cbabd19e],
.mini_bet_close[data-v-cbabd19e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-cbabd19e]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-cbabd19e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-cbabd19e] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-cbabd19e] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-cbabd19e]:first-of-type,
.flex_2dan div[data-v-cbabd19e]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-cbabd19e] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-cbabd19e]:first-of-type,
.flex_3dan div[data-v-cbabd19e]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-cbabd19e]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-cbabd19e] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-cbabd19e] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-cbabd19e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-cbabd19e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-cbabd19e] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-cbabd19e] {
  height: 40px
}

.mini_game_info[data-v-cbabd19e],
.mini_game_info span[data-v-cbabd19e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-cbabd19e]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-cbabd19e] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-cbabd19e] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-cbabd19e]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-cbabd19e] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-cbabd19e] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-cbabd19e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-cbabd19e] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-cbabd19e]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-cbabd19e] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-cbabd19e]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-cbabd19e] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-cbabd19e]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-cbabd19e] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-cbabd19e]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-cbabd19e] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-cbabd19e]:first-child,
.ul_game_item.item_10 li[data-v-cbabd19e]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-cbabd19e]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-cbabd19e] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-cbabd19e],
.ul_game_item button i[data-v-cbabd19e] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-cbabd19e] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-cbabd19e] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-cbabd19e] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-cbabd19e] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-cbabd19e] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-cbabd19e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-cbabd19e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-cbabd19e] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-cbabd19e] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-cbabd19e] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-cbabd19e] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-cbabd19e] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-cbabd19e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-cbabd19e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-cbabd19e] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-cbabd19e] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-cbabd19e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-cbabd19e] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-cbabd19e] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-cbabd19e] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-cbabd19e] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-cbabd19e] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-cbabd19e] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-cbabd19e] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-cbabd19e] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-cbabd19e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-cbabd19e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-cbabd19e] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-cbabd19e] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-cbabd19e] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-cbabd19e] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-cbabd19e] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-cbabd19e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-cbabd19e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-cbabd19e] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-cbabd19e] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-cbabd19e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-cbabd19e] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-cbabd19e]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-cbabd19e]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-cbabd19e]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-cbabd19e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-cbabd19e] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-cbabd19e] {
    display: none
  }

  .flex_1dan ul[data-v-cbabd19e] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-cbabd19e]:first-of-type,
  .flex_3dan div[data-v-cbabd19e]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-cbabd19e]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-cbabd19e] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-cbabd19e]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-cbabd19e]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-cbabd19e]:first-of-type,
  .flex_3dan div[data-v-cbabd19e]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-cbabd19e]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-cbabd19e] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-cbabd19e] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-cbabd19e] {
    width: 100%
  }

  .flex_3dan div[data-v-cbabd19e]:first-of-type,
  .flex_3dan div[data-v-cbabd19e]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-cbabd19e]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-cbabd19e] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-cbabd19e] {
    width: 100%
  }

  .ul_game_item2 li[data-v-cbabd19e]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-cbabd19e]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-cbabd19e]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-cbabd19e]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-cbabd19e]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-cbabd19e] {
    padding: 101px 280px 0
  }

  .container_left[data-v-cbabd19e],
  .container_left_md[data-v-cbabd19e],
  .container_right[data-v-cbabd19e] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-cbabd19e]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-cbabd19e]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-cbabd19e]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-cbabd19e]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-cbabd19e] {
    padding-left: 40px
  }

  .container_left[data-v-cbabd19e] {
    display: none
  }

  .btn_left_control[data-v-cbabd19e] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-cbabd19e],
  .btn_left_control i[data-v-cbabd19e] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-cbabd19e] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-cbabd19e] {
    width: 26px
  }

  .btn_left_close[data-v-cbabd19e] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-cbabd19e] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-cbabd19e] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-cbabd19e]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-cbabd19e]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-cbabd19e]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-cbabd19e]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-cbabd19e]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-cbabd19e]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-cbabd19e] {
    display: block
  }

  .no-display-1600[data-v-cbabd19e] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-cbabd19e]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-cbabd19e]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-cbabd19e] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-cbabd19e] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-cbabd19e]:first-of-type,
  .container_center_2_mini>div>div[data-v-cbabd19e]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-cbabd19e] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-cbabd19e]:first-of-type,
  .container_center_3_mini>div>div[data-v-cbabd19e]:nth-of-type(2),
  .container_center_4_mini>div[data-v-cbabd19e]:first-of-type,
  .container_center_4_mini>div[data-v-cbabd19e]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-cbabd19e] {
    padding-right: 0
  }

  .container_right[data-v-cbabd19e] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-cbabd19e] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-cbabd19e] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-cbabd19e] {
    width: 26px
  }

  .container_right .right_screen[data-v-cbabd19e] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-cbabd19e] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-cbabd19e],
  .btn_left_control[data-v-cbabd19e],
  .container_left[data-v-cbabd19e] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-cbabd19e] {
    padding: 0
  }

  .mobile_scroll[data-v-cbabd19e] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-cbabd19e] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-cbabd19e],
.title_info_s[data-v-cbabd19e] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-cbabd19e] {
  font-size: 1.8rem
}

.title_info_s[data-v-cbabd19e]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-cbabd19e] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-cbabd19e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-cbabd19e] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-cbabd19e] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-cbabd19e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-cbabd19e] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-cbabd19e] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-cbabd19e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-cbabd19e] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-cbabd19e] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-cbabd19e] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-cbabd19e] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-cbabd19e] {
  position: relative
}

.sub_visual_wallet img[data-v-cbabd19e] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-cbabd19e] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-cbabd19e] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-cbabd19e] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-cbabd19e] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-cbabd19e]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-cbabd19e],
.menu_wallet>li button[data-v-cbabd19e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-cbabd19e],
.menu_wallet>li button.active[data-v-cbabd19e] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-cbabd19e] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-cbabd19e]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-cbabd19e] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-cbabd19e] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-cbabd19e] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-cbabd19e] {
  position: relative
}

.wallet_form button[data-v-cbabd19e] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-cbabd19e] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-cbabd19e] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-cbabd19e] {
  background: #141621 
}

h2.title_trade[data-v-cbabd19e] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-cbabd19e] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-cbabd19e] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-cbabd19e] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-cbabd19e],
.result_buy div[data-v-cbabd19e] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-cbabd19e] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-cbabd19e] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-cbabd19e] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-cbabd19e] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-cbabd19e] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-cbabd19e] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-cbabd19e] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-cbabd19e] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-cbabd19e],
.sub_visual.s_02[data-v-cbabd19e],
.sub_visual.s_03[data-v-cbabd19e],
.sub_visual.s_04[data-v-cbabd19e],
.sub_visual.s_05[data-v-cbabd19e],
.sub_visual.s_06[data-v-cbabd19e],
.sub_visual.s_07[data-v-cbabd19e],
.sub_visual.s_08[data-v-cbabd19e] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-cbabd19e] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-cbabd19e] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-cbabd19e] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-cbabd19e],
.sub_menu a[data-v-cbabd19e] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-cbabd19e] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-cbabd19e] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-cbabd19e],
.sub_menu a.nuxt-link-active[data-v-cbabd19e] {
  color: #e32028
}

.sub_tab ul[data-v-cbabd19e] {
  overflow: hidden
}

.sub_tab ul li[data-v-cbabd19e] {
  float: left
}

.sub_tab ul li a[data-v-cbabd19e] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-cbabd19e],
.sub_tab ul li a.active[data-v-cbabd19e] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-cbabd19e]:before,
.sub_tab ul li a.active[data-v-cbabd19e]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-cbabd19e] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-cbabd19e] {
  font-size: 2.2rem
}

.title_big[data-v-cbabd19e],
.title_normal[data-v-cbabd19e] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-cbabd19e] {
  font-size: 1.8rem
}

.title_small[data-v-cbabd19e] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-cbabd19e] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-cbabd19e] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-cbabd19e],
.title_tiny[data-v-cbabd19e] {
  position: relative;
  color: #fff
}

.title_sub[data-v-cbabd19e] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-cbabd19e]:before {
  bottom: -5px
}

.title_sub[data-v-cbabd19e]:after,
.title_sub[data-v-cbabd19e]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-cbabd19e]:after {
  bottom: -3px
}

.title_sub_1[data-v-cbabd19e] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-cbabd19e]:before {
  bottom: -5px
}

.title_sub_1[data-v-cbabd19e]:after,
.title_sub_1[data-v-cbabd19e]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-cbabd19e]:after {
  bottom: -3px
}

.title_sm[data-v-cbabd19e] {
  display: none
}

.title_hexa[data-v-cbabd19e] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-cbabd19e],
.title_hexa i[data-v-cbabd19e] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-cbabd19e] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-cbabd19e] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-cbabd19e] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-cbabd19e],
.title_hexa.t_on i[data-v-cbabd19e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-cbabd19e] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-cbabd19e] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-cbabd19e] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-cbabd19e] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-cbabd19e] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-cbabd19e] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-cbabd19e] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-cbabd19e]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-cbabd19e]:first-of-type,
.sports_list li>div[data-v-cbabd19e]:nth-of-type(2),
.sports_list li>div[data-v-cbabd19e]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-cbabd19e] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-cbabd19e]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-cbabd19e] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-cbabd19e] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-cbabd19e] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-cbabd19e]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-cbabd19e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-cbabd19e] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-cbabd19e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-cbabd19e],
.game_bat button[data-v-cbabd19e] {
  position: relative
}

.game_bat button[data-v-cbabd19e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-cbabd19e] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-cbabd19e] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-cbabd19e] {
  margin-right: 5px
}

.game_bat button[data-v-cbabd19e]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-cbabd19e] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-cbabd19e] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-cbabd19e] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-cbabd19e],
.game_bat button:nth-of-type(3) i img[data-v-cbabd19e] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-cbabd19e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-cbabd19e]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-cbabd19e]:nth-of-type(2),
.game_bat button[data-v-cbabd19e]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-cbabd19e]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-cbabd19e],
.game_bat button.active[data-v-cbabd19e] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-cbabd19e]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-cbabd19e]:after,
.game_bat button:first-of-type .up[data-v-cbabd19e]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-cbabd19e 1s ease-in-out 5;
  animation: blink-data-v-cbabd19e 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-cbabd19e]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-cbabd19e]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-cbabd19e]:after,
.game_bat button:nth-of-type(2) .up[data-v-cbabd19e]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-cbabd19e 1s ease-in-out 5;
  animation: blink-data-v-cbabd19e 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-cbabd19e]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-cbabd19e]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-cbabd19e]:after,
.game_bat button:nth-of-type(3) .up[data-v-cbabd19e]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-cbabd19e 1s ease-in-out 5;
  animation: blink-data-v-cbabd19e 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-cbabd19e]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-cbabd19e] {
  padding: 0
}

.box_folder[data-v-cbabd19e],
.box_folder button[data-v-cbabd19e] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-cbabd19e] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-cbabd19e] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-cbabd19e]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-cbabd19e] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-cbabd19e]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-cbabd19e] {
  flex-wrap: wrap
}

.bank_info[data-v-cbabd19e],
.bank_info li[data-v-cbabd19e] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-cbabd19e] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-cbabd19e]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-cbabd19e] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-cbabd19e] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-cbabd19e] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-cbabd19e] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-cbabd19e] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-cbabd19e] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-cbabd19e] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-cbabd19e] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-cbabd19e] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-cbabd19e] {
  margin-right: 10px
}

.box_text_type_1[data-v-cbabd19e] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-cbabd19e],
.box_text_type_1 i[data-v-cbabd19e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-cbabd19e] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-cbabd19e] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-cbabd19e],
.wl_tip[data-v-cbabd19e] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-cbabd19e],
.wl_tip ul li[data-v-cbabd19e] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-cbabd19e] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-cbabd19e] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-cbabd19e] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-cbabd19e],
.wl_waring ul li[data-v-cbabd19e] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-cbabd19e] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-cbabd19e] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-cbabd19e] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-cbabd19e] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-cbabd19e] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-cbabd19e] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-cbabd19e {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-cbabd19e {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-cbabd19e] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-cbabd19e] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-cbabd19e] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-cbabd19e],
.box_fx_buy_sell[data-v-cbabd19e],
.box_fx_result[data-v-cbabd19e],
.box_leverage_result[data-v-cbabd19e],
.current_time[data-v-cbabd19e],
.tab_box[data-v-cbabd19e],
.tab_time[data-v-cbabd19e] {
  position: relative
}

.copilot[data-v-cbabd19e] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-cbabd19e],
.copilot[data-v-cbabd19e]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-cbabd19e]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-cbabd19e] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-cbabd19e] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-cbabd19e] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-cbabd19e] {
  padding: 20px 15px
}

.copilot_foot[data-v-cbabd19e],
.copilot_foot button[data-v-cbabd19e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-cbabd19e] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-cbabd19e] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-cbabd19e],
.copilot.step_2[data-v-cbabd19e] {
  top: 50px
}

.copilot.step_3[data-v-cbabd19e],
.copilot.step_4[data-v-cbabd19e],
.copilot.step_6[data-v-cbabd19e],
.copilot.step_7[data-v-cbabd19e],
.copilot.step_8[data-v-cbabd19e] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-cbabd19e] {
  top: 40px
}

.box_info_1[data-v-cbabd19e] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-cbabd19e] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-cbabd19e] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-cbabd19e]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-cbabd19e] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-cbabd19e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-cbabd19e] {
  height: 40px
}

.title_guide_1 span[data-v-cbabd19e] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-cbabd19e] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-cbabd19e] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-cbabd19e] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-cbabd19e] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-cbabd19e] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-cbabd19e 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-cbabd19e 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-cbabd19e]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-cbabd19e]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-cbabd19e]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-cbabd19e]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-cbabd19e]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-cbabd19e {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-cbabd19e {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-cbabd19e] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-cbabd19e] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-cbabd19e] {
    margin-top: 0
  }

  .sub_visual[data-v-cbabd19e] {
    display: none
  }

  .box_sub_title[data-v-cbabd19e] {
    padding: 0 20px
  }

  .box_sub_container[data-v-cbabd19e] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-cbabd19e] {
    display: block
  }

  .title_sub[data-v-cbabd19e] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-cbabd19e]:before {
    bottom: -5px
  }

  .title_sub[data-v-cbabd19e]:after,
  .title_sub[data-v-cbabd19e]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-cbabd19e]:after {
    bottom: -3px
  }

  .sub_menu[data-v-cbabd19e] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-cbabd19e] {
    padding: 0
  }

  .box_sub_container[data-v-cbabd19e] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-cbabd19e] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-cbabd19e] {
    display: none
  }

  .box_bg_deep[data-v-cbabd19e] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-cbabd19e] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-cbabd19e] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-cbabd19e] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-cbabd19e],
  .result_buy div[data-v-cbabd19e] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-cbabd19e] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-cbabd19e] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-cbabd19e] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-cbabd19e] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-cbabd19e] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-cbabd19e] {
    padding: 0 5px
  }

  .box_folder button[data-v-cbabd19e] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-cbabd19e] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-cbabd19e] {
    padding: 0
  }

  .pagenation_type_1[data-v-cbabd19e] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-cbabd19e] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-cbabd19e] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-cbabd19e] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-cbabd19e],
  .pagenation_type_1 .btn_last[data-v-cbabd19e],
  .pagenation_type_1 .btn_next[data-v-cbabd19e],
  .pagenation_type_1 .btn_prev[data-v-cbabd19e] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-cbabd19e] {
    color: #bbb
  }

  .title_medium[data-v-cbabd19e] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-cbabd19e]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-cbabd19e]:first-of-type:hover,
  .game_bat.bet_three button[data-v-cbabd19e]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-cbabd19e]:nth-of-type(3):hover,
  .game_bat button[data-v-cbabd19e]:first-of-type:hover,
  .game_bat button[data-v-cbabd19e]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-cbabd19e],
  .game_bat button.active span[data-v-cbabd19e],
  .game_bat button:hover span[data-v-cbabd19e] {
    color: #fff 
  }

  .bat_more[data-v-cbabd19e]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-cbabd19e],
  .bat_more[disabled][data-v-cbabd19e]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-cbabd19e]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-cbabd19e]:first-of-type:hover,
  .game_bat_2 button[data-v-cbabd19e]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-cbabd19e],
  .game_bat_2 button.active[data-v-cbabd19e]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-cbabd19e]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-cbabd19e] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-cbabd19e] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-cbabd19e]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-cbabd19e]:hover,
  .pagenation_type_1 .btn_last[data-v-cbabd19e]:hover,
  .pagenation_type_1 .btn_next[data-v-cbabd19e]:hover,
  .pagenation_type_1 .btn_prev[data-v-cbabd19e]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-cbabd19e]:hover,
  .ul_game_item button[data-v-cbabd19e]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.flex_enuri[data-v-cbabd19e] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.flex_enuri em[data-v-cbabd19e] {
  font-size: 1.4rem;
  color: #797986;
  padding: 4px 0;
  line-height: 1.3
}

.flex_enuri span[data-v-cbabd19e] {
  font-size: 1.8rem;
  color: #e32028;
  font-weight: 500;
  font-family: NEXON2s
}

.flex_enuri span i[data-v-cbabd19e] {
  font-size: 1.4rem;
  color: #e32028;
  font-weight: 400;
  font-family: NEXON2s;
  line-height: 1.3;
  padding: 0 0 0 5px
}

.box_form_exchange[data-v-cbabd19e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 430px
}

.box_form_exchange input[data-v-cbabd19e],
.box_form_exchange select[data-v-cbabd19e] {
  width: calc(50% - 30px)
}

.box_form_exchange div[data-v-cbabd19e] {
  text-align: center;
  width: 60px
}
body [data-v-2399d2bb] {
  background: #141621;
  overflow-y: hidden
}

[data-v-2399d2bb]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-2399d2bb]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-2399d2bb] {
  max-width: 1440px
}

.page-enter-active[data-v-2399d2bb],
.page-leave-active[data-v-2399d2bb] {
  transition: opacity .1s
}

.page-enter[data-v-2399d2bb],
.page-leave-to[data-v-2399d2bb] {
  opacity: 0
}

.b1[data-v-2399d2bb] {
  border: 1px solid red
}

.width-btn-100[data-v-2399d2bb] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-2399d2bb] {
  color: #e32028 
}

.main-color1-normal[data-v-2399d2bb] {
  color: #ff2152 
}

.main-color1-text[data-v-2399d2bb] {
  color: #ff9710 
}

.main-color1-deep[data-v-2399d2bb] {
  color: #ff6900 
}

.main-color1-light[data-v-2399d2bb] {
  color: #ff542e 
}

.color-white[data-v-2399d2bb] {
  color: #fff 
}

.main-color2-light[data-v-2399d2bb] {
  color: #a9da2b 
}

.main-color2[data-v-2399d2bb] {
  color: #67b628 
}

.main_color3_light[data-v-2399d2bb] {
  color: #ffc92f 
}

.main-color3[data-v-2399d2bb] {
  color: #febd02 
}

.main-color4[data-v-2399d2bb] {
  color: #7e93a6 
}

.main-color5-light[data-v-2399d2bb] {
  color: #42deda 
}

.main-color5[data-v-2399d2bb] {
  color: #01c8de 
}

.color-grey[data-v-2399d2bb] {
  color: #676c71 
}

.color-lightgrey[data-v-2399d2bb] {
  color: #ababab 
}

.color-deepgrey[data-v-2399d2bb] {
  color: #20222b 
}

.color-text-verylight[data-v-2399d2bb] {
  color: #80a7b8 
}

.color-text-light[data-v-2399d2bb] {
  color: #9a9aa7 
}

.color-text[data-v-2399d2bb] {
  color: #797986 
}

.color-text-deep[data-v-2399d2bb] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-2399d2bb] {
  color: #2f3b49 
}

.c_default[data-v-2399d2bb] {
  color: #fff 
}

.c_high[data-v-2399d2bb] {
  color: #ff1717 
}

.c_low[data-v-2399d2bb] {
  color: #0bf 
}

.c_buy_light[data-v-2399d2bb] {
  color: #fe5159 
}

.c_buy[data-v-2399d2bb] {
  color: #f14f57 
}

.bg_c_buy[data-v-2399d2bb] {
  background: #f14f57
}

.c_sell_light[data-v-2399d2bb] {
  color: #349bf0 
}

.c_sell[data-v-2399d2bb] {
  color: #3488db 
}

.bg_c_sell[data-v-2399d2bb] {
  background: #3488db
}

.c_ing[data-v-2399d2bb] {
  color: #fff 
}

.bg_ing[data-v-2399d2bb],
.bg_wait[data-v-2399d2bb] {
  background: #7e93a6 
}

.bg_background_deep[data-v-2399d2bb] {
  background: #000
}

.c_success[data-v-2399d2bb] {
  color: #1478f2 
}

.bg_success[data-v-2399d2bb] {
  background: #1478f2 
}

.c_complete[data-v-2399d2bb] {
  color: #fff 
}

.c_fail[data-v-2399d2bb] {
  color: #ff1e1e 
}

.bg_fail[data-v-2399d2bb] {
  background: #ff1e1e 
}

.c_cancel[data-v-2399d2bb] {
  color: #ff6900 
}

.bg_cancel[data-v-2399d2bb] {
  background: #ff6900 
}

.c_error[data-v-2399d2bb] {
  color: #ff6900 
}

.c_invaild[data-v-2399d2bb] {
  color: #999 
}

.bg_invaild[data-v-2399d2bb] {
  background: #666 
}

.bg_main[data-v-2399d2bb] {
  background: #e32028 
}

.bg_green_gra[data-v-2399d2bb] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-2399d2bb] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-2399d2bb] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-2399d2bb] {
  color: #ff5266 
}

.c_deposit_light[data-v-2399d2bb] {
  color: #a9da2b 
}

.c_deposit[data-v-2399d2bb] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-2399d2bb] {
  color: #ff8520 
}

.c_withdrawal[data-v-2399d2bb] {
  color: #ff6900 
}

.c_green[data-v-2399d2bb] {
  color: #009b1b 
}

.c_red[data-v-2399d2bb] {
  color: red 
}

.c_blue[data-v-2399d2bb] {
  color: #febd02 
}

.c_black[data-v-2399d2bb] {
  color: #000 
}

.bg_white[data-v-2399d2bb] {
  background: #fff 
}

.bg_green[data-v-2399d2bb] {
  background: #6dcb1b 
}

.box_c_ing[data-v-2399d2bb] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-2399d2bb] {
  background: #f14f57
}

.box_c_buy[data-v-2399d2bb],
.box_c_invaild[data-v-2399d2bb] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-2399d2bb] {
  background: #999
}

.box_c_sell[data-v-2399d2bb] {
  background: #3488db
}

.box_c_sell[data-v-2399d2bb],
.box_c_success[data-v-2399d2bb] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-2399d2bb] {
  background: #ff6900
}

.box_c_fail[data-v-2399d2bb] {
  background: #67b628
}

.box_c_extedn[data-v-2399d2bb],
.box_c_fail[data-v-2399d2bb] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-2399d2bb] {
  background: #43586c
}

.ps__rail-x[data-v-2399d2bb] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-2399d2bb],
.ps__rail-y[data-v-2399d2bb] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-2399d2bb] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-2399d2bb],
.ps--active-y>.ps__rail-y[data-v-2399d2bb] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-2399d2bb],
.ps--focus>.ps__rail-y[data-v-2399d2bb],
.ps--scrolling-x>.ps__rail-x[data-v-2399d2bb],
.ps--scrolling-y>.ps__rail-y[data-v-2399d2bb],
.ps:hover>.ps__rail-x[data-v-2399d2bb],
.ps:hover>.ps__rail-y[data-v-2399d2bb] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-2399d2bb],
.ps.ps__rail-x[data-v-2399d2bb]:focus,
.ps.ps__rail-x[data-v-2399d2bb]:hover,
.ps.ps__rail-y.ps--clicking[data-v-2399d2bb],
.ps.ps__rail-y[data-v-2399d2bb]:focus,
.ps.ps__rail-y[data-v-2399d2bb]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-2399d2bb] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-2399d2bb],
.ps__thumb-y[data-v-2399d2bb] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-2399d2bb] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-2399d2bb],
.ps__rail-x:focus>.ps__thumb-x[data-v-2399d2bb],
.ps__rail-x:hover>.ps__thumb-x[data-v-2399d2bb] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-2399d2bb],
.ps__rail-y:focus>.ps__thumb-y[data-v-2399d2bb],
.ps__rail-y:hover>.ps__thumb-y[data-v-2399d2bb] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-2399d2bb] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-2399d2bb] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-2399d2bb] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-2399d2bb] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-2399d2bb] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-2399d2bb] {
  display: none 
}

.toast-top-center[data-v-2399d2bb] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-2399d2bb] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-2399d2bb] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-2399d2bb] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-2399d2bb] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-2399d2bb],
.pagenation_type_1 .btn_last[data-v-2399d2bb],
.pagenation_type_1 .btn_next[data-v-2399d2bb],
.pagenation_type_1 .btn_prev[data-v-2399d2bb] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-2399d2bb] {
  color: #bbb
}

.wrap_type_3[data-v-2399d2bb] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-2399d2bb] {
  background: #0b0c10
}

.container_left[data-v-2399d2bb],
.container_left_md[data-v-2399d2bb] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-2399d2bb] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-2399d2bb] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-2399d2bb] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-2399d2bb] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-2399d2bb]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-2399d2bb] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-2399d2bb] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-2399d2bb] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-2399d2bb] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-2399d2bb]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-2399d2bb]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-2399d2bb],
.container_center_3_mini>div[data-v-2399d2bb] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-2399d2bb] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-2399d2bb]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-2399d2bb]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-2399d2bb] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-2399d2bb]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-2399d2bb]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-2399d2bb] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-2399d2bb]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-2399d2bb]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-2399d2bb] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-2399d2bb] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-2399d2bb],
.bg_grad_1_x[data-v-2399d2bb] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-2399d2bb] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-2399d2bb] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-2399d2bb] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-2399d2bb],
.bg_normal_2[data-v-2399d2bb] {
  background: #141621
}

.btn_left_close[data-v-2399d2bb],
.btn_left_control[data-v-2399d2bb],
.btn_right_close[data-v-2399d2bb],
.right_screen[data-v-2399d2bb] {
  display: none
}

.box_logo[data-v-2399d2bb] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-2399d2bb] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-2399d2bb] {
  display: none
}

.text_dot[data-v-2399d2bb] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-2399d2bb {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-2399d2bb {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-2399d2bb] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-2399d2bb] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-2399d2bb] {
  background: #fff 
}

.bat_more.active i[data-v-2399d2bb] {
  color: #000 
}

.btn_no_disabled[data-v-2399d2bb] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-2399d2bb] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-2399d2bb] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-2399d2bb],
.game_bat_2 button[data-v-2399d2bb]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-2399d2bb]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-2399d2bb] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-2399d2bb] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-2399d2bb]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-2399d2bb] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-2399d2bb] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-2399d2bb] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-2399d2bb],
.title_logo[data-v-2399d2bb] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-2399d2bb] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-2399d2bb] {
  height: 22px
}

.tab[data-v-2399d2bb] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-2399d2bb]:last-child {
  width: 100%
}

.tab li[data-v-2399d2bb]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-2399d2bb] {
  width: 50%
}

.tab li[data-v-2399d2bb]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-2399d2bb] {
  width: 33.333333333333%
}

.tab li[data-v-2399d2bb]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-2399d2bb] {
  width: 25%
}

.tab li[data-v-2399d2bb]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-2399d2bb] {
  width: 20%
}

.tab li[data-v-2399d2bb]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-2399d2bb] {
  width: 16.66666666666667%
}

.tab li button[data-v-2399d2bb] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-2399d2bb] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-2399d2bb]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-2399d2bb] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-2399d2bb] {
  border: 0
}

.wrap_sports_detail li[data-v-2399d2bb] {
  width: 100%
}

.wrap_sports_detail li[data-v-2399d2bb]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-2399d2bb]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-2399d2bb] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-2399d2bb] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-2399d2bb],
.detail_num>button[data-v-2399d2bb] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-2399d2bb] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-2399d2bb] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-2399d2bb]:last-child {
  width: 100%
}

.detail_num button[data-v-2399d2bb]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-2399d2bb] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-2399d2bb]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-2399d2bb] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-2399d2bb] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-2399d2bb] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-2399d2bb] {
  color: #fff 
}

.detail_num>button .up[data-v-2399d2bb]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-2399d2bb]:after,
.detail_num>button .up[data-v-2399d2bb]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-2399d2bb 1s ease-in-out 5;
  animation: blink-data-v-2399d2bb 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-2399d2bb]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-2399d2bb] {
  background: #f4053a
}

.detail_num>button.active i[data-v-2399d2bb] {
  color: #000
}

.detail_num>button .text-allocation[data-v-2399d2bb] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-2399d2bb] {
  color: #000 
}

.sports_bet_close[data-v-2399d2bb] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-2399d2bb],
.sports_bet_close[data-v-2399d2bb]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-2399d2bb]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-2399d2bb] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-2399d2bb],
.sports_bet_close_all[data-v-2399d2bb]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-2399d2bb]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-2399d2bb] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-2399d2bb]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-2399d2bb] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-2399d2bb]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-2399d2bb] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-2399d2bb],
.market_all_close[data-v-2399d2bb]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-2399d2bb]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-2399d2bb] {
    display: none
  }
}

.vjs-control-bar[data-v-2399d2bb] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-2399d2bb] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-2399d2bb] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-2399d2bb] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-2399d2bb]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-2399d2bb] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-2399d2bb]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-2399d2bb] {
  color: #fff 
}

.vjs-big-play-button[data-v-2399d2bb]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-2399d2bb],
  .detail_num button[data-v-2399d2bb]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-2399d2bb] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-2399d2bb]:nth-of-type(2),
  .game_bat button[data-v-2399d2bb]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-2399d2bb]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-2399d2bb] {
    width: 100%
  }

  .market_all_close[data-v-2399d2bb]:after,
  .market_domestic_all_close[data-v-2399d2bb]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-2399d2bb],
  .game_bat button:nth-of-type(3) i[data-v-2399d2bb] {
    display: none 
  }
}

.mini_bet_close[data-v-2399d2bb] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-2399d2bb],
.mini_bet_close[data-v-2399d2bb]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-2399d2bb]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-2399d2bb] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-2399d2bb] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-2399d2bb] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-2399d2bb]:first-of-type,
.flex_2dan div[data-v-2399d2bb]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-2399d2bb] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-2399d2bb]:first-of-type,
.flex_3dan div[data-v-2399d2bb]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-2399d2bb]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-2399d2bb] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-2399d2bb] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-2399d2bb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-2399d2bb] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-2399d2bb] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-2399d2bb] {
  height: 40px
}

.mini_game_info[data-v-2399d2bb],
.mini_game_info span[data-v-2399d2bb]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-2399d2bb]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-2399d2bb] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-2399d2bb] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-2399d2bb]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-2399d2bb] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-2399d2bb] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-2399d2bb] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-2399d2bb] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-2399d2bb]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-2399d2bb] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-2399d2bb]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-2399d2bb] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-2399d2bb]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-2399d2bb] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-2399d2bb]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-2399d2bb] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-2399d2bb]:first-child,
.ul_game_item.item_10 li[data-v-2399d2bb]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-2399d2bb]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-2399d2bb] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-2399d2bb],
.ul_game_item button i[data-v-2399d2bb] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-2399d2bb] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-2399d2bb] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-2399d2bb] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-2399d2bb] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-2399d2bb] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-2399d2bb] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-2399d2bb] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-2399d2bb] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-2399d2bb] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-2399d2bb] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-2399d2bb] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-2399d2bb] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-2399d2bb] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-2399d2bb] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-2399d2bb] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-2399d2bb] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-2399d2bb] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-2399d2bb] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-2399d2bb] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-2399d2bb] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-2399d2bb] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-2399d2bb] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-2399d2bb] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-2399d2bb] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-2399d2bb] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-2399d2bb] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-2399d2bb] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-2399d2bb] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-2399d2bb] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-2399d2bb] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-2399d2bb] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-2399d2bb] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-2399d2bb] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-2399d2bb] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-2399d2bb] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-2399d2bb] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-2399d2bb] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-2399d2bb] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-2399d2bb]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-2399d2bb]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-2399d2bb]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-2399d2bb] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-2399d2bb] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-2399d2bb] {
    display: none
  }

  .flex_1dan ul[data-v-2399d2bb] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-2399d2bb]:first-of-type,
  .flex_3dan div[data-v-2399d2bb]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-2399d2bb]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-2399d2bb] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-2399d2bb]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-2399d2bb]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-2399d2bb]:first-of-type,
  .flex_3dan div[data-v-2399d2bb]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-2399d2bb]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-2399d2bb] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-2399d2bb] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-2399d2bb] {
    width: 100%
  }

  .flex_3dan div[data-v-2399d2bb]:first-of-type,
  .flex_3dan div[data-v-2399d2bb]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-2399d2bb]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-2399d2bb] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-2399d2bb] {
    width: 100%
  }

  .ul_game_item2 li[data-v-2399d2bb]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-2399d2bb]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-2399d2bb]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-2399d2bb]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-2399d2bb]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-2399d2bb] {
    padding: 101px 280px 0
  }

  .container_left[data-v-2399d2bb],
  .container_left_md[data-v-2399d2bb],
  .container_right[data-v-2399d2bb] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-2399d2bb]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-2399d2bb]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-2399d2bb]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-2399d2bb]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-2399d2bb] {
    padding-left: 40px
  }

  .container_left[data-v-2399d2bb] {
    display: none
  }

  .btn_left_control[data-v-2399d2bb] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-2399d2bb],
  .btn_left_control i[data-v-2399d2bb] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-2399d2bb] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-2399d2bb] {
    width: 26px
  }

  .btn_left_close[data-v-2399d2bb] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-2399d2bb] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-2399d2bb] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-2399d2bb]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-2399d2bb]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-2399d2bb]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-2399d2bb]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-2399d2bb]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-2399d2bb]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-2399d2bb] {
    display: block
  }

  .no-display-1600[data-v-2399d2bb] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-2399d2bb]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-2399d2bb]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-2399d2bb] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-2399d2bb] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-2399d2bb]:first-of-type,
  .container_center_2_mini>div>div[data-v-2399d2bb]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-2399d2bb] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-2399d2bb]:first-of-type,
  .container_center_3_mini>div>div[data-v-2399d2bb]:nth-of-type(2),
  .container_center_4_mini>div[data-v-2399d2bb]:first-of-type,
  .container_center_4_mini>div[data-v-2399d2bb]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-2399d2bb] {
    padding-right: 0
  }

  .container_right[data-v-2399d2bb] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-2399d2bb] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-2399d2bb] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-2399d2bb] {
    width: 26px
  }

  .container_right .right_screen[data-v-2399d2bb] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-2399d2bb] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-2399d2bb],
  .btn_left_control[data-v-2399d2bb],
  .container_left[data-v-2399d2bb] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-2399d2bb] {
    padding: 0
  }

  .mobile_scroll[data-v-2399d2bb] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-2399d2bb] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-2399d2bb],
.title_info_s[data-v-2399d2bb] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-2399d2bb] {
  font-size: 1.8rem
}

.title_info_s[data-v-2399d2bb]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-2399d2bb] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-2399d2bb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-2399d2bb] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-2399d2bb] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-2399d2bb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-2399d2bb] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-2399d2bb] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-2399d2bb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-2399d2bb] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-2399d2bb] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-2399d2bb] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-2399d2bb] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-2399d2bb] {
  position: relative
}

.sub_visual_wallet img[data-v-2399d2bb] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-2399d2bb] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-2399d2bb] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-2399d2bb] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-2399d2bb] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-2399d2bb]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-2399d2bb],
.menu_wallet>li button[data-v-2399d2bb] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-2399d2bb],
.menu_wallet>li button.active[data-v-2399d2bb] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-2399d2bb] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-2399d2bb]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-2399d2bb] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-2399d2bb] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-2399d2bb] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-2399d2bb] {
  position: relative
}

.wallet_form button[data-v-2399d2bb] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-2399d2bb] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-2399d2bb] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-2399d2bb] {
  background: #141621 
}

h2.title_trade[data-v-2399d2bb] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-2399d2bb] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-2399d2bb] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-2399d2bb] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-2399d2bb],
.result_buy div[data-v-2399d2bb] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-2399d2bb] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-2399d2bb] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-2399d2bb] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-2399d2bb] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-2399d2bb] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-2399d2bb] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-2399d2bb] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-2399d2bb] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-2399d2bb],
.sub_visual.s_02[data-v-2399d2bb],
.sub_visual.s_03[data-v-2399d2bb],
.sub_visual.s_04[data-v-2399d2bb],
.sub_visual.s_05[data-v-2399d2bb],
.sub_visual.s_06[data-v-2399d2bb],
.sub_visual.s_07[data-v-2399d2bb],
.sub_visual.s_08[data-v-2399d2bb] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-2399d2bb] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-2399d2bb] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-2399d2bb] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-2399d2bb],
.sub_menu a[data-v-2399d2bb] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-2399d2bb] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-2399d2bb] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-2399d2bb],
.sub_menu a.nuxt-link-active[data-v-2399d2bb] {
  color: #e32028
}

.sub_tab ul[data-v-2399d2bb] {
  overflow: hidden
}

.sub_tab ul li[data-v-2399d2bb] {
  float: left
}

.sub_tab ul li a[data-v-2399d2bb] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-2399d2bb],
.sub_tab ul li a.active[data-v-2399d2bb] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-2399d2bb]:before,
.sub_tab ul li a.active[data-v-2399d2bb]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-2399d2bb] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-2399d2bb] {
  font-size: 2.2rem
}

.title_big[data-v-2399d2bb],
.title_normal[data-v-2399d2bb] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-2399d2bb] {
  font-size: 1.8rem
}

.title_small[data-v-2399d2bb] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-2399d2bb] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-2399d2bb] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-2399d2bb],
.title_tiny[data-v-2399d2bb] {
  position: relative;
  color: #fff
}

.title_sub[data-v-2399d2bb] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-2399d2bb]:before {
  bottom: -5px
}

.title_sub[data-v-2399d2bb]:after,
.title_sub[data-v-2399d2bb]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-2399d2bb]:after {
  bottom: -3px
}

.title_sub_1[data-v-2399d2bb] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-2399d2bb]:before {
  bottom: -5px
}

.title_sub_1[data-v-2399d2bb]:after,
.title_sub_1[data-v-2399d2bb]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-2399d2bb]:after {
  bottom: -3px
}

.title_sm[data-v-2399d2bb] {
  display: none
}

.title_hexa[data-v-2399d2bb] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-2399d2bb],
.title_hexa i[data-v-2399d2bb] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-2399d2bb] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-2399d2bb] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-2399d2bb] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-2399d2bb],
.title_hexa.t_on i[data-v-2399d2bb] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-2399d2bb] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-2399d2bb] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-2399d2bb] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-2399d2bb] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-2399d2bb] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-2399d2bb] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-2399d2bb] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-2399d2bb]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-2399d2bb]:first-of-type,
.sports_list li>div[data-v-2399d2bb]:nth-of-type(2),
.sports_list li>div[data-v-2399d2bb]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-2399d2bb] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-2399d2bb]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-2399d2bb] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-2399d2bb] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-2399d2bb] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-2399d2bb]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-2399d2bb] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-2399d2bb] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-2399d2bb] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-2399d2bb],
.game_bat button[data-v-2399d2bb] {
  position: relative
}

.game_bat button[data-v-2399d2bb]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-2399d2bb] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-2399d2bb] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-2399d2bb] {
  margin-right: 5px
}

.game_bat button[data-v-2399d2bb]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-2399d2bb] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-2399d2bb] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-2399d2bb] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-2399d2bb],
.game_bat button:nth-of-type(3) i img[data-v-2399d2bb] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-2399d2bb] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-2399d2bb]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-2399d2bb]:nth-of-type(2),
.game_bat button[data-v-2399d2bb]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-2399d2bb]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-2399d2bb],
.game_bat button.active[data-v-2399d2bb] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-2399d2bb]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-2399d2bb]:after,
.game_bat button:first-of-type .up[data-v-2399d2bb]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-2399d2bb 1s ease-in-out 5;
  animation: blink-data-v-2399d2bb 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-2399d2bb]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-2399d2bb]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-2399d2bb]:after,
.game_bat button:nth-of-type(2) .up[data-v-2399d2bb]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-2399d2bb 1s ease-in-out 5;
  animation: blink-data-v-2399d2bb 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-2399d2bb]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-2399d2bb]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-2399d2bb]:after,
.game_bat button:nth-of-type(3) .up[data-v-2399d2bb]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-2399d2bb 1s ease-in-out 5;
  animation: blink-data-v-2399d2bb 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-2399d2bb]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-2399d2bb] {
  padding: 0
}

.box_folder[data-v-2399d2bb],
.box_folder button[data-v-2399d2bb] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-2399d2bb] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-2399d2bb] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-2399d2bb]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-2399d2bb] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-2399d2bb]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-2399d2bb] {
  flex-wrap: wrap
}

.bank_info[data-v-2399d2bb],
.bank_info li[data-v-2399d2bb] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-2399d2bb] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-2399d2bb]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-2399d2bb] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-2399d2bb] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-2399d2bb] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-2399d2bb] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-2399d2bb] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-2399d2bb] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-2399d2bb] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-2399d2bb] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-2399d2bb] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-2399d2bb] {
  margin-right: 10px
}

.box_text_type_1[data-v-2399d2bb] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-2399d2bb],
.box_text_type_1 i[data-v-2399d2bb] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-2399d2bb] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-2399d2bb] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-2399d2bb],
.wl_tip[data-v-2399d2bb] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-2399d2bb],
.wl_tip ul li[data-v-2399d2bb] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-2399d2bb] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-2399d2bb] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-2399d2bb] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-2399d2bb],
.wl_waring ul li[data-v-2399d2bb] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-2399d2bb] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-2399d2bb] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-2399d2bb] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-2399d2bb] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-2399d2bb] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-2399d2bb] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-2399d2bb {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-2399d2bb {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-2399d2bb] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-2399d2bb] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-2399d2bb] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-2399d2bb],
.box_fx_buy_sell[data-v-2399d2bb],
.box_fx_result[data-v-2399d2bb],
.box_leverage_result[data-v-2399d2bb],
.current_time[data-v-2399d2bb],
.tab_box[data-v-2399d2bb],
.tab_time[data-v-2399d2bb] {
  position: relative
}

.copilot[data-v-2399d2bb] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-2399d2bb],
.copilot[data-v-2399d2bb]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-2399d2bb]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-2399d2bb] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-2399d2bb] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-2399d2bb] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-2399d2bb] {
  padding: 20px 15px
}

.copilot_foot[data-v-2399d2bb],
.copilot_foot button[data-v-2399d2bb] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-2399d2bb] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-2399d2bb] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-2399d2bb],
.copilot.step_2[data-v-2399d2bb] {
  top: 50px
}

.copilot.step_3[data-v-2399d2bb],
.copilot.step_4[data-v-2399d2bb],
.copilot.step_6[data-v-2399d2bb],
.copilot.step_7[data-v-2399d2bb],
.copilot.step_8[data-v-2399d2bb] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-2399d2bb] {
  top: 40px
}

.box_info_1[data-v-2399d2bb] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-2399d2bb] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-2399d2bb] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-2399d2bb]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-2399d2bb] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-2399d2bb] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-2399d2bb] {
  height: 40px
}

.title_guide_1 span[data-v-2399d2bb] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-2399d2bb] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-2399d2bb] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-2399d2bb] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-2399d2bb] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-2399d2bb] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-2399d2bb 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-2399d2bb 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-2399d2bb]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-2399d2bb]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-2399d2bb]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-2399d2bb]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-2399d2bb]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-2399d2bb {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-2399d2bb {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-2399d2bb] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-2399d2bb] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-2399d2bb] {
    margin-top: 0
  }

  .sub_visual[data-v-2399d2bb] {
    display: none
  }

  .box_sub_title[data-v-2399d2bb] {
    padding: 0 20px
  }

  .box_sub_container[data-v-2399d2bb] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-2399d2bb] {
    display: block
  }

  .title_sub[data-v-2399d2bb] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-2399d2bb]:before {
    bottom: -5px
  }

  .title_sub[data-v-2399d2bb]:after,
  .title_sub[data-v-2399d2bb]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-2399d2bb]:after {
    bottom: -3px
  }

  .sub_menu[data-v-2399d2bb] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-2399d2bb] {
    padding: 0
  }

  .box_sub_container[data-v-2399d2bb] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-2399d2bb] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-2399d2bb] {
    display: none
  }

  .box_bg_deep[data-v-2399d2bb] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-2399d2bb] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-2399d2bb] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-2399d2bb] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-2399d2bb],
  .result_buy div[data-v-2399d2bb] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-2399d2bb] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-2399d2bb] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-2399d2bb] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-2399d2bb] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-2399d2bb] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-2399d2bb] {
    padding: 0 5px
  }

  .box_folder button[data-v-2399d2bb] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-2399d2bb] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-2399d2bb] {
    padding: 0
  }

  .pagenation_type_1[data-v-2399d2bb] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-2399d2bb] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-2399d2bb] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-2399d2bb] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-2399d2bb],
  .pagenation_type_1 .btn_last[data-v-2399d2bb],
  .pagenation_type_1 .btn_next[data-v-2399d2bb],
  .pagenation_type_1 .btn_prev[data-v-2399d2bb] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-2399d2bb] {
    color: #bbb
  }

  .title_medium[data-v-2399d2bb] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-2399d2bb]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-2399d2bb]:first-of-type:hover,
  .game_bat.bet_three button[data-v-2399d2bb]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-2399d2bb]:nth-of-type(3):hover,
  .game_bat button[data-v-2399d2bb]:first-of-type:hover,
  .game_bat button[data-v-2399d2bb]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-2399d2bb],
  .game_bat button.active span[data-v-2399d2bb],
  .game_bat button:hover span[data-v-2399d2bb] {
    color: #fff 
  }

  .bat_more[data-v-2399d2bb]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-2399d2bb],
  .bat_more[disabled][data-v-2399d2bb]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-2399d2bb]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-2399d2bb]:first-of-type:hover,
  .game_bat_2 button[data-v-2399d2bb]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-2399d2bb],
  .game_bat_2 button.active[data-v-2399d2bb]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-2399d2bb]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-2399d2bb] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-2399d2bb] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-2399d2bb]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-2399d2bb]:hover,
  .pagenation_type_1 .btn_last[data-v-2399d2bb]:hover,
  .pagenation_type_1 .btn_next[data-v-2399d2bb]:hover,
  .pagenation_type_1 .btn_prev[data-v-2399d2bb]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-2399d2bb]:hover,
  .ul_game_item button[data-v-2399d2bb]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_other[data-v-2399d2bb] {
  position: relative
}

.sub_visual_other img[data-v-2399d2bb] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_other div[data-v-2399d2bb] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 5px
}

.sub_visual_other div span em[data-v-2399d2bb] {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: inherit
}

.sub_visual_other div span em[data-v-2399d2bb]:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #e32028;
  margin: 0 15px;
  border-left: 1px solid #e32028
}

.sub_visual_other div span i[data-v-2399d2bb] {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300
}

.box_p_estimate[data-v-2399d2bb] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0
}

.box_p_estimate div[data-v-2399d2bb]:first-of-type {
  color: #fff
}

.box_p_estimate div[data-v-2399d2bb]:nth-of-type(2) {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px
}

.search[data-v-2399d2bb] {
  position: relative;
  max-width: 300px;
  width: calc(100% - 92px);
  height: 38px;
  padding-right: 46px
}

.search .btn_search[data-v-2399d2bb] {
  position: absolute;
  right: 50px;
  top: 0;
  width: 38px;
  height: 36px
}

.search .btn_search img[data-v-2399d2bb] {
  height: 20px
}

.search .btn_reload[data-v-2399d2bb] {
  position: absolute;
  right: 0;
  top: 1px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #000
}

.search .btn_reload i[data-v-2399d2bb] {
  font-size: 1.5rem;
  color: #fff
}

.search input[data-v-2399d2bb] {
  width: 100%;
  height: 38px;
  font-size: 1.5rem;
  color: #000;
  border: 1px solid #333544;
  background: #27313b;
  padding: 0 40px 0 20px
}

.estimate_list li[data-v-2399d2bb] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  background: #2a2a32;
  margin-bottom: 10px
}

.estimate_list li[data-v-2399d2bb]:last-child {
  margin-bottom: 0
}

.estimate_list li>span[data-v-2399d2bb] {
  padding: 0 10px
}

.estimate_list li>span[data-v-2399d2bb]:first-of-type {
  width: 80px;
  color: #fff;
  text-align: center
}

.estimate_list li>span[data-v-2399d2bb]:nth-of-type(2) {
  width: 160px;
  color: #fff;
  text-align: center
}

.estimate_list li>span[data-v-2399d2bb]:nth-of-type(3) {
  /* width: calc(100% - 400px); */
  width: calc(100% - 340px);
  word-break: break-all
}

.estimate_list li>span[data-v-2399d2bb]:nth-of-type(4) {
  width: 100px;
  text-align: center
}

.estimate_list li>span[data-v-2399d2bb]:nth-of-type(5) {
  width: 60px;
  text-align: center
}

.estimate_list li>div[data-v-2399d2bb] {
  width: 100%;
  color: #fff;
  line-height: 1.4;
  background: #0b0c10;
  padding: 20px
}

.estimate_list li>span:nth-of-type(3) a[data-v-2399d2bb] {
  display: block;
  color: #fff;
  line-height: 1.3;
  /* text-decoration: underline; */
  padding: 20px 0
}

.table_estimate[data-v-2399d2bb] {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0 10px;
  border-collapse: inherit
}

.table_estimate thead th[data-v-2399d2bb] {
  height: 44px;
  color: #797986;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  padding: 0 10px
}

.table_estimate thead th[data-v-2399d2bb]:first-of-type {
  width: 80px
}

.table_estimate thead th[data-v-2399d2bb]:nth-of-type(2) {
  width: 160px
}

.table_estimate thead th[data-v-2399d2bb]:nth-of-type(3) {
  width: auto
}

.table_estimate thead th[data-v-2399d2bb]:nth-of-type(4) {
  width: 100px
}

.table_estimate thead th[data-v-2399d2bb]:nth-of-type(5) {
  width: 60px
}

@media (max-width:991px) {
  .sub_visual_other img[data-v-2399d2bb] {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .sub_visual_other div[data-v-2399d2bb] {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px 5px
  }

  .sub_visual_other div span em[data-v-2399d2bb] {
    font-size: 2.4rem
  }

  .sub_visual_other div span em[data-v-2399d2bb]:after {
    height: 20px
  }

  .sub_visual_other div span i[data-v-2399d2bb] {
    font-size: 1.8rem
  }

  .box_p_estimate[data-v-2399d2bb] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px
  }

  .box_p_estimate div[data-v-2399d2bb]:first-of-type {
    color: #fff
  }

  .box_p_estimate div[data-v-2399d2bb]:nth-of-type(2) {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0
  }

  .search[data-v-2399d2bb] {
    position: relative;
    max-width: inherit;
    width: 100%;
    height: 38px;
    padding: 0 46px
  }

  .search .btn_search[data-v-2399d2bb] {
    position: absolute;
    right: 50px;
    top: 0;
    width: 38px;
    height: 36px
  }

  .search .btn_search img[data-v-2399d2bb] {
    height: 20px
  }

  .search .btn_reload[data-v-2399d2bb] {
    position: absolute;
    right: 0;
    top: 1px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #000
  }

  .search .btn_reload i[data-v-2399d2bb] {
    font-size: 1.5rem;
    color: #fff
  }

  .search input[data-v-2399d2bb] {
    width: 100%;
    height: 38px;
    font-size: 1.5rem;
    color: #000;
    border: 1px solid #333544;
    background: #27313b;
    padding: 0 40px 0 20px
  }
}

@media (max-width:767px) {
  .box_p_estimate[data-v-2399d2bb] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px
  }

  .box_p_estimate div[data-v-2399d2bb]:first-of-type {
    color: #fff;
    padding: 5px 0 15px
  }

  .box_p_estimate div[data-v-2399d2bb]:nth-of-type(2) {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0
  }

  .estimate_list li>span[data-v-2399d2bb] {
    padding: 0 5px
  }

  .estimate_list li>span[data-v-2399d2bb]:first-of-type {
    width: 40px;
    color: #fff
  }

  .estimate_list li>span[data-v-2399d2bb]:nth-of-type(2) {
    width: 70px;
    color: #fff;
    text-align: center
  }

  .estimate_list li>span[data-v-2399d2bb]:nth-of-type(3) {
    width: calc(100% - 186px)
  }

  .estimate_list li>span[data-v-2399d2bb]:nth-of-type(4) {
    width: 40px;
    padding: 0
  }

  .estimate_list li>span[data-v-2399d2bb]:nth-of-type(5) {
    width: 36px;
    text-align: center;
    padding: 0 0 0 2px
  }

  .table_estimate[data-v-2399d2bb] {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0 10px;
    border-collapse: inherit
  }

  .table_estimate thead[data-v-2399d2bb] {
    display: none
  }
}
body [data-v-621a4120] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-621a4120]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-621a4120]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-621a4120] {
  max-width: 1440px
}

.page-enter-active[data-v-621a4120],
.page-leave-active[data-v-621a4120] {
  transition: opacity .1s
}

.page-enter[data-v-621a4120],
.page-leave-to[data-v-621a4120] {
  opacity: 0
}

.b1[data-v-621a4120] {
  border: 1px solid red
}

.width-btn-100[data-v-621a4120] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-621a4120] {
  color: #e32028 
}

.main-color1-normal[data-v-621a4120] {
  color: #ff2152 
}

.main-color1-text[data-v-621a4120] {
  color: #ff9710 
}

.main-color1-deep[data-v-621a4120] {
  color: #ff6900 
}

.main-color1-light[data-v-621a4120] {
  color: #ff542e 
}

.color-white[data-v-621a4120] {
  color: #fff 
}

.main-color2-light[data-v-621a4120] {
  color: #a9da2b 
}

.main-color2[data-v-621a4120] {
  color: #67b628 
}

.main_color3_light[data-v-621a4120] {
  color: #ffc92f 
}

.main-color3[data-v-621a4120] {
  color: #febd02 
}

.main-color4[data-v-621a4120] {
  color: #7e93a6 
}

.main-color5-light[data-v-621a4120] {
  color: #42deda 
}

.main-color5[data-v-621a4120] {
  color: #01c8de 
}

.color-grey[data-v-621a4120] {
  color: #676c71 
}

.color-lightgrey[data-v-621a4120] {
  color: #ababab 
}

.color-deepgrey[data-v-621a4120] {
  color: #20222b 
}

.color-text-verylight[data-v-621a4120] {
  color: #80a7b8 
}

.color-text-light[data-v-621a4120] {
  color: #9a9aa7 
}

.color-text[data-v-621a4120] {
  color: #797986 
}

.color-text-deep[data-v-621a4120] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-621a4120] {
  color: #2f3b49 
}

.c_default[data-v-621a4120] {
  color: #fff 
}

.c_high[data-v-621a4120] {
  color: #ff1717 
}

.c_low[data-v-621a4120] {
  color: #0bf 
}

.c_buy_light[data-v-621a4120] {
  color: #fe5159 
}

.c_buy[data-v-621a4120] {
  color: #f14f57 
}

.bg_c_buy[data-v-621a4120] {
  background: #f14f57
}

.c_sell_light[data-v-621a4120] {
  color: #349bf0 
}

.c_sell[data-v-621a4120] {
  color: #3488db 
}

.bg_c_sell[data-v-621a4120] {
  background: #3488db
}

.c_ing[data-v-621a4120] {
  color: #fff 
}

.bg_ing[data-v-621a4120],
.bg_wait[data-v-621a4120] {
  background: #7e93a6 
}

.bg_background_deep[data-v-621a4120] {
  background: #000
}

.c_success[data-v-621a4120] {
  color: #1478f2 
}

.bg_success[data-v-621a4120] {
  background: #1478f2 
}

.c_complete[data-v-621a4120] {
  color: #fff 
}

.c_fail[data-v-621a4120] {
  color: #ff1e1e 
}

.bg_fail[data-v-621a4120] {
  background: #ff1e1e 
}

.c_cancel[data-v-621a4120] {
  color: #ff6900 
}

.bg_cancel[data-v-621a4120] {
  background: #ff6900 
}

.c_error[data-v-621a4120] {
  color: #ff6900 
}

.c_invaild[data-v-621a4120] {
  color: #999 
}

.bg_invaild[data-v-621a4120] {
  background: #666 
}

.bg_main[data-v-621a4120] {
  background: #e32028 
}

.bg_green_gra[data-v-621a4120] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-621a4120] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-621a4120] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-621a4120] {
  color: #ff5266 
}

.c_deposit_light[data-v-621a4120] {
  color: #a9da2b 
}

.c_deposit[data-v-621a4120] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-621a4120] {
  color: #ff8520 
}

.c_withdrawal[data-v-621a4120] {
  color: #ff6900 
}

.c_green[data-v-621a4120] {
  color: #009b1b 
}

.c_red[data-v-621a4120] {
  color: red 
}

.c_blue[data-v-621a4120] {
  color: #febd02 
}

.c_black[data-v-621a4120] {
  color: #000 
}

.bg_white[data-v-621a4120] {
  background: #fff 
}

.bg_green[data-v-621a4120] {
  background: #6dcb1b 
}

.box_c_ing[data-v-621a4120] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-621a4120] {
  background: #f14f57
}

.box_c_buy[data-v-621a4120],
.box_c_invaild[data-v-621a4120] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-621a4120] {
  background: #999
}

.box_c_sell[data-v-621a4120] {
  background: #3488db
}

.box_c_sell[data-v-621a4120],
.box_c_success[data-v-621a4120] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-621a4120] {
  background: #ff6900
}

.box_c_fail[data-v-621a4120] {
  background: #67b628
}

.box_c_extedn[data-v-621a4120],
.box_c_fail[data-v-621a4120] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-621a4120] {
  background: #43586c
}

.ps__rail-x[data-v-621a4120] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-621a4120],
.ps__rail-y[data-v-621a4120] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-621a4120] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-621a4120],
.ps--active-y>.ps__rail-y[data-v-621a4120] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-621a4120],
.ps--focus>.ps__rail-y[data-v-621a4120],
.ps--scrolling-x>.ps__rail-x[data-v-621a4120],
.ps--scrolling-y>.ps__rail-y[data-v-621a4120],
.ps:hover>.ps__rail-x[data-v-621a4120],
.ps:hover>.ps__rail-y[data-v-621a4120] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-621a4120],
.ps.ps__rail-x[data-v-621a4120]:focus,
.ps.ps__rail-x[data-v-621a4120]:hover,
.ps.ps__rail-y.ps--clicking[data-v-621a4120],
.ps.ps__rail-y[data-v-621a4120]:focus,
.ps.ps__rail-y[data-v-621a4120]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-621a4120] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-621a4120],
.ps__thumb-y[data-v-621a4120] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-621a4120] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-621a4120],
.ps__rail-x:focus>.ps__thumb-x[data-v-621a4120],
.ps__rail-x:hover>.ps__thumb-x[data-v-621a4120] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-621a4120],
.ps__rail-y:focus>.ps__thumb-y[data-v-621a4120],
.ps__rail-y:hover>.ps__thumb-y[data-v-621a4120] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-621a4120] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-621a4120] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-621a4120] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-621a4120] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-621a4120] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-621a4120] {
  display: none 
}

.toast-top-center[data-v-621a4120] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-621a4120] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-621a4120] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-621a4120] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-621a4120] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-621a4120],
.pagenation_type_1 .btn_last[data-v-621a4120],
.pagenation_type_1 .btn_next[data-v-621a4120],
.pagenation_type_1 .btn_prev[data-v-621a4120] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-621a4120] {
  color: #bbb
}

.wrap_type_3[data-v-621a4120] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-621a4120] {
  background: #0b0c10
}

.container_left[data-v-621a4120],
.container_left_md[data-v-621a4120] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-621a4120] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-621a4120] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-621a4120] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-621a4120] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-621a4120]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-621a4120] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-621a4120] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-621a4120] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-621a4120] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-621a4120]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-621a4120]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-621a4120],
.container_center_3_mini>div[data-v-621a4120] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-621a4120] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-621a4120]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-621a4120]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-621a4120] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-621a4120]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-621a4120]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-621a4120] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-621a4120]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-621a4120]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-621a4120] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-621a4120] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-621a4120],
.bg_grad_1_x[data-v-621a4120] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-621a4120] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-621a4120] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-621a4120] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-621a4120],
.bg_normal_2[data-v-621a4120] {
  background: #141621
}

.btn_left_close[data-v-621a4120],
.btn_left_control[data-v-621a4120],
.btn_right_close[data-v-621a4120],
.right_screen[data-v-621a4120] {
  display: none
}

.box_logo[data-v-621a4120] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-621a4120] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-621a4120] {
  display: none
}

.text_dot[data-v-621a4120] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-621a4120 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-621a4120 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-621a4120] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-621a4120] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-621a4120] {
  background: #fff 
}

.bat_more.active i[data-v-621a4120] {
  color: #000 
}

.btn_no_disabled[data-v-621a4120] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-621a4120] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-621a4120] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-621a4120],
.game_bat_2 button[data-v-621a4120]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-621a4120]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-621a4120] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-621a4120] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-621a4120]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-621a4120] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-621a4120] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-621a4120] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-621a4120],
.title_logo[data-v-621a4120] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-621a4120] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-621a4120] {
  height: 22px
}

.tab[data-v-621a4120] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-621a4120]:last-child {
  width: 100%
}

.tab li[data-v-621a4120]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-621a4120] {
  width: 50%
}

.tab li[data-v-621a4120]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-621a4120] {
  width: 33.333333333333%
}

.tab li[data-v-621a4120]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-621a4120] {
  width: 25%
}

.tab li[data-v-621a4120]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-621a4120] {
  width: 20%
}

.tab li[data-v-621a4120]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-621a4120] {
  width: 16.66666666666667%
}

.tab li button[data-v-621a4120] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-621a4120] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-621a4120]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-621a4120] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-621a4120] {
  border: 0
}

.wrap_sports_detail li[data-v-621a4120] {
  width: 100%
}

.wrap_sports_detail li[data-v-621a4120]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-621a4120]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-621a4120] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-621a4120] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-621a4120],
.detail_num>button[data-v-621a4120] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-621a4120] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-621a4120] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-621a4120]:last-child {
  width: 100%
}

.detail_num button[data-v-621a4120]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-621a4120] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-621a4120]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-621a4120] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-621a4120] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-621a4120] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-621a4120] {
  color: #fff 
}

.detail_num>button .up[data-v-621a4120]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-621a4120]:after,
.detail_num>button .up[data-v-621a4120]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-621a4120 1s ease-in-out 5;
  animation: blink-data-v-621a4120 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-621a4120]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-621a4120] {
  background: #f4053a
}

.detail_num>button.active i[data-v-621a4120] {
  color: #000
}

.detail_num>button .text-allocation[data-v-621a4120] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-621a4120] {
  color: #000 
}

.sports_bet_close[data-v-621a4120] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-621a4120],
.sports_bet_close[data-v-621a4120]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-621a4120]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-621a4120] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-621a4120],
.sports_bet_close_all[data-v-621a4120]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-621a4120]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-621a4120] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-621a4120]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-621a4120] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-621a4120]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-621a4120] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-621a4120],
.market_all_close[data-v-621a4120]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-621a4120]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-621a4120] {
    display: none
  }
}

.vjs-control-bar[data-v-621a4120] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-621a4120] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-621a4120] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-621a4120] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-621a4120]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-621a4120] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-621a4120]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-621a4120] {
  color: #fff 
}

.vjs-big-play-button[data-v-621a4120]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-621a4120],
  .detail_num button[data-v-621a4120]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-621a4120] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-621a4120]:nth-of-type(2),
  .game_bat button[data-v-621a4120]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-621a4120]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-621a4120] {
    width: 100%
  }

  .market_all_close[data-v-621a4120]:after,
  .market_domestic_all_close[data-v-621a4120]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-621a4120],
  .game_bat button:nth-of-type(3) i[data-v-621a4120] {
    display: none 
  }
}

.mini_bet_close[data-v-621a4120] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-621a4120],
.mini_bet_close[data-v-621a4120]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-621a4120]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-621a4120] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-621a4120] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-621a4120] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-621a4120]:first-of-type,
.flex_2dan div[data-v-621a4120]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-621a4120] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-621a4120]:first-of-type,
.flex_3dan div[data-v-621a4120]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-621a4120]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-621a4120] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-621a4120] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-621a4120] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-621a4120] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-621a4120] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-621a4120] {
  height: 40px
}

.mini_game_info[data-v-621a4120],
.mini_game_info span[data-v-621a4120]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-621a4120]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-621a4120] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-621a4120] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-621a4120]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-621a4120] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-621a4120] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-621a4120] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-621a4120] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-621a4120]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-621a4120] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-621a4120]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-621a4120] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-621a4120]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-621a4120] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-621a4120]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-621a4120] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-621a4120]:first-child,
.ul_game_item.item_10 li[data-v-621a4120]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-621a4120]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-621a4120] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-621a4120],
.ul_game_item button i[data-v-621a4120] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-621a4120] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-621a4120] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-621a4120] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-621a4120] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-621a4120] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-621a4120] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-621a4120] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-621a4120] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-621a4120] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-621a4120] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-621a4120] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-621a4120] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-621a4120] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-621a4120] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-621a4120] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-621a4120] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-621a4120] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-621a4120] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-621a4120] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-621a4120] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-621a4120] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-621a4120] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-621a4120] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-621a4120] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-621a4120] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-621a4120] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-621a4120] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-621a4120] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-621a4120] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-621a4120] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-621a4120] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-621a4120] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-621a4120] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-621a4120] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-621a4120] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-621a4120] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-621a4120] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-621a4120] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-621a4120]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-621a4120]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-621a4120]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-621a4120] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-621a4120] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-621a4120] {
    display: none
  }

  .flex_1dan ul[data-v-621a4120] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-621a4120]:first-of-type,
  .flex_3dan div[data-v-621a4120]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-621a4120]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-621a4120] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-621a4120]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-621a4120]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-621a4120]:first-of-type,
  .flex_3dan div[data-v-621a4120]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-621a4120]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-621a4120] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-621a4120] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-621a4120] {
    width: 100%
  }

  .flex_3dan div[data-v-621a4120]:first-of-type,
  .flex_3dan div[data-v-621a4120]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-621a4120]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-621a4120] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-621a4120] {
    width: 100%
  }

  .ul_game_item2 li[data-v-621a4120]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-621a4120]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-621a4120]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-621a4120]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-621a4120]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-621a4120] {
    padding: 101px 280px 0
  }

  .container_left[data-v-621a4120],
  .container_left_md[data-v-621a4120],
  .container_right[data-v-621a4120] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-621a4120]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-621a4120]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-621a4120]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-621a4120]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-621a4120] {
    padding-left: 40px
  }

  .container_left[data-v-621a4120] {
    display: none
  }

  .btn_left_control[data-v-621a4120] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-621a4120],
  .btn_left_control i[data-v-621a4120] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-621a4120] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-621a4120] {
    width: 26px
  }

  .btn_left_close[data-v-621a4120] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-621a4120] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-621a4120] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-621a4120]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-621a4120]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-621a4120]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-621a4120]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-621a4120]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-621a4120]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-621a4120] {
    display: block
  }

  .no-display-1600[data-v-621a4120] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-621a4120]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-621a4120]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-621a4120] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-621a4120] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-621a4120]:first-of-type,
  .container_center_2_mini>div>div[data-v-621a4120]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-621a4120] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-621a4120]:first-of-type,
  .container_center_3_mini>div>div[data-v-621a4120]:nth-of-type(2),
  .container_center_4_mini>div[data-v-621a4120]:first-of-type,
  .container_center_4_mini>div[data-v-621a4120]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-621a4120] {
    padding-right: 0
  }

  .container_right[data-v-621a4120] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-621a4120] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-621a4120] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-621a4120] {
    width: 26px
  }

  .container_right .right_screen[data-v-621a4120] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-621a4120] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-621a4120],
  .btn_left_control[data-v-621a4120],
  .container_left[data-v-621a4120] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-621a4120] {
    padding: 0
  }

  .mobile_scroll[data-v-621a4120] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-621a4120] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-621a4120],
.title_info_s[data-v-621a4120] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-621a4120] {
  font-size: 1.8rem
}

.title_info_s[data-v-621a4120]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(180deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-621a4120] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-621a4120] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-621a4120] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-621a4120] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-621a4120] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-621a4120] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-621a4120] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-621a4120] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-621a4120] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-621a4120] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-621a4120] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-621a4120] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-621a4120] {
  position: relative
}

.sub_visual_wallet img[data-v-621a4120] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-621a4120] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-621a4120] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-621a4120] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-621a4120] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-621a4120]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-621a4120],
.menu_wallet>li button[data-v-621a4120] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-621a4120],
.menu_wallet>li button.active[data-v-621a4120] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-621a4120] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-621a4120]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-621a4120] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-621a4120] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-621a4120] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-621a4120] {
  position: relative
}

.wallet_form button[data-v-621a4120] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-621a4120] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-621a4120] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-621a4120] {
  background: #141621 
}

h2.title_trade[data-v-621a4120] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-621a4120] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-621a4120] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-621a4120] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-621a4120],
.result_buy div[data-v-621a4120] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-621a4120] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-621a4120] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-621a4120] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-621a4120] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-621a4120] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-621a4120] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-621a4120] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-621a4120] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-621a4120],
.sub_visual.s_02[data-v-621a4120],
.sub_visual.s_03[data-v-621a4120],
.sub_visual.s_04[data-v-621a4120],
.sub_visual.s_05[data-v-621a4120],
.sub_visual.s_06[data-v-621a4120],
.sub_visual.s_07[data-v-621a4120],
.sub_visual.s_08[data-v-621a4120] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-621a4120] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-621a4120] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-621a4120] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-621a4120],
.sub_menu a[data-v-621a4120] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-621a4120] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-621a4120] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-621a4120],
.sub_menu a.nuxt-link-active[data-v-621a4120] {
  color: #e32028
}

.sub_tab ul[data-v-621a4120] {
  overflow: hidden
}

.sub_tab ul li[data-v-621a4120] {
  float: left
}

.sub_tab ul li a[data-v-621a4120] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-621a4120],
.sub_tab ul li a.active[data-v-621a4120] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-621a4120]:before,
.sub_tab ul li a.active[data-v-621a4120]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-621a4120] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-621a4120] {
  font-size: 2.2rem
}

.title_big[data-v-621a4120],
.title_normal[data-v-621a4120] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-621a4120] {
  font-size: 1.8rem
}

.title_small[data-v-621a4120] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-621a4120] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-621a4120] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-621a4120],
.title_tiny[data-v-621a4120] {
  position: relative;
  color: #fff
}

.title_sub[data-v-621a4120] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-621a4120]:before {
  bottom: -5px
}

.title_sub[data-v-621a4120]:after,
.title_sub[data-v-621a4120]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-621a4120]:after {
  bottom: -3px
}

.title_sub_1[data-v-621a4120] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-621a4120]:before {
  bottom: -5px
}

.title_sub_1[data-v-621a4120]:after,
.title_sub_1[data-v-621a4120]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-621a4120]:after {
  bottom: -3px
}

.title_sm[data-v-621a4120] {
  display: none
}

.title_hexa[data-v-621a4120] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-621a4120],
.title_hexa i[data-v-621a4120] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-621a4120] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-621a4120] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-621a4120] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-621a4120],
.title_hexa.t_on i[data-v-621a4120] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-621a4120] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-621a4120] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-621a4120] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-621a4120] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-621a4120] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-621a4120] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-621a4120] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-621a4120]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-621a4120]:first-of-type,
.sports_list li>div[data-v-621a4120]:nth-of-type(2),
.sports_list li>div[data-v-621a4120]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-621a4120] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-621a4120]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-621a4120] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-621a4120] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-621a4120] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-621a4120]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-621a4120] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-621a4120] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-621a4120] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-621a4120],
.game_bat button[data-v-621a4120] {
  position: relative
}

.game_bat button[data-v-621a4120]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-621a4120] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-621a4120] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-621a4120] {
  margin-right: 5px
}

.game_bat button[data-v-621a4120]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-621a4120] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-621a4120] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-621a4120] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-621a4120],
.game_bat button:nth-of-type(3) i img[data-v-621a4120] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-621a4120] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-621a4120]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-621a4120]:nth-of-type(2),
.game_bat button[data-v-621a4120]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-621a4120]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-621a4120],
.game_bat button.active[data-v-621a4120] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-621a4120]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-621a4120]:after,
.game_bat button:first-of-type .up[data-v-621a4120]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-621a4120 1s ease-in-out 5;
  animation: blink-data-v-621a4120 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-621a4120]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-621a4120]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-621a4120]:after,
.game_bat button:nth-of-type(2) .up[data-v-621a4120]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-621a4120 1s ease-in-out 5;
  animation: blink-data-v-621a4120 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-621a4120]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-621a4120]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-621a4120]:after,
.game_bat button:nth-of-type(3) .up[data-v-621a4120]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-621a4120 1s ease-in-out 5;
  animation: blink-data-v-621a4120 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-621a4120]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-621a4120] {
  padding: 0
}

.box_folder[data-v-621a4120],
.box_folder button[data-v-621a4120] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-621a4120] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-621a4120] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-621a4120]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-621a4120] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-621a4120]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-621a4120] {
  flex-wrap: wrap
}

.bank_info[data-v-621a4120],
.bank_info li[data-v-621a4120] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-621a4120] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-621a4120]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-621a4120] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-621a4120] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-621a4120] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-621a4120] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-621a4120] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-621a4120] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-621a4120] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-621a4120] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-621a4120] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-621a4120] {
  margin-right: 10px
}

.box_text_type_1[data-v-621a4120] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-621a4120],
.box_text_type_1 i[data-v-621a4120] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-621a4120] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-621a4120] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-621a4120],
.wl_tip[data-v-621a4120] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-621a4120],
.wl_tip ul li[data-v-621a4120] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-621a4120] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-621a4120] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-621a4120] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-621a4120],
.wl_waring ul li[data-v-621a4120] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-621a4120] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-621a4120] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-621a4120] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-621a4120] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-621a4120] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-621a4120] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-621a4120 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-621a4120 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-621a4120] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-621a4120] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-621a4120] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-621a4120],
.box_fx_buy_sell[data-v-621a4120],
.box_fx_result[data-v-621a4120],
.box_leverage_result[data-v-621a4120],
.current_time[data-v-621a4120],
.tab_box[data-v-621a4120],
.tab_time[data-v-621a4120] {
  position: relative
}

.copilot[data-v-621a4120] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-621a4120],
.copilot[data-v-621a4120]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-621a4120]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-621a4120] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-621a4120] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-621a4120] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-621a4120] {
  padding: 20px 15px
}

.copilot_foot[data-v-621a4120],
.copilot_foot button[data-v-621a4120] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-621a4120] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-621a4120] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-621a4120],
.copilot.step_2[data-v-621a4120] {
  top: 50px
}

.copilot.step_3[data-v-621a4120],
.copilot.step_4[data-v-621a4120],
.copilot.step_6[data-v-621a4120],
.copilot.step_7[data-v-621a4120],
.copilot.step_8[data-v-621a4120] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-621a4120] {
  top: 40px
}

.box_info_1[data-v-621a4120] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-621a4120] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-621a4120] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-621a4120]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-621a4120] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-621a4120] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-621a4120] {
  height: 40px
}

.title_guide_1 span[data-v-621a4120] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-621a4120] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-621a4120] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-621a4120] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-621a4120] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-621a4120] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-621a4120 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-621a4120 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-621a4120]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-621a4120]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-621a4120]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-621a4120]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-621a4120]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-621a4120 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-621a4120 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-621a4120] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-621a4120] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-621a4120] {
    margin-top: 0
  }

  .sub_visual[data-v-621a4120] {
    display: none
  }

  .box_sub_title[data-v-621a4120] {
    padding: 0 20px
  }

  .box_sub_container[data-v-621a4120] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-621a4120] {
    display: block
  }

  .title_sub[data-v-621a4120] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-621a4120]:before {
    bottom: -5px
  }

  .title_sub[data-v-621a4120]:after,
  .title_sub[data-v-621a4120]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-621a4120]:after {
    bottom: -3px
  }

  .sub_menu[data-v-621a4120] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-621a4120] {
    padding: 0
  }

  .box_sub_container[data-v-621a4120] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-621a4120] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-621a4120] {
    display: none
  }

  .box_bg_deep[data-v-621a4120] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-621a4120] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-621a4120] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-621a4120] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-621a4120],
  .result_buy div[data-v-621a4120] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-621a4120] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-621a4120] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-621a4120] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-621a4120] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-621a4120] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-621a4120] {
    padding: 0 5px
  }

  .box_folder button[data-v-621a4120] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-621a4120] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-621a4120] {
    padding: 0
  }

  .pagenation_type_1[data-v-621a4120] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-621a4120] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-621a4120] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-621a4120] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-621a4120],
  .pagenation_type_1 .btn_last[data-v-621a4120],
  .pagenation_type_1 .btn_next[data-v-621a4120],
  .pagenation_type_1 .btn_prev[data-v-621a4120] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-621a4120] {
    color: #bbb
  }

  .title_medium[data-v-621a4120] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-621a4120]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-621a4120]:first-of-type:hover,
  .game_bat.bet_three button[data-v-621a4120]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-621a4120]:nth-of-type(3):hover,
  .game_bat button[data-v-621a4120]:first-of-type:hover,
  .game_bat button[data-v-621a4120]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-621a4120],
  .game_bat button.active span[data-v-621a4120],
  .game_bat button:hover span[data-v-621a4120] {
    color: #fff 
  }

  .bat_more[data-v-621a4120]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-621a4120],
  .bat_more[disabled][data-v-621a4120]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-621a4120]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-621a4120]:first-of-type:hover,
  .game_bat_2 button[data-v-621a4120]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-621a4120],
  .game_bat_2 button.active[data-v-621a4120]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-621a4120]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-621a4120] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-621a4120] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-621a4120]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-621a4120]:hover,
  .pagenation_type_1 .btn_last[data-v-621a4120]:hover,
  .pagenation_type_1 .btn_next[data-v-621a4120]:hover,
  .pagenation_type_1 .btn_prev[data-v-621a4120]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-621a4120]:hover,
  .ul_game_item button[data-v-621a4120]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.box_popup_type[data-v-621a4120] {
  border-radius: 0;
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 25px 40px
}

.h_line[data-v-621a4120] {
  height: 1px;
  background: #ccc;
  margin: 10px 0 20px;
  padding: 0
}

.sub_visual_other[data-v-621a4120] {
  position: relative
}

.sub_visual_other img[data-v-621a4120] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_other div[data-v-621a4120] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 5px
}

.sub_visual_other div span em[data-v-621a4120] {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: inherit
}

.sub_visual_other div span em[data-v-621a4120]:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #e32028;
  margin: 0 15px;
  border-left: 1px solid #e32028
}

.sub_visual_other div span i[data-v-621a4120] {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300
}

.box_profile[data-v-621a4120] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%
}

.box_profile>div[data-v-621a4120] {
  width: calc(50% - 15px)
}

.box_profile>span[data-v-621a4120] {
  width: 1px;
  background: #000
}

.calendar_con[data-v-621a4120] {
  width: 100%;
  color: #fff
}

.calendar_con h3[data-v-621a4120],
.calendar_con h3 span[data-v-621a4120] {
  font-size: 3rem
}

.calendar_con h3 .month[data-v-621a4120] {
  color: #ff2152
}

.calendar_con h3 i[data-v-621a4120] {
  padding: 0 20px;
  vertical-align: middle;
  cursor: pointer
}

.calendar_con table[data-v-621a4120] {
  width: 100%;
  color: #fff;
  border-top: 2px solid #4b4b52
}

.calendar_con table tr th[data-v-621a4120] {
  width: 14%;
  border: 1px solid #4b4b52;
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: center
}

.calendar_con table tr td[data-v-621a4120] {
  width: 14%;
  height: 90px;
  border: 1px solid #4b4b52;
  padding: 10px;
  vertical-align: top;
  display: table-cell
}

.calendar_con table .check[data-v-621a4120] {
  background: url(/images/sub/sub_calendar_icon2.png) no-repeat 50%;
  background-size: 46%
}

.calendar_con table .today[data-v-621a4120] {
  color: #ff2152;
  background-size: 46%
}

.info_3_dan[data-v-621a4120] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.info_3_dan>div[data-v-621a4120] {
  width: 32%
}

.box_contents_0[data-v-621a4120] {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_0 em[data-v-621a4120] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_0 span[data-v-621a4120] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

@media (max-width:1920px) {
  .box_profile>div[data-v-621a4120]:first-of-type {
    width: 660px
  }

  .box_profile>div[data-v-621a4120]:nth-of-type(2) {
    width: calc(100% - 670px)
  }
}

@media (max-width:1630px) {
  .info_3_dan>div[data-v-621a4120] {
    width: 48%
  }

  .info_3_dan>div[data-v-621a4120]:nth-of-type(3) {
    margin-top: 10px
  }
}

@media (max-width:1439px) {
  .profile_info>div[data-v-621a4120] {
    align-items: flex-start;
    flex-wrap: wrap
  }

  .profile_info>div[data-v-621a4120],
  .profile_info>div div[data-v-621a4120] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%
  }

  .profile_info>div div[data-v-621a4120] {
    position: relative;
    align-items: center;
    padding: 15px;
    margin-bottom: 1px
  }

  .profile_info div em[data-v-621a4120] {
    width: 100px
  }

  .profile_info div em[data-v-621a4120],
  .profile_info div span[data-v-621a4120] {
    display: block;
    font-size: 1.5rem;
    text-align: left
  }

  .box_profile>div[data-v-621a4120]:first-of-type,
  .box_profile>div[data-v-621a4120]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:991px) {
  .sub_visual_other img[data-v-621a4120] {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .sub_visual_other div[data-v-621a4120] {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px 5px
  }

  .sub_visual_other div span em[data-v-621a4120] {
    font-size: 2.4rem
  }

  .sub_visual_other div span em[data-v-621a4120]:after {
    height: 20px
  }

  .sub_visual_other div span i[data-v-621a4120] {
    font-size: 1.8rem
  }

  .box_profile[data-v-621a4120] {
    height: auto
  }

  .box_profile>div[data-v-621a4120] {
    width: 100%
  }

  .box_profile>span[data-v-621a4120] {
    width: 100% ;
    height: 1px;
    background: #000
  }
}

@media (max-width:767px) {
  .calendar_con table tr td[data-v-621a4120] {
    height: 50px;
    padding: 5px
  }

  .calendar_con table .check[data-v-621a4120] {
    background: url(/images/sub/sub_calendar_icon2.png) no-repeat right 5px bottom 5px;
    background-size: 22px
  }

  .info_3_dan>div[data-v-621a4120] {
    width: 100%
  }

  .info_3_dan>div[data-v-621a4120]:nth-of-type(2),
  .info_3_dan>div[data-v-621a4120]:nth-of-type(3) {
    margin-top: 10px
  }
}
body [data-v-35afea22] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-35afea22]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-35afea22]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-35afea22] {
  max-width: 1440px
}

.page-enter-active[data-v-35afea22],
.page-leave-active[data-v-35afea22] {
  transition: opacity .1s
}

.page-enter[data-v-35afea22],
.page-leave-to[data-v-35afea22] {
  opacity: 0
}

.b1[data-v-35afea22] {
  border: 1px solid red
}

.width-btn-100[data-v-35afea22] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-35afea22] {
  color: #e32028 
}

.main-color1-normal[data-v-35afea22] {
  color: #ff2152 
}

.main-color1-text[data-v-35afea22] {
  color: #ff9710 
}

.main-color1-deep[data-v-35afea22] {
  color: #ff6900 
}

.main-color1-light[data-v-35afea22] {
  color: #ff542e 
}

.color-white[data-v-35afea22] {
  color: #fff 
}

.main-color2-light[data-v-35afea22] {
  color: #a9da2b 
}

.main-color2[data-v-35afea22] {
  color: #67b628 
}

.main_color3_light[data-v-35afea22] {
  color: #ffc92f 
}

.main-color3[data-v-35afea22] {
  color: #febd02 
}

.main-color4[data-v-35afea22] {
  color: #7e93a6 
}

.main-color5-light[data-v-35afea22] {
  color: #42deda 
}

.main-color5[data-v-35afea22] {
  color: #01c8de 
}

.color-grey[data-v-35afea22] {
  color: #676c71 
}

.color-lightgrey[data-v-35afea22] {
  color: #ababab 
}

.color-deepgrey[data-v-35afea22] {
  color: #20222b 
}

.color-text-verylight[data-v-35afea22] {
  color: #80a7b8 
}

.color-text-light[data-v-35afea22] {
  color: #9a9aa7 
}

.color-text[data-v-35afea22] {
  color: #797986 
}

.color-text-deep[data-v-35afea22] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-35afea22] {
  color: #2f3b49 
}

.c_default[data-v-35afea22] {
  color: #fff 
}

.c_high[data-v-35afea22] {
  color: #ff1717 
}

.c_low[data-v-35afea22] {
  color: #0bf 
}

.c_buy_light[data-v-35afea22] {
  color: #fe5159 
}

.c_buy[data-v-35afea22] {
  color: #f14f57 
}

.bg_c_buy[data-v-35afea22] {
  background: #f14f57
}

.c_sell_light[data-v-35afea22] {
  color: #349bf0 
}

.c_sell[data-v-35afea22] {
  color: #3488db 
}

.bg_c_sell[data-v-35afea22] {
  background: #3488db
}

.c_ing[data-v-35afea22] {
  color: #fff 
}

.bg_ing[data-v-35afea22],
.bg_wait[data-v-35afea22] {
  background: #7e93a6 
}

.bg_background_deep[data-v-35afea22] {
  background: #000
}

.c_success[data-v-35afea22] {
  color: #1478f2 
}

.bg_success[data-v-35afea22] {
  background: #1478f2 
}

.c_complete[data-v-35afea22] {
  color: #fff 
}

.c_fail[data-v-35afea22] {
  color: #ff1e1e 
}

.bg_fail[data-v-35afea22] {
  background: #ff1e1e 
}

.c_cancel[data-v-35afea22] {
  color: #ff6900 
}

.bg_cancel[data-v-35afea22] {
  background: #ff6900 
}

.c_error[data-v-35afea22] {
  color: #ff6900 
}

.c_invaild[data-v-35afea22] {
  color: #999 
}

.bg_invaild[data-v-35afea22] {
  background: #666 
}

.bg_main[data-v-35afea22] {
  background: #e32028 
}

.bg_green_gra[data-v-35afea22] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-35afea22] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-35afea22] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-35afea22] {
  color: #ff5266 
}

.c_deposit_light[data-v-35afea22] {
  color: #a9da2b 
}

.c_deposit[data-v-35afea22] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-35afea22] {
  color: #ff8520 
}

.c_withdrawal[data-v-35afea22] {
  color: #ff6900 
}

.c_green[data-v-35afea22] {
  color: #009b1b 
}

.c_red[data-v-35afea22] {
  color: red 
}

.c_blue[data-v-35afea22] {
  color: #febd02 
}

.c_black[data-v-35afea22] {
  color: #000 
}

.bg_white[data-v-35afea22] {
  background: #fff 
}

.bg_green[data-v-35afea22] {
  background: #6dcb1b 
}

.box_c_ing[data-v-35afea22] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-35afea22] {
  background: #f14f57
}

.box_c_buy[data-v-35afea22],
.box_c_invaild[data-v-35afea22] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-35afea22] {
  background: #999
}

.box_c_sell[data-v-35afea22] {
  background: #3488db
}

.box_c_sell[data-v-35afea22],
.box_c_success[data-v-35afea22] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-35afea22] {
  background: #ff6900
}

.box_c_fail[data-v-35afea22] {
  background: #67b628
}

.box_c_extedn[data-v-35afea22],
.box_c_fail[data-v-35afea22] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-35afea22] {
  background: #43586c
}

.ps__rail-x[data-v-35afea22] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-35afea22],
.ps__rail-y[data-v-35afea22] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-35afea22] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-35afea22],
.ps--active-y>.ps__rail-y[data-v-35afea22] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-35afea22],
.ps--focus>.ps__rail-y[data-v-35afea22],
.ps--scrolling-x>.ps__rail-x[data-v-35afea22],
.ps--scrolling-y>.ps__rail-y[data-v-35afea22],
.ps:hover>.ps__rail-x[data-v-35afea22],
.ps:hover>.ps__rail-y[data-v-35afea22] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-35afea22],
.ps.ps__rail-x[data-v-35afea22]:focus,
.ps.ps__rail-x[data-v-35afea22]:hover,
.ps.ps__rail-y.ps--clicking[data-v-35afea22],
.ps.ps__rail-y[data-v-35afea22]:focus,
.ps.ps__rail-y[data-v-35afea22]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-35afea22] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-35afea22],
.ps__thumb-y[data-v-35afea22] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-35afea22] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-35afea22],
.ps__rail-x:focus>.ps__thumb-x[data-v-35afea22],
.ps__rail-x:hover>.ps__thumb-x[data-v-35afea22] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-35afea22],
.ps__rail-y:focus>.ps__thumb-y[data-v-35afea22],
.ps__rail-y:hover>.ps__thumb-y[data-v-35afea22] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-35afea22] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-35afea22] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-35afea22] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-35afea22] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-35afea22] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-35afea22] {
  display: none 
}

.toast-top-center[data-v-35afea22] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-35afea22] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-35afea22] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-35afea22] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-35afea22] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-35afea22],
.pagenation_type_1 .btn_last[data-v-35afea22],
.pagenation_type_1 .btn_next[data-v-35afea22],
.pagenation_type_1 .btn_prev[data-v-35afea22] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-35afea22] {
  color: #bbb
}

.wrap_type_3[data-v-35afea22] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-35afea22] {
  background: #0b0c10
}

.container_left[data-v-35afea22],
.container_left_md[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-35afea22] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-35afea22] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-35afea22] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-35afea22] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-35afea22]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-35afea22] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-35afea22] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-35afea22] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-35afea22] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-35afea22]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-35afea22]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-35afea22],
.container_center_3_mini>div[data-v-35afea22] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-35afea22] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-35afea22]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-35afea22]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-35afea22] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-35afea22]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-35afea22]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-35afea22] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-35afea22]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-35afea22]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-35afea22] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-35afea22] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-35afea22],
.bg_grad_1_x[data-v-35afea22] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-35afea22] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-35afea22] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-35afea22] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-35afea22],
.bg_normal_2[data-v-35afea22] {
  background: #141621
}

.btn_left_close[data-v-35afea22],
.btn_left_control[data-v-35afea22],
.btn_right_close[data-v-35afea22],
.right_screen[data-v-35afea22] {
  display: none
}

.box_logo[data-v-35afea22] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-35afea22] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-35afea22] {
  display: none
}

.text_dot[data-v-35afea22] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-35afea22 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-35afea22 {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-35afea22] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-35afea22] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-35afea22] {
  background: #fff 
}

.bat_more.active i[data-v-35afea22] {
  color: #000 
}

.btn_no_disabled[data-v-35afea22] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-35afea22] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-35afea22] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-35afea22],
.game_bat_2 button[data-v-35afea22]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-35afea22]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-35afea22] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-35afea22] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-35afea22]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-35afea22] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-35afea22] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-35afea22] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-35afea22],
.title_logo[data-v-35afea22] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-35afea22] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-35afea22] {
  height: 22px
}

.tab[data-v-35afea22] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-35afea22]:last-child {
  width: 100%
}

.tab li[data-v-35afea22]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-35afea22] {
  width: 50%
}

.tab li[data-v-35afea22]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-35afea22] {
  width: 33.333333333333%
}

.tab li[data-v-35afea22]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-35afea22] {
  width: 25%
}

.tab li[data-v-35afea22]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-35afea22] {
  width: 20%
}

.tab li[data-v-35afea22]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-35afea22] {
  width: 16.66666666666667%
}

.tab li button[data-v-35afea22] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-35afea22] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-35afea22]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-35afea22] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-35afea22] {
  border: 0
}

.wrap_sports_detail li[data-v-35afea22] {
  width: 100%
}

.wrap_sports_detail li[data-v-35afea22]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-35afea22]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-35afea22] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-35afea22] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-35afea22],
.detail_num>button[data-v-35afea22] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-35afea22] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-35afea22] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-35afea22]:last-child {
  width: 100%
}

.detail_num button[data-v-35afea22]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-35afea22] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-35afea22]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-35afea22] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-35afea22] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-35afea22] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-35afea22] {
  color: #fff 
}

.detail_num>button .up[data-v-35afea22]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-35afea22]:after,
.detail_num>button .up[data-v-35afea22]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-35afea22 1s ease-in-out 5;
  animation: blink-data-v-35afea22 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-35afea22]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-35afea22] {
  background: #f4053a
}

.detail_num>button.active i[data-v-35afea22] {
  color: #000
}

.detail_num>button .text-allocation[data-v-35afea22] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-35afea22] {
  color: #000 
}

.sports_bet_close[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-35afea22],
.sports_bet_close[data-v-35afea22]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-35afea22]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-35afea22],
.sports_bet_close_all[data-v-35afea22]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-35afea22]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-35afea22]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-35afea22]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-35afea22],
.market_all_close[data-v-35afea22]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-35afea22]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-35afea22] {
    display: none
  }
}

.vjs-control-bar[data-v-35afea22] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-35afea22] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-35afea22] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-35afea22] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-35afea22]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-35afea22] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-35afea22]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-35afea22] {
  color: #fff 
}

.vjs-big-play-button[data-v-35afea22]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-35afea22],
  .detail_num button[data-v-35afea22]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-35afea22] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-35afea22]:nth-of-type(2),
  .game_bat button[data-v-35afea22]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-35afea22]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-35afea22] {
    width: 100%
  }

  .market_all_close[data-v-35afea22]:after,
  .market_domestic_all_close[data-v-35afea22]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-35afea22],
  .game_bat button:nth-of-type(3) i[data-v-35afea22] {
    display: none 
  }
}

.mini_bet_close[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-35afea22],
.mini_bet_close[data-v-35afea22]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-35afea22]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-35afea22] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-35afea22] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-35afea22] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-35afea22]:first-of-type,
.flex_2dan div[data-v-35afea22]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-35afea22] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-35afea22]:first-of-type,
.flex_3dan div[data-v-35afea22]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-35afea22]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-35afea22] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-35afea22] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-35afea22] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-35afea22] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-35afea22] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-35afea22] {
  height: 40px
}

.mini_game_info[data-v-35afea22],
.mini_game_info span[data-v-35afea22]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-35afea22]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-35afea22] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-35afea22] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-35afea22]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-35afea22] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-35afea22] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-35afea22] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-35afea22] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-35afea22]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-35afea22] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-35afea22]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-35afea22] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-35afea22]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-35afea22] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-35afea22]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-35afea22] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-35afea22]:first-child,
.ul_game_item.item_10 li[data-v-35afea22]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-35afea22]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-35afea22] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-35afea22],
.ul_game_item button i[data-v-35afea22] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-35afea22] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-35afea22] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-35afea22] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-35afea22] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-35afea22] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-35afea22] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-35afea22] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-35afea22] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-35afea22] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-35afea22] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-35afea22] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-35afea22] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-35afea22] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-35afea22] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-35afea22] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-35afea22] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-35afea22] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-35afea22] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-35afea22] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-35afea22] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-35afea22] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-35afea22] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-35afea22] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-35afea22] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-35afea22] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-35afea22] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-35afea22] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-35afea22] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-35afea22] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-35afea22] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-35afea22] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-35afea22] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-35afea22] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-35afea22] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-35afea22] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-35afea22] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-35afea22] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-35afea22] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-35afea22]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-35afea22]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-35afea22]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-35afea22] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-35afea22] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-35afea22] {
    display: none
  }

  .flex_1dan ul[data-v-35afea22] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-35afea22]:first-of-type,
  .flex_3dan div[data-v-35afea22]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-35afea22]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-35afea22] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-35afea22]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-35afea22]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-35afea22]:first-of-type,
  .flex_3dan div[data-v-35afea22]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-35afea22]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-35afea22] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-35afea22] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-35afea22] {
    width: 100%
  }

  .flex_3dan div[data-v-35afea22]:first-of-type,
  .flex_3dan div[data-v-35afea22]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-35afea22]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-35afea22] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-35afea22] {
    width: 100%
  }

  .ul_game_item2 li[data-v-35afea22]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-35afea22]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-35afea22]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-35afea22]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-35afea22]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-35afea22] {
    padding: 101px 280px 0
  }

  .container_left[data-v-35afea22],
  .container_left_md[data-v-35afea22],
  .container_right[data-v-35afea22] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-35afea22]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-35afea22]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-35afea22]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-35afea22]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-35afea22] {
    padding-left: 40px
  }

  .container_left[data-v-35afea22] {
    display: none
  }

  .btn_left_control[data-v-35afea22] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-35afea22],
  .btn_left_control i[data-v-35afea22] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-35afea22] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-35afea22] {
    width: 26px
  }

  .btn_left_close[data-v-35afea22] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-35afea22] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-35afea22] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-35afea22]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-35afea22]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-35afea22]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-35afea22]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-35afea22]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-35afea22]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-35afea22] {
    display: block
  }

  .no-display-1600[data-v-35afea22] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-35afea22]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-35afea22]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-35afea22] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-35afea22] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-35afea22]:first-of-type,
  .container_center_2_mini>div>div[data-v-35afea22]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-35afea22] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-35afea22]:first-of-type,
  .container_center_3_mini>div>div[data-v-35afea22]:nth-of-type(2),
  .container_center_4_mini>div[data-v-35afea22]:first-of-type,
  .container_center_4_mini>div[data-v-35afea22]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-35afea22] {
    padding-right: 0
  }

  .container_right[data-v-35afea22] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-35afea22] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-35afea22] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-35afea22] {
    width: 26px
  }

  .container_right .right_screen[data-v-35afea22] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-35afea22] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-35afea22],
  .btn_left_control[data-v-35afea22],
  .container_left[data-v-35afea22] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-35afea22] {
    padding: 0
  }

  .mobile_scroll[data-v-35afea22] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-35afea22] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-35afea22],
.title_info_s[data-v-35afea22] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-35afea22] {
  font-size: 1.8rem
}

.title_info_s[data-v-35afea22]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(180deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-35afea22] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-35afea22] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-35afea22] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-35afea22] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-35afea22] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-35afea22] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-35afea22] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-35afea22] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-35afea22] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-35afea22] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-35afea22] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-35afea22] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-35afea22] {
  position: relative
}

.sub_visual_wallet img[data-v-35afea22] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-35afea22] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-35afea22] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-35afea22] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-35afea22]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-35afea22],
.menu_wallet>li button[data-v-35afea22] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-35afea22],
.menu_wallet>li button.active[data-v-35afea22] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-35afea22] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-35afea22]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-35afea22] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-35afea22] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-35afea22] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-35afea22] {
  position: relative
}

.wallet_form button[data-v-35afea22] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-35afea22] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-35afea22] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-35afea22] {
  background: #141621 
}

h2.title_trade[data-v-35afea22] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-35afea22] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-35afea22] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-35afea22] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-35afea22],
.result_buy div[data-v-35afea22] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-35afea22] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-35afea22] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-35afea22] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-35afea22] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-35afea22] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-35afea22] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-35afea22] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-35afea22] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-35afea22],
.sub_visual.s_02[data-v-35afea22],
.sub_visual.s_03[data-v-35afea22],
.sub_visual.s_04[data-v-35afea22],
.sub_visual.s_05[data-v-35afea22],
.sub_visual.s_06[data-v-35afea22],
.sub_visual.s_07[data-v-35afea22],
.sub_visual.s_08[data-v-35afea22] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-35afea22] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-35afea22] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-35afea22] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-35afea22],
.sub_menu a[data-v-35afea22] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-35afea22] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-35afea22] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-35afea22],
.sub_menu a.nuxt-link-active[data-v-35afea22] {
  color: #e32028
}

.sub_tab ul[data-v-35afea22] {
  overflow: hidden
}

.sub_tab ul li[data-v-35afea22] {
  float: left
}

.sub_tab ul li a[data-v-35afea22] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-35afea22],
.sub_tab ul li a.active[data-v-35afea22] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-35afea22]:before,
.sub_tab ul li a.active[data-v-35afea22]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-35afea22] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-35afea22] {
  font-size: 2.2rem
}

.title_big[data-v-35afea22],
.title_normal[data-v-35afea22] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-35afea22] {
  font-size: 1.8rem
}

.title_small[data-v-35afea22] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-35afea22] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-35afea22] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-35afea22],
.title_tiny[data-v-35afea22] {
  position: relative;
  color: #fff
}

.title_sub[data-v-35afea22] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-35afea22]:before {
  bottom: -5px
}

.title_sub[data-v-35afea22]:after,
.title_sub[data-v-35afea22]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-35afea22]:after {
  bottom: -3px
}

.title_sub_1[data-v-35afea22] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-35afea22]:before {
  bottom: -5px
}

.title_sub_1[data-v-35afea22]:after,
.title_sub_1[data-v-35afea22]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-35afea22]:after {
  bottom: -3px
}

.title_sm[data-v-35afea22] {
  display: none
}

.title_hexa[data-v-35afea22] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-35afea22],
.title_hexa i[data-v-35afea22] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-35afea22] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-35afea22] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-35afea22] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-35afea22],
.title_hexa.t_on i[data-v-35afea22] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-35afea22] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-35afea22] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-35afea22] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-35afea22] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-35afea22] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-35afea22] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-35afea22] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-35afea22]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-35afea22]:first-of-type,
.sports_list li>div[data-v-35afea22]:nth-of-type(2),
.sports_list li>div[data-v-35afea22]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-35afea22] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-35afea22]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-35afea22] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-35afea22] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-35afea22] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-35afea22]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-35afea22] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-35afea22] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-35afea22] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-35afea22],
.game_bat button[data-v-35afea22] {
  position: relative
}

.game_bat button[data-v-35afea22]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-35afea22] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-35afea22] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-35afea22] {
  margin-right: 5px
}

.game_bat button[data-v-35afea22]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-35afea22] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-35afea22] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-35afea22] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-35afea22],
.game_bat button:nth-of-type(3) i img[data-v-35afea22] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-35afea22] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-35afea22]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-35afea22]:nth-of-type(2),
.game_bat button[data-v-35afea22]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-35afea22]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-35afea22],
.game_bat button.active[data-v-35afea22] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-35afea22]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-35afea22]:after,
.game_bat button:first-of-type .up[data-v-35afea22]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-35afea22 1s ease-in-out 5;
  animation: blink-data-v-35afea22 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-35afea22]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-35afea22]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-35afea22]:after,
.game_bat button:nth-of-type(2) .up[data-v-35afea22]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-35afea22 1s ease-in-out 5;
  animation: blink-data-v-35afea22 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-35afea22]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-35afea22]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-35afea22]:after,
.game_bat button:nth-of-type(3) .up[data-v-35afea22]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-35afea22 1s ease-in-out 5;
  animation: blink-data-v-35afea22 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-35afea22]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-35afea22] {
  padding: 0
}

.box_folder[data-v-35afea22],
.box_folder button[data-v-35afea22] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-35afea22] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-35afea22] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-35afea22]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-35afea22] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-35afea22]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-35afea22] {
  flex-wrap: wrap
}

.bank_info[data-v-35afea22],
.bank_info li[data-v-35afea22] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-35afea22] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-35afea22]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-35afea22] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-35afea22] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-35afea22] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-35afea22] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-35afea22] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-35afea22] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-35afea22] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-35afea22] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-35afea22] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-35afea22] {
  margin-right: 10px
}

.box_text_type_1[data-v-35afea22] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-35afea22],
.box_text_type_1 i[data-v-35afea22] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-35afea22] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-35afea22] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-35afea22],
.wl_tip[data-v-35afea22] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-35afea22],
.wl_tip ul li[data-v-35afea22] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-35afea22] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-35afea22] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-35afea22] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-35afea22],
.wl_waring ul li[data-v-35afea22] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-35afea22] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-35afea22] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-35afea22] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-35afea22] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-35afea22] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-35afea22] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-35afea22 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-35afea22 {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-35afea22] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-35afea22] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-35afea22] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-35afea22],
.box_fx_buy_sell[data-v-35afea22],
.box_fx_result[data-v-35afea22],
.box_leverage_result[data-v-35afea22],
.current_time[data-v-35afea22],
.tab_box[data-v-35afea22],
.tab_time[data-v-35afea22] {
  position: relative
}

.copilot[data-v-35afea22] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-35afea22],
.copilot[data-v-35afea22]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-35afea22]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-35afea22] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-35afea22] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-35afea22] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-35afea22] {
  padding: 20px 15px
}

.copilot_foot[data-v-35afea22],
.copilot_foot button[data-v-35afea22] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-35afea22] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-35afea22] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-35afea22],
.copilot.step_2[data-v-35afea22] {
  top: 50px
}

.copilot.step_3[data-v-35afea22],
.copilot.step_4[data-v-35afea22],
.copilot.step_6[data-v-35afea22],
.copilot.step_7[data-v-35afea22],
.copilot.step_8[data-v-35afea22] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-35afea22] {
  top: 40px
}

.box_info_1[data-v-35afea22] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-35afea22] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-35afea22] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-35afea22]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-35afea22] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-35afea22] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-35afea22] {
  height: 40px
}

.title_guide_1 span[data-v-35afea22] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-35afea22] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-35afea22] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-35afea22] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-35afea22] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-35afea22] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-35afea22 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-35afea22 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-35afea22]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-35afea22]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-35afea22]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-35afea22]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-35afea22]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-35afea22 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-35afea22 {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-35afea22] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-35afea22] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-35afea22] {
    margin-top: 0
  }

  .sub_visual[data-v-35afea22] {
    display: none
  }

  .box_sub_title[data-v-35afea22] {
    padding: 0 20px
  }

  .box_sub_container[data-v-35afea22] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-35afea22] {
    display: block
  }

  .title_sub[data-v-35afea22] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-35afea22]:before {
    bottom: -5px
  }

  .title_sub[data-v-35afea22]:after,
  .title_sub[data-v-35afea22]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-35afea22]:after {
    bottom: -3px
  }

  .sub_menu[data-v-35afea22] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-35afea22] {
    padding: 0
  }

  .box_sub_container[data-v-35afea22] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-35afea22] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-35afea22] {
    display: none
  }

  .box_bg_deep[data-v-35afea22] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-35afea22] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-35afea22] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-35afea22] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-35afea22],
  .result_buy div[data-v-35afea22] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-35afea22] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-35afea22] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-35afea22] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-35afea22] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-35afea22] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-35afea22] {
    padding: 0 5px
  }

  .box_folder button[data-v-35afea22] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-35afea22] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-35afea22] {
    padding: 0
  }

  .pagenation_type_1[data-v-35afea22] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-35afea22] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-35afea22] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-35afea22] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-35afea22],
  .pagenation_type_1 .btn_last[data-v-35afea22],
  .pagenation_type_1 .btn_next[data-v-35afea22],
  .pagenation_type_1 .btn_prev[data-v-35afea22] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-35afea22] {
    color: #bbb
  }

  .title_medium[data-v-35afea22] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-35afea22]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-35afea22]:first-of-type:hover,
  .game_bat.bet_three button[data-v-35afea22]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-35afea22]:nth-of-type(3):hover,
  .game_bat button[data-v-35afea22]:first-of-type:hover,
  .game_bat button[data-v-35afea22]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-35afea22],
  .game_bat button.active span[data-v-35afea22],
  .game_bat button:hover span[data-v-35afea22] {
    color: #fff 
  }

  .bat_more[data-v-35afea22]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-35afea22],
  .bat_more[disabled][data-v-35afea22]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-35afea22]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-35afea22]:first-of-type:hover,
  .game_bat_2 button[data-v-35afea22]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-35afea22],
  .game_bat_2 button.active[data-v-35afea22]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-35afea22]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-35afea22] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-35afea22] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-35afea22]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-35afea22]:hover,
  .pagenation_type_1 .btn_last[data-v-35afea22]:hover,
  .pagenation_type_1 .btn_next[data-v-35afea22]:hover,
  .pagenation_type_1 .btn_prev[data-v-35afea22]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-35afea22]:hover,
  .ul_game_item button[data-v-35afea22]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.lottery_container[data-v-35afea22] {
  position: relative;
  margin: 0 auto;
  max-width: 638px;
  width: 100%;
  height: 218px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 999999
}

.sub_visual_other[data-v-35afea22] {
  position: relative
}

.sub_visual_other img[data-v-35afea22] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_other div[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 5px
}

.sub_visual_other div span em[data-v-35afea22] {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: inherit
}

.sub_visual_other div span em[data-v-35afea22]:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #e32028;
  margin: 0 15px;
  border-left: 1px solid #e32028
}

.sub_visual_other div span i[data-v-35afea22] {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 300
}

.box_p_estimate[data-v-35afea22] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0
}

.box_p_estimate div[data-v-35afea22]:first-of-type {
  color: #fff
}

.box_p_estimate div[data-v-35afea22]:nth-of-type(2) {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px
}

.box_lottery[data-v-35afea22] {
  align-items: center;
  border-top: 1px solid #000;
  background: url(/images/sub/bg_lottery.jpg) no-repeat top;
  padding-bottom: 50px
}

.box_lottery[data-v-35afea22],
.title_lottery[data-v-35afea22] {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.title_lottery span[data-v-35afea22] {
  font-size: 2rem;
  color: #fff;
  font-family: BebasNeuePro;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px
}

.title_lottery em[data-v-35afea22] {
  color: #fff;
  line-height: 55px
}

.title_lottery em[data-v-35afea22],
.title_lottery em i[data-v-35afea22] {
  font-size: 5rem;
  font-family: Gmarket;
  font-weight: 600;
  text-align: center
}

.title_lottery em i[data-v-35afea22] {
  color: #e32028
}

.box_scratch[data-v-35afea22] {
  max-width: 682px;
  width: 100%;
  height: 258px;
  background: #0b0c10;
  border: 1px solid #ff542e;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .8)
}

.box_scratch>div[data-v-35afea22] {
  position: relative;
  height: 100%
}

.btn_lottery_start[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/sub/bg_lottery_screen.jpg) no-repeat 50%;
  background-size: cover
}

.btn_lottery_start.active[data-v-35afea22] {
  display: none
}

.lottery_result[data-v-35afea22] {
  z-index: 1;
  flex-direction: column;
  line-height: 1.6
}

.lottery_empty[data-v-35afea22],
.lottery_result[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 3rem;
  color: #fff;
  background: url(/images/sub/bg_lottery_screen_.jpg) no-repeat 50%;
  background-size: cover
}

.lottery_empty[data-v-35afea22] {
  z-index: 2
}

.box_scratch .layer0[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none
}

.box_scratch .layer0 img[data-v-35afea22] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.box_scratch .layer1[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url(/images/sub/bg_lottery_screen.jpg) no-repeat 50%;
  background-size: cover
}

.box_scratch .layer1 img[data-v-35afea22] {
  width: 176px;
  height: 176px;
  margin-top: -10px
}

.box_scratch .layer2[data-v-35afea22] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  justify-content: center;
  height: 100%;
  background: #fff;
  font-size: 2.2rem;
  color: #000;
  font-family: Gmarket;
  font-weight: 500;
  text-align: center
}

.box_scratch .layer2[data-v-35afea22],
.ticket_remain[data-v-35afea22] {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 15px
}

.ticket_remain[data-v-35afea22] {
  max-width: 682px;
  flex-wrap: wrap;
  justify-content: space-between;
  background: rgba(0, 0, 0, .8)
}

.ticket_remain div[data-v-35afea22]:first-of-type {
  display: flex;
  align-items: center
}

.ticket_remain div:first-of-type img[data-v-35afea22] {
  margin: 30px 10px 30px 0
}

.ticket_remain div:first-of-type span[data-v-35afea22] {
  font-size: 2rem;
  color: #fff;
  font-family: Gmarket;
  font-weight: 500;
  margin-bottom: -3px
}

.ticket_remain div:first-of-type i[data-v-35afea22] {
  font-size: 2rem;
  color: #e32028;
  font-family: Gmarket;
  font-weight: 600
}

.ticket_remain div[data-v-35afea22]:nth-of-type(2) {
  display: flex
}

.ticket_remain div:nth-of-type(2) button[data-v-35afea22] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  font-size: 1.8rem;
  color: #fff;
  font-family: Gmarket;
  font-weight: 500;
  border-radius: 3px;
  background: #7e93a6
}

.ticket_remain div:nth-of-type(2) button[data-v-35afea22]:nth-of-type(2) {
  background: #e32028;
  margin-left: 4px
}

.box_wrap_682[data-v-35afea22] {
  max-width: 682px;
  width: 100%
}

.table_estimate[data-v-35afea22] {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0 1px;
  border-collapse: inherit
}

.table_estimate thead th[data-v-35afea22] {
  height: 44px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  background: rgba(0, 0, 0, .6);
  border: 1px solid hsla(0, 0%, 100%, .1);
  padding: 10px
}

.table_estimate tbody tr[data-v-35afea22] {
  border-radius: 4px;
  background: rgba(0, 0, 0, .7)
}

.table_estimate tbody tr[data-v-35afea22]:hover {
  background: #000
}

.table_estimate tbody tr td[data-v-35afea22] {
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 10px
}

.table_estimate tbody tr td a[data-v-35afea22] {
  display: block;
  color: #fff;
  padding: 20px 0
}

.table_lottery_history[data-v-35afea22] {
  width: 100%
}

.table_lottery_history thead th[data-v-35afea22] {
  height: 36px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 0 4px
}

.table_lottery_history thead th[data-v-35afea22]:first-child {
  width: 120px;
  text-align: center
}

.table_lottery_history thead th[data-v-35afea22]:nth-child(2) {
  width: auto;
  text-align: center
}

.table_lottery_history thead th[data-v-35afea22]:nth-child(3) {
  width: 60px;
  text-align: center
}

.table_lottery_history thead th[data-v-35afea22]:nth-child(4) {
  width: 80px;
  text-align: center
}

.table_lottery_history[data-v-35afea22] {
  overflow: hidden;
  height: calc(100% - 94px)
}

.table_lottery_history tbody tr[data-v-35afea22] {
  background: #303039;
  padding: 20px 0
}

.table_lottery_history tbody tr[data-v-35afea22]:hover,
.table_wallet_history tbody tr[data-v-35afea22]:focus {
  background: #33333d 
}

.table_lottery_history tbody tr:first-child td[data-v-35afea22] {
  border-top: 1px solid #16161c
}

.table_lottery_history tbody td[data-v-35afea22] {
  height: 40px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #16161c;
  border-bottom: 1px solid #16161c;
  padding: 8px 10px
}

.table_lottery_history tbody td span[data-v-35afea22] {
  font-size: 1.4rem
}

.table_lottery_history tbody td i[data-v-35afea22] {
  display: none
}

.table_lottery_history tbody td[data-v-35afea22]:first-child {
  width: 120px;
  text-align: center
}

.table_lottery_history tbody td[data-v-35afea22]:nth-child(2) {
  width: auto;
  text-align: center
}

.table_lottery_history tbody td[data-v-35afea22]:nth-child(3) {
  width: 60px;
  text-align: center
}

.table_lottery_history tbody td[data-v-35afea22]:nth-child(4) {
  width: 80px;
  text-align: center
}

@media (max-width:991px) {
  .sub_visual_other img[data-v-35afea22] {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .sub_visual_other div[data-v-35afea22] {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px 5px
  }

  .sub_visual_other div span em[data-v-35afea22] {
    font-size: 2.4rem
  }

  .sub_visual_other div span em[data-v-35afea22]:after {
    height: 20px
  }

  .sub_visual_other div span i[data-v-35afea22] {
    font-size: 1.8rem
  }

  .box_p_estimate[data-v-35afea22] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px
  }

  .box_p_estimate div[data-v-35afea22]:first-of-type {
    color: #fff
  }

  .box_p_estimate div[data-v-35afea22]:nth-of-type(2) {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0
  }
}

@media (max-width:767px) {
  .box_p_estimate[data-v-35afea22] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px
  }

  .box_p_estimate div[data-v-35afea22]:first-of-type {
    color: #fff;
    padding: 5px 0 15px
  }

  .box_p_estimate div[data-v-35afea22]:nth-of-type(2) {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0
  }

  .box_lottery[data-v-35afea22] {
    padding: 30px 15px
  }

  .title_lottery[data-v-35afea22] {
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .title_lottery span[data-v-35afea22] {
    font-size: 2rem;
    color: #fff;
    font-family: BebasNeuePro;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px
  }

  .title_lottery em[data-v-35afea22] {
    color: #fff;
    line-height: 42px
  }

  .title_lottery em[data-v-35afea22],
  .title_lottery em i[data-v-35afea22] {
    font-size: 4rem;
    font-family: Gmarket;
    font-weight: 600;
    text-align: center
  }

  .title_lottery em i[data-v-35afea22] {
    color: #e32028
  }

  .ticket_remain[data-v-35afea22] {
    max-width: 682px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, .8);
    padding: 0 15px 15px
  }

  .ticket_remain div[data-v-35afea22]:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .ticket_remain div:first-of-type img[data-v-35afea22] {
    margin: 30px 10px 30px 0
  }

  .ticket_remain div:first-of-type span[data-v-35afea22] {
    font-size: 2rem;
    color: #fff;
    font-family: Gmarket;
    font-weight: 500;
    margin-bottom: -3px
  }

  .ticket_remain div:first-of-type i[data-v-35afea22] {
    font-size: 2rem;
    color: #e32028;
    font-family: Gmarket;
    font-weight: 600
  }

  .ticket_remain div[data-v-35afea22]:nth-of-type(2) {
    display: flex;
    width: 100%;
    justify-content: space-between
  }

  .ticket_remain div:nth-of-type(2) button[data-v-35afea22] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 2px);
    height: 50px;
    font-size: 1.8rem;
    color: #fff;
    font-family: Gmarket;
    font-weight: 500;
    border-radius: 3px;
    background: #7e93a6
  }

  .ticket_remain div:nth-of-type(2) button[data-v-35afea22]:nth-of-type(2) {
    background: #e32028;
    margin-left: 4px
  }
}
body [data-v-9938774e] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-9938774e]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-9938774e]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-9938774e] {
  max-width: 1440px
}

.page-enter-active[data-v-9938774e],
.page-leave-active[data-v-9938774e] {
  transition: opacity .1s
}

.page-enter[data-v-9938774e],
.page-leave-to[data-v-9938774e] {
  opacity: 0
}

.b1[data-v-9938774e] {
  border: 1px solid red
}

.width-btn-100[data-v-9938774e] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-9938774e] {
  color: #e32028 
}

.main-color1-normal[data-v-9938774e] {
  color: #ff2152 
}

.main-color1-text[data-v-9938774e] {
  color: #ff9710 
}

.main-color1-deep[data-v-9938774e] {
  color: #ff6900 
}

.main-color1-light[data-v-9938774e] {
  color: #ff542e 
}

.color-white[data-v-9938774e] {
  color: #fff 
}

.main-color2-light[data-v-9938774e] {
  color: #a9da2b 
}

.main-color2[data-v-9938774e] {
  color: #67b628 
}

.main_color3_light[data-v-9938774e] {
  color: #ffc92f 
}

.main-color3[data-v-9938774e] {
  color: #febd02 
}

.main-color4[data-v-9938774e] {
  color: #7e93a6 
}

.main-color5-light[data-v-9938774e] {
  color: #42deda 
}

.main-color5[data-v-9938774e] {
  color: #01c8de 
}

.color-grey[data-v-9938774e] {
  color: #676c71 
}

.color-lightgrey[data-v-9938774e] {
  color: #ababab 
}

.color-deepgrey[data-v-9938774e] {
  color: #20222b 
}

.color-text-verylight[data-v-9938774e] {
  color: #80a7b8 
}

.color-text-light[data-v-9938774e] {
  color: #9a9aa7 
}

.color-text[data-v-9938774e] {
  color: #797986 
}

.color-text-deep[data-v-9938774e] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-9938774e] {
  color: #2f3b49 
}

.c_default[data-v-9938774e] {
  color: #fff 
}

.c_high[data-v-9938774e] {
  color: #ff1717 
}

.c_low[data-v-9938774e] {
  color: #0bf 
}

.c_buy_light[data-v-9938774e] {
  color: #fe5159 
}

.c_buy[data-v-9938774e] {
  color: #f14f57 
}

.bg_c_buy[data-v-9938774e] {
  background: #f14f57
}

.c_sell_light[data-v-9938774e] {
  color: #349bf0 
}

.c_sell[data-v-9938774e] {
  color: #3488db 
}

.bg_c_sell[data-v-9938774e] {
  background: #3488db
}

.c_ing[data-v-9938774e] {
  color: #fff 
}

.bg_ing[data-v-9938774e],
.bg_wait[data-v-9938774e] {
  background: #7e93a6 
}

.bg_background_deep[data-v-9938774e] {
  background: #000
}

.c_success[data-v-9938774e] {
  color: #1478f2 
}

.bg_success[data-v-9938774e] {
  background: #1478f2 
}

.c_complete[data-v-9938774e] {
  color: #fff 
}

.c_fail[data-v-9938774e] {
  color: #ff1e1e 
}

.bg_fail[data-v-9938774e] {
  background: #ff1e1e 
}

.c_cancel[data-v-9938774e] {
  color: #ff6900 
}

.bg_cancel[data-v-9938774e] {
  background: #ff6900 
}

.c_error[data-v-9938774e] {
  color: #ff6900 
}

.c_invaild[data-v-9938774e] {
  color: #999 
}

.bg_invaild[data-v-9938774e] {
  background: #666 
}

.bg_main[data-v-9938774e] {
  background: #e32028 
}

.bg_green_gra[data-v-9938774e] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-9938774e] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-9938774e] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-9938774e] {
  color: #ff5266 
}

.c_deposit_light[data-v-9938774e] {
  color: #a9da2b 
}

.c_deposit[data-v-9938774e] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-9938774e] {
  color: #ff8520 
}

.c_withdrawal[data-v-9938774e] {
  color: #ff6900 
}

.c_green[data-v-9938774e] {
  color: #009b1b 
}

.c_red[data-v-9938774e] {
  color: red 
}

.c_blue[data-v-9938774e] {
  color: #febd02 
}

.c_black[data-v-9938774e] {
  color: #000 
}

.bg_white[data-v-9938774e] {
  background: #fff 
}

.bg_green[data-v-9938774e] {
  background: #6dcb1b 
}

.box_c_ing[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-9938774e] {
  background: #f14f57
}

.box_c_buy[data-v-9938774e],
.box_c_invaild[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-9938774e] {
  background: #999
}

.box_c_sell[data-v-9938774e] {
  background: #3488db
}

.box_c_sell[data-v-9938774e],
.box_c_success[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-9938774e] {
  background: #ff6900
}

.box_c_fail[data-v-9938774e] {
  background: #67b628
}

.box_c_extedn[data-v-9938774e],
.box_c_fail[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-9938774e] {
  background: #43586c
}

.ps__rail-x[data-v-9938774e] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-9938774e],
.ps__rail-y[data-v-9938774e] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-9938774e] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-9938774e],
.ps--active-y>.ps__rail-y[data-v-9938774e] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-9938774e],
.ps--focus>.ps__rail-y[data-v-9938774e],
.ps--scrolling-x>.ps__rail-x[data-v-9938774e],
.ps--scrolling-y>.ps__rail-y[data-v-9938774e],
.ps:hover>.ps__rail-x[data-v-9938774e],
.ps:hover>.ps__rail-y[data-v-9938774e] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-9938774e],
.ps.ps__rail-x[data-v-9938774e]:focus,
.ps.ps__rail-x[data-v-9938774e]:hover,
.ps.ps__rail-y.ps--clicking[data-v-9938774e],
.ps.ps__rail-y[data-v-9938774e]:focus,
.ps.ps__rail-y[data-v-9938774e]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-9938774e] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-9938774e],
.ps__thumb-y[data-v-9938774e] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-9938774e] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-9938774e],
.ps__rail-x:focus>.ps__thumb-x[data-v-9938774e],
.ps__rail-x:hover>.ps__thumb-x[data-v-9938774e] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-9938774e],
.ps__rail-y:focus>.ps__thumb-y[data-v-9938774e],
.ps__rail-y:hover>.ps__thumb-y[data-v-9938774e] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-9938774e] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-9938774e] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-9938774e] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-9938774e] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-9938774e] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-9938774e] {
  display: none 
}

.toast-top-center[data-v-9938774e] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-9938774e] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-9938774e] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-9938774e] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-9938774e] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-9938774e],
.pagenation_type_1 .btn_last[data-v-9938774e],
.pagenation_type_1 .btn_next[data-v-9938774e],
.pagenation_type_1 .btn_prev[data-v-9938774e] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-9938774e] {
  color: #bbb
}

.wrap_type_3[data-v-9938774e] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-9938774e] {
  background: #0b0c10
}

.container_left[data-v-9938774e],
.container_left_md[data-v-9938774e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-9938774e] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-9938774e] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-9938774e] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-9938774e] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-9938774e]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-9938774e] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-9938774e] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-9938774e] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-9938774e] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-9938774e]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-9938774e]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-9938774e],
.container_center_3_mini>div[data-v-9938774e] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-9938774e] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-9938774e]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-9938774e]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-9938774e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-9938774e]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-9938774e]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-9938774e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-9938774e]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-9938774e]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-9938774e] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-9938774e] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-9938774e],
.bg_grad_1_x[data-v-9938774e] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-9938774e] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-9938774e] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-9938774e] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-9938774e],
.bg_normal_2[data-v-9938774e] {
  background: #141621
}

.btn_left_close[data-v-9938774e],
.btn_left_control[data-v-9938774e],
.btn_right_close[data-v-9938774e],
.right_screen[data-v-9938774e] {
  display: none
}

.box_logo[data-v-9938774e] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-9938774e] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-9938774e] {
  display: none
}

.text_dot[data-v-9938774e] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-9938774e {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-9938774e {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  margin-left: 2px;
  transition: all .3s
}

.bat_more i[data-v-9938774e] {
  color: #fff;
  font-size: 1.6rem
}

.bat_more.active[data-v-9938774e] {
  background: #fff 
}

.bat_more.active i[data-v-9938774e] {
  color: #000 
}

.btn_no_disabled[data-v-9938774e] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-9938774e] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-9938774e] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-9938774e],
.game_bat_2 button[data-v-9938774e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-9938774e]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-9938774e] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-9938774e] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-9938774e]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-9938774e] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-9938774e] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-9938774e] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-9938774e],
.title_logo[data-v-9938774e] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-9938774e] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-9938774e] {
  height: 22px
}

.tab[data-v-9938774e] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-9938774e]:last-child {
  width: 100%
}

.tab li[data-v-9938774e]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-9938774e] {
  width: 50%
}

.tab li[data-v-9938774e]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-9938774e] {
  width: 33.333333333333%
}

.tab li[data-v-9938774e]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-9938774e] {
  width: 25%
}

.tab li[data-v-9938774e]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-9938774e] {
  width: 20%
}

.tab li[data-v-9938774e]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-9938774e] {
  width: 16.66666666666667%
}

.tab li button[data-v-9938774e] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-9938774e] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-9938774e]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-9938774e] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-9938774e] {
  border: 0
}

.wrap_sports_detail li[data-v-9938774e] {
  width: 100%
}

.wrap_sports_detail li[data-v-9938774e]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-9938774e]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-9938774e] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-9938774e] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-9938774e],
.detail_num>button[data-v-9938774e] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-9938774e] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-9938774e] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-9938774e]:last-child {
  width: 100%
}

.detail_num button[data-v-9938774e]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-9938774e] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-9938774e]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-9938774e] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-9938774e] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-9938774e] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-9938774e] {
  color: #fff 
}

.detail_num>button .up[data-v-9938774e]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-9938774e]:after,
.detail_num>button .up[data-v-9938774e]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-9938774e 1s ease-in-out 5;
  animation: blink-data-v-9938774e 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-9938774e]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-9938774e] {
  background: #f4053a
}

.detail_num>button.active i[data-v-9938774e] {
  color: #000
}

.detail_num>button .text-allocation[data-v-9938774e] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-9938774e] {
  color: #000 
}

.sports_bet_close[data-v-9938774e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-9938774e],
.sports_bet_close[data-v-9938774e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-9938774e]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-9938774e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-9938774e],
.sports_bet_close_all[data-v-9938774e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-9938774e]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-9938774e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-9938774e]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-9938774e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-9938774e]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-9938774e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-9938774e],
.market_all_close[data-v-9938774e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-9938774e]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-9938774e] {
    display: none
  }
}

.vjs-control-bar[data-v-9938774e] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-9938774e] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-9938774e] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-9938774e] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-9938774e]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-9938774e] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-9938774e]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-9938774e] {
  color: #fff 
}

.vjs-big-play-button[data-v-9938774e]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-9938774e],
  .detail_num button[data-v-9938774e]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-9938774e] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-9938774e]:nth-of-type(2),
  .game_bat button[data-v-9938774e]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-9938774e]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-9938774e] {
    width: 100%
  }

  .market_all_close[data-v-9938774e]:after,
  .market_domestic_all_close[data-v-9938774e]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-9938774e],
  .game_bat button:nth-of-type(3) i[data-v-9938774e] {
    display: none 
  }
}

.mini_bet_close[data-v-9938774e] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-9938774e],
.mini_bet_close[data-v-9938774e]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-9938774e]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-9938774e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-9938774e] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-9938774e] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-9938774e]:first-of-type,
.flex_2dan div[data-v-9938774e]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-9938774e] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-9938774e]:first-of-type,
.flex_3dan div[data-v-9938774e]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-9938774e]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-9938774e] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-9938774e] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-9938774e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-9938774e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-9938774e] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-9938774e] {
  height: 40px
}

.mini_game_info[data-v-9938774e],
.mini_game_info span[data-v-9938774e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-9938774e]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-9938774e] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-9938774e] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-9938774e]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-9938774e] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-9938774e] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-9938774e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-9938774e] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-9938774e]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-9938774e] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-9938774e]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-9938774e] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-9938774e]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-9938774e] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-9938774e]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-9938774e] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-9938774e]:first-child,
.ul_game_item.item_10 li[data-v-9938774e]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-9938774e]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-9938774e] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-9938774e],
.ul_game_item button i[data-v-9938774e] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-9938774e] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-9938774e] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-9938774e] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-9938774e] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-9938774e] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-9938774e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-9938774e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-9938774e] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-9938774e] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-9938774e] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-9938774e] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-9938774e] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-9938774e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-9938774e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-9938774e] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-9938774e] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-9938774e] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-9938774e] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-9938774e] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-9938774e] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-9938774e] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-9938774e] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-9938774e] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-9938774e] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-9938774e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-9938774e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-9938774e] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-9938774e] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-9938774e] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-9938774e] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-9938774e] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-9938774e] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-9938774e] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-9938774e] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-9938774e] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-9938774e] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-9938774e]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-9938774e]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-9938774e]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-9938774e] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-9938774e] {
    display: none
  }

  .flex_1dan ul[data-v-9938774e] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-9938774e]:first-of-type,
  .flex_3dan div[data-v-9938774e]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-9938774e]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-9938774e] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-9938774e]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-9938774e]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-9938774e]:first-of-type,
  .flex_3dan div[data-v-9938774e]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-9938774e]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-9938774e] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-9938774e] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-9938774e] {
    width: 100%
  }

  .flex_3dan div[data-v-9938774e]:first-of-type,
  .flex_3dan div[data-v-9938774e]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-9938774e]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-9938774e] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-9938774e] {
    width: 100%
  }

  .ul_game_item2 li[data-v-9938774e]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-9938774e]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-9938774e]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-9938774e]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-9938774e]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-9938774e] {
    padding: 101px 280px 0
  }

  .container_left[data-v-9938774e],
  .container_left_md[data-v-9938774e],
  .container_right[data-v-9938774e] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-9938774e]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-9938774e]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-9938774e]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-9938774e]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-9938774e] {
    padding-left: 40px
  }

  .container_left[data-v-9938774e] {
    display: none
  }

  .btn_left_control[data-v-9938774e] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-9938774e],
  .btn_left_control i[data-v-9938774e] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-9938774e] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-9938774e] {
    width: 26px
  }

  .btn_left_close[data-v-9938774e] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-9938774e] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-9938774e] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-9938774e]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-9938774e]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-9938774e]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-9938774e]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-9938774e]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-9938774e]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-9938774e] {
    display: block
  }

  .no-display-1600[data-v-9938774e] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-9938774e]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-9938774e]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-9938774e] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-9938774e] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-9938774e]:first-of-type,
  .container_center_2_mini>div>div[data-v-9938774e]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-9938774e] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-9938774e]:first-of-type,
  .container_center_3_mini>div>div[data-v-9938774e]:nth-of-type(2),
  .container_center_4_mini>div[data-v-9938774e]:first-of-type,
  .container_center_4_mini>div[data-v-9938774e]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-9938774e] {
    padding-right: 0
  }

  .container_right[data-v-9938774e] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-9938774e] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-9938774e] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-9938774e] {
    width: 26px
  }

  .container_right .right_screen[data-v-9938774e] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-9938774e] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-9938774e],
  .btn_left_control[data-v-9938774e],
  .container_left[data-v-9938774e] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-9938774e] {
    padding: 0
  }

  .mobile_scroll[data-v-9938774e] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-9938774e] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-9938774e],
.title_info_s[data-v-9938774e] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-9938774e] {
  font-size: 1.8rem
}

.title_info_s[data-v-9938774e]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-9938774e] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-9938774e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-9938774e] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-9938774e] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-9938774e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-9938774e] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-9938774e] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-9938774e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-9938774e] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-9938774e] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-9938774e] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-9938774e] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-9938774e] {
  position: relative
}

.sub_visual_wallet img[data-v-9938774e] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-9938774e] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-9938774e] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-9938774e] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-9938774e] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-9938774e]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-9938774e],
.menu_wallet>li button[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-9938774e],
.menu_wallet>li button.active[data-v-9938774e] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-9938774e] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-9938774e]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-9938774e] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-9938774e] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-9938774e] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-9938774e] {
  position: relative
}

.wallet_form button[data-v-9938774e] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-9938774e] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-9938774e] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-9938774e] {
  background: #141621 
}

h2.title_trade[data-v-9938774e] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-9938774e] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-9938774e] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-9938774e] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-9938774e],
.result_buy div[data-v-9938774e] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-9938774e] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-9938774e] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-9938774e] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-9938774e] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-9938774e] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-9938774e] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-9938774e] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-9938774e] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-9938774e],
.sub_visual.s_02[data-v-9938774e],
.sub_visual.s_03[data-v-9938774e],
.sub_visual.s_04[data-v-9938774e],
.sub_visual.s_05[data-v-9938774e],
.sub_visual.s_06[data-v-9938774e],
.sub_visual.s_07[data-v-9938774e],
.sub_visual.s_08[data-v-9938774e] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-9938774e] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-9938774e] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-9938774e] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-9938774e],
.sub_menu a[data-v-9938774e] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-9938774e] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-9938774e] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-9938774e],
.sub_menu a.nuxt-link-active[data-v-9938774e] {
  color: #e32028
}

.sub_tab ul[data-v-9938774e] {
  overflow: hidden
}

.sub_tab ul li[data-v-9938774e] {
  float: left
}

.sub_tab ul li a[data-v-9938774e] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-9938774e],
.sub_tab ul li a.active[data-v-9938774e] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-9938774e]:before,
.sub_tab ul li a.active[data-v-9938774e]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-9938774e] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-9938774e] {
  font-size: 2.2rem
}

.title_big[data-v-9938774e],
.title_normal[data-v-9938774e] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-9938774e] {
  font-size: 1.8rem
}

.title_small[data-v-9938774e] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-9938774e] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-9938774e] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-9938774e],
.title_tiny[data-v-9938774e] {
  position: relative;
  color: #fff
}

.title_sub[data-v-9938774e] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-9938774e]:before {
  bottom: -5px
}

.title_sub[data-v-9938774e]:after,
.title_sub[data-v-9938774e]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-9938774e]:after {
  bottom: -3px
}

.title_sub_1[data-v-9938774e] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-9938774e]:before {
  bottom: -5px
}

.title_sub_1[data-v-9938774e]:after,
.title_sub_1[data-v-9938774e]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-9938774e]:after {
  bottom: -3px
}

.title_sm[data-v-9938774e] {
  display: none
}

.title_hexa[data-v-9938774e] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-9938774e],
.title_hexa i[data-v-9938774e] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-9938774e] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-9938774e] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-9938774e] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-9938774e],
.title_hexa.t_on i[data-v-9938774e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-9938774e] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-9938774e] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-9938774e] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-9938774e] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-9938774e] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-9938774e] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0
}

.sports_list.domestic li[data-v-9938774e] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-9938774e]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-9938774e]:first-of-type,
.sports_list li>div[data-v-9938774e]:nth-of-type(2),
.sports_list li>div[data-v-9938774e]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-9938774e] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_info span[data-v-9938774e]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-9938774e] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-9938774e] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-9938774e] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-9938774e]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-9938774e] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-9938774e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.game_bat[data-v-9938774e],
.game_bat button[data-v-9938774e] {
  position: relative
}

.game_bat button[data-v-9938774e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-9938774e] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-9938774e] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-9938774e] {
  margin-right: 5px
}

.game_bat button[data-v-9938774e]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-9938774e] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-9938774e] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-9938774e] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-9938774e],
.game_bat button:nth-of-type(3) i img[data-v-9938774e] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-9938774e]:nth-of-type(2) {
  color: #fff;
  cursor: inherit
}

.game_bat.bet_three button[data-v-9938774e]:nth-of-type(2),
.game_bat button[data-v-9938774e]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-9938774e]:nth-of-type(2) {
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-9938774e],
.game_bat button.active[data-v-9938774e] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-9938774e]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-9938774e]:after,
.game_bat button:first-of-type .up[data-v-9938774e]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-9938774e 1s ease-in-out 5;
  animation: blink-data-v-9938774e 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-9938774e]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-9938774e]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-9938774e]:after,
.game_bat button:nth-of-type(2) .up[data-v-9938774e]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-9938774e 1s ease-in-out 5;
  animation: blink-data-v-9938774e 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-9938774e]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-9938774e]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-9938774e]:after,
.game_bat button:nth-of-type(3) .up[data-v-9938774e]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-9938774e 1s ease-in-out 5;
  animation: blink-data-v-9938774e 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-9938774e]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-9938774e] {
  padding: 0
}

.box_folder[data-v-9938774e],
.box_folder button[data-v-9938774e] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-9938774e] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-9938774e] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-9938774e]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-9938774e] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-9938774e]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-9938774e] {
  flex-wrap: wrap
}

.bank_info[data-v-9938774e],
.bank_info li[data-v-9938774e] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-9938774e] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-9938774e]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-9938774e] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-9938774e] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-9938774e] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-9938774e] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-9938774e] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-9938774e] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-9938774e] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-9938774e] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-9938774e] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-9938774e] {
  margin-right: 10px
}

.box_text_type_1[data-v-9938774e] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-9938774e],
.box_text_type_1 i[data-v-9938774e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-9938774e] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-9938774e] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-9938774e],
.wl_tip[data-v-9938774e] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-9938774e],
.wl_tip ul li[data-v-9938774e] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-9938774e] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-9938774e] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-9938774e] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-9938774e],
.wl_waring ul li[data-v-9938774e] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-9938774e] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-9938774e] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-9938774e] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-9938774e] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-9938774e] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-9938774e] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-9938774e {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-9938774e {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-9938774e] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-9938774e] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-9938774e] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-9938774e],
.box_fx_buy_sell[data-v-9938774e],
.box_fx_result[data-v-9938774e],
.box_leverage_result[data-v-9938774e],
.current_time[data-v-9938774e],
.tab_box[data-v-9938774e],
.tab_time[data-v-9938774e] {
  position: relative
}

.copilot[data-v-9938774e] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-9938774e],
.copilot[data-v-9938774e]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-9938774e]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-9938774e] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-9938774e] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-9938774e] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-9938774e] {
  padding: 20px 15px
}

.copilot_foot[data-v-9938774e],
.copilot_foot button[data-v-9938774e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-9938774e] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-9938774e] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-9938774e],
.copilot.step_2[data-v-9938774e] {
  top: 50px
}

.copilot.step_3[data-v-9938774e],
.copilot.step_4[data-v-9938774e],
.copilot.step_6[data-v-9938774e],
.copilot.step_7[data-v-9938774e],
.copilot.step_8[data-v-9938774e] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-9938774e] {
  top: 40px
}

.box_info_1[data-v-9938774e] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-9938774e] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-9938774e] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-9938774e]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-9938774e] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-9938774e] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-9938774e] {
  height: 40px
}

.title_guide_1 span[data-v-9938774e] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-9938774e] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-9938774e] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-9938774e] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-9938774e] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-9938774e] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-9938774e 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-9938774e 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-9938774e]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-9938774e]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-9938774e]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-9938774e]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-9938774e]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-9938774e {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-9938774e {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-9938774e] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-9938774e] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-9938774e] {
    margin-top: 0
  }

  .sub_visual[data-v-9938774e] {
    display: none
  }

  .box_sub_title[data-v-9938774e] {
    padding: 0 20px
  }

  .box_sub_container[data-v-9938774e] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-9938774e] {
    display: block
  }

  .title_sub[data-v-9938774e] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-9938774e]:before {
    bottom: -5px
  }

  .title_sub[data-v-9938774e]:after,
  .title_sub[data-v-9938774e]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-9938774e]:after {
    bottom: -3px
  }

  .sub_menu[data-v-9938774e] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-9938774e] {
    padding: 0
  }

  .box_sub_container[data-v-9938774e] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-9938774e] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-9938774e] {
    display: none
  }

  .box_bg_deep[data-v-9938774e] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-9938774e] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-9938774e] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-9938774e] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-9938774e],
  .result_buy div[data-v-9938774e] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-9938774e] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-9938774e] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-9938774e] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-9938774e] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-9938774e] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-9938774e] {
    padding: 0 5px
  }

  .box_folder button[data-v-9938774e] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-9938774e] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-9938774e] {
    padding: 0
  }

  .pagenation_type_1[data-v-9938774e] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-9938774e] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-9938774e] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-9938774e] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-9938774e],
  .pagenation_type_1 .btn_last[data-v-9938774e],
  .pagenation_type_1 .btn_next[data-v-9938774e],
  .pagenation_type_1 .btn_prev[data-v-9938774e] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-9938774e] {
    color: #bbb
  }

  .title_medium[data-v-9938774e] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-9938774e]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-9938774e]:first-of-type:hover,
  .game_bat.bet_three button[data-v-9938774e]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-9938774e]:nth-of-type(3):hover,
  .game_bat button[data-v-9938774e]:first-of-type:hover,
  .game_bat button[data-v-9938774e]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-9938774e],
  .game_bat button.active span[data-v-9938774e],
  .game_bat button:hover span[data-v-9938774e] {
    color: #fff 
  }

  .bat_more[data-v-9938774e]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-9938774e],
  .bat_more[disabled][data-v-9938774e]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-9938774e]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-9938774e]:first-of-type:hover,
  .game_bat_2 button[data-v-9938774e]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-9938774e],
  .game_bat_2 button.active[data-v-9938774e]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-9938774e]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-9938774e] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-9938774e] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-9938774e]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-9938774e]:hover,
  .pagenation_type_1 .btn_last[data-v-9938774e]:hover,
  .pagenation_type_1 .btn_next[data-v-9938774e]:hover,
  .pagenation_type_1 .btn_prev[data-v-9938774e]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-9938774e]:hover,
  .ul_game_item button[data-v-9938774e]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.title_game[data-v-9938774e] {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 1.5rem;
  color: #ff2152;
  border: 1px solid #000;
  background: rgba(0, 0, 0, .8);
  padding: 0 10px
}

.title_game img[data-v-9938774e] {
  width: 18px;
  margin-right: 10px
}

.title_game i[data-v-9938774e] {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 5px
}

.sports_domestic_list li[data-v-9938774e] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px
}

.sports_domestic_list li[data-v-9938774e]:last-of-type {
  margin-bottom: 10px
}

.sports_domestic_list li>div[data-v-9938774e]:first-of-type {
  width: 160px
}

.sports_domestic_list li>div[data-v-9938774e]:nth-of-type(2) {
  width: calc(100% - 160px)
}

.sports_domestic_list li>div[data-v-9938774e]:nth-of-type(3) {
  width: 100%
}

.sports_domestic_list .game_info[data-v-9938774e] {
  display: flex;
  align-items: center
}

.sports_domestic_list .game_info span[data-v-9938774e] {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3
}

.sports_domestic_list .game_bat[data-v-9938774e] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px
}

.sports_domestic_list .game_bat button[data-v-9938774e]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  transition: all .3s
}

.sports_domestic_list .game_bat button:first-of-type em[data-v-9938774e] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.sports_domestic_list .game_bat button:first-of-type strong[data-v-9938774e] {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis
}

.sports_domestic_list .game_bat button:first-of-type strong span[data-v-9938774e] {
  color: #fff;
  font-weight: 400
}

.sports_domestic_list .game_bat button:first-of-type strong s[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #fc0
}

.sports_domestic_list .game_bat button[data-v-9938774e]:nth-of-type(2) {
  cursor: inherit
}

.sports_domestic_list .game_bat.bet_three button[data-v-9938774e]:nth-of-type(2),
.sports_domestic_list .game_bat button[data-v-9938774e]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 90px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.sports_domestic_list .game_bat.bet_three button[data-v-9938774e]:nth-of-type(2) {
  cursor: pointer;
  transition: all .3s
}

.sports_domestic_list .game_bat button[data-v-9938774e]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  background: #2c2c34;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.sports_domestic_list .game_bat button:nth-of-type(3) em[data-v-9938774e] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.sports_domestic_list .game_bat button:nth-of-type(3) strong[data-v-9938774e] {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  order: 1;
  overflow: hidden;
  text-overflow: ellipsis
}

.sports_domestic_list .game_bat button:nth-of-type(3) strong span[data-v-9938774e] {
  order: 1;
  color: #fff;
  font-weight: 400
}

.sports_domestic_list .game_bat button:nth-of-type(3) strong s[data-v-9938774e] {
  order: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #fc0
}

.sports_domestic_list .game_bat.bet_three button:nth-of-type(2).active[data-v-9938774e],
.sports_domestic_list .game_bat button.active[data-v-9938774e] {
  background: #9A5FAD;
}

.sports_domestic_list .game_bat>span[data-v-9938774e] {
  width: 70px;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.sports_domestic_list .bat_info[data-v-9938774e],
.sports_domestic_list .game_bat>span[data-v-9938774e] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.sports_domestic_list .bat_info[data-v-9938774e] {
  width: 48px;
  color: #a9da2b;
  font-weight: 300;
  border-radius: 6px;
  background: #000;
  padding-bottom: 2px;
  margin-left: 2px
}

.sports_domestic_list .btn_no_disabled[data-v-9938774e] {
  font-size: 1.3rem ;
  cursor: auto
}

.sports_domestic_list .btn_no_disabled[data-v-9938774e]:hover {
  background: #a3a4a6 
}

.sports_domestic_list .btn_no_disabled[disabled][data-v-9938774e] {
  background: #a3a4a6 ;
  opacity: .75
}

@media (min-width:576px) {

  .sports_domestic_list .game_bat.bet_three button[data-v-9938774e]:first-of-type:hover,
  .sports_domestic_list .game_bat.bet_three button[data-v-9938774e]:nth-of-type(2):hover,
  .sports_domestic_list .game_bat.bet_three button[data-v-9938774e]:nth-of-type(3):hover,
  .sports_domestic_list .game_bat button[data-v-9938774e]:first-of-type:hover,
  .sports_domestic_list .game_bat button[data-v-9938774e]:nth-of-type(3):hover {
    background: #68327A
  }
}

@media (max-width:767px) {
  .sports_domestic_list li[data-v-9938774e] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5px
  }

  .sports_domestic_list li[data-v-9938774e]:last-of-type {
    margin-bottom: 10px
  }

  .sports_domestic_list li>div[data-v-9938774e]:first-of-type,
  .sports_domestic_list li>div[data-v-9938774e]:nth-of-type(2),
  .sports_domestic_list li>div[data-v-9938774e]:nth-of-type(3) {
    width: 100%
  }

  .sports_domestic_list .game_bat.bet_three button[data-v-9938774e]:nth-of-type(2),
  .sports_domestic_list .game_bat button[data-v-9938774e]:nth-of-type(2) {
    width: 50px
  }

  .sports_domestic_list .game_info span[data-v-9938774e] {
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3
  }

  .sports_domestic_list .bat_info[data-v-9938774e] {
    display: none
  }
}
body [data-v-4db94b8c] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-4db94b8c]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-4db94b8c]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-4db94b8c] {
  max-width: 1440px
}

.page-enter-active[data-v-4db94b8c],
.page-leave-active[data-v-4db94b8c] {
  transition: opacity .1s
}

.page-enter[data-v-4db94b8c],
.page-leave-to[data-v-4db94b8c] {
  opacity: 0
}

.b1[data-v-4db94b8c] {
  border: 1px solid red
}

.width-btn-100[data-v-4db94b8c] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-4db94b8c] {
  color: #e32028 
}

.main-color1-normal[data-v-4db94b8c] {
  color: #ff2152 
}

.main-color1-text[data-v-4db94b8c] {
  color: #ff9710 
}

.main-color1-deep[data-v-4db94b8c] {
  color: #ff6900 
}

.main-color1-light[data-v-4db94b8c] {
  color: #ff542e 
}

.color-white[data-v-4db94b8c] {
  color: #fff 
}

.main-color2-light[data-v-4db94b8c] {
  color: #a9da2b 
}

.main-color2[data-v-4db94b8c] {
  color: #67b628 
}

.main_color3_light[data-v-4db94b8c] {
  color: #ffc92f 
}

.main-color3[data-v-4db94b8c] {
  color: #febd02 
}

.main-color4[data-v-4db94b8c] {
  color: #7e93a6 
}

.main-color5-light[data-v-4db94b8c] {
  color: #42deda 
}

.main-color5[data-v-4db94b8c] {
  color: #01c8de 
}

.color-grey[data-v-4db94b8c] {
  color: #676c71 
}

.color-lightgrey[data-v-4db94b8c] {
  color: #ababab 
}

.color-deepgrey[data-v-4db94b8c] {
  color: #20222b 
}

.color-text-verylight[data-v-4db94b8c] {
  color: #80a7b8 
}

.color-text-light[data-v-4db94b8c] {
  color: #9a9aa7 
}

.color-text[data-v-4db94b8c] {
  color: #797986 
}

.color-text-deep[data-v-4db94b8c] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-4db94b8c] {
  color: #2f3b49 
}

.c_default[data-v-4db94b8c] {
  color: #fff 
}

.c_high[data-v-4db94b8c] {
  color: #ff1717 
}

.c_low[data-v-4db94b8c] {
  color: #0bf 
}

.c_buy_light[data-v-4db94b8c] {
  color: #fe5159 
}

.c_buy[data-v-4db94b8c] {
  color: #f14f57 
}

.bg_c_buy[data-v-4db94b8c] {
  background: #f14f57
}

.c_sell_light[data-v-4db94b8c] {
  color: #349bf0 
}

.c_sell[data-v-4db94b8c] {
  color: #3488db 
}

.bg_c_sell[data-v-4db94b8c] {
  background: #3488db
}

.c_ing[data-v-4db94b8c] {
  color: #fff 
}

.bg_ing[data-v-4db94b8c],
.bg_wait[data-v-4db94b8c] {
  background: #7e93a6 
}

.bg_background_deep[data-v-4db94b8c] {
  background: #000
}

.c_success[data-v-4db94b8c] {
  color: #1478f2 
}

.bg_success[data-v-4db94b8c] {
  background: #1478f2 
}

.c_complete[data-v-4db94b8c] {
  color: #fff 
}

.c_fail[data-v-4db94b8c] {
  color: #ff1e1e 
}

.bg_fail[data-v-4db94b8c] {
  background: #ff1e1e 
}

.c_cancel[data-v-4db94b8c] {
  color: #ff6900 
}

.bg_cancel[data-v-4db94b8c] {
  background: #ff6900 
}

.c_error[data-v-4db94b8c] {
  color: #ff6900 
}

.c_invaild[data-v-4db94b8c] {
  color: #999 
}

.bg_invaild[data-v-4db94b8c] {
  background: #666 
}

.bg_main[data-v-4db94b8c] {
  background: #e32028 
}

.bg_green_gra[data-v-4db94b8c] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-4db94b8c] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-4db94b8c] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-4db94b8c] {
  color: #ff5266 
}

.c_deposit_light[data-v-4db94b8c] {
  color: #a9da2b 
}

.c_deposit[data-v-4db94b8c] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-4db94b8c] {
  color: #ff8520 
}

.c_withdrawal[data-v-4db94b8c] {
  color: #ff6900 
}

.c_green[data-v-4db94b8c] {
  color: #009b1b 
}

.c_red[data-v-4db94b8c] {
  color: red 
}

.c_blue[data-v-4db94b8c] {
  color: #febd02 
}

.c_black[data-v-4db94b8c] {
  color: #000 
}

.bg_white[data-v-4db94b8c] {
  background: #fff 
}

.bg_green[data-v-4db94b8c] {
  background: #6dcb1b 
}

.box_c_ing[data-v-4db94b8c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-4db94b8c] {
  background: #f14f57
}

.box_c_buy[data-v-4db94b8c],
.box_c_invaild[data-v-4db94b8c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-4db94b8c] {
  background: #999
}

.box_c_sell[data-v-4db94b8c] {
  background: #3488db
}

.box_c_sell[data-v-4db94b8c],
.box_c_success[data-v-4db94b8c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-4db94b8c] {
  background: #ff6900
}

.box_c_fail[data-v-4db94b8c] {
  background: #67b628
}

.box_c_extedn[data-v-4db94b8c],
.box_c_fail[data-v-4db94b8c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-4db94b8c] {
  background: #43586c
}

.ps__rail-x[data-v-4db94b8c] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-4db94b8c],
.ps__rail-y[data-v-4db94b8c] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-4db94b8c] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-4db94b8c],
.ps--active-y>.ps__rail-y[data-v-4db94b8c] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-4db94b8c],
.ps--focus>.ps__rail-y[data-v-4db94b8c],
.ps--scrolling-x>.ps__rail-x[data-v-4db94b8c],
.ps--scrolling-y>.ps__rail-y[data-v-4db94b8c],
.ps:hover>.ps__rail-x[data-v-4db94b8c],
.ps:hover>.ps__rail-y[data-v-4db94b8c] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-4db94b8c],
.ps.ps__rail-x[data-v-4db94b8c]:focus,
.ps.ps__rail-x[data-v-4db94b8c]:hover,
.ps.ps__rail-y.ps--clicking[data-v-4db94b8c],
.ps.ps__rail-y[data-v-4db94b8c]:focus,
.ps.ps__rail-y[data-v-4db94b8c]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-4db94b8c] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-4db94b8c],
.ps__thumb-y[data-v-4db94b8c] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-4db94b8c] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-4db94b8c],
.ps__rail-x:focus>.ps__thumb-x[data-v-4db94b8c],
.ps__rail-x:hover>.ps__thumb-x[data-v-4db94b8c] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-4db94b8c],
.ps__rail-y:focus>.ps__thumb-y[data-v-4db94b8c],
.ps__rail-y:hover>.ps__thumb-y[data-v-4db94b8c] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-4db94b8c] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-4db94b8c] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-4db94b8c] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-4db94b8c] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-4db94b8c] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-4db94b8c] {
  display: none 
}

.toast-top-center[data-v-4db94b8c] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-4db94b8c] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-4db94b8c] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-4db94b8c] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-4db94b8c] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-4db94b8c],
.pagenation_type_1 .btn_last[data-v-4db94b8c],
.pagenation_type_1 .btn_next[data-v-4db94b8c],
.pagenation_type_1 .btn_prev[data-v-4db94b8c] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-4db94b8c] {
  color: #bbb
}

.wrap_type_3[data-v-4db94b8c] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-4db94b8c] {
  background: #0b0c10
}

.container_left[data-v-4db94b8c],
.container_left_md[data-v-4db94b8c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-4db94b8c] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-4db94b8c] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-4db94b8c] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-4db94b8c] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-4db94b8c]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-4db94b8c] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-4db94b8c] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-4db94b8c] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-4db94b8c] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-4db94b8c]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-4db94b8c]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-4db94b8c],
.container_center_3_mini>div[data-v-4db94b8c] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-4db94b8c] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-4db94b8c]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-4db94b8c]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-4db94b8c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-4db94b8c]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-4db94b8c]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-4db94b8c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-4db94b8c]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-4db94b8c]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-4db94b8c] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-4db94b8c] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-4db94b8c],
.bg_grad_1_x[data-v-4db94b8c] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-4db94b8c] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-4db94b8c] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-4db94b8c] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-4db94b8c],
.bg_normal_2[data-v-4db94b8c] {
  background: #141621
}

.btn_left_close[data-v-4db94b8c],
.btn_left_control[data-v-4db94b8c],
.btn_right_close[data-v-4db94b8c],
.right_screen[data-v-4db94b8c] {
  display: none
}

.box_logo[data-v-4db94b8c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-4db94b8c] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-4db94b8c] {
  display: none
}

.text_dot[data-v-4db94b8c] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-4db94b8c {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-4db94b8c] {
  margin-left: 2px
}

.bat_more.active[data-v-4db94b8c] {
  background: #fff 
}

.bat_more.active i[data-v-4db94b8c] {
  color: #000 
}

.btn_no_disabled[data-v-4db94b8c] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-4db94b8c] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-4db94b8c] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-4db94b8c],
.game_bat_2 button[data-v-4db94b8c]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-4db94b8c]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-4db94b8c] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-4db94b8c] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-4db94b8c]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-4db94b8c] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-4db94b8c] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-4db94b8c] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-4db94b8c],
.title_logo[data-v-4db94b8c] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-4db94b8c] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-4db94b8c] {
  height: 22px
}

.tab[data-v-4db94b8c] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-4db94b8c]:last-child {
  width: 100%
}

.tab li[data-v-4db94b8c]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-4db94b8c] {
  width: 50%
}

.tab li[data-v-4db94b8c]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-4db94b8c] {
  width: 33.333333333333%
}

.tab li[data-v-4db94b8c]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-4db94b8c] {
  width: 25%
}

.tab li[data-v-4db94b8c]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-4db94b8c] {
  width: 20%
}

.tab li[data-v-4db94b8c]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-4db94b8c] {
  width: 16.66666666666667%
}

.tab li button[data-v-4db94b8c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-4db94b8c] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-4db94b8c]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-4db94b8c] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-4db94b8c] {
  border: 0
}

.wrap_sports_detail li[data-v-4db94b8c] {
  width: 100%
}

.wrap_sports_detail li[data-v-4db94b8c]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-4db94b8c]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-4db94b8c] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-4db94b8c] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-4db94b8c],
.detail_num>button[data-v-4db94b8c] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-4db94b8c] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-4db94b8c] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-4db94b8c]:last-child {
  width: 100%
}

.detail_num button[data-v-4db94b8c]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-4db94b8c] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-4db94b8c]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-4db94b8c] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-4db94b8c] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-4db94b8c] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-4db94b8c] {
  color: #fff 
}

.detail_num>button .up[data-v-4db94b8c]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-4db94b8c]:after,
.detail_num>button .up[data-v-4db94b8c]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4db94b8c 1s ease-in-out 5;
  animation: blink-data-v-4db94b8c 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-4db94b8c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-4db94b8c] {
  background: #f4053a
}

.detail_num>button.active i[data-v-4db94b8c] {
  color: #000
}

.detail_num>button .text-allocation[data-v-4db94b8c] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-4db94b8c] {
  color: #000 
}

.sports_bet_close[data-v-4db94b8c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-4db94b8c],
.sports_bet_close[data-v-4db94b8c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-4db94b8c]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-4db94b8c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-4db94b8c],
.sports_bet_close_all[data-v-4db94b8c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-4db94b8c]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-4db94b8c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-4db94b8c]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-4db94b8c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-4db94b8c]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-4db94b8c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-4db94b8c],
.market_all_close[data-v-4db94b8c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-4db94b8c]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-4db94b8c] {
    display: none
  }
}

.vjs-control-bar[data-v-4db94b8c] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-4db94b8c] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-4db94b8c] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-4db94b8c] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-4db94b8c]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-4db94b8c] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-4db94b8c]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-4db94b8c] {
  color: #fff 
}

.vjs-big-play-button[data-v-4db94b8c]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-4db94b8c],
  .detail_num button[data-v-4db94b8c]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-4db94b8c] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-4db94b8c]:nth-of-type(2),
  .game_bat button[data-v-4db94b8c]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-4db94b8c]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-4db94b8c] {
    width: 100%
  }

  .market_all_close[data-v-4db94b8c]:after,
  .market_domestic_all_close[data-v-4db94b8c]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-4db94b8c],
  .game_bat button:nth-of-type(3) i[data-v-4db94b8c] {
    display: none 
  }
}

.mini_bet_close[data-v-4db94b8c] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-4db94b8c],
.mini_bet_close[data-v-4db94b8c]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-4db94b8c]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-4db94b8c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-4db94b8c] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-4db94b8c] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-4db94b8c]:first-of-type,
.flex_2dan div[data-v-4db94b8c]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-4db94b8c] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-4db94b8c]:first-of-type,
.flex_3dan div[data-v-4db94b8c]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-4db94b8c]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-4db94b8c] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-4db94b8c] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-4db94b8c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-4db94b8c] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-4db94b8c] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-4db94b8c] {
  height: 40px
}

.mini_game_info[data-v-4db94b8c],
.mini_game_info span[data-v-4db94b8c]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-4db94b8c]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-4db94b8c] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-4db94b8c] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-4db94b8c]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-4db94b8c] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-4db94b8c] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-4db94b8c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-4db94b8c] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-4db94b8c]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-4db94b8c] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-4db94b8c]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-4db94b8c] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-4db94b8c]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-4db94b8c] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-4db94b8c]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-4db94b8c] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-4db94b8c]:first-child,
.ul_game_item.item_10 li[data-v-4db94b8c]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-4db94b8c]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-4db94b8c] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-4db94b8c],
.ul_game_item button i[data-v-4db94b8c] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-4db94b8c] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-4db94b8c] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-4db94b8c] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-4db94b8c] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-4db94b8c] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-4db94b8c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-4db94b8c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-4db94b8c] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-4db94b8c] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-4db94b8c] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-4db94b8c] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-4db94b8c] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-4db94b8c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-4db94b8c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-4db94b8c] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-4db94b8c] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-4db94b8c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-4db94b8c] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-4db94b8c] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-4db94b8c] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-4db94b8c] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-4db94b8c] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-4db94b8c] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-4db94b8c] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-4db94b8c] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-4db94b8c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-4db94b8c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-4db94b8c] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-4db94b8c] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-4db94b8c] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-4db94b8c] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-4db94b8c] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-4db94b8c] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-4db94b8c] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-4db94b8c] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-4db94b8c] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-4db94b8c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-4db94b8c] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-4db94b8c]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-4db94b8c]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-4db94b8c]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-4db94b8c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-4db94b8c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-4db94b8c] {
    display: none
  }

  .flex_1dan ul[data-v-4db94b8c] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-4db94b8c]:first-of-type,
  .flex_3dan div[data-v-4db94b8c]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-4db94b8c]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-4db94b8c] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-4db94b8c]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-4db94b8c]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-4db94b8c]:first-of-type,
  .flex_3dan div[data-v-4db94b8c]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-4db94b8c]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-4db94b8c] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-4db94b8c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-4db94b8c] {
    width: 100%
  }

  .flex_3dan div[data-v-4db94b8c]:first-of-type,
  .flex_3dan div[data-v-4db94b8c]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-4db94b8c]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-4db94b8c] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-4db94b8c] {
    width: 100%
  }

  .ul_game_item2 li[data-v-4db94b8c]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-4db94b8c]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-4db94b8c]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-4db94b8c]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-4db94b8c]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-4db94b8c] {
    padding: 101px 280px 0
  }

  .container_left[data-v-4db94b8c],
  .container_left_md[data-v-4db94b8c],
  .container_right[data-v-4db94b8c] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-4db94b8c]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-4db94b8c]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-4db94b8c]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-4db94b8c]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-4db94b8c] {
    padding-left: 40px
  }

  .container_left[data-v-4db94b8c] {
    display: none
  }

  .btn_left_control[data-v-4db94b8c] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-4db94b8c],
  .btn_left_control i[data-v-4db94b8c] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-4db94b8c] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-4db94b8c] {
    width: 26px
  }

  .btn_left_close[data-v-4db94b8c] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-4db94b8c] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-4db94b8c] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-4db94b8c]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-4db94b8c]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-4db94b8c]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-4db94b8c]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-4db94b8c]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-4db94b8c]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-4db94b8c] {
    display: block
  }

  .no-display-1600[data-v-4db94b8c] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-4db94b8c]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-4db94b8c]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-4db94b8c] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-4db94b8c] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-4db94b8c]:first-of-type,
  .container_center_2_mini>div>div[data-v-4db94b8c]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-4db94b8c] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-4db94b8c]:first-of-type,
  .container_center_3_mini>div>div[data-v-4db94b8c]:nth-of-type(2),
  .container_center_4_mini>div[data-v-4db94b8c]:first-of-type,
  .container_center_4_mini>div[data-v-4db94b8c]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-4db94b8c] {
    padding-right: 0
  }

  .container_right[data-v-4db94b8c] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-4db94b8c] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-4db94b8c] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-4db94b8c] {
    width: 26px
  }

  .container_right .right_screen[data-v-4db94b8c] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-4db94b8c] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-4db94b8c],
  .btn_left_control[data-v-4db94b8c],
  .container_left[data-v-4db94b8c] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-4db94b8c] {
    padding: 0
  }

  .mobile_scroll[data-v-4db94b8c] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-4db94b8c] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-4db94b8c],
.title_info_s[data-v-4db94b8c] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-4db94b8c] {
  font-size: 1.8rem
}

.title_info_s[data-v-4db94b8c]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-4db94b8c] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-4db94b8c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-4db94b8c] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-4db94b8c] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-4db94b8c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-4db94b8c] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-4db94b8c] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-4db94b8c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-4db94b8c] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-4db94b8c] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-4db94b8c] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-4db94b8c] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-4db94b8c] {
  position: relative
}

.sub_visual_wallet img[data-v-4db94b8c] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-4db94b8c] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-4db94b8c] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-4db94b8c] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-4db94b8c] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-4db94b8c]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-4db94b8c],
.menu_wallet>li button[data-v-4db94b8c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-4db94b8c],
.menu_wallet>li button.active[data-v-4db94b8c] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-4db94b8c] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-4db94b8c]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-4db94b8c] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-4db94b8c] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-4db94b8c] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-4db94b8c] {
  position: relative
}

.wallet_form button[data-v-4db94b8c] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-4db94b8c] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-4db94b8c] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-4db94b8c] {
  background: #141621 
}

h2.title_trade[data-v-4db94b8c] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-4db94b8c] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-4db94b8c] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-4db94b8c] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-4db94b8c],
.result_buy div[data-v-4db94b8c] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-4db94b8c] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-4db94b8c] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-4db94b8c] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-4db94b8c] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-4db94b8c] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-4db94b8c] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-4db94b8c] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-4db94b8c] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-4db94b8c],
.sub_visual.s_02[data-v-4db94b8c],
.sub_visual.s_03[data-v-4db94b8c],
.sub_visual.s_04[data-v-4db94b8c],
.sub_visual.s_05[data-v-4db94b8c],
.sub_visual.s_06[data-v-4db94b8c],
.sub_visual.s_07[data-v-4db94b8c],
.sub_visual.s_08[data-v-4db94b8c] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-4db94b8c] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-4db94b8c] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-4db94b8c] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-4db94b8c],
.sub_menu a[data-v-4db94b8c] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-4db94b8c] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-4db94b8c] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-4db94b8c],
.sub_menu a.nuxt-link-active[data-v-4db94b8c] {
  color: #e32028
}

.sub_tab ul[data-v-4db94b8c] {
  overflow: hidden
}

.sub_tab ul li[data-v-4db94b8c] {
  float: left
}

.sub_tab ul li a[data-v-4db94b8c] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-4db94b8c],
.sub_tab ul li a.active[data-v-4db94b8c] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-4db94b8c]:before,
.sub_tab ul li a.active[data-v-4db94b8c]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-4db94b8c] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-4db94b8c] {
  font-size: 2.2rem
}

.title_big[data-v-4db94b8c],
.title_normal[data-v-4db94b8c] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-4db94b8c] {
  font-size: 1.8rem
}

.title_small[data-v-4db94b8c] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-4db94b8c] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-4db94b8c] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-4db94b8c],
.title_tiny[data-v-4db94b8c] {
  position: relative;
  color: #fff
}

.title_sub[data-v-4db94b8c] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-4db94b8c]:before {
  bottom: -5px
}

.title_sub[data-v-4db94b8c]:after,
.title_sub[data-v-4db94b8c]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-4db94b8c]:after {
  bottom: -3px
}

.title_sub_1[data-v-4db94b8c] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-4db94b8c]:before {
  bottom: -5px
}

.title_sub_1[data-v-4db94b8c]:after,
.title_sub_1[data-v-4db94b8c]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-4db94b8c]:after {
  bottom: -3px
}

.title_sm[data-v-4db94b8c] {
  display: none
}

.title_hexa[data-v-4db94b8c] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-4db94b8c],
.title_hexa i[data-v-4db94b8c] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-4db94b8c] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-4db94b8c] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-4db94b8c] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-4db94b8c],
.title_hexa.t_on i[data-v-4db94b8c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-4db94b8c] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-4db94b8c] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-4db94b8c] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-4db94b8c] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-4db94b8c] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-4db94b8c] {
  padding: 0
}

.sports_list.domestic li[data-v-4db94b8c] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-4db94b8c]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-4db94b8c]:first-of-type,
.sports_list li>div[data-v-4db94b8c]:nth-of-type(2),
.sports_list li>div[data-v-4db94b8c]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-4db94b8c] {
  justify-content: space-between
}

.game_info span[data-v-4db94b8c]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-4db94b8c] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-4db94b8c] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-4db94b8c] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-4db94b8c]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-4db94b8c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-4db94b8c] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-4db94b8c],
.game_bat button[data-v-4db94b8c] {
  position: relative
}

.game_bat button[data-v-4db94b8c]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  background: #2c2c34
}

.game_bat button:first-of-type em[data-v-4db94b8c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-4db94b8c] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-4db94b8c] {
  margin-right: 5px
}

.game_bat button[data-v-4db94b8c]:nth-of-type(3) {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  background: #2c2c34;
  margin-left: 1px
}

.game_bat button:nth-of-type(3) em[data-v-4db94b8c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-4db94b8c] {
  flex-shrink: 0;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-4db94b8c] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-4db94b8c],
.game_bat button:nth-of-type(3) i img[data-v-4db94b8c] {
  width: 20px ;
  vertical-align: middle
}

.game_bat>span[data-v-4db94b8c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-4db94b8c]:nth-of-type(2) {
  cursor: inherit
}

.game_bat.bet_three button[data-v-4db94b8c]:nth-of-type(2),
.game_bat button[data-v-4db94b8c]:nth-of-type(2) {
  min-width: 0;
  width: 90px;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-4db94b8c]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-4db94b8c],
.game_bat button.active[data-v-4db94b8c] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-4db94b8c]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-4db94b8c]:after,
.game_bat button:first-of-type .up[data-v-4db94b8c]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4db94b8c 1s ease-in-out 5;
  animation: blink-data-v-4db94b8c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-4db94b8c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-4db94b8c]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-4db94b8c]:after,
.game_bat button:nth-of-type(2) .up[data-v-4db94b8c]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4db94b8c 1s ease-in-out 5;
  animation: blink-data-v-4db94b8c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-4db94b8c]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-4db94b8c]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-4db94b8c]:after,
.game_bat button:nth-of-type(3) .up[data-v-4db94b8c]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4db94b8c 1s ease-in-out 5;
  animation: blink-data-v-4db94b8c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-4db94b8c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-4db94b8c] {
  padding: 0
}

.box_folder[data-v-4db94b8c],
.box_folder button[data-v-4db94b8c] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-4db94b8c] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-4db94b8c] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-4db94b8c]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-4db94b8c] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-4db94b8c]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-4db94b8c] {
  flex-wrap: wrap
}

.bank_info[data-v-4db94b8c],
.bank_info li[data-v-4db94b8c] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-4db94b8c] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-4db94b8c]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-4db94b8c] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-4db94b8c] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-4db94b8c] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-4db94b8c] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-4db94b8c] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-4db94b8c] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-4db94b8c] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-4db94b8c] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-4db94b8c] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-4db94b8c] {
  margin-right: 10px
}

.box_text_type_1[data-v-4db94b8c] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-4db94b8c],
.box_text_type_1 i[data-v-4db94b8c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-4db94b8c] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-4db94b8c] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-4db94b8c],
.wl_tip[data-v-4db94b8c] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-4db94b8c],
.wl_tip ul li[data-v-4db94b8c] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-4db94b8c] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-4db94b8c] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-4db94b8c] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-4db94b8c],
.wl_waring ul li[data-v-4db94b8c] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-4db94b8c] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-4db94b8c] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-4db94b8c] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-4db94b8c] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-4db94b8c] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-4db94b8c] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-4db94b8c {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-4db94b8c {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-4db94b8c] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-4db94b8c] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-4db94b8c] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-4db94b8c],
.box_fx_buy_sell[data-v-4db94b8c],
.box_fx_result[data-v-4db94b8c],
.box_leverage_result[data-v-4db94b8c],
.current_time[data-v-4db94b8c],
.tab_box[data-v-4db94b8c],
.tab_time[data-v-4db94b8c] {
  position: relative
}

.copilot[data-v-4db94b8c] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-4db94b8c],
.copilot[data-v-4db94b8c]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-4db94b8c]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-4db94b8c] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-4db94b8c] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-4db94b8c] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-4db94b8c] {
  padding: 20px 15px
}

.copilot_foot[data-v-4db94b8c],
.copilot_foot button[data-v-4db94b8c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-4db94b8c] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-4db94b8c] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-4db94b8c],
.copilot.step_2[data-v-4db94b8c] {
  top: 50px
}

.copilot.step_3[data-v-4db94b8c],
.copilot.step_4[data-v-4db94b8c],
.copilot.step_6[data-v-4db94b8c],
.copilot.step_7[data-v-4db94b8c],
.copilot.step_8[data-v-4db94b8c] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-4db94b8c] {
  top: 40px
}

.box_info_1[data-v-4db94b8c] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-4db94b8c] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-4db94b8c] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-4db94b8c]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-4db94b8c] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-4db94b8c] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-4db94b8c] {
  height: 40px
}

.title_guide_1 span[data-v-4db94b8c] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-4db94b8c] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-4db94b8c] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-4db94b8c] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-4db94b8c] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-4db94b8c] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-4db94b8c 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-4db94b8c 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-4db94b8c]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-4db94b8c]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-4db94b8c]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-4db94b8c]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-4db94b8c]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-4db94b8c {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-4db94b8c {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-4db94b8c] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-4db94b8c] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-4db94b8c] {
    margin-top: 0
  }

  .sub_visual[data-v-4db94b8c] {
    display: none
  }

  .box_sub_title[data-v-4db94b8c] {
    padding: 0 20px
  }

  .box_sub_container[data-v-4db94b8c] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-4db94b8c] {
    display: block
  }

  .title_sub[data-v-4db94b8c] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-4db94b8c]:before {
    bottom: -5px
  }

  .title_sub[data-v-4db94b8c]:after,
  .title_sub[data-v-4db94b8c]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-4db94b8c]:after {
    bottom: -3px
  }

  .sub_menu[data-v-4db94b8c] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-4db94b8c] {
    padding: 0
  }

  .box_sub_container[data-v-4db94b8c] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-4db94b8c] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-4db94b8c] {
    display: none
  }

  .box_bg_deep[data-v-4db94b8c] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-4db94b8c] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-4db94b8c] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-4db94b8c] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-4db94b8c],
  .result_buy div[data-v-4db94b8c] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-4db94b8c] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-4db94b8c] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-4db94b8c] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-4db94b8c] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-4db94b8c] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-4db94b8c] {
    padding: 0 5px
  }

  .box_folder button[data-v-4db94b8c] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-4db94b8c] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-4db94b8c] {
    padding: 0
  }

  .pagenation_type_1[data-v-4db94b8c] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-4db94b8c] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-4db94b8c] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-4db94b8c] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-4db94b8c],
  .pagenation_type_1 .btn_last[data-v-4db94b8c],
  .pagenation_type_1 .btn_next[data-v-4db94b8c],
  .pagenation_type_1 .btn_prev[data-v-4db94b8c] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-4db94b8c] {
    color: #bbb
  }

  .title_medium[data-v-4db94b8c] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-4db94b8c]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-4db94b8c]:first-of-type:hover,
  .game_bat.bet_three button[data-v-4db94b8c]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-4db94b8c]:nth-of-type(3):hover,
  .game_bat button[data-v-4db94b8c]:first-of-type:hover,
  .game_bat button[data-v-4db94b8c]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-4db94b8c],
  .game_bat button.active span[data-v-4db94b8c],
  .game_bat button:hover span[data-v-4db94b8c] {
    color: #fff 
  }

  .bat_more[data-v-4db94b8c]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-4db94b8c],
  .bat_more[disabled][data-v-4db94b8c]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-4db94b8c]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-4db94b8c]:first-of-type:hover,
  .game_bat_2 button[data-v-4db94b8c]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-4db94b8c],
  .game_bat_2 button.active[data-v-4db94b8c]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-4db94b8c]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-4db94b8c] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-4db94b8c] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-4db94b8c]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-4db94b8c]:hover,
  .pagenation_type_1 .btn_last[data-v-4db94b8c]:hover,
  .pagenation_type_1 .btn_next[data-v-4db94b8c]:hover,
  .pagenation_type_1 .btn_prev[data-v-4db94b8c]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-4db94b8c]:hover,
  .ul_game_item button[data-v-4db94b8c]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_sports[data-v-4db94b8c] {
  position: relative
}

.sub_visual_sports img[data-v-4db94b8c] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_sports div[data-v-4db94b8c] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_sports div span em[data-v-4db94b8c] {
  color: #fff;
  font-family: BebasNeuePro;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: inherit
}

.sub_visual_sports div span em[data-v-4db94b8c]:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 36px;
  background: #e32028;
  margin: 0 15px;
  border-left: 1px solid #e32028
}

.sub_visual_sports div span i[data-v-4db94b8c] {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300
}

.menu_sports[data-v-4db94b8c] {
  display: flex;
  width: 100%;
  height: 80px;
  background: #000
}

.menu_sports li[data-v-4db94b8c] {
  height: 80px;
  margin-right: 1px
}

.menu_sports li button[data-v-4db94b8c] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100%;
  background: #2c2c34;
  transition: all .3s
}

.menu_sports li button i[data-v-4db94b8c] {
  font-size: 2.2rem;
  font-family: BebasNeuePro;
  font-weight: 600;
  color: #fff
}

.menu_sports li button i img[data-v-4db94b8c] {
  width: 28px;
  margin-top: 10px
}

.menu_sports li button em[data-v-4db94b8c] {
  font-size: 1.4rem;
  color: #fff;
  margin: 8px 0 5px
}

.menu_sports li button span[data-v-4db94b8c] {
  position: absolute;
  top: 3px;
  right: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  font-size: 1.1rem ;
  color: #fff;
  padding: 3px
}

.menu_sports li button.active[data-v-4db94b8c] {
  border: none;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_sports li button.active em[data-v-4db94b8c],
.menu_sports li button.active span[data-v-4db94b8c] {
  color: #fff
}

.sports_domestic_list div[data-v-4db94b8c] {
  margin-bottom: 2px
}

.sports_domestic_list div[data-v-4db94b8c]:last-child {
  margin-bottom: 0
}

.game_list[data-v-4db94b8c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  font-size: 1.5rem
}

.game_list button[data-v-4db94b8c] {
  color: #fff;
  padding: 0 5px
}

.game_list button i[data-v-4db94b8c] {
  margin-right: 3px
}

.game_list button.active[data-v-4db94b8c],
.game_list button.active i[data-v-4db94b8c] {
  color: #fff
}

.game_list_time button[data-v-4db94b8c] {
  color: #999;
  border-right: 1px solid #999;
  transition: all .3s
}

.game_list_time button[data-v-4db94b8c]:last-child {
  border-right: 0
}

.game_list_time button.active[data-v-4db94b8c] {
  color: #fff
}

.title_game[data-v-4db94b8c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #2f2f37;
  padding: 0 10px
}

.title_game div[data-v-4db94b8c]:first-child {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 1.5rem;
  color: #fff
}

.title_game div:first-child img[data-v-4db94b8c] {
  margin-right: 5px
}

.title_game div[data-v-4db94b8c]:nth-child(2) {
  justify-content: flex-end;
  color: #ff542e
}

.sports_list li[data-v-4db94b8c] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px
}

.sports_list li[data-v-4db94b8c]:last-child {
  margin-bottom: 10px
}

.sports_list li div[data-v-4db94b8c]:first-of-type {
  width: 150px
}

.sports_list li div[data-v-4db94b8c]:nth-of-type(2) {
  width: calc(100% - 150px)
}

.sports_list li div[data-v-4db94b8c]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-4db94b8c] {
  display: flex;
  align-items: center
}

.game_info span[data-v-4db94b8c] {
  width: 100%;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3;
  padding-left: 15px
}

.game_bat[data-v-4db94b8c] {
  height: 36px
}

.game_bat[data-v-4db94b8c],
.game_bat button[data-v-4db94b8c]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat button[data-v-4db94b8c]:first-of-type {
  position: relative;
  width: calc(50% - 36px);
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-4db94b8c] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.game_bat button:first-of-type span[data-v-4db94b8c] {
  color: #fff
}

.game_bat button[data-v-4db94b8c]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-4db94b8c]:nth-of-type(3) {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 36px);
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-4db94b8c] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.game_bat button:nth-of-type(3) span[data-v-4db94b8c] {
  order: 1;
  color: #fff
}

.bat_more[data-v-4db94b8c] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 100%;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  transition: all .3s
}

.bat_more i[data-v-4db94b8c] {
  color: #fff;
  font-size: 1.6rem
}

.game_bat button:first-of-type.up[data-v-4db94b8c]:after {
  top: 0;
  border-top: 10px solid red;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type.down[data-v-4db94b8c]:after,
.game_bat button:first-of-type.up[data-v-4db94b8c]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4db94b8c 1s ease-in-out 5;
  animation: blink-data-v-4db94b8c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type.down[data-v-4db94b8c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0024ff
}

.game_bat button:nth-of-type(3).up[data-v-4db94b8c]:after {
  top: 0;
  border-top: 10px solid red;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3).down[data-v-4db94b8c]:after,
.game_bat button:nth-of-type(3).up[data-v-4db94b8c]:after {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-4db94b8c 1s ease-in-out 5;
  animation: blink-data-v-4db94b8c 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3).down[data-v-4db94b8c]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0024ff
}

.margin_custom[data-v-4db94b8c] {
  margin-left: 110px
}

@keyframes blink-data-v-4db94b8c {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@media (max-width:1190px) {
  .menu_sports[data-v-4db94b8c] {
    justify-content: flex-start
  }
}

@media (max-width:767px) {
  .sub_visual_sports div[data-v-4db94b8c] {
    padding: 0 20px
  }

  .sub_visual_sports div span em[data-v-4db94b8c] {
    font-size: 2.8rem
  }

  .sub_visual_sports div span em[data-v-4db94b8c]:after {
    width: 1px;
    height: 24px
  }

  .sub_visual_sports div span i[data-v-4db94b8c] {
    color: #fff;
    font-size: 2rem;
    font-weight: 300
  }

  .sports_list li[data-v-4db94b8c] {
    flex-wrap: wrap
  }

  .sports_list li div[data-v-4db94b8c]:first-of-type,
  .sports_list li div[data-v-4db94b8c]:nth-of-type(2) {
    width: 100%
  }

  .game_info[data-v-4db94b8c] {
    justify-content: space-between;
    margin-bottom: 5px
  }

  .game_info span[data-v-4db94b8c] {
    width: auto;
    text-align: inherit
  }

  .game_bat button[data-v-4db94b8c]:first-of-type {
    width: calc(50% - 21px)
  }

  .game_bat button[data-v-4db94b8c]:nth-of-type(2) {
    width: 40px
  }

  .game_bat button[data-v-4db94b8c]:nth-of-type(3) {
    width: calc(50% - 21px)
  }

  .margin_custom[data-v-4db94b8c] {
    margin-left: 0
  }

  .wheel_right[data-v-4db94b8c] {
    overflow: auto;
    overflow-x: auto 
  }
}

@media (min-width:768px) {
  .menu_sports li button[data-v-4db94b8c]:hover {
    background: linear-gradient(90deg, #ff4300, #ff2152)
  }

  .menu_sports li button:hover em[data-v-4db94b8c],
  .menu_sports li button:hover span[data-v-4db94b8c] {
    color: #fff
  }

  .game_bat button[data-v-4db94b8c]:first-of-type:hover,
  .game_bat button[data-v-4db94b8c]:nth-of-type(2):hover,
  .game_bat button[data-v-4db94b8c]:nth-of-type(3):hover {
    background: #8d8e90
  }

  .game_bat button.active[data-v-4db94b8c],
  .game_bat button.active[data-v-4db94b8c]:hover {
    background: #e32028
  }

  .bat_more[data-v-4db94b8c]:hover {
    background: #ff542e
  }
}
body [data-v-0a5b9daf] {
  /*background: #141621;*/
  overflow-y: hidden
}

[data-v-0a5b9daf]::-moz-selection {
  background: #e32028;
  color: #fff
}

[data-v-0a5b9daf]::selection {
  background: #e32028;
  color: #fff
}

.container[data-v-0a5b9daf] {
  max-width: 1440px
}

.page-enter-active[data-v-0a5b9daf],
.page-leave-active[data-v-0a5b9daf] {
  transition: opacity .1s
}

.page-enter[data-v-0a5b9daf],
.page-leave-to[data-v-0a5b9daf] {
  opacity: 0
}

.b1[data-v-0a5b9daf] {
  border: 1px solid red
}

.width-btn-100[data-v-0a5b9daf] {
  width: calc(100% - 50px) 
}

.main-color1[data-v-0a5b9daf] {
  color: #e32028 
}

.main-color1-normal[data-v-0a5b9daf] {
  color: #ff2152 
}

.main-color1-text[data-v-0a5b9daf] {
  color: #ff9710 
}

.main-color1-deep[data-v-0a5b9daf] {
  color: #ff6900 
}

.main-color1-light[data-v-0a5b9daf] {
  color: #ff542e 
}

.color-white[data-v-0a5b9daf] {
  color: #fff 
}

.main-color2-light[data-v-0a5b9daf] {
  color: #a9da2b 
}

.main-color2[data-v-0a5b9daf] {
  color: #67b628 
}

.main_color3_light[data-v-0a5b9daf] {
  color: #ffc92f 
}

.main-color3[data-v-0a5b9daf] {
  color: #febd02 
}

.main-color4[data-v-0a5b9daf] {
  color: #7e93a6 
}

.main-color5-light[data-v-0a5b9daf] {
  color: #42deda 
}

.main-color5[data-v-0a5b9daf] {
  color: #01c8de 
}

.color-grey[data-v-0a5b9daf] {
  color: #676c71 
}

.color-lightgrey[data-v-0a5b9daf] {
  color: #ababab 
}

.color-deepgrey[data-v-0a5b9daf] {
  color: #20222b 
}

.color-text-verylight[data-v-0a5b9daf] {
  color: #80a7b8 
}

.color-text-light[data-v-0a5b9daf] {
  color: #9a9aa7 
}

.color-text[data-v-0a5b9daf] {
  color: #797986 
}

.color-text-deep[data-v-0a5b9daf] {
  color: #4f4f5a 
}

.color-text-verydeep[data-v-0a5b9daf] {
  color: #2f3b49 
}

.c_default[data-v-0a5b9daf] {
  color: #fff 
}

.c_high[data-v-0a5b9daf] {
  color: #ff1717 
}

.c_low[data-v-0a5b9daf] {
  color: #0bf 
}

.c_buy_light[data-v-0a5b9daf] {
  color: #fe5159 
}

.c_buy[data-v-0a5b9daf] {
  color: #f14f57 
}

.bg_c_buy[data-v-0a5b9daf] {
  background: #f14f57
}

.c_sell_light[data-v-0a5b9daf] {
  color: #349bf0 
}

.c_sell[data-v-0a5b9daf] {
  color: #3488db 
}

.bg_c_sell[data-v-0a5b9daf] {
  background: #3488db
}

.c_ing[data-v-0a5b9daf] {
  color: #fff 
}

.bg_ing[data-v-0a5b9daf],
.bg_wait[data-v-0a5b9daf] {
  background: #7e93a6 
}

.bg_background_deep[data-v-0a5b9daf] {
  background: #000
}

.c_success[data-v-0a5b9daf] {
  color: #1478f2 
}

.bg_success[data-v-0a5b9daf] {
  background: #1478f2 
}

.c_complete[data-v-0a5b9daf] {
  color: #fff 
}

.c_fail[data-v-0a5b9daf] {
  color: #ff1e1e 
}

.bg_fail[data-v-0a5b9daf] {
  background: #ff1e1e 
}

.c_cancel[data-v-0a5b9daf] {
  color: #ff6900 
}

.bg_cancel[data-v-0a5b9daf] {
  background: #ff6900 
}

.c_error[data-v-0a5b9daf] {
  color: #ff6900 
}

.c_invaild[data-v-0a5b9daf] {
  color: #999 
}

.bg_invaild[data-v-0a5b9daf] {
  background: #666 
}

.bg_main[data-v-0a5b9daf] {
  background: #e32028 
}

.bg_green_gra[data-v-0a5b9daf] {
  background: linear-gradient(90deg, #63b223, #9ccc26) ;
  text-shadow: 1px 1px 2px #009b1b
}

.bg_green_gra_1[data-v-0a5b9daf] {
  background: linear-gradient(270deg, #67b628, #009b1b) 
}

.bg_red_gra[data-v-0a5b9daf] {
  background: linear-gradient(90deg, #ff4300, #ff2152) 
}

.c_warning[data-v-0a5b9daf] {
  color: #ff5266 
}

.c_deposit_light[data-v-0a5b9daf] {
  color: #a9da2b 
}

.c_deposit[data-v-0a5b9daf] {
  color: #549b1b 
}

.c_withdrawal_light[data-v-0a5b9daf] {
  color: #ff8520 
}

.c_withdrawal[data-v-0a5b9daf] {
  color: #ff6900 
}

.c_green[data-v-0a5b9daf] {
  color: #009b1b 
}

.c_red[data-v-0a5b9daf] {
  color: red 
}

.c_blue[data-v-0a5b9daf] {
  color: #febd02 
}

.c_black[data-v-0a5b9daf] {
  color: #000 
}

.bg_white[data-v-0a5b9daf] {
  background: #fff 
}

.bg_green[data-v-0a5b9daf] {
  background: #6dcb1b 
}

.box_c_ing[data-v-0a5b9daf] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  background: #fff;
  color: #333 ;
  padding-bottom: 1px
}

.box_c_buy[data-v-0a5b9daf] {
  background: #f14f57
}

.box_c_buy[data-v-0a5b9daf],
.box_c_invaild[data-v-0a5b9daf] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_invaild[data-v-0a5b9daf] {
  background: #999
}

.box_c_sell[data-v-0a5b9daf] {
  background: #3488db
}

.box_c_sell[data-v-0a5b9daf],
.box_c_success[data-v-0a5b9daf] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_success[data-v-0a5b9daf] {
  background: #ff6900
}

.box_c_fail[data-v-0a5b9daf] {
  background: #67b628
}

.box_c_extedn[data-v-0a5b9daf],
.box_c_fail[data-v-0a5b9daf] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 23px;
  border-radius: 3px;
  color: #fff;
  padding-bottom: 1px
}

.box_c_extedn[data-v-0a5b9daf] {
  background: #43586c
}

.ps__rail-x[data-v-0a5b9daf] {
  transition: background-color .2slinear, opacity .2slinear;
  -webkit-transition: background-color .2slinear, opacity .2slinear;
  height: 0 ;
  bottom: 0
}

.ps__rail-x[data-v-0a5b9daf],
.ps__rail-y[data-v-0a5b9daf] {
  display: none;
  position: absolute;
  opacity: 0
}

.ps__rail-y[data-v-0a5b9daf] {
  width: 4px ;
  right: 0
}

.ps--active-x>.ps__rail-x[data-v-0a5b9daf],
.ps--active-y>.ps__rail-y[data-v-0a5b9daf] {
  display: block;
  background: none 
}

.ps--focus>.ps__rail-x[data-v-0a5b9daf],
.ps--focus>.ps__rail-y[data-v-0a5b9daf],
.ps--scrolling-x>.ps__rail-x[data-v-0a5b9daf],
.ps--scrolling-y>.ps__rail-y[data-v-0a5b9daf],
.ps:hover>.ps__rail-x[data-v-0a5b9daf],
.ps:hover>.ps__rail-y[data-v-0a5b9daf] {
  opacity: 1 
}

.ps.ps__rail-x.ps--clicking[data-v-0a5b9daf],
.ps.ps__rail-x[data-v-0a5b9daf]:focus,
.ps.ps__rail-x[data-v-0a5b9daf]:hover,
.ps.ps__rail-y.ps--clicking[data-v-0a5b9daf],
.ps.ps__rail-y[data-v-0a5b9daf]:focus,
.ps.ps__rail-y[data-v-0a5b9daf]:hover {
  background-color: #eee;
  opacity: .9
}

.ps__thumb-x[data-v-0a5b9daf] {
  border-radius: 2px;
  transition: background-color .2slinear, height .2sease-in-out;
  -webkit-transition: background-color .2slinear, height .2sease-in-out;
  height: 4px ;
  bottom: 0 
}

.ps__thumb-x[data-v-0a5b9daf],
.ps__thumb-y[data-v-0a5b9daf] {
  background-color: #4f4f5a ;
  position: absolute
}

.ps__thumb-y[data-v-0a5b9daf] {
  border-radius: 8px ;
  transition: background-color .2slinear, width .2sease-in-out;
  -webkit-transition: background-color .2slinear, width .2sease-in-out;
  width: 4px ;
  right: 0 ;
  z-index: 10
}

.ps__rail-x.ps--clicking.ps__thumb-x[data-v-0a5b9daf],
.ps__rail-x:focus>.ps__thumb-x[data-v-0a5b9daf],
.ps__rail-x:hover>.ps__thumb-x[data-v-0a5b9daf] {
  height: 10px ;
  cursor: pointer
}

.ps__rail-y.ps--clicking.ps__thumb-y[data-v-0a5b9daf],
.ps__rail-y:focus>.ps__thumb-y[data-v-0a5b9daf],
.ps__rail-y:hover>.ps__thumb-y[data-v-0a5b9daf] {
  width: 10px ;
  cursor: pointer
}

.cxlt-toastr-container>div[data-v-0a5b9daf] {
  opacity: 1 ;
  box-shadow: none ;
  border-radius: 6px ;
  padding: 0 
}

.toast-title[data-v-0a5b9daf] {
  font-size: 1.6rem ;
  font-weight: 300 ;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding: 10px
}

.toast-message[data-v-0a5b9daf] {
  padding: 15px ;
  font-size: 1.7rem ;
  line-height: 1.5 ;
  font-weight: 400 
}

.toast-progress[data-v-0a5b9daf] {
  background: #fff ;
  height: 2px 
}

.toast-close-button[data-v-0a5b9daf] {
  position: absolute ;
  right: 10px ;
  top: 12px ;
  width: 12px ;
  height: 12px ;
  text-indent: -9999px ;
  background: url(/images/common/icon_popup_close.png) no-repeat ;
  background-size: 12px 
}

.toast-icon[data-v-0a5b9daf] {
  display: none 
}

.toast-top-center[data-v-0a5b9daf] {
  top: 50% ;
  margin-top: -55px 
}

.pagenation_type_1[data-v-0a5b9daf] {
  text-align: center;
  margin: 20px 0
}

.pagenation_type_1 a[data-v-0a5b9daf] {
  display: inline-block;
  height: 30px;
  line-height: 30px ;
  text-align: center;
  color: #9a9aa7 ;
  font-size: 1.5rem;
  padding: 0 10px ;
  margin: 0 5px
}

.pagenation_type_1 a i[data-v-0a5b9daf] {
  vertical-align: middle;
  font-size: 1.5rem 
}

.pagenation_type_1 a.active[data-v-0a5b9daf] {
  color: #fff 
}

.pagenation_type_1 .btn_first[data-v-0a5b9daf],
.pagenation_type_1 .btn_last[data-v-0a5b9daf],
.pagenation_type_1 .btn_next[data-v-0a5b9daf],
.pagenation_type_1 .btn_prev[data-v-0a5b9daf] {
  color: #9a9aa7;
  margin: 0 5px;
  border: 0 ;
  border-radius: 0 
}

.pagenation_type_1 .inactive[data-v-0a5b9daf] {
  color: #bbb
}

.wrap_type_3[data-v-0a5b9daf] {
  position: relative;
  display: flex;
  height: 100vh;
  background: #0b0e17;
  padding: 101px 300px 0
}

.container_left[data-v-0a5b9daf] {
  background: #0b0c10
}

.container_left[data-v-0a5b9daf],
.container_left_md[data-v-0a5b9daf] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  max-width: 300px;
  width: 100%;
  height: 100%;
  padding-top: 101px
}

.container_left_md[data-v-0a5b9daf] {
  background: #24242c;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
  transition: all .3s
}

.container_left_md .left_screen[data-v-0a5b9daf] {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .2)
}

.container_center[data-v-0a5b9daf] {
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2[data-v-0a5b9daf] {
  display: flex;
  width: 100%
}

.container_center_2>div[data-v-0a5b9daf]:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2>div:first-of-type>div[data-v-0a5b9daf] {
  width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-0a5b9daf] {
  height: calc(100vh - 121px)
}

.container_center_2_mini[data-v-0a5b9daf] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_2_mini>div[data-v-0a5b9daf] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-0a5b9daf]:first-of-type {
  width: 830px
}

.container_center_2_mini>div>div[data-v-0a5b9daf]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_3_mini[data-v-0a5b9daf],
.container_center_3_mini>div[data-v-0a5b9daf] {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.container_center_3_mini>div[data-v-0a5b9daf] {
  justify-content: space-between;
  padding: 10px 10px 0
}

.container_center_3_mini>div>div[data-v-0a5b9daf]:first-of-type {
  width: 830px
}

.container_center_3_mini>div>div[data-v-0a5b9daf]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_mini[data-v-0a5b9daf] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_mini>div[data-v-0a5b9daf]:first-of-type {
  width: 830px
}

.container_center_4_mini>div[data-v-0a5b9daf]:nth-of-type(2) {
  width: calc(100% - 840px)
}

.container_center_4_btc[data-v-0a5b9daf] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%
}

.container_center_4_btc>div[data-v-0a5b9daf]:first-of-type {
  width: 1000px
}

.container_center_4_btc>div[data-v-0a5b9daf]:nth-of-type(2) {
  width: calc(100% - 1010px)
}

.container_right[data-v-0a5b9daf] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background: #0b0e17;
  padding-top: 101px
}

.bg_grad_1[data-v-0a5b9daf] {
  background: linear-gradient(180deg, #141621, #1b1d2c)
}

.bg_grad_1[data-v-0a5b9daf],
.bg_grad_1_x[data-v-0a5b9daf] {
  border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.bg_grad_1_x[data-v-0a5b9daf] {
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background: #141621
}

.bg_grad_2[data-v-0a5b9daf] {
  border-top: 1px solid #000;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0))
}

.bg_grad_bottom_1[data-v-0a5b9daf] {
  border-bottom: 1px solid #000;
  background: linear-gradient(180deg, #282831, #24242c)
}

.bg_normal_1[data-v-0a5b9daf],
.bg_normal_2[data-v-0a5b9daf] {
  background: #141621
}

.btn_left_close[data-v-0a5b9daf],
.btn_left_control[data-v-0a5b9daf],
.btn_right_close[data-v-0a5b9daf],
.right_screen[data-v-0a5b9daf] {
  display: none
}

.box_logo[data-v-0a5b9daf] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.box_logo img[data-v-0a5b9daf] {
  opacity: .5;
  height: 36px
}

.display-1600[data-v-0a5b9daf] {
  display: none
}

.text_dot[data-v-0a5b9daf] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@-webkit-keyframes blink-data-v-0a5b9daf {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes blink-data-v-0a5b9daf {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.bat_more[data-v-0a5b9daf] {
  margin-left: 2px
}

.bat_more.active[data-v-0a5b9daf] {
  background: #fff 
}

.bat_more.active i[data-v-0a5b9daf] {
  color: #000 
}

.btn_no_disabled[data-v-0a5b9daf] {
  font-size: 1.3rem ;
  cursor: auto
}

.btn_no_disabled[disabled][data-v-0a5b9daf] {
  background: #a3a4a6 ;
  opacity: .75
}

.game_bat_2[data-v-0a5b9daf] {
  position: relative;
  height: 36px
}

.game_bat_2[data-v-0a5b9daf],
.game_bat_2 button[data-v-0a5b9daf]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat_2 button[data-v-0a5b9daf]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat_2 button:first-of-type em[data-v-0a5b9daf] {
  color: #fff;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat_2 button:first-of-type span[data-v-0a5b9daf] {
  flex-shrink: 0;
  text-align: right;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2 button[data-v-0a5b9daf]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  margin-left: 1px;
  transition: all .3s
}

.game_bat_2 button:nth-of-type(2) em[data-v-0a5b9daf] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat_2 button:nth-of-type(2) span[data-v-0a5b9daf] {
  flex-shrink: 0;
  order: 1;
  text-align: left;
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat_2>span[data-v-0a5b9daf] {
  display: inline-flex;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat_2>span[data-v-0a5b9daf],
.title_logo[data-v-0a5b9daf] {
  justify-content: center;
  align-items: center
}

.title_logo[data-v-0a5b9daf] {
  display: flex;
  height: 40px;
  background: linear-gradient(180deg, rgba(64, 64, 75, .2), hsla(0, 0%, 100%, 0));
  padding-bottom: 2px
}

.title_logo img[data-v-0a5b9daf] {
  height: 22px
}

.tab[data-v-0a5b9daf] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.tab li[data-v-0a5b9daf]:last-child {
  width: 100%
}

.tab li[data-v-0a5b9daf]:nth-last-child(2),
.tab li:nth-last-child(2)~li[data-v-0a5b9daf] {
  width: 50%
}

.tab li[data-v-0a5b9daf]:nth-last-child(3),
.tab li:nth-last-child(3)~li[data-v-0a5b9daf] {
  width: 33.333333333333%
}

.tab li[data-v-0a5b9daf]:nth-last-child(4),
.tab li:nth-last-child(4)~li[data-v-0a5b9daf] {
  width: 25%
}

.tab li[data-v-0a5b9daf]:nth-last-child(5),
.tab li:nth-last-child(5)~li[data-v-0a5b9daf] {
  width: 20%
}

.tab li[data-v-0a5b9daf]:nth-last-child(6),
.tab li:nth-last-child(6)~li[data-v-0a5b9daf] {
  width: 16.66666666666667%
}

.tab li button[data-v-0a5b9daf] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  color: #fff;
  background: #0b0c10;
  border: 1px solid #0b0c10;
  border-bottom: 0
}

.tab li button.active[data-v-0a5b9daf] {
  color: #f4053a;
  border: 1px solid #e32028;
  border-bottom: none ;
  background: #0b0c10
}

.tab li button.active[data-v-0a5b9daf]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background: #0b0c10
}

.wrap_sports_detail[data-v-0a5b9daf] {
  width: 100%;
  border: 1px solid #e32028;
  background: rgba(0, 0, 0, .6);
  padding: 4px 5px 5px
}

.wrap_sports_detail.b_0[data-v-0a5b9daf] {
  border: 0
}

.wrap_sports_detail li[data-v-0a5b9daf] {
  width: 100%
}

.wrap_sports_detail li[data-v-0a5b9daf]:first-child {
  margin-top: 0
}

.wrap_sports_detail li[data-v-0a5b9daf]:last-child {
  margin-bottom: 4px
}

.wrap_sports_detail li>em[data-v-0a5b9daf] {
  display: flex;
  align-items: center;
  height: 28px;
  color: #ff2152;
  font-size: 1.4rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, .05);
  padding-left: 5px;
  padding-bottom: 2px
}

.detail_num[data-v-0a5b9daf] {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1px
}

.detail_num[data-v-0a5b9daf],
.detail_num>button[data-v-0a5b9daf] {
  display: flex;
  align-items: center
}

.detail_num>button[data-v-0a5b9daf] {
  position: relative;
  justify-content: space-between;
  height: 34px;
  text-align: left;
  border-radius: 2px;
  background: #2c2c34;
  padding: 0 10px;
  margin: 1px
}

.detail_num button[data-v-0a5b9daf] {
  width: calc(33.33333% - 2px)
}

.detail_num button[data-v-0a5b9daf]:last-child {
  width: 100%
}

.detail_num button[data-v-0a5b9daf]:nth-last-child(2),
.detail_num button:nth-last-child(2)~button[data-v-0a5b9daf] {
  width: calc(50% - 2px)
}

.detail_num button[data-v-0a5b9daf]:nth-last-child(3),
.detail_num button:nth-last-child(3)~button[data-v-0a5b9daf] {
  width: calc(33.33333% - 2px)
}

.detail_num>button em[data-v-0a5b9daf] {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.2
}

.detail_num>button span[data-v-0a5b9daf] {
  font-size: 1.2rem;
  color: #fff
}

.detail_num>button.active span[data-v-0a5b9daf] {
  color: #fff 
}

.detail_num>button .up[data-v-0a5b9daf]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.detail_num>button .down[data-v-0a5b9daf]:after,
.detail_num>button .up[data-v-0a5b9daf]:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-0a5b9daf 1s ease-in-out 5;
  animation: blink-data-v-0a5b9daf 1s ease-in-out 5;
  opacity: 0
}

.detail_num>button .down[data-v-0a5b9daf]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.detail_num>button.active[data-v-0a5b9daf] {
  background: #f4053a
}

.detail_num>button.active i[data-v-0a5b9daf] {
  color: #000
}

.detail_num>button .text-allocation[data-v-0a5b9daf] {
  color: #a9da2b
}

.detail_num>button.active em .text-allocation[data-v-0a5b9daf] {
  color: #000 
}

.sports_bet_close[data-v-0a5b9daf] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close[data-v-0a5b9daf],
.sports_bet_close[data-v-0a5b9daf]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close[data-v-0a5b9daf]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.sports_bet_close_all[data-v-0a5b9daf] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close_all[data-v-0a5b9daf],
.sports_bet_close_all[data-v-0a5b9daf]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.sports_bet_close_all[data-v-0a5b9daf]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_domestic_all_close[data-v-0a5b9daf] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_domestic_all_close[data-v-0a5b9daf]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

.sports_bet_close.market_all_close[data-v-0a5b9daf] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.sports_bet_close.market_all_close[data-v-0a5b9daf]:after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 24px
}

.market_all_close[data-v-0a5b9daf] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5)
}

.market_all_close[data-v-0a5b9daf],
.market_all_close[data-v-0a5b9daf]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.market_all_close[data-v-0a5b9daf]:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 100% auto
}

@media (max-width:1599px) {
  .no-wrap-1599[data-v-0a5b9daf] {
    display: none
  }
}

.vjs-control-bar[data-v-0a5b9daf] {
  bottom: -3em ;
  background: rgba(0, 0, 0, .5) ;
  transition: all .3s 
}

.video-js[data-v-0a5b9daf] {
  position: relative;
  overflow: hidden
}

.video-js:hover .vjs-control-bar[data-v-0a5b9daf] {
  bottom: 0 ;
  transition: all .3s 
}

.vjs-big-play-button[data-v-0a5b9daf] {
  left: 50% ;
  top: 50% ;
  width: 100px ;
  height: 60px ;
  border: 2px solid #e32028 ;
  background: rgba(255, 135, 0, .2) ;
  border-radius: 6px ;
  transform: translateX(-50%) translateY(-50%) ;
  transition: all .3s
}

.vjs-big-play-button[data-v-0a5b9daf]:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  display: inline-block;
  width: 94px;
  height: 24px;
  background: url(/images/common/logo.svg) no-repeat 50%;
  background-size: 94px auto
}

.vjs-big-play-button .vjs-icon-placeholder[data-v-0a5b9daf] {
  color: #ff542e ;
  font-size: 2.4rem ;
  transition: all .3s
}

.vjs-icon-placeholder[data-v-0a5b9daf]:before {
  position: inherit ;
  left: inherit ;
  top: inherit ;
  width: inherit ;
  height: inherit 
}

.vjs-big-play-button:hover .vjs-icon-placeholder[data-v-0a5b9daf] {
  color: #fff 
}

.vjs-big-play-button[data-v-0a5b9daf]:hover {
  background: #e32028 
}

@media (max-width:767px) {

  .detail_num button[data-v-0a5b9daf],
  .detail_num button[data-v-0a5b9daf]:nth-last-child(3),
  .detail_num button:nth-last-child(3)~button[data-v-0a5b9daf] {
    width: calc(50% - 2px)
  }

  .game_bat.bet_three button[data-v-0a5b9daf]:nth-of-type(2),
  .game_bat button[data-v-0a5b9daf]:nth-of-type(2) {
    width: 50px
  }

  .sports_bet_close_all[data-v-0a5b9daf]:after {
    margin-left: 0
  }

  .sports_bet_close[data-v-0a5b9daf] {
    width: 100%
  }

  .market_all_close[data-v-0a5b9daf]:after,
  .market_domestic_all_close[data-v-0a5b9daf]:after {
    margin-left: 0
  }

  .game_bat button:first-of-type i[data-v-0a5b9daf],
  .game_bat button:nth-of-type(3) i[data-v-0a5b9daf] {
    display: none 
  }
}

.mini_bet_close[data-v-0a5b9daf] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}

.mini_bet_close[data-v-0a5b9daf],
.mini_bet_close[data-v-0a5b9daf]:after {
  display: flex;
  justify-content: center;
  align-items: center
}

.mini_bet_close[data-v-0a5b9daf]:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
  background-size: 60% auto
}

.flex_1dan[data-v-0a5b9daf] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.flex_1dan ul[data-v-0a5b9daf] {
  width: calc(90% - 10px)
}

.flex_2dan[data-v-0a5b9daf] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_2dan div[data-v-0a5b9daf]:first-of-type,
.flex_2dan div[data-v-0a5b9daf]:nth-of-type(2) {
  width: calc(50% - 7px)
}

.flex_3dan[data-v-0a5b9daf] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex_3dan div[data-v-0a5b9daf]:first-of-type,
.flex_3dan div[data-v-0a5b9daf]:nth-of-type(2) {
  width: calc(25% - 7px)
}

.flex_3dan div[data-v-0a5b9daf]:nth-of-type(3) {
  width: calc(50% - 7px)
}

.title_bet_s[data-v-0a5b9daf] {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  background: rgba(0, 0, 0, .2);
  padding: 10px
}

.title_bet_s strong[data-v-0a5b9daf] {
  font-size: 1.5rem;
  color: #e32028;
  font-weight: 400
}

.tab_game_type[data-v-0a5b9daf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.tab_game_type button[data-v-0a5b9daf] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
  height: 80px;
  font-size: 2rem;
  color: #fff;
  font-family: NEXONFootball;
  font-weight: 500;
  border: 2px solid rgba(255, 135, 0, .2);
  background: #0b0c10
}

.tab_game_type button.active[data-v-0a5b9daf] {
  color: #e32028;
  border: 2px solid #e32028
}

.mini_game_info[data-v-0a5b9daf] {
  height: 40px
}

.mini_game_info[data-v-0a5b9daf],
.mini_game_info span[data-v-0a5b9daf]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mini_game_info span[data-v-0a5b9daf]:first-of-type {
  width: calc(50% - 1px);
  height: 100%;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:first-of-type em[data-v-0a5b9daf] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.mini_game_info span:first-of-type b[data-v-0a5b9daf] {
  color: #fff;
  font-weight: 400
}

.mini_game_info span[data-v-0a5b9daf]:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #e32028;
  padding: 0 10px;
  transition: all .3s
}

.mini_game_info span:nth-of-type(2) em[data-v-0a5b9daf] {
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.mini_game_info span:nth-of-type(2) b[data-v-0a5b9daf] {
  color: #fff;
  font-weight: 400
}

.ul_game_item[data-v-0a5b9daf] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.ul_game_item.item_2 li[data-v-0a5b9daf] {
  width: calc(50% - 1px)
}

.ul_game_item.item_2 li[data-v-0a5b9daf]:first-child {
  width: 50%
}

.ul_game_item.item_3 li[data-v-0a5b9daf] {
  width: calc(33.33333% - 1px)
}

.ul_game_item.item_3 li[data-v-0a5b9daf]:first-child {
  width: 33.3333333333%
}

.ul_game_item.item_4 li[data-v-0a5b9daf] {
  width: calc(25% - 1px)
}

.ul_game_item.item_4 li[data-v-0a5b9daf]:first-child {
  width: 25%
}

.ul_game_item.item_6 li[data-v-0a5b9daf] {
  width: calc(16.66667% - 1px)
}

.ul_game_item.item_6 li[data-v-0a5b9daf]:first-child {
  width: 16.6666666666667%
}

.ul_game_item.item_10 li[data-v-0a5b9daf] {
  width: calc(20% - 1px)
}

.ul_game_item.item_10 li[data-v-0a5b9daf]:first-child,
.ul_game_item.item_10 li[data-v-0a5b9daf]:nth-of-type(6) {
  width: 20%
}

.ul_game_item.item_10 li[data-v-0a5b9daf]:nth-child(n+5) {
  margin-top: 1px
}

.ul_game_item button[data-v-0a5b9daf] {
  position: relative;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  transition: all .3s
}

.ul_game_item button[data-v-0a5b9daf],
.ul_game_item button i[data-v-0a5b9daf] {
  display: inline-flex;
  flex-direction: column;
  align-items: center
}

.ul_game_item button i[data-v-0a5b9daf] {
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 0
}

.ul_game_item button i span[data-v-0a5b9daf] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item button i sub[data-v-0a5b9daf] {
  margin: 5px
}

.ul_game_item button.blue i[data-v-0a5b9daf] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item button.red i[data-v-0a5b9daf] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item button.blue_line i[data-v-0a5b9daf] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item button.red_line i[data-v-0a5b9daf] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item button.green i[data-v-0a5b9daf] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item button.active[data-v-0a5b9daf] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item button.active i[data-v-0a5b9daf] {
  background: #7a7a9b
}

.ul_game_item button.blue.active i[data-v-0a5b9daf] {
  background: #1478f2
}

.ul_game_item button.red.active i[data-v-0a5b9daf] {
  background: #ff3e3e
}

.ul_game_item button.blue_line.active i[data-v-0a5b9daf] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item button.red_line.active i[data-v-0a5b9daf] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item button.green.active i[data-v-0a5b9daf] {
  background: #549b1b
}

.ul_game_item button i sub[data-v-0a5b9daf] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item button b[data-v-0a5b9daf] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.blue_btn[data-v-0a5b9daf] {
  background: rgba(20, 120, 242, .8) 
}

.red_btn[data-v-0a5b9daf] {
  background: rgba(255, 62, 62, .8) 
}

.ul_game_item2 button[data-v-0a5b9daf] {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  border: 1px solid #36363f;
  background: #36363f;
  color: #fff;
  transition: all .3s
}

.ul_game_item2 button i[data-v-0a5b9daf] {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #606070;
  margin: 10px 5px
}

.ul_game_item2 button i span[data-v-0a5b9daf] {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 2px
}

.ul_game_item2 button i sub[data-v-0a5b9daf] {
  margin: 5px
}

.ul_game_item2 button.blue i[data-v-0a5b9daf] {
  background: rgba(20, 120, 242, .8)
}

.ul_game_item2 button.red i[data-v-0a5b9daf] {
  background: rgba(255, 62, 62, .8)
}

.ul_game_item2 button.blue_line i[data-v-0a5b9daf] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #36363f
}

.ul_game_item2 button.red_line i[data-v-0a5b9daf] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #36363f
}

.ul_game_item2 button.green i[data-v-0a5b9daf] {
  background: rgba(0, 155, 27, .6)
}

.ul_game_item2 button.active[data-v-0a5b9daf] {
  border: 1px solid #e32028;
  background: #1b1b23
}

.ul_game_item2 button.active i[data-v-0a5b9daf] {
  background: #7a7a9b
}

.ul_game_item2 button.blue.active i[data-v-0a5b9daf] {
  background: #1478f2
}

.ul_game_item2 button.red.active i[data-v-0a5b9daf] {
  background: #ff3e3e
}

.ul_game_item2 button.blue_line.active i[data-v-0a5b9daf] {
  border: 3px solid rgba(20, 120, 242, .8);
  background: #1478f2
}

.ul_game_item2 button.red_line.active i[data-v-0a5b9daf] {
  border: 3px solid rgba(255, 62, 62, .8);
  background: #ff3e3e
}

.ul_game_item2 button.green.active i[data-v-0a5b9daf] {
  background: #549b1b
}

.ul_game_item2 button i sub[data-v-0a5b9daf] {
  font-size: 1.1rem;
  color: #fff
}

.ul_game_item2 button b[data-v-0a5b9daf] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background: hsla(0, 0%, 100%, .05);
  color: #fff;
  font-weight: 400;
  padding-bottom: 2px
}

.ul_game_item2 li[data-v-0a5b9daf] {
  width: 50%;
  float: left
}

.ul_game_item2 li button i[data-v-0a5b9daf]:first-of-type {
  margin-left: 0 
}

.ul_game_item2 li button i[data-v-0a5b9daf]:last-child {
  margin-right: 0
}

.ul_game_item2 li[data-v-0a5b9daf]:nth-child(n+3) {
  margin-top: 1px
}

.flex_1dan em[data-v-0a5b9daf] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10%
}

@media (max-width:2200px) {
  .flex_1dan em[data-v-0a5b9daf] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan em br[data-v-0a5b9daf] {
    display: none
  }

  .flex_1dan ul[data-v-0a5b9daf] {
    width: 100%
  }
}

@media (max-width:1919px) {

  .flex_3dan div[data-v-0a5b9daf]:first-of-type,
  .flex_3dan div[data-v-0a5b9daf]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-0a5b9daf]:nth-of-type(3) {
    width: 100%
  }

  .ul_game_item.item_6 li[data-v-0a5b9daf] {
    width: calc(33.33333% - 1px)
  }

  .ul_game_item.item_6 li[data-v-0a5b9daf]:first-child {
    width: 33.333333333%
  }

  .ul_game_item.item_6 li[data-v-0a5b9daf]:nth-child(n+4) {
    margin-top: 1px
  }
}

@media (max-width:1190px) {

  .flex_3dan div[data-v-0a5b9daf]:first-of-type,
  .flex_3dan div[data-v-0a5b9daf]:nth-of-type(2) {
    width: calc(25% - 7px)
  }

  .flex_3dan div[data-v-0a5b9daf]:nth-of-type(3) {
    width: calc(50% - 7px)
  }
}

@media (max-width:991px) {
  .flex_1dan[data-v-0a5b9daf] {
    justify-content: space-between;
    margin-bottom: 10px
  }

  .flex_1dan em[data-v-0a5b9daf] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
  }

  .flex_1dan ul[data-v-0a5b9daf] {
    width: 100%
  }

  .flex_3dan div[data-v-0a5b9daf]:first-of-type,
  .flex_3dan div[data-v-0a5b9daf]:nth-of-type(2) {
    width: calc(50% - 5px)
  }

  .flex_3dan div[data-v-0a5b9daf]:nth-of-type(3) {
    width: 100%
  }
}

@media (max-width:767px) {
  .ul_game_item2 button i[data-v-0a5b9daf] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #606070;
    margin: 10px 5px
  }

  .ul_game_item2 li[data-v-0a5b9daf] {
    width: 100%
  }

  .ul_game_item2 li[data-v-0a5b9daf]:nth-child(n+2) {
    margin-top: 1px
  }
}

@media (max-width:2559px) {
  .container_center_2>div:first-of-type>div[data-v-0a5b9daf]:first-of-type {
    width: 870px
  }

  .container_center_2>div:first-of-type>div[data-v-0a5b9daf]:nth-of-type(2) {
    width: calc(100% - 880px)
  }
}

@media (max-width:2100px) {

  .container_center_2>div:first-of-type>div[data-v-0a5b9daf]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-0a5b9daf]:nth-of-type(2) {
    width: calc(50% - 5px)
  }
}

@media (max-width:1920px) {
  .wrap_type_3[data-v-0a5b9daf] {
    padding: 101px 280px 0
  }

  .container_left[data-v-0a5b9daf],
  .container_left_md[data-v-0a5b9daf],
  .container_right[data-v-0a5b9daf] {
    max-width: 280px
  }

  .container_center_2_mini>div>div[data-v-0a5b9daf]:first-of-type {
    width: 830px
  }

  .container_center_2_mini>div>div[data-v-0a5b9daf]:nth-of-type(2) {
    width: calc(100% - 840px)
  }

  .container_center_3_mini>div>div[data-v-0a5b9daf]:first-of-type {
    width: 830px
  }

  .container_center_3_mini>div>div[data-v-0a5b9daf]:nth-of-type(2) {
    width: calc(100% - 840px)
  }
}

@media (max-width:1860px) {
  .wrap_type_3[data-v-0a5b9daf] {
    padding-left: 40px
  }

  .container_left[data-v-0a5b9daf] {
    display: none
  }

  .btn_left_control[data-v-0a5b9daf] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #141621;
    padding-top: 101px
  }

  .btn_left_control[data-v-0a5b9daf],
  .btn_left_control i[data-v-0a5b9daf] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px
  }

  .btn_left_control i[data-v-0a5b9daf] {
    height: 160px;
    color: #fff;
    font-size: 2.2rem;
    background: #e32028
  }

  .btn_left_control i img[data-v-0a5b9daf] {
    width: 26px
  }

  .btn_left_close[data-v-0a5b9daf] {
    position: absolute;
    right: -40px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_left_close i[data-v-0a5b9daf] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_left_close i img[data-v-0a5b9daf] {
    width: 26px;
    transform: rotate(180deg)
  }
}

@media (max-width:1600px) {
  .container_center_2_mini>div>div[data-v-0a5b9daf]:first-of-type {
    width: 660px
  }

  .container_center_2_mini>div>div[data-v-0a5b9daf]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_3_mini>div>div[data-v-0a5b9daf]:first-of-type {
    width: 660px
  }

  .container_center_3_mini>div>div[data-v-0a5b9daf]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .container_center_4_mini>div[data-v-0a5b9daf]:first-of-type {
    width: 660px
  }

  .container_center_4_mini>div[data-v-0a5b9daf]:nth-of-type(2) {
    width: calc(100% - 670px)
  }

  .display-1600[data-v-0a5b9daf] {
    display: block
  }

  .no-display-1600[data-v-0a5b9daf] {
    display: none
  }
}

@media (max-width:1599px) {

  .container_center_2>div:first-of-type>div[data-v-0a5b9daf]:first-of-type,
  .container_center_2>div:first-of-type>div[data-v-0a5b9daf]:nth-of-type(2) {
    width: 100%
  }

  .pc_scroll_sports[data-v-0a5b9daf] {
    height: auto
  }
}

@media (max-width:1439px) {
  .container_center_2_mini>div[data-v-0a5b9daf] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_2_mini>div>div[data-v-0a5b9daf]:first-of-type,
  .container_center_2_mini>div>div[data-v-0a5b9daf]:nth-of-type(2) {
    width: 100%
  }

  .container_center_3_mini>div[data-v-0a5b9daf] {
    flex-wrap: wrap;
    padding: 10px 10px 0
  }

  .container_center_3_mini>div>div[data-v-0a5b9daf]:first-of-type,
  .container_center_3_mini>div>div[data-v-0a5b9daf]:nth-of-type(2),
  .container_center_4_mini>div[data-v-0a5b9daf]:first-of-type,
  .container_center_4_mini>div[data-v-0a5b9daf]:nth-of-type(2) {
    width: 100%
  }
}

@media (max-width:1023px) {
  .wrap_type_3[data-v-0a5b9daf] {
    padding-right: 0
  }

  .container_right[data-v-0a5b9daf] {
    position: fixed ;
    right: 0
  }

  .btn_right_close[data-v-0a5b9daf] {
    position: absolute;
    right: 280px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 160px;
    border-left: 0;
    background: #e32028;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15) ;
    margin-top: -30px
  }

  .btn_right_close i[data-v-0a5b9daf] {
    color: #fff;
    font-size: 2.2rem
  }

  .btn_right_close i img[data-v-0a5b9daf] {
    width: 26px
  }

  .container_right .right_screen[data-v-0a5b9daf] {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
  }
}

@media (max-width:991px) {
  .wrap_type_3[data-v-0a5b9daf] {
    padding-top: 101px;
    padding-left: 0
  }

  .btn_left_close[data-v-0a5b9daf],
  .btn_left_control[data-v-0a5b9daf],
  .container_left[data-v-0a5b9daf] {
    display: none
  }
}

@media (max-width:767px) {
  .container_center[data-v-0a5b9daf] {
    padding: 0
  }

  .mobile_scroll[data-v-0a5b9daf] {
    position: relative ;
    height: 100%;
    overflow: hidden ;
    overflow-y: auto 
  }
}

.title_info[data-v-0a5b9daf] {
  justify-content: center;
  height: 41px;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: 1px solid #000;
  background: linear-gradient(0deg, #2f2f38, #2c2c34)
}

.title_info[data-v-0a5b9daf],
.title_info_s[data-v-0a5b9daf] {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NEXON2
}

.title_info_s[data-v-0a5b9daf] {
  font-size: 1.8rem
}

.title_info_s[data-v-0a5b9daf]:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e32028 url(/images/common/icon_select.png) no-repeat 50%;
  transform: rotate(270deg);
  margin-right: 10px
}

.ul_text_1 li[data-v-0a5b9daf] {
  font-size: 1.4rem;
  color: hsla(0, 0%, 100%, .6);
  line-height: 1.5;
  padding: 8px 0
}

.box_contents_1[data-v-0a5b9daf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_1 em[data-v-0a5b9daf] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_1 span[data-v-0a5b9daf] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px
}

.box_contents_2[data-v-0a5b9daf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #e32028;
  background: #0b0c10
}

.box_contents_2 em[data-v-0a5b9daf] {
  font-size: 1.5rem;
  color: #e32028;
  margin: 20px 0
}

.box_contents_2 span[data-v-0a5b9daf] {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents[data-v-0a5b9daf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.no_box_contents em[data-v-0a5b9daf] {
  font-size: 1.5rem;
  color: #a9da2b;
  margin: 20px 0
}

.no_box_contents span[data-v-0a5b9daf] {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px
}

.no_box_contents span sub[data-v-0a5b9daf] {
  position: absolute;
  right: -20%;
  top: 0;
  display: inline-flex;
  align-items: center;
  height: 26px;
  font-size: 1.4rem;
  color: #141621;
  font-weight: 500;
  background: #e32028;
  padding: 4px 4px 6px;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, .7)
}

.hr1[data-v-0a5b9daf] {
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  margin: 30px 0
}

.sub_visual_wallet[data-v-0a5b9daf] {
  position: relative
}

.sub_visual_wallet img[data-v-0a5b9daf] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_wallet div[data-v-0a5b9daf] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_wallet div span[data-v-0a5b9daf] {
  color: #fff;
  font-family: NEXON2;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: inherit
}

.menu_wallet[data-v-0a5b9daf] {
  display: flex;
  justify-content: space-between;
  background: #000
}

.menu_wallet>li[data-v-0a5b9daf] {
  width: calc(50% - 1px)
}

.menu_wallet>li[data-v-0a5b9daf]:first-of-type {
  width: 50%
}

.menu_wallet>li a[data-v-0a5b9daf],
.menu_wallet>li button[data-v-0a5b9daf] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background: #2c2c34;
  padding-bottom: 2px
}

.menu_wallet>li a.active[data-v-0a5b9daf],
.menu_wallet>li button.active[data-v-0a5b9daf] {
  color: #fff;
  border: 1px solid #ff2152;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_wallet.menu_2 li[data-v-0a5b9daf] {
  width: calc(50% - 1px)
}

.menu_wallet.menu_2 li>li[data-v-0a5b9daf]:first-of-type {
  width: 50%
}

.box_form_wallet[data-v-0a5b9daf] {
  margin: 0 auto;
  max-width: 430px
}

.wallet_cash[data-v-0a5b9daf] {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%
}

.wallet_cash button[data-v-0a5b9daf] {
  width: 20%;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 3px;
  background: #a3a4a6;
  margin: 0 1px;
  box-shadow: inset 0 0 20px hsla(0, 0%, 100%, 0);
  transition: all 1.25s cubic-bezier(.19, 1, .22, 1)
}

.wallet_form[data-v-0a5b9daf] {
  position: relative
}

.wallet_form button[data-v-0a5b9daf] {
  position: absolute;
  left: 7px;
  top: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #595964;
  padding-bottom: 2px
}

.wallet_form input[data-v-0a5b9daf] {
  width: 100%;
  height: 46px;
  font-size: 2.2rem;
  color: #ff2152;
  font-weight: 500;
  text-align: right;
  border: 1px solid #e32028;
  background: #0b0c10;
  padding: 0 20px 0 40px
}

@media (max-width:767px) {
  .sub_visual_wallet div span[data-v-0a5b9daf] {
    font-size: 2.8rem
  }
}

.group-wWM3zP_M-[data-v-0a5b9daf] {
  background: #141621 
}

h2.title_trade[data-v-0a5b9daf] {
  height: 40px;
  line-height: 38px;
  font-size: 1.3rem;
  color: #fff;
  border-bottom: 1px solid #333544;
  font-weight: 400;
  margin: 0 15px
}

h2.title_trade span[data-v-0a5b9daf] {
  font-size: 1.3rem;
  color: #e32028;
  font-weight: 400
}

.b_test[data-v-0a5b9daf] {
  position: absolute;
  left: 40px;
  bottom: 100px;
  color: #fff
}

.result_buy[data-v-0a5b9daf] {
  left: 0;
  top: 0;
  display: none
}

.result_buy[data-v-0a5b9daf],
.result_buy div[data-v-0a5b9daf] {
  position: fixed;
  z-index: 99999
}

.result_buy div[data-v-0a5b9daf] {
  left: 50%;
  top: 50%;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_buy 3s;
  animation: switch_buy 3s
}

.result_sell[data-v-0a5b9daf] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_sell div[data-v-0a5b9daf] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_sell 3s;
  animation: switch_sell 3s
}

.result_invaild[data-v-0a5b9daf] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none
}

.result_invaild div[data-v-0a5b9daf] {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 700px;
  height: 400px;
  text-align: center;
  margin: -200px 0 0 -350px;
  -webkit-animation: switch_invaild 3s;
  animation: switch_invaild 3s
}

.sub_visual[data-v-0a5b9daf] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  margin-top: 100px
}

.sub_visual i[data-v-0a5b9daf] {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 20px;
  background: url(/images/common/icon_nevi.png) no-repeat 0;
  background-size: 11px auto;
  margin-top: -7px
}

.sub_visual em[data-v-0a5b9daf] {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.sub_visual.s_01[data-v-0a5b9daf],
.sub_visual.s_02[data-v-0a5b9daf],
.sub_visual.s_03[data-v-0a5b9daf],
.sub_visual.s_04[data-v-0a5b9daf],
.sub_visual.s_05[data-v-0a5b9daf],
.sub_visual.s_06[data-v-0a5b9daf],
.sub_visual.s_07[data-v-0a5b9daf],
.sub_visual.s_08[data-v-0a5b9daf] {
  background: #7b849f url(/images/sub/sub_theme.jpg) no-repeat top;
  background-attachment: fixed
}

.box_sub_title[data-v-0a5b9daf] {
  padding: 0 40px 20px
}

.box_sub_container[data-v-0a5b9daf] {
  min-height: 500px;
  padding: 30px 0
}

.sub_menu[data-v-0a5b9daf] {
  display: flex;
  border-bottom: 1px solid #2d3b48
}

.sub_menu[data-v-0a5b9daf],
.sub_menu a[data-v-0a5b9daf] {
  position: relative;
  height: 60px
}

.sub_menu a[data-v-0a5b9daf] {
  display: inline-block;
  line-height: 59px;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding: 0 20px
}

.sub_menu #marker[data-v-0a5b9daf] {
  position: absolute;
  left: 0;
  height: 1px;
  width: 0;
  background: #ff542e;
  bottom: -1px;
  transition: all .3s
}

.sub_menu a.active[data-v-0a5b9daf],
.sub_menu a.nuxt-link-active[data-v-0a5b9daf] {
  color: #e32028
}

.sub_tab ul[data-v-0a5b9daf] {
  overflow: hidden
}

.sub_tab ul li[data-v-0a5b9daf] {
  float: left
}

.sub_tab ul li a[data-v-0a5b9daf] {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 1.6rem;
  color: #9a9aa7;
  padding: 0 0 0 50px
}

.sub_menu ul li a.nuxt-link-active[data-v-0a5b9daf],
.sub_tab ul li a.active[data-v-0a5b9daf] {
  color: #fff
}

.sub_menu ul li a.nuxt-link-active[data-v-0a5b9daf]:before,
.sub_tab ul li a.active[data-v-0a5b9daf]:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e32028;
  border-radius: 100%
}

.title_medium[data-v-0a5b9daf] {
  font-size: 3rem;
  font-weight: 400;
  color: #e32028;
  font-family: NEXON2;
  letter-spacing: -1px
}

.title_big[data-v-0a5b9daf] {
  font-size: 2.2rem
}

.title_big[data-v-0a5b9daf],
.title_normal[data-v-0a5b9daf] {
  font-weight: 400;
  color: #ff2152;
  text-align: left;
  letter-spacing: -.5px
}

.title_normal[data-v-0a5b9daf] {
  font-size: 1.8rem
}

.title_small[data-v-0a5b9daf] {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -.5px
}

.title_small button[data-v-0a5b9daf] {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9aa7
}

.title_tiny[data-v-0a5b9daf] {
  font-size: 1.4rem;
  padding: 10px
}

.title_sub[data-v-0a5b9daf],
.title_tiny[data-v-0a5b9daf] {
  position: relative;
  color: #fff
}

.title_sub[data-v-0a5b9daf] {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub[data-v-0a5b9daf]:before {
  bottom: -5px
}

.title_sub[data-v-0a5b9daf]:after,
.title_sub[data-v-0a5b9daf]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub[data-v-0a5b9daf]:after {
  bottom: -3px
}

.title_sub_1[data-v-0a5b9daf] {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: -1px
}

.title_sub_1[data-v-0a5b9daf]:before {
  bottom: -5px
}

.title_sub_1[data-v-0a5b9daf]:after,
.title_sub_1[data-v-0a5b9daf]:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff
}

.title_sub_1[data-v-0a5b9daf]:after {
  bottom: -3px
}

.title_sm[data-v-0a5b9daf] {
  display: none
}

.title_hexa[data-v-0a5b9daf] {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px
}

.title_hexa[data-v-0a5b9daf],
.title_hexa i[data-v-0a5b9daf] {
  display: flex;
  align-items: center
}

.title_hexa i[data-v-0a5b9daf] {
  justify-content: center;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  padding-right: 5px;
  margin: 0
}

.title_hexa em[data-v-0a5b9daf] {
  font-size: 2rem;
  font-weight: 400 ;
  color: #e32028;
  line-height: 1.2;
  padding-left: 10px
}

.title_hexa.t_on i[data-v-0a5b9daf] {
  width: 50px;
  height: 58px;
  font-family: roboto;
  font-weight: 900;
  font-size: 2rem;
  color: #141621;
  margin: 0
}

.title_div[data-v-0a5b9daf],
.title_hexa.t_on i[data-v-0a5b9daf] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_div[data-v-0a5b9daf] {
  position: relative;
  z-index: 2;
  flex-direction: row;
  text-align: center;
  margin: 0 15px;
  padding: 20px 0 0
}

.title_div span[data-v-0a5b9daf] {
  display: inline-block;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ff542e;
  font-size: 1.8rem;
  font-family: Proxima Nova;
  font-weight: 500
}

.p_info[data-v-0a5b9daf] {
  line-height: 18px;
  font-size: 1.4rem;
  color: #797986;
  text-align: left;
  background-size: 18px;
  margin-left: 10px
}

.p_info span[data-v-0a5b9daf] {
  font-size: 1.4rem;
  color: #ff542e
}

.sports_list[data-v-0a5b9daf] {
  background: rgba(0, 0, 0, .1);
  padding: 5px 0;
  margin-bottom: 5px
}

.sports_list li[data-v-0a5b9daf] {
  padding: 0
}

.sports_list.domestic li[data-v-0a5b9daf] {
  margin-bottom: 5px
}

.sports_list.domestic li[data-v-0a5b9daf]:last-child {
  margin-bottom: 0
}

.sports_list li>div[data-v-0a5b9daf]:first-of-type,
.sports_list li>div[data-v-0a5b9daf]:nth-of-type(2),
.sports_list li>div[data-v-0a5b9daf]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-0a5b9daf] {
  justify-content: space-between
}

.game_info span[data-v-0a5b9daf]:first-of-type {
  width: 50%;
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 5px 7px
}

.game_info div[data-v-0a5b9daf] {
  width: 50%;
  color: #ff542e;
  font-size: 1.2rem;
  text-align: right;
  padding: 6px 10px 7px
}

.btn_market_more[data-v-0a5b9daf] {
  display: inline-flex;
  min-width: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  padding: 4px 10px 6px;
  transition: all .3s
}

.btn_market_more.active[data-v-0a5b9daf] {
  background: #fff;
  color: #000
}

.btn_market_more[data-v-0a5b9daf]:disabled {
  background: #2f2f37;
  color: hsla(0, 0%, 100%, .5);
  cursor: not-allowed
}

.btn_acodian[data-v-0a5b9daf] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px
}

.btn_acodian i[data-v-0a5b9daf] {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600
}

.game_bat[data-v-0a5b9daf],
.game_bat button[data-v-0a5b9daf] {
  position: relative
}

.game_bat button[data-v-0a5b9daf]:first-of-type {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  background: #2c2c34
}

.game_bat button:first-of-type em[data-v-0a5b9daf] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px
}

.game_bat button:first-of-type span[data-v-0a5b9daf] {
  flex-shrink: 0;
  text-align: right;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:first-of-type i[data-v-0a5b9daf] {
  margin-right: 5px
}

.game_bat button[data-v-0a5b9daf]:nth-of-type(3) {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  background: #2c2c34;
  margin-left: 1px
}

.game_bat button:nth-of-type(3) em[data-v-0a5b9daf] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px
}

.game_bat button:nth-of-type(3) span[data-v-0a5b9daf] {
  flex-shrink: 0;
  text-align: left;
  color: #a9da2b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat button:nth-of-type(3) i[data-v-0a5b9daf] {
  margin-left: 5px
}

.game_bat button:first-of-type i img[data-v-0a5b9daf],
.game_bat button:nth-of-type(3) i img[data-v-0a5b9daf] {
  width: 20px ;
  vertical-align: middle
}

.game_bat button[data-v-0a5b9daf]:nth-of-type(2) {
  cursor: inherit
}

.game_bat.bet_three button[data-v-0a5b9daf]:nth-of-type(2),
.game_bat button[data-v-0a5b9daf]:nth-of-type(2) {
  min-width: 0;
  width: 90px;
  font-weight: 400;
  background: #2c2c34;
  margin-left: 1px;
  overflow: hidden;
  text-overflow: ellipsis
}

.game_bat.bet_three button[data-v-0a5b9daf]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  color: #a9da2b;
  cursor: pointer
}

.game_bat.bet_three button:nth-of-type(2).active[data-v-0a5b9daf],
.game_bat button.active[data-v-0a5b9daf] {
  background: #f4053a
}

.game_bat button:first-of-type .up[data-v-0a5b9daf]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-left: 10px solid transparent
}

.game_bat button:first-of-type .down[data-v-0a5b9daf]:after,
.game_bat button:first-of-type .up[data-v-0a5b9daf]:after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-0a5b9daf 1s ease-in-out 5;
  animation: blink-data-v-0a5b9daf 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:first-of-type .down[data-v-0a5b9daf]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(2) .up[data-v-0a5b9daf]:after {
  left: 0;
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(2) .down[data-v-0a5b9daf]:after,
.game_bat button:nth-of-type(2) .up[data-v-0a5b9daf]:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-0a5b9daf 1s ease-in-out 5;
  animation: blink-data-v-0a5b9daf 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(2) .down[data-v-0a5b9daf]:after {
  right: 0;
  bottom: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #0bf
}

.game_bat button:nth-of-type(3) .up[data-v-0a5b9daf]:after {
  top: 0;
  border-top: 10px solid #ff1717;
  border-right: 10px solid transparent
}

.game_bat button:nth-of-type(3) .down[data-v-0a5b9daf]:after,
.game_bat button:nth-of-type(3) .up[data-v-0a5b9daf]:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  -webkit-animation: blink-data-v-0a5b9daf 1s ease-in-out 5;
  animation: blink-data-v-0a5b9daf 1s ease-in-out 5;
  opacity: 0
}

.game_bat button:nth-of-type(3) .down[data-v-0a5b9daf]:after {
  bottom: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #0bf
}

.box_folder[data-v-0a5b9daf] {
  padding: 0
}

.box_folder[data-v-0a5b9daf],
.box_folder button[data-v-0a5b9daf] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.box_folder button[data-v-0a5b9daf] {
  width: calc(33.33333% - 1px);
  height: 40px;
  font-size: 2rem;
  color: hsla(0, 0%, 100%, .5);
  font-family: Gmarket;
  font-weight: 500;
  background: #2c2c34;
  padding: 0 10px
}

.box_folder button i[data-v-0a5b9daf] {
  font-size: 1.3rem;
  margin-right: 3px
}

.box_folder button span[data-v-0a5b9daf]:nth-of-type(2) {
  color: #a9da2b
}

.box_folder button.active[data-v-0a5b9daf] {
  background: linear-gradient(90deg, #5db013, #8cbd0b);
  color: #fff
}

.box_folder button.active span[data-v-0a5b9daf]:nth-of-type(2) {
  color: #fff
}

.bank_info[data-v-0a5b9daf] {
  flex-wrap: wrap
}

.bank_info[data-v-0a5b9daf],
.bank_info li[data-v-0a5b9daf] {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bank_info li[data-v-0a5b9daf] {
  position: relative;
  flex-direction: row;
  width: 50%;
  padding: 10px
}

.bank_info li[data-v-0a5b9daf]:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e32028;
  border-radius: 100%;
  margin-top: -3px
}

.bank_info li em[data-v-0a5b9daf] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7;
  padding-left: 15px
}

.bank_info li span[data-v-0a5b9daf] {
  flex-grow: 1;
  flex-shrink: 1;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff
}

.bank_info.full li[data-v-0a5b9daf] {
  width: 100%;
  margin-bottom: 3px
}

.bank_info.full li em[data-v-0a5b9daf] {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #9a9aa7
}

.bank_info.full li span[data-v-0a5b9daf] {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5rem;
  color: #fff
}

.bank_info li span i[data-v-0a5b9daf] {
  opacity: .5;
  font-weight: 300
}

.box_support_container[data-v-0a5b9daf] {
  padding: 30px 40px
}

.box_support_container.bg_arrow[data-v-0a5b9daf] {
  background: #141621 url(/images/common/bg_join.png) no-repeat bottom;
  background-size: 90% 
}

.box_support_title[data-v-0a5b9daf] {
  display: block;
  line-height: 39px;
  font-size: 2.2rem;
  color: #fff
}

.box_support_title img[data-v-0a5b9daf] {
  margin-right: 10px
}

.box_text_type_1[data-v-0a5b9daf] {
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #797986;
  border-bottom: 1px solid #e32028;
  margin-top: -15px
}

.box_text_type_1[data-v-0a5b9daf],
.box_text_type_1 i[data-v-0a5b9daf] {
  display: flex;
  justify-content: center;
  align-items: center
}

.box_text_type_1 i[data-v-0a5b9daf] {
  width: 100%;
  height: 50px;
  background: url(/images/common/icon_info.png) no-repeat 50%;
  background-size: 34px
}

.box_text_type_1>span[data-v-0a5b9daf] {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 10px 15px
}

.tip[data-v-0a5b9daf],
.wl_tip[data-v-0a5b9daf] {
  position: relative;
  overflow: hidden;
  max-height: 150px;
  background: url(/images/common/icon_info.png) no-repeat 10px 0;
  background-size: 22px;
  margin-left: 10px;
  padding-left: 40px
}

.tip ul li[data-v-0a5b9daf],
.wl_tip ul li[data-v-0a5b9daf] {
  font-size: 1.5rem;
  color: #9a9aa7;
  line-height: 2.2rem
}

.wl_tip ul li span[data-v-0a5b9daf] {
  font-size: 1.5rem;
  color: #67b628
}

.waring[data-v-0a5b9daf] {
  padding-left: 66px;
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  background-size: 47px auto
}

.wl_waring[data-v-0a5b9daf] {
  background: url(/images/common/icon_info_waring.png) no-repeat 0 0;
  padding-left: 60px
}

.waring ul li[data-v-0a5b9daf],
.wl_waring ul li[data-v-0a5b9daf] {
  font-size: 1.4rem;
  color: #676c71;
  line-height: 2rem
}

.box_sell_pay[data-v-0a5b9daf] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 36px;
  background: #27313b;
  padding: 0 15px;
  margin: 20px 0 0
}

.box_sell_pay span[data-v-0a5b9daf] {
  font-size: 1.4rem;
  color: #3488db
}

.box_sell_pay.buy span[data-v-0a5b9daf] {
  font-size: 1.4rem;
  color: #f14f57
}

.title_contract[data-v-0a5b9daf] {
  padding: 15px;
  font-family: NEXON2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center
}

.box_income_info[data-v-0a5b9daf] {
  font-size: 1.3rem;
  color: #9a9aa7;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.5px;
  padding: 15px
}

.box_income_info span[data-v-0a5b9daf] {
  display: inline-block;
  font-size: 1.3rem
}

@-webkit-keyframes move-data-v-0a5b9daf {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes move-data-v-0a5b9daf {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0)
  }
}

.box_bg_deep[data-v-0a5b9daf] {
  background: #171a23;
  padding: 30px
}

.box_pay_inout[data-v-0a5b9daf] {
  border: 1px solid #797986;
  background: linear-gradient(180deg, #141621, #2f3b49);
  box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
  padding: 20px
}

.back_guide[data-v-0a5b9daf] {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999997;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, .4)
}

.box_bitmex_chart[data-v-0a5b9daf],
.box_fx_buy_sell[data-v-0a5b9daf],
.box_fx_result[data-v-0a5b9daf],
.box_leverage_result[data-v-0a5b9daf],
.current_time[data-v-0a5b9daf],
.tab_box[data-v-0a5b9daf],
.tab_time[data-v-0a5b9daf] {
  position: relative
}

.copilot[data-v-0a5b9daf] {
  width: 280px;
  z-index: 99999999;
  display: none;
  border-radius: 4px;
  background: #fff;
  margin-left: -140px;
  box-shadow: 10px 10px 40px 10px rgba(13, 255, 233, .5)
}

.copilot[data-v-0a5b9daf],
.copilot[data-v-0a5b9daf]:before {
  position: absolute;
  left: 50%
}

.copilot[data-v-0a5b9daf]:before {
  content: "";
  top: -8px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background: url(/images/sub/icon_arr.png) no-repeat;
  margin-left: -8px
}

.copilot em[data-v-0a5b9daf] {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 400;
  color: #e32028;
  margin-bottom: 5px
}

.btn_copilot_close[data-v-0a5b9daf] {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 1.2rem;
  color: #777
}

.copilot_info[data-v-0a5b9daf] {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  font-family: Noto Sans KR;
  padding: 20px 0 10px;
  margin: 40px 15px 0
}

.copilot_foot[data-v-0a5b9daf] {
  padding: 20px 15px
}

.copilot_foot[data-v-0a5b9daf],
.copilot_foot button[data-v-0a5b9daf] {
  display: flex;
  justify-content: center;
  align-items: center
}

.copilot_foot button[data-v-0a5b9daf] {
  background: #ff2152;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 10px 20px
}

.copilot_foot button.btn_copilot_prev[data-v-0a5b9daf] {
  background: #ccc;
  margin-right: 5px
}

.copilot.step_1[data-v-0a5b9daf],
.copilot.step_2[data-v-0a5b9daf] {
  top: 50px
}

.copilot.step_3[data-v-0a5b9daf],
.copilot.step_4[data-v-0a5b9daf],
.copilot.step_6[data-v-0a5b9daf],
.copilot.step_7[data-v-0a5b9daf],
.copilot.step_8[data-v-0a5b9daf] {
  top: 50%;
  margin-top: -80px
}

.copilot.step_5[data-v-0a5b9daf] {
  top: 40px
}

.box_info_1[data-v-0a5b9daf] {
  background: #27313b;
  padding: 15px
}

.box_info_1.op5[data-v-0a5b9daf] {
  background: rgba(39, 49, 59, .2)
}

.box_info_1 li[data-v-0a5b9daf] {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0 5px 20px
}

.box_info_1 li[data-v-0a5b9daf]:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #e32028
}

.ul_guide li[data-v-0a5b9daf] {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #9a9aa7;
  padding: 5px 0
}

.title_guide_1[data-v-0a5b9daf] {
  display: flex;
  justify-content: center;
  align-items: center
}

.title_guide_1 img[data-v-0a5b9daf] {
  height: 40px
}

.title_guide_1 span[data-v-0a5b9daf] {
  font-size: 1.7rem;
  color: #ff9710;
  font-weight: 400;
  padding-left: 10px
}

.refer em[data-v-0a5b9daf] {
  display: block;
  font-size: 1.6rem;
  color: #ff9710;
  font-weight: 400;
  text-align: center;
  letter-spacing: -.5px;
  padding: 0 0 20px 5px
}

.refer ul[data-v-0a5b9daf] {
  background: rgba(0, 0, 0, .02);
  padding: 15px;
  border-radius: 0;
  border-left: 1px solid #e32028
}

.refer ul li[data-v-0a5b9daf] {
  font-size: 1.3rem;
  color: #4f4f5a;
  line-height: 1.4;
  padding: 8px
}

.loading-wave-dots[data-v-0a5b9daf] {
  position: relative
}

.loading-wave-dots>.wave-item[data-v-0a5b9daf] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px/2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e32028 ;
  -webkit-animation: loading-wave-dots1-data-v-0a5b9daf 2.8s linear infinite ;
  animation: loading-wave-dots1-data-v-0a5b9daf 2.8s linear infinite 
}

.loading-wave-dots .wave-item[data-v-0a5b9daf]:first-child {
  margin-left: -36px 
}

.loading-wave-dots .wave-item[data-v-0a5b9daf]:nth-child(2) {
  margin-left: -20px ;
  -webkit-animation-delay: .14s ;
  animation-delay: .14s 
}

.loading-wave-dots .wave-item[data-v-0a5b9daf]:nth-child(3) {
  margin-left: -8px/2 ;
  -webkit-animation-delay: .28s ;
  animation-delay: .28s 
}

.loading-wave-dots .wave-item[data-v-0a5b9daf]:nth-child(4) {
  margin-left: 12px ;
  -webkit-animation-delay: .42s ;
  animation-delay: .42s 
}

.loading-wave-dots .wave-item[data-v-0a5b9daf]:last-child {
  margin-left: 28px ;
  -webkit-animation-delay: .56s ;
  animation-delay: .56s 
}

@-webkit-keyframes loading-wave-dots1-data-v-0a5b9daf {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

@keyframes loading-wave-dots1-data-v-0a5b9daf {
  0% {
    transform: translateY(0);
    background: #e32028 
  }

  10% {
    transform: translateY(-6px);
    background: #ff542e 
  }

  20% {
    transform: translateY(0);
    background: #e32028 
  }

  to {
    transform: translateY(0);
    background: #ff542e 
  }
}

.text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-0a5b9daf] {
  display: none
}

@media (max-width:1600px) {
  .wrap_bound[data-v-0a5b9daf] {
    display: none
  }
}

@media (max-width:991px) {
  body[data-v-0a5b9daf] {
    margin-top: 0
  }

  .sub_visual[data-v-0a5b9daf] {
    display: none
  }

  .box_sub_title[data-v-0a5b9daf] {
    padding: 0 20px
  }

  .box_sub_container[data-v-0a5b9daf] {
    padding: 20px
  }

  .text-center.margin-30px-bottom.sm-margin-20px-bottom[data-v-0a5b9daf] {
    display: block
  }

  .title_sub[data-v-0a5b9daf] {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 30px;
    letter-spacing: -1px
  }

  .title_sub[data-v-0a5b9daf]:before {
    bottom: -5px
  }

  .title_sub[data-v-0a5b9daf]:after,
  .title_sub[data-v-0a5b9daf]:before {
    content: "";
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background: #fff
  }

  .title_sub[data-v-0a5b9daf]:after {
    bottom: -3px
  }

  .sub_menu[data-v-0a5b9daf] {
    display: none
  }
}

@media (max-width:767px) {
  .box_sub_title[data-v-0a5b9daf] {
    padding: 0
  }

  .box_sub_container[data-v-0a5b9daf] {
    min-height: auto;
    padding: 20px 0
  }

  .title_sm[data-v-0a5b9daf] {
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px
  }

  .sub_visual i[data-v-0a5b9daf] {
    display: none
  }

  .box_bg_deep[data-v-0a5b9daf] {
    background: #171a23;
    padding: 10px
  }

  .box_pay_inout[data-v-0a5b9daf] {
    border: 1px solid #797986;
    background: linear-gradient(180deg, #141621, #2f3b49);
    box-shadow: 0 0 10px 6px rgba(23, 26, 35, .5);
    padding: 10px
  }

  .bank_info li[data-v-0a5b9daf] {
    width: 100%;
    padding: 10px
  }
}

@media (max-width:575px) {
  .result_buy[data-v-0a5b9daf] {
    left: 0;
    top: 0;
    display: none
  }

  .result_buy[data-v-0a5b9daf],
  .result_buy div[data-v-0a5b9daf] {
    position: fixed;
    z-index: 99999
  }

  .result_buy div[data-v-0a5b9daf] {
    left: 50%;
    top: 50%;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_buy 3s;
    animation: switch_buy 3s;
    background-size: 430px 246px
  }

  .result_sell[data-v-0a5b9daf] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_sell div[data-v-0a5b9daf] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_sell 3s;
    animation: switch_sell 3s;
    background-size: 430px 246px
  }

  .result_invaild[data-v-0a5b9daf] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none
  }

  .result_invaild div[data-v-0a5b9daf] {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 430px;
    height: 246px;
    text-align: center;
    margin: -123px 0 0 -215px;
    -webkit-animation: switch_invaild 3s;
    animation: switch_invaild 3s;
    background-size: 430px 246px
  }

  .box_folder[data-v-0a5b9daf] {
    padding: 0 5px
  }

  .box_folder button[data-v-0a5b9daf] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 1.6rem;
    padding: 5px
  }

  .box_folder button i[data-v-0a5b9daf] {
    margin-right: 0;
    margin-bottom: 5px
  }

  .sports_list li[data-v-0a5b9daf] {
    padding: 0
  }

  .pagenation_type_1[data-v-0a5b9daf] {
    text-align: center;
    margin: 20px 0
  }

  .pagenation_type_1 a[data-v-0a5b9daf] {
    display: inline-block;
    height: 30px;
    line-height: 30px ;
    text-align: center;
    color: #9a9aa7 ;
    font-size: 1.5rem;
    padding: 0 5px ;
    margin: 0 5px
  }

  .pagenation_type_1 a i[data-v-0a5b9daf] {
    vertical-align: middle;
    font-size: 1.5rem 
  }

  .pagenation_type_1 a.active[data-v-0a5b9daf] {
    color: #ff9710 
  }

  .pagenation_type_1 .btn_first[data-v-0a5b9daf],
  .pagenation_type_1 .btn_last[data-v-0a5b9daf],
  .pagenation_type_1 .btn_next[data-v-0a5b9daf],
  .pagenation_type_1 .btn_prev[data-v-0a5b9daf] {
    color: #9a9aa7;
    margin: 0 5px;
    border: 0 ;
    border-radius: 0 
  }

  .pagenation_type_1 .inactive[data-v-0a5b9daf] {
    color: #bbb
  }

  .title_medium[data-v-0a5b9daf] {
    font-size: 2.4rem;
    font-family: Nanum Square;
    letter-spacing: -1px
  }
}

@media (min-width:768px) {
  .ul_game_item button[data-v-0a5b9daf]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

@media (min-width:768px) {

  .game_bat.bet_three button[data-v-0a5b9daf]:first-of-type:hover,
  .game_bat.bet_three button[data-v-0a5b9daf]:nth-of-type(2):hover,
  .game_bat.bet_three button[data-v-0a5b9daf]:nth-of-type(3):hover,
  .game_bat button[data-v-0a5b9daf]:first-of-type:hover,
  .game_bat button[data-v-0a5b9daf]:nth-of-type(3):hover {
    color: #fff ;
    background: #f4053a
  }

  .game_bat button.active:hover span[data-v-0a5b9daf],
  .game_bat button.active span[data-v-0a5b9daf],
  .game_bat button:hover span[data-v-0a5b9daf] {
    color: #fff 
  }

  .bat_more[data-v-0a5b9daf]:hover {
    background: #f4053a
  }

  .bat_more[disabled][data-v-0a5b9daf],
  .bat_more[disabled][data-v-0a5b9daf]:hover {
    background: #a3a4a6 ;
    opacity: .75
  }

  .btn_no_disabled[data-v-0a5b9daf]:hover {
    background: #a3a4a6 
  }

  .game_bat_2 button[data-v-0a5b9daf]:first-of-type:hover,
  .game_bat_2 button[data-v-0a5b9daf]:nth-of-type(2):hover {
    background: #8d8e90
  }

  .game_bat_2 button.active[data-v-0a5b9daf],
  .game_bat_2 button.active[data-v-0a5b9daf]:hover {
    color: #fff ;
    background: #f4053a
  }

  .detail_num>button[data-v-0a5b9daf]:hover {
    background: #f4053a 
  }

  .detail_num>button:hover i[data-v-0a5b9daf] {
    color: #000
  }

  .game_bat button:nth-of-type(3) span[data-v-0a5b9daf] {
    flex-shrink: 0;
    order: 1;
    text-align: left;
    color: #a9da2b;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .wallet_cash button[data-v-0a5b9daf]:hover {
    border: 1px solid #fff
  }

  .pagenation_type_1 .btn_first[data-v-0a5b9daf]:hover,
  .pagenation_type_1 .btn_last[data-v-0a5b9daf]:hover,
  .pagenation_type_1 .btn_next[data-v-0a5b9daf]:hover,
  .pagenation_type_1 .btn_prev[data-v-0a5b9daf]:hover {
    border: 0 ;
    color: #fff;
    background: #141621
  }

  .ul_game_item2 button[data-v-0a5b9daf]:hover,
  .ul_game_item button[data-v-0a5b9daf]:hover {
    background: rgba(255, 135, 0, .2)
  }
}

.sub_visual_sports[data-v-0a5b9daf] {
  position: relative
}

.sub_visual_sports img[data-v-0a5b9daf] {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.sub_visual_sports div[data-v-0a5b9daf] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px
}

.sub_visual_sports div span em[data-v-0a5b9daf] {
  color: #fff;
  font-family: BebasNeuePro;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: inherit
}

.sub_visual_sports div span em[data-v-0a5b9daf]:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 36px;
  background: #e32028;
  margin: 0 15px;
  border-left: 1px solid #e32028
}

.sub_visual_sports div span i[data-v-0a5b9daf] {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300
}

.menu_sports[data-v-0a5b9daf] {
  display: flex;
  width: 100%;
  height: 80px;
  background: #000
}

.menu_sports li[data-v-0a5b9daf] {
  height: 80px;
  margin-right: 1px
}

.menu_sports li button[data-v-0a5b9daf] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  height: 100%;
  background: #2c2c34;
  transition: all .3s;
  padding: 0 10px
}

.menu_sports li button i[data-v-0a5b9daf] {
  font-size: 2.2rem;
  font-family: BebasNeuePro;
  font-weight: 600;
  color: #fff
}

.menu_sports li button i img[data-v-0a5b9daf] {
  width: 28px;
  margin-top: 10px
}

.menu_sports li button em[data-v-0a5b9daf] {
  font-size: 1.4rem;
  color: #fff;
  margin: 8px 0 5px
}

.menu_sports li button span[data-v-0a5b9daf] {
  position: absolute;
  top: 3px;
  right: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 17px;
  font-size: 1.1rem ;
  color: #fff;
  padding: 3px
}

.menu_sports li button.active[data-v-0a5b9daf] {
  border: none;
  background: linear-gradient(90deg, #ff4300, #ff2152)
}

.menu_sports li button.active em[data-v-0a5b9daf],
.menu_sports li button.active span[data-v-0a5b9daf] {
  color: #fff
}

.game_list[data-v-0a5b9daf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  font-size: 1.5rem
}

.game_list button[data-v-0a5b9daf] {
  color: #fff;
  padding: 0 5px
}

.game_list button i[data-v-0a5b9daf] {
  margin-right: 3px
}

.game_list button.active[data-v-0a5b9daf],
.game_list button.active i[data-v-0a5b9daf] {
  color: #e32028
}

.game_list_time button[data-v-0a5b9daf] {
  color: #999;
  border-right: 1px solid #999;
  transition: all .3s
}

.game_list_time button[data-v-0a5b9daf]:last-child {
  border-right: 0
}

.game_list_time button.active[data-v-0a5b9daf] {
  color: #fff
}

.title_game[data-v-0a5b9daf] {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 1.5rem;
  color: #fff;
  background: #2f2f37;
  padding: 0 10px
}

.title_game img[data-v-0a5b9daf] {
  margin-right: 5px
}

.sports_list li[data-v-0a5b9daf] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px
}

.sports_list li[data-v-0a5b9daf]:last-of-type {
  margin-bottom: 10px
}

.sports_list li div[data-v-0a5b9daf]:first-of-type {
  width: 30%
}

.sports_list li div[data-v-0a5b9daf]:nth-of-type(2) {
  width: 70%
}

.sports_list li div[data-v-0a5b9daf]:nth-of-type(3) {
  width: 100%
}

.game_info[data-v-0a5b9daf] {
  display: flex;
  align-items: center
}

.game_info span[data-v-0a5b9daf] {
  width: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3
}

.game_bat[data-v-0a5b9daf] {
  height: 36px
}

.game_bat[data-v-0a5b9daf],
.game_bat button[data-v-0a5b9daf]:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.game_bat button[data-v-0a5b9daf]:first-of-type {
  width: calc(50% - 54px);
  height: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:first-of-type em[data-v-0a5b9daf] {
  color: #fff;
  text-align: left;
  line-height: 1.2
}

.game_bat button:first-of-type span[data-v-0a5b9daf] {
  color: #fff
}

.game_bat button[data-v-0a5b9daf]:nth-of-type(2) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.game_bat button[data-v-0a5b9daf]:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 55px);
  height: 100%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #a3a4a6;
  padding: 0 10px;
  transition: all .3s
}

.game_bat button:nth-of-type(3) em[data-v-0a5b9daf] {
  order: 2;
  color: #fff;
  text-align: right;
  line-height: 1.2
}

.game_bat button:nth-of-type(3) span[data-v-0a5b9daf] {
  order: 1;
  color: #fff
}

.game_bat button[data-v-0a5b9daf]:first-of-type:hover,
.game_bat button[data-v-0a5b9daf]:nth-of-type(2):hover,
.game_bat button[data-v-0a5b9daf]:nth-of-type(3):hover {
  background: #8d8e90
}

.game_bat button.active[data-v-0a5b9daf],
.game_bat button.active[data-v-0a5b9daf]:hover {
  background: #e32028
}

.game_bat>span[data-v-0a5b9daf] {
  width: 70px;
  font-size: 1.4rem;
  color: #fff;
  background: #a3a4a6
}

.bat_more[data-v-0a5b9daf],
.game_bat>span[data-v-0a5b9daf] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.bat_more[data-v-0a5b9daf] {
  width: 36px;
  border-radius: 6px;
  background: #e32028;
  padding-bottom: 2px;
  transition: all .3s
}

.bat_more[data-v-0a5b9daf]:hover {
  background: #ff542e
}

.bat_more i[data-v-0a5b9daf] {
  color: #fff;
  font-size: 1.6rem
}

@media (max-width:1190px) {
  .menu_sports[data-v-0a5b9daf] {
    justify-content: flex-start
  }
}

@media (max-width:767px) {
  .sub_visual_sports div[data-v-0a5b9daf] {
    padding: 0 20px
  }

  .sub_visual_sports div span em[data-v-0a5b9daf] {
    font-size: 2.8rem
  }

  .sub_visual_sports div span em[data-v-0a5b9daf]:after {
    width: 1px;
    height: 24px
  }

  .sub_visual_sports div span i[data-v-0a5b9daf] {
    color: #fff;
    font-size: 2rem;
    font-weight: 300
  }

  .sports_list li[data-v-0a5b9daf] {
    flex-wrap: wrap
  }

  .sports_list li div[data-v-0a5b9daf]:first-of-type,
  .sports_list li div[data-v-0a5b9daf]:nth-of-type(2) {
    width: 100%
  }

  .game_info[data-v-0a5b9daf] {
    justify-content: space-between;
    margin-bottom: 5px
  }

  .game_info span[data-v-0a5b9daf] {
    width: auto;
    text-align: inherit
  }

  .game_bat button[data-v-0a5b9daf]:first-of-type {
    width: calc(50% - 39px)
  }

  .game_bat button[data-v-0a5b9daf]:nth-of-type(2) {
    width: 40px
  }

  .game_bat button[data-v-0a5b9daf]:nth-of-type(3) {
    width: calc(50% - 40px)
  }

  .wheel_right[data-v-0a5b9daf] {
    overflow: auto;
    overflow-x: auto 
  }
}

@media (min-width:768px) {
  .menu_sports li button[data-v-0a5b9daf]:hover {
    background: linear-gradient(90deg, #ff4300, #ff2152)
  }

  .menu_sports li button:hover em[data-v-0a5b9daf],
  .menu_sports li button:hover span[data-v-0a5b9daf] {
    color: #fff
  }
}

.break_word{
white-space: normal;
word-wrap: break-word;
}

.minigameBtn.active{
background: rgba(255, 135, 0, 0.6)!important;
}
@media screen and (max-width:991px){
  .m-d-none{
    display:none;
  }
  .m-d-block{
    display:block;
  }
}